2023-11-08T01:21:28.308 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-08T01:21:28.310 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --name yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi --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} --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451175 -- /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451175/orig.config.yaml 2023-11-08T01:21:28.351 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-08T01:21:28.447 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451175 branch: wip-yuri3-testing-2023-11-07-0801-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: '7451175' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-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-yuri3-testing-2023-11-07-0801-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: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri3-testing-2023-11-07-0801-pacific sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 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: 3886 sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri3-testing-2023-11-07-0801-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f targets: smithi005.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLqGDTUSvJw5YTnd/48+Ai7SHwJU0ev/Debe7FupAGovTfDEjQI5+TBCiQRp0b633XFP3injOlEvTcww7d6jRYo= smithi107.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOfst8XWah0hpeDJNadkclLK3yQCd4z1fNU+i43gMCfkBRG3hqvp2BbfiIG2MQhKPJm2T6za5+9KmdFQcpNmrVU= 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-07_19:34:21 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-08T01:21:28.447 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/qa; will attempt to use it 2023-11-08T01:21:28.448 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/qa/tasks 2023-11-08T01:21:28.448 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-08T01:21:28.450 INFO:teuthology.task.internal:Checking packages... 2023-11-08T01:21:28.475 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f' 2023-11-08T01:21:28.476 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-08T01:21:28.476 INFO:teuthology.packaging:ref: None 2023-11-08T01:21:28.476 INFO:teuthology.packaging:tag: None 2023-11-08T01:21:28.477 INFO:teuthology.packaging:branch: wip-yuri3-testing-2023-11-07-0801-pacific 2023-11-08T01:21:28.477 INFO:teuthology.packaging:sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 2023-11-08T01:21:28.477 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri3-testing-2023-11-07-0801-pacific 2023-11-08T01:21:28.699 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-129.gcfb6fd52 2023-11-08T01:21:28.699 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-08T01:21:28.706 INFO:teuthology.task.internal:no buildpackages task found 2023-11-08T01:21:28.706 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-08T01:21:28.726 INFO:teuthology.task.internal:Saving configuration 2023-11-08T01:21:28.740 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-08T01:21:28.746 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-08T01:21:28.773 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi005.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451175', '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-08 01:16:17.778083', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLqGDTUSvJw5YTnd/48+Ai7SHwJU0ev/Debe7FupAGovTfDEjQI5+TBCiQRp0b633XFP3injOlEvTcww7d6jRYo='} 2023-11-08T01:21:28.798 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi107.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451175', '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-08 01:16:17.776576', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOfst8XWah0hpeDJNadkclLK3yQCd4z1fNU+i43gMCfkBRG3hqvp2BbfiIG2MQhKPJm2T6za5+9KmdFQcpNmrVU='} 2023-11-08T01:21:28.799 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-08T01:21:28.805 INFO:teuthology.task.internal:roles: ubuntu@smithi005.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-11-08T01:21:28.805 INFO:teuthology.task.internal:roles: ubuntu@smithi107.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-11-08T01:21:28.805 INFO:teuthology.run_tasks:Running task console_log... 2023-11-08T01:21:28.882 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f2b3c014b80>, signals=[15]) 2023-11-08T01:21:28.883 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-08T01:21:28.891 INFO:teuthology.task.internal:Opening connections... 2023-11-08T01:21:28.891 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi005.front.sepia.ceph.com 2023-11-08T01:21:28.893 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T01:21:28.965 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi107.front.sepia.ceph.com 2023-11-08T01:21:28.966 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T01:21:29.034 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-08T01:21:29.042 DEBUG:teuthology.orchestra.run.smithi005:> uname -m 2023-11-08T01:21:29.065 INFO:teuthology.orchestra.run.smithi005.stdout:x86_64 2023-11-08T01:21:29.065 DEBUG:teuthology.orchestra.run.smithi005:> cat /etc/os-release 2023-11-08T01:21:29.126 INFO:teuthology.orchestra.run.smithi005.stdout:NAME="CentOS Stream" 2023-11-08T01:21:29.126 INFO:teuthology.orchestra.run.smithi005.stdout:VERSION="8" 2023-11-08T01:21:29.126 INFO:teuthology.orchestra.run.smithi005.stdout:ID="centos" 2023-11-08T01:21:29.126 INFO:teuthology.orchestra.run.smithi005.stdout:ID_LIKE="rhel fedora" 2023-11-08T01:21:29.127 INFO:teuthology.orchestra.run.smithi005.stdout:VERSION_ID="8" 2023-11-08T01:21:29.127 INFO:teuthology.orchestra.run.smithi005.stdout:PLATFORM_ID="platform:el8" 2023-11-08T01:21:29.127 INFO:teuthology.orchestra.run.smithi005.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-08T01:21:29.127 INFO:teuthology.orchestra.run.smithi005.stdout:ANSI_COLOR="0;31" 2023-11-08T01:21:29.127 INFO:teuthology.orchestra.run.smithi005.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-08T01:21:29.128 INFO:teuthology.orchestra.run.smithi005.stdout:HOME_URL="https://centos.org/" 2023-11-08T01:21:29.128 INFO:teuthology.orchestra.run.smithi005.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-08T01:21:29.128 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-08T01:21:29.128 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-08T01:21:29.129 INFO:teuthology.lock.ops:Updating smithi005.front.sepia.ceph.com on lock server 2023-11-08T01:21:29.155 DEBUG:teuthology.orchestra.run.smithi107:> uname -m 2023-11-08T01:21:29.178 INFO:teuthology.orchestra.run.smithi107.stdout:x86_64 2023-11-08T01:21:29.178 DEBUG:teuthology.orchestra.run.smithi107:> cat /etc/os-release 2023-11-08T01:21:29.239 INFO:teuthology.orchestra.run.smithi107.stdout:NAME="CentOS Stream" 2023-11-08T01:21:29.239 INFO:teuthology.orchestra.run.smithi107.stdout:VERSION="8" 2023-11-08T01:21:29.240 INFO:teuthology.orchestra.run.smithi107.stdout:ID="centos" 2023-11-08T01:21:29.240 INFO:teuthology.orchestra.run.smithi107.stdout:ID_LIKE="rhel fedora" 2023-11-08T01:21:29.240 INFO:teuthology.orchestra.run.smithi107.stdout:VERSION_ID="8" 2023-11-08T01:21:29.240 INFO:teuthology.orchestra.run.smithi107.stdout:PLATFORM_ID="platform:el8" 2023-11-08T01:21:29.240 INFO:teuthology.orchestra.run.smithi107.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-08T01:21:29.241 INFO:teuthology.orchestra.run.smithi107.stdout:ANSI_COLOR="0;31" 2023-11-08T01:21:29.241 INFO:teuthology.orchestra.run.smithi107.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-08T01:21:29.241 INFO:teuthology.orchestra.run.smithi107.stdout:HOME_URL="https://centos.org/" 2023-11-08T01:21:29.241 INFO:teuthology.orchestra.run.smithi107.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-08T01:21:29.241 INFO:teuthology.orchestra.run.smithi107.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-08T01:21:29.241 INFO:teuthology.orchestra.run.smithi107.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-08T01:21:29.242 INFO:teuthology.lock.ops:Updating smithi107.front.sepia.ceph.com on lock server 2023-11-08T01:21:29.263 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-08T01:21:29.272 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-08T01:21:29.278 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-08T01:21:29.278 DEBUG:teuthology.orchestra.run.smithi005:> test '!' -e /home/ubuntu/cephtest 2023-11-08T01:21:29.281 DEBUG:teuthology.orchestra.run.smithi107:> test '!' -e /home/ubuntu/cephtest 2023-11-08T01:21:29.301 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-08T01:21:29.307 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-08T01:21:29.308 DEBUG:teuthology.orchestra.run.smithi005:> test -z $(ls -A /var/lib/ceph) 2023-11-08T01:21:29.345 DEBUG:teuthology.orchestra.run.smithi107:> test -z $(ls -A /var/lib/ceph) 2023-11-08T01:21:29.377 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-08T01:21:29.433 INFO:teuthology.run_tasks:Running task kernel... 2023-11-08T01:21:29.448 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-08T01:21:29.448 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-08T01:21:29.449 DEBUG:teuthology.orchestra.run.smithi005:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-08T01:21:29.450 DEBUG:teuthology.orchestra.run.smithi107:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-08T01:21:29.470 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T01:21:29.471 DEBUG:teuthology.orchestra.run.smithi107:> uname -r 2023-11-08T01:21:29.471 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T01:21:29.472 DEBUG:teuthology.orchestra.run.smithi005:> uname -r 2023-11-08T01:21:29.531 INFO:teuthology.orchestra.run.smithi107.stdout:4.18.0-489.el8.x86_64 2023-11-08T01:21:29.531 INFO:teuthology.task.kernel:Running kernel on smithi107: 4.18.0-489.el8.x86_64 2023-11-08T01:21:29.531 DEBUG:teuthology.orchestra.run.smithi107:> sudo yum install -y kernel 2023-11-08T01:21:29.533 INFO:teuthology.orchestra.run.smithi005.stdout:4.18.0-489.el8.x86_64 2023-11-08T01:21:29.534 INFO:teuthology.task.kernel:Running kernel on smithi005: 4.18.0-489.el8.x86_64 2023-11-08T01:21:29.534 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum install -y kernel 2023-11-08T01:21:35.954 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 8 - AppStream 8.7 MB/s | 34 MB 00:03 2023-11-08T01:21:37.276 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 8 - AppStream 6.4 MB/s | 34 MB 00:05 2023-11-08T01:21:50.551 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 8 - BaseOS 6.6 MB/s | 53 MB 00:08 2023-11-08T01:21:52.070 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 8 - BaseOS 6.2 MB/s | 53 MB 00:08 2023-11-08T01:21:58.926 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 8 - Extras 47 kB/s | 18 kB 00:00 2023-11-08T01:21:59.418 INFO:teuthology.orchestra.run.smithi005.stdout:CentOS Stream 8 - Extras common packages 23 kB/s | 6.9 kB 00:00 2023-11-08T01:21:59.728 INFO:teuthology.orchestra.run.smithi005.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-11-08T01:21:59.974 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 8 - Extras 47 kB/s | 18 kB 00:00 2023-11-08T01:22:00.358 INFO:teuthology.orchestra.run.smithi107.stdout:CentOS Stream 8 - Extras common packages 34 kB/s | 6.9 kB 00:00 2023-11-08T01:22:00.643 INFO:teuthology.orchestra.run.smithi107.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-11-08T01:22:01.121 INFO:teuthology.orchestra.run.smithi005.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2023-11-08T01:22:01.868 INFO:teuthology.orchestra.run.smithi107.stdout:Extra Packages for Enterprise Linux 15 MB/s | 16 MB 00:01 2023-11-08T01:22:05.196 INFO:teuthology.orchestra.run.smithi005.stdout:lab-extras 377 kB/s | 24 kB 00:00 2023-11-08T01:22:05.685 INFO:teuthology.orchestra.run.smithi107.stdout:lab-extras 450 kB/s | 24 kB 00:00 2023-11-08T01:22:08.962 INFO:teuthology.orchestra.run.smithi005.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-08T01:22:08.963 INFO:teuthology.orchestra.run.smithi005.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-08T01:22:09.270 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-11-08T01:22:09.271 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-08T01:22:09.271 INFO:teuthology.orchestra.run.smithi005.stdout: Package Architecture Version Repository Size 2023-11-08T01:22:09.271 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-08T01:22:09.272 INFO:teuthology.orchestra.run.smithi005.stdout:Installing: 2023-11-08T01:22:09.272 INFO:teuthology.orchestra.run.smithi005.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-08T01:22:09.272 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2023-11-08T01:22:09.272 INFO:teuthology.orchestra.run.smithi005.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-08T01:22:09.272 INFO:teuthology.orchestra.run.smithi005.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-08T01:22:09.273 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-08T01:22:09.273 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-11-08T01:22:09.273 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-08T01:22:09.273 INFO:teuthology.orchestra.run.smithi005.stdout:Install 3 Packages 2023-11-08T01:22:09.273 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-08T01:22:09.274 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 89 M 2023-11-08T01:22:09.274 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 96 M 2023-11-08T01:22:09.275 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2023-11-08T01:22:09.317 INFO:teuthology.orchestra.run.smithi107.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-08T01:22:09.317 INFO:teuthology.orchestra.run.smithi107.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-08T01:22:09.587 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2023-11-08T01:22:09.588 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2023-11-08T01:22:09.588 INFO:teuthology.orchestra.run.smithi107.stdout: Package Architecture Version Repository Size 2023-11-08T01:22:09.588 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2023-11-08T01:22:09.589 INFO:teuthology.orchestra.run.smithi107.stdout:Installing: 2023-11-08T01:22:09.589 INFO:teuthology.orchestra.run.smithi107.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-08T01:22:09.589 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2023-11-08T01:22:09.589 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-08T01:22:09.589 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-08T01:22:09.590 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:22:09.590 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2023-11-08T01:22:09.590 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2023-11-08T01:22:09.590 INFO:teuthology.orchestra.run.smithi107.stdout:Install 3 Packages 2023-11-08T01:22:09.590 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:22:09.591 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 89 M 2023-11-08T01:22:09.591 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 96 M 2023-11-08T01:22:09.592 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2023-11-08T01:22:11.319 INFO:teuthology.orchestra.run.smithi107.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 6.5 MB/s | 10 MB 00:01 2023-11-08T01:22:11.922 INFO:teuthology.orchestra.run.smithi005.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 7.2 MB/s | 10 MB 00:01 2023-11-08T01:22:14.172 INFO:teuthology.orchestra.run.smithi005.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 9.9 MB/s | 36 MB 00:03 2023-11-08T01:22:16.668 INFO:teuthology.orchestra.run.smithi107.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 5.2 MB/s | 36 MB 00:06 2023-11-08T01:22:18.246 INFO:teuthology.orchestra.run.smithi005.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 5.6 MB/s | 43 MB 00:07 2023-11-08T01:22:18.247 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2023-11-08T01:22:18.247 INFO:teuthology.orchestra.run.smithi005.stdout:Total 10 MB/s | 89 MB 00:08 2023-11-08T01:22:18.953 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2023-11-08T01:22:19.430 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2023-11-08T01:22:19.430 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2023-11-08T01:22:20.301 INFO:teuthology.orchestra.run.smithi107.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 4.1 MB/s | 43 MB 00:10 2023-11-08T01:22:20.301 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2023-11-08T01:22:20.302 INFO:teuthology.orchestra.run.smithi107.stdout:Total 8.3 MB/s | 89 MB 00:10 2023-11-08T01:22:20.731 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2023-11-08T01:22:20.761 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2023-11-08T01:22:20.979 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2023-11-08T01:22:21.413 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2023-11-08T01:22:21.413 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2023-11-08T01:22:22.644 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2023-11-08T01:22:22.670 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2023-11-08T01:22:23.891 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2023-11-08T01:22:24.381 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-08T01:22:25.447 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2023-11-08T01:22:26.054 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-08T01:22:28.287 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-08T01:22:28.689 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-08T01:22:29.593 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-08T01:22:29.978 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-08T01:22:32.365 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-08T01:22:32.631 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-08T01:22:33.407 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-08T01:22:33.700 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-08T01:22:55.494 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-08T01:22:55.516 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-08T01:22:55.887 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-08T01:22:55.887 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-08T01:22:55.887 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-08T01:22:55.965 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-08T01:22:55.990 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-08T01:22:56.352 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-08T01:22:56.353 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-08T01:22:56.353 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-08T01:22:56.677 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-08T01:22:56.678 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:22:56.678 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2023-11-08T01:22:56.678 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-08T01:22:56.678 INFO:teuthology.orchestra.run.smithi107.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-08T01:22:56.679 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:22:56.679 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2023-11-08T01:22:56.839 DEBUG:teuthology.orchestra.run.smithi107:> rpm -q kernel | sort -rV | head -n 1 2023-11-08T01:22:57.055 INFO:teuthology.orchestra.run.smithi107.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-08T01:22:57.055 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-08T01:22:57.056 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-08T01:22:57.056 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-08T01:22:57.056 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-08T01:22:57.056 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-08T01:22:57.057 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi107.front.sepia.ceph.com, path=None, version=distro) 2023-11-08T01:22:57.057 DEBUG:teuthology.orchestra.run.smithi107:> rpm -q kernel | sort -rV | head -n 1 2023-11-08T01:22:57.149 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-08T01:22:57.150 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-08T01:22:57.150 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2023-11-08T01:22:57.150 INFO:teuthology.orchestra.run.smithi005.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-08T01:22:57.150 INFO:teuthology.orchestra.run.smithi005.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-08T01:22:57.151 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-08T01:22:57.151 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-11-08T01:22:57.265 INFO:teuthology.orchestra.run.smithi107.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-08T01:22:57.265 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-08T01:22:57.266 DEBUG:teuthology.orchestra.run.smithi107:> sudo rpm -qi grub2-tools 2023-11-08T01:22:57.300 INFO:teuthology.orchestra.run.smithi107.stdout:Name : grub2-tools 2023-11-08T01:22:57.300 INFO:teuthology.orchestra.run.smithi107.stdout:Epoch : 1 2023-11-08T01:22:57.300 INFO:teuthology.orchestra.run.smithi107.stdout:Version : 2.02 2023-11-08T01:22:57.301 INFO:teuthology.orchestra.run.smithi107.stdout:Release : 129.el8 2023-11-08T01:22:57.301 INFO:teuthology.orchestra.run.smithi107.stdout:Architecture: x86_64 2023-11-08T01:22:57.301 INFO:teuthology.orchestra.run.smithi107.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-08T01:22:57.301 INFO:teuthology.orchestra.run.smithi107.stdout:Group : System Environment/Base 2023-11-08T01:22:57.301 INFO:teuthology.orchestra.run.smithi107.stdout:Size : 9265586 2023-11-08T01:22:57.302 INFO:teuthology.orchestra.run.smithi107.stdout:License : GPLv3+ 2023-11-08T01:22:57.302 INFO:teuthology.orchestra.run.smithi107.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-08T01:22:57.302 INFO:teuthology.orchestra.run.smithi107.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-08T01:22:57.302 INFO:teuthology.orchestra.run.smithi107.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-08T01:22:57.302 INFO:teuthology.orchestra.run.smithi107.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-08T01:22:57.303 INFO:teuthology.orchestra.run.smithi107.stdout:Relocations : (not relocatable) 2023-11-08T01:22:57.303 INFO:teuthology.orchestra.run.smithi107.stdout:Packager : CentOS BuildSystem 2023-11-08T01:22:57.303 INFO:teuthology.orchestra.run.smithi107.stdout:Vendor : CentOS 2023-11-08T01:22:57.303 INFO:teuthology.orchestra.run.smithi107.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-08T01:22:57.303 INFO:teuthology.orchestra.run.smithi107.stdout:Summary : Support tools for GRUB. 2023-11-08T01:22:57.303 INFO:teuthology.orchestra.run.smithi107.stdout:Description : 2023-11-08T01:22:57.304 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:22:57.304 INFO:teuthology.orchestra.run.smithi107.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-08T01:22:57.304 INFO:teuthology.orchestra.run.smithi107.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-08T01:22:57.304 INFO:teuthology.orchestra.run.smithi107.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-08T01:22:57.305 INFO:teuthology.orchestra.run.smithi107.stdout:hardware devices. 2023-11-08T01:22:57.305 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:22:57.305 INFO:teuthology.orchestra.run.smithi107.stdout:This subpackage provides tools for support of all platforms. 2023-11-08T01:22:57.306 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-08T01:22:57.306 INFO:teuthology.task.kernel:Updating grub on smithi107 to boot 4.18.0-521.el8.x86_64 2023-11-08T01:22:57.306 DEBUG:teuthology.orchestra.run.smithi107:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-08T01:22:57.316 DEBUG:teuthology.orchestra.run.smithi005:> rpm -q kernel | sort -rV | head -n 1 2023-11-08T01:22:57.541 INFO:teuthology.orchestra.run.smithi005.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-08T01:22:57.541 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-08T01:22:57.542 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-08T01:22:57.542 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-08T01:22:57.542 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-08T01:22:57.542 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-08T01:22:57.543 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi005.front.sepia.ceph.com, path=None, version=distro) 2023-11-08T01:22:57.543 DEBUG:teuthology.orchestra.run.smithi005:> rpm -q kernel | sort -rV | head -n 1 2023-11-08T01:22:57.761 INFO:teuthology.orchestra.run.smithi005.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-08T01:22:57.761 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-08T01:22:57.762 DEBUG:teuthology.orchestra.run.smithi005:> sudo rpm -qi grub2-tools 2023-11-08T01:22:57.796 INFO:teuthology.orchestra.run.smithi005.stdout:Name : grub2-tools 2023-11-08T01:22:57.797 INFO:teuthology.orchestra.run.smithi005.stdout:Epoch : 1 2023-11-08T01:22:57.797 INFO:teuthology.orchestra.run.smithi005.stdout:Version : 2.02 2023-11-08T01:22:57.797 INFO:teuthology.orchestra.run.smithi005.stdout:Release : 129.el8 2023-11-08T01:22:57.797 INFO:teuthology.orchestra.run.smithi005.stdout:Architecture: x86_64 2023-11-08T01:22:57.798 INFO:teuthology.orchestra.run.smithi005.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-08T01:22:57.798 INFO:teuthology.orchestra.run.smithi005.stdout:Group : System Environment/Base 2023-11-08T01:22:57.798 INFO:teuthology.orchestra.run.smithi005.stdout:Size : 9265586 2023-11-08T01:22:57.798 INFO:teuthology.orchestra.run.smithi005.stdout:License : GPLv3+ 2023-11-08T01:22:57.798 INFO:teuthology.orchestra.run.smithi005.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-08T01:22:57.799 INFO:teuthology.orchestra.run.smithi005.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-08T01:22:57.799 INFO:teuthology.orchestra.run.smithi005.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-08T01:22:57.799 INFO:teuthology.orchestra.run.smithi005.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-08T01:22:57.799 INFO:teuthology.orchestra.run.smithi005.stdout:Relocations : (not relocatable) 2023-11-08T01:22:57.800 INFO:teuthology.orchestra.run.smithi005.stdout:Packager : CentOS BuildSystem 2023-11-08T01:22:57.800 INFO:teuthology.orchestra.run.smithi005.stdout:Vendor : CentOS 2023-11-08T01:22:57.800 INFO:teuthology.orchestra.run.smithi005.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-08T01:22:57.800 INFO:teuthology.orchestra.run.smithi005.stdout:Summary : Support tools for GRUB. 2023-11-08T01:22:57.800 INFO:teuthology.orchestra.run.smithi005.stdout:Description : 2023-11-08T01:22:57.801 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-08T01:22:57.801 INFO:teuthology.orchestra.run.smithi005.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-08T01:22:57.801 INFO:teuthology.orchestra.run.smithi005.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-08T01:22:57.801 INFO:teuthology.orchestra.run.smithi005.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-08T01:22:57.801 INFO:teuthology.orchestra.run.smithi005.stdout:hardware devices. 2023-11-08T01:22:57.802 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-08T01:22:57.802 INFO:teuthology.orchestra.run.smithi005.stdout:This subpackage provides tools for support of all platforms. 2023-11-08T01:22:57.803 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-08T01:22:57.803 INFO:teuthology.task.kernel:Updating grub on smithi005 to boot 4.18.0-521.el8.x86_64 2023-11-08T01:22:57.804 DEBUG:teuthology.orchestra.run.smithi005:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-08T01:22:59.095 INFO:teuthology.orchestra.run.smithi107.stderr:Generating grub configuration file ... 2023-11-08T01:22:59.378 INFO:teuthology.orchestra.run.smithi005.stderr:Generating grub configuration file ... 2023-11-08T01:23:01.447 INFO:teuthology.orchestra.run.smithi107.stderr:done 2023-11-08T01:23:01.449 DEBUG:teuthology.orchestra.run.smithi107:> mktemp 2023-11-08T01:23:01.485 INFO:teuthology.orchestra.run.smithi005.stderr:done 2023-11-08T01:23:01.486 DEBUG:teuthology.orchestra.run.smithi005:> mktemp 2023-11-08T01:23:01.511 INFO:teuthology.orchestra.run.smithi107.stdout:/tmp/tmp.wFRk4PAacE 2023-11-08T01:23:01.512 DEBUG:teuthology.orchestra.run.smithi107:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.wFRk4PAacE 2023-11-08T01:23:01.519 INFO:teuthology.orchestra.run.smithi005.stdout:/tmp/tmp.6zqFFA81e1 2023-11-08T01:23:01.519 DEBUG:teuthology.orchestra.run.smithi005:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.6zqFFA81e1 2023-11-08T01:23:01.587 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod 0666 /tmp/tmp.wFRk4PAacE 2023-11-08T01:23:01.591 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod 0666 /tmp/tmp.6zqFFA81e1 2023-11-08T01:23:01.731 DEBUG:teuthology.orchestra.remote:smithi107:/tmp/tmp.wFRk4PAacE is 6KB 2023-11-08T01:23:01.738 DEBUG:teuthology.orchestra.remote:smithi005:/tmp/tmp.6zqFFA81e1 is 6KB 2023-11-08T01:23:01.780 DEBUG:teuthology.orchestra.run.smithi107:> rm -fr /tmp/tmp.wFRk4PAacE 2023-11-08T01:23:01.786 DEBUG:teuthology.orchestra.run.smithi005:> rm -fr /tmp/tmp.6zqFFA81e1 2023-11-08T01:23:01.798 DEBUG:teuthology.orchestra.run.smithi107:> sudo /bin/ls /boot/loader/entries || true 2023-11-08T01:23:01.804 DEBUG:teuthology.orchestra.run.smithi005:> sudo /bin/ls /boot/loader/entries || true 2023-11-08T01:23:01.879 INFO:teuthology.orchestra.run.smithi107.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-08T01:23:01.880 INFO:teuthology.orchestra.run.smithi107.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-08T01:23:01.880 INFO:teuthology.orchestra.run.smithi107.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-08T01:23:01.880 INFO:teuthology.orchestra.run.smithi107.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-08T01:23:01.881 DEBUG:teuthology.orchestra.run.smithi107:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-08T01:23:01.883 INFO:teuthology.orchestra.run.smithi005.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-08T01:23:01.883 INFO:teuthology.orchestra.run.smithi005.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-08T01:23:01.883 INFO:teuthology.orchestra.run.smithi005.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-08T01:23:01.884 INFO:teuthology.orchestra.run.smithi005.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-08T01:23:01.884 DEBUG:teuthology.orchestra.run.smithi005:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-08T01:23:02.048 DEBUG:teuthology.orchestra.run.smithi005:> sudo shutdown -r now 2023-11-08T01:23:02.052 DEBUG:teuthology.orchestra.run.smithi107:> sudo shutdown -r now 2023-11-08T01:23:32.078 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-08T01:23:32.079 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi005.front.sepia.ceph.com' 2023-11-08T01:23:32.080 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T01:23:32.082 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-08T01:23:32.082 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2023-11-08T01:23:32.083 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T01:23:50.522 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.5 2023-11-08T01:23:50.524 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.107 2023-11-08T01:23:59.530 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi005.front.sepia.ceph.com' 2023-11-08T01:23:59.531 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T01:23:59.533 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2023-11-08T01:23:59.534 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T01:24:02.590 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.107 2023-11-08T01:24:14.602 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2023-11-08T01:24:14.603 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T01:24:33.018 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.107 2023-11-08T01:24:48.034 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2023-11-08T01:24:48.035 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T01:24:48.318 DEBUG:teuthology.orchestra.run.smithi107:> true 2023-11-08T01:24:48.587 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi107.front.sepia.ceph.com' 2023-11-08T01:24:48.587 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-521.el8.x86_64"... 2023-11-08T01:24:48.587 DEBUG:teuthology.orchestra.run.smithi107:> uname -r 2023-11-08T01:24:48.605 INFO:teuthology.orchestra.run.smithi107.stdout:4.18.0-521.el8.x86_64 2023-11-08T01:24:48.605 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-08T01:24:48.606 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-08T01:24:48.606 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-08T01:24:49.607 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-08T01:24:49.608 DEBUG:teuthology.orchestra.run.smithi107:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-08T01:24:49.683 INFO:teuthology.orchestra.run.smithi107.stdout:ttyS1 2023-11-08T01:24:49.700 DEBUG:teuthology.parallel:result is None 2023-11-08T01:24:59.533 DEBUG:teuthology.orchestra.remote:timed out 2023-11-08T01:25:11.535 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi005.front.sepia.ceph.com' 2023-11-08T01:25:11.536 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T01:25:11.819 DEBUG:teuthology.orchestra.run.smithi005:> true 2023-11-08T01:25:12.123 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi005.front.sepia.ceph.com' 2023-11-08T01:25:12.123 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-521.el8.x86_64"... 2023-11-08T01:25:12.123 DEBUG:teuthology.orchestra.run.smithi005:> uname -r 2023-11-08T01:25:12.146 INFO:teuthology.orchestra.run.smithi005.stdout:4.18.0-521.el8.x86_64 2023-11-08T01:25:12.146 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-08T01:25:12.147 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-08T01:25:12.147 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-08T01:25:13.148 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-08T01:25:13.149 DEBUG:teuthology.orchestra.run.smithi005:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-08T01:25:13.227 INFO:teuthology.orchestra.run.smithi005.stdout:ttyS1 2023-11-08T01:25:13.242 DEBUG:teuthology.parallel:result is None 2023-11-08T01:25:13.242 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-08T01:25:13.251 INFO:teuthology.task.internal:Creating test directory... 2023-11-08T01:25:13.251 DEBUG:teuthology.orchestra.run.smithi005:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-08T01:25:13.254 DEBUG:teuthology.orchestra.run.smithi107:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-08T01:25:13.277 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-08T01:25:13.296 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-08T01:25:13.307 INFO:teuthology.task.internal:Creating archive directory... 2023-11-08T01:25:13.307 DEBUG:teuthology.orchestra.run.smithi005:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-08T01:25:13.316 DEBUG:teuthology.orchestra.run.smithi107:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-08T01:25:13.356 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-08T01:25:13.364 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-08T01:25:13.364 DEBUG:teuthology.orchestra.run.smithi005:> 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-08T01:25:13.388 DEBUG:teuthology.orchestra.run.smithi107:> 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-08T01:25:13.429 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T01:25:13.430 INFO:teuthology.orchestra.run.smithi107.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T01:25:13.441 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T01:25:13.442 INFO:teuthology.orchestra.run.smithi107.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T01:25:13.443 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-08T01:25:13.451 INFO:teuthology.task.internal:Configuring sudo... 2023-11-08T01:25:13.451 DEBUG:teuthology.orchestra.run.smithi005:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-08T01:25:13.485 DEBUG:teuthology.orchestra.run.smithi107:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-08T01:25:13.517 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-08T01:25:13.527 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-08T01:25:13.527 DEBUG:teuthology.orchestra.run.smithi005:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-08T01:25:13.560 DEBUG:teuthology.orchestra.run.smithi107:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-08T01:25:13.580 DEBUG:teuthology.orchestra.run.smithi005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T01:25:13.670 DEBUG:teuthology.orchestra.run.smithi005:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T01:25:13.727 DEBUG:teuthology.orchestra.run.smithi005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T01:25:13.819 DEBUG:teuthology.orchestra.run.smithi005:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T01:25:13.867 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-11-08T01:25:13.867 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-08T01:25:13.941 DEBUG:teuthology.orchestra.run.smithi107:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T01:25:13.990 DEBUG:teuthology.orchestra.run.smithi107:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T01:25:14.040 DEBUG:teuthology.orchestra.run.smithi107:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T01:25:14.123 DEBUG:teuthology.orchestra.run.smithi107:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T01:25:14.169 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2023-11-08T01:25:14.170 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-08T01:25:14.237 DEBUG:teuthology.orchestra.run.smithi005:> sudo service rsyslog restart 2023-11-08T01:25:14.240 DEBUG:teuthology.orchestra.run.smithi107:> sudo service rsyslog restart 2023-11-08T01:25:14.305 INFO:teuthology.orchestra.run.smithi005.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-08T01:25:14.347 INFO:teuthology.orchestra.run.smithi107.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-08T01:25:14.647 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-08T01:25:14.655 INFO:teuthology.task.internal:Starting timer... 2023-11-08T01:25:14.656 INFO:teuthology.run_tasks:Running task pcp... 2023-11-08T01:25:14.666 INFO:teuthology.run_tasks:Running task selinux... 2023-11-08T01:25:14.674 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-08T01:25:14.675 DEBUG:teuthology.orchestra.run.smithi005:> sudo service auditd rotate 2023-11-08T01:25:14.769 INFO:teuthology.orchestra.run.smithi005.stdout:Rotating logs: 2023-11-08T01:25:14.771 DEBUG:teuthology.orchestra.run.smithi107:> sudo service auditd rotate 2023-11-08T01:25:14.851 INFO:teuthology.orchestra.run.smithi107.stdout:Rotating logs: 2023-11-08T01:25:14.852 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-08T01:25:14.853 DEBUG:teuthology.orchestra.run.smithi005:> /usr/sbin/getenforce 2023-11-08T01:25:14.901 INFO:teuthology.orchestra.run.smithi005.stdout:Permissive 2023-11-08T01:25:14.901 DEBUG:teuthology.orchestra.run.smithi107:> /usr/sbin/getenforce 2023-11-08T01:25:14.923 INFO:teuthology.orchestra.run.smithi107.stdout:Permissive 2023-11-08T01:25:14.924 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi005.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi107.front.sepia.ceph.com': 'permissive'} 2023-11-08T01:25:14.925 DEBUG:teuthology.orchestra.run.smithi005:> 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-08T01:25:14.959 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T01:25:14.960 DEBUG:teuthology.orchestra.run.smithi107:> 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-08T01:25:14.991 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T01:25:14.991 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-08T01:25:14.992 DEBUG:teuthology.orchestra.run.smithi005:> sudo /usr/sbin/setenforce permissive 2023-11-08T01:25:15.034 DEBUG:teuthology.orchestra.run.smithi107:> sudo /usr/sbin/setenforce permissive 2023-11-08T01:25:15.061 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-08T01:25:15.082 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-08T01:25:15.082 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-08T01:25:15.101 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-08T01:25:15.102 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi005.front.sepia.ceph.com,smithi107.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-08T01:38:05.714 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi005.front.sepia.ceph.com'), Remote(name='ubuntu@smithi107.front.sepia.ceph.com')] 2023-11-08T01:38:05.716 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi005.front.sepia.ceph.com' 2023-11-08T01:38:05.717 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T01:38:05.790 DEBUG:teuthology.orchestra.run.smithi005:> true 2023-11-08T01:38:05.823 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi005.front.sepia.ceph.com' 2023-11-08T01:38:05.824 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2023-11-08T01:38:05.825 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T01:38:05.895 DEBUG:teuthology.orchestra.run.smithi107:> true 2023-11-08T01:38:05.964 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi107.front.sepia.ceph.com' 2023-11-08T01:38:05.965 INFO:teuthology.run_tasks:Running task clock... 2023-11-08T01:38:05.976 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-08T01:38:05.976 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-08T01:38:05.977 DEBUG:teuthology.orchestra.run.smithi005:> 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-08T01:38:05.979 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-08T01:38:05.980 DEBUG:teuthology.orchestra.run.smithi107:> 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-08T01:38:06.016 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-08T01:38:06.033 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-08T01:38:06.036 INFO:teuthology.orchestra.run.smithi107.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-08T01:38:06.050 INFO:teuthology.orchestra.run.smithi107.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-08T01:38:06.112 INFO:teuthology.orchestra.run.smithi005.stderr:sudo: ntpd: command not found 2023-11-08T01:38:06.113 INFO:teuthology.orchestra.run.smithi107.stderr:sudo: ntpd: command not found 2023-11-08T01:38:06.123 INFO:teuthology.orchestra.run.smithi107.stdout:506 Cannot talk to daemon 2023-11-08T01:38:06.127 INFO:teuthology.orchestra.run.smithi005.stdout:506 Cannot talk to daemon 2023-11-08T01:38:06.138 INFO:teuthology.orchestra.run.smithi107.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-08T01:38:06.144 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-08T01:38:06.151 INFO:teuthology.orchestra.run.smithi107.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-08T01:38:06.160 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-08T01:38:06.231 INFO:teuthology.orchestra.run.smithi107.stderr:bash: ntpq: command not found 2023-11-08T01:38:06.233 INFO:teuthology.orchestra.run.smithi107.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-08T01:38:06.234 INFO:teuthology.orchestra.run.smithi107.stdout:=============================================================================== 2023-11-08T01:38:06.234 INFO:teuthology.orchestra.run.smithi107.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T01:38:06.234 INFO:teuthology.orchestra.run.smithi107.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T01:38:06.234 INFO:teuthology.orchestra.run.smithi107.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T01:38:06.235 INFO:teuthology.orchestra.run.smithi107.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T01:38:06.237 INFO:teuthology.orchestra.run.smithi005.stderr:bash: ntpq: command not found 2023-11-08T01:38:06.241 INFO:teuthology.orchestra.run.smithi005.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-08T01:38:06.242 INFO:teuthology.orchestra.run.smithi005.stdout:=============================================================================== 2023-11-08T01:38:06.242 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T01:38:06.242 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T01:38:06.242 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T01:38:06.243 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T01:38:06.243 INFO:teuthology.run_tasks:Running task pexec... 2023-11-08T01:38:06.253 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-08T01:38:06.254 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi005.front.sepia.ceph.com 2023-11-08T01:38:06.254 DEBUG:teuthology.orchestra.run.smithi005:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-08T01:38:06.255 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi107.front.sepia.ceph.com 2023-11-08T01:38:06.255 DEBUG:teuthology.orchestra.run.smithi107:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-08T01:38:07.153 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:02:38 ago on Wed 08 Nov 2023 01:35:28 AM UTC. 2023-11-08T01:38:07.302 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:46 ago on Wed 08 Nov 2023 01:36:21 AM UTC. 2023-11-08T01:38:09.251 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2023-11-08T01:38:09.252 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2023-11-08T01:38:09.252 INFO:teuthology.orchestra.run.smithi107.stdout: Package Architecture Version Repository Size 2023-11-08T01:38:09.252 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2023-11-08T01:38:09.252 INFO:teuthology.orchestra.run.smithi107.stdout:Resetting modules: 2023-11-08T01:38:09.252 INFO:teuthology.orchestra.run.smithi107.stdout: container-tools 2023-11-08T01:38:09.253 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:38:09.253 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2023-11-08T01:38:09.253 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2023-11-08T01:38:09.253 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:38:09.494 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2023-11-08T01:38:09.665 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-11-08T01:38:09.667 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-08T01:38:09.667 INFO:teuthology.orchestra.run.smithi005.stdout: Package Architecture Version Repository Size 2023-11-08T01:38:09.667 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-08T01:38:09.667 INFO:teuthology.orchestra.run.smithi005.stdout:Resetting modules: 2023-11-08T01:38:09.668 INFO:teuthology.orchestra.run.smithi005.stdout: container-tools 2023-11-08T01:38:09.668 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-08T01:38:09.668 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-11-08T01:38:09.668 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-08T01:38:09.668 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-08T01:38:09.943 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-11-08T01:38:10.414 INFO:teuthology.orchestra.run.smithi107.stdout:Last metadata expiration check: 0:02:42 ago on Wed 08 Nov 2023 01:35:28 AM UTC. 2023-11-08T01:38:11.018 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:01:49 ago on Wed 08 Nov 2023 01:36:21 AM UTC. 2023-11-08T01:38:12.480 INFO:teuthology.orchestra.run.smithi107.stdout:Dependencies resolved. 2023-11-08T01:38:12.652 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2023-11-08T01:38:12.653 INFO:teuthology.orchestra.run.smithi107.stdout: Package Arch Version Repository Size 2023-11-08T01:38:12.653 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2023-11-08T01:38:12.653 INFO:teuthology.orchestra.run.smithi107.stdout:Installing group/module packages: 2023-11-08T01:38:12.653 INFO:teuthology.orchestra.run.smithi107.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-08T01:38:12.653 INFO:teuthology.orchestra.run.smithi107.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-08T01:38:12.654 INFO:teuthology.orchestra.run.smithi107.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-08T01:38:12.654 INFO:teuthology.orchestra.run.smithi107.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-08T01:38:12.654 INFO:teuthology.orchestra.run.smithi107.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-08T01:38:12.654 INFO:teuthology.orchestra.run.smithi107.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-08T01:38:12.654 INFO:teuthology.orchestra.run.smithi107.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-08T01:38:12.655 INFO:teuthology.orchestra.run.smithi107.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-08T01:38:12.655 INFO:teuthology.orchestra.run.smithi107.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-08T01:38:12.655 INFO:teuthology.orchestra.run.smithi107.stdout:Installing dependencies: 2023-11-08T01:38:12.655 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-08T01:38:12.655 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-08T01:38:12.655 INFO:teuthology.orchestra.run.smithi107.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-08T01:38:12.656 INFO:teuthology.orchestra.run.smithi107.stdout:Installing weak dependencies: 2023-11-08T01:38:12.656 INFO:teuthology.orchestra.run.smithi107.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-08T01:38:12.656 INFO:teuthology.orchestra.run.smithi107.stdout:Installing module profiles: 2023-11-08T01:38:12.656 INFO:teuthology.orchestra.run.smithi107.stdout: container-tools/common 2023-11-08T01:38:12.656 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:38:12.657 INFO:teuthology.orchestra.run.smithi107.stdout:Enabling module streams: 2023-11-08T01:38:12.657 INFO:teuthology.orchestra.run.smithi107.stdout: container-tools rhel8 2023-11-08T01:38:12.657 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:38:12.657 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction Summary 2023-11-08T01:38:12.657 INFO:teuthology.orchestra.run.smithi107.stdout:================================================================================ 2023-11-08T01:38:12.658 INFO:teuthology.orchestra.run.smithi107.stdout:Install 13 Packages 2023-11-08T01:38:12.658 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:38:12.658 INFO:teuthology.orchestra.run.smithi107.stdout:Total download size: 27 M 2023-11-08T01:38:12.659 INFO:teuthology.orchestra.run.smithi107.stdout:Installed size: 89 M 2023-11-08T01:38:12.659 INFO:teuthology.orchestra.run.smithi107.stdout:Downloading Packages: 2023-11-08T01:38:13.193 INFO:teuthology.orchestra.run.smithi107.stdout:(1/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.2 MB/s | 1.0 MB 00:00 2023-11-08T01:38:13.293 INFO:teuthology.orchestra.run.smithi107.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 379 kB/s | 38 kB 00:00 2023-11-08T01:38:13.348 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2023-11-08T01:38:13.368 INFO:teuthology.orchestra.run.smithi107.stdout:(3/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.1 MB/s | 241 kB 00:00 2023-11-08T01:38:13.510 INFO:teuthology.orchestra.run.smithi107.stdout:(4/13): cockpit-podman-78-1.module_el8+712+4cd1 970 kB/s | 750 kB 00:00 2023-11-08T01:38:13.542 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-08T01:38:13.543 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2023-11-08T01:38:13.543 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-08T01:38:13.543 INFO:teuthology.orchestra.run.smithi005.stdout:Installing group/module packages: 2023-11-08T01:38:13.543 INFO:teuthology.orchestra.run.smithi005.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-08T01:38:13.544 INFO:teuthology.orchestra.run.smithi005.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-08T01:38:13.544 INFO:teuthology.orchestra.run.smithi005.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-08T01:38:13.544 INFO:teuthology.orchestra.run.smithi005.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-08T01:38:13.544 INFO:teuthology.orchestra.run.smithi005.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-08T01:38:13.544 INFO:teuthology.orchestra.run.smithi005.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-08T01:38:13.544 INFO:teuthology.orchestra.run.smithi005.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-08T01:38:13.545 INFO:teuthology.orchestra.run.smithi005.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-08T01:38:13.545 INFO:teuthology.orchestra.run.smithi005.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-08T01:38:13.545 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2023-11-08T01:38:13.545 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-08T01:38:13.545 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-08T01:38:13.546 INFO:teuthology.orchestra.run.smithi005.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-08T01:38:13.546 INFO:teuthology.orchestra.run.smithi005.stdout:Installing weak dependencies: 2023-11-08T01:38:13.546 INFO:teuthology.orchestra.run.smithi005.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-08T01:38:13.546 INFO:teuthology.orchestra.run.smithi005.stdout:Installing module profiles: 2023-11-08T01:38:13.546 INFO:teuthology.orchestra.run.smithi005.stdout: container-tools/common 2023-11-08T01:38:13.547 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-08T01:38:13.547 INFO:teuthology.orchestra.run.smithi005.stdout:Enabling module streams: 2023-11-08T01:38:13.547 INFO:teuthology.orchestra.run.smithi005.stdout: container-tools rhel8 2023-11-08T01:38:13.547 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-08T01:38:13.547 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2023-11-08T01:38:13.548 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2023-11-08T01:38:13.548 INFO:teuthology.orchestra.run.smithi005.stdout:Install 13 Packages 2023-11-08T01:38:13.548 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-08T01:38:13.549 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 27 M 2023-11-08T01:38:13.549 INFO:teuthology.orchestra.run.smithi005.stdout:Installed size: 89 M 2023-11-08T01:38:13.549 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2023-11-08T01:38:13.860 INFO:teuthology.orchestra.run.smithi107.stdout:(5/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 8.0 MB/s | 3.9 MB 00:00 2023-11-08T01:38:14.008 INFO:teuthology.orchestra.run.smithi005.stdout:(1/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.6 MB/s | 1.0 MB 00:00 2023-11-08T01:38:14.075 INFO:teuthology.orchestra.run.smithi005.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 569 kB/s | 38 kB 00:00 2023-11-08T01:38:14.109 INFO:teuthology.orchestra.run.smithi107.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 100 kB/s | 25 kB 00:00 2023-11-08T01:38:14.159 INFO:teuthology.orchestra.run.smithi005.stdout:(3/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.8 MB/s | 241 kB 00:00 2023-11-08T01:38:14.219 INFO:teuthology.orchestra.run.smithi107.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 852 kB/s | 94 kB 00:00 2023-11-08T01:38:14.245 INFO:teuthology.orchestra.run.smithi107.stdout:(8/13): python3-podman-4.7.0-1.module_el8+712+4 242 kB/s | 178 kB 00:00 2023-11-08T01:38:14.275 INFO:teuthology.orchestra.run.smithi005.stdout:(4/13): cockpit-podman-78-1.module_el8+712+4cd1 1.1 MB/s | 750 kB 00:00 2023-11-08T01:38:14.460 INFO:teuthology.orchestra.run.smithi005.stdout:(5/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 13 MB/s | 3.9 MB 00:00 2023-11-08T01:38:14.493 INFO:teuthology.orchestra.run.smithi005.stdout:(6/13): python3-podman-4.7.0-1.module_el8+712+4 819 kB/s | 178 kB 00:00 2023-11-08T01:38:14.526 INFO:teuthology.orchestra.run.smithi005.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 374 kB/s | 25 kB 00:00 2023-11-08T01:38:14.568 INFO:teuthology.orchestra.run.smithi005.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.2 MB/s | 94 kB 00:00 2023-11-08T01:38:14.894 INFO:teuthology.orchestra.run.smithi005.stdout:(9/13): skopeo-1.13.3-1.module_el8+712+4cd1bd69 22 MB/s | 8.1 MB 00:00 2023-11-08T01:38:14.911 INFO:teuthology.orchestra.run.smithi107.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 3.8 MB/s | 2.5 MB 00:00 2023-11-08T01:38:14.961 INFO:teuthology.orchestra.run.smithi005.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 792 kB/s | 53 kB 00:00 2023-11-08T01:38:15.019 INFO:teuthology.orchestra.run.smithi005.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 703 kB/s | 41 kB 00:00 2023-11-08T01:38:15.028 INFO:teuthology.orchestra.run.smithi107.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 451 kB/s | 53 kB 00:00 2023-11-08T01:38:15.129 INFO:teuthology.orchestra.run.smithi107.stdout:(11/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 9.0 MB/s | 8.1 MB 00:00 2023-11-08T01:38:15.146 INFO:teuthology.orchestra.run.smithi107.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 349 kB/s | 41 kB 00:00 2023-11-08T01:38:15.403 INFO:teuthology.orchestra.run.smithi005.stdout:(12/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 3.0 MB/s | 2.5 MB 00:00 2023-11-08T01:38:16.396 INFO:teuthology.orchestra.run.smithi107.stdout:(13/13): buildah-1.32.0-1.module_el8+712+4cd1bd 2.6 MB/s | 9.6 MB 00:03 2023-11-08T01:38:16.396 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2023-11-08T01:38:16.397 INFO:teuthology.orchestra.run.smithi107.stdout:Total 7.1 MB/s | 27 MB 00:03 2023-11-08T01:38:16.628 INFO:teuthology.orchestra.run.smithi005.stdout:(13/13): buildah-1.32.0-1.module_el8+712+4cd1bd 3.2 MB/s | 9.6 MB 00:02 2023-11-08T01:38:16.628 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2023-11-08T01:38:16.629 INFO:teuthology.orchestra.run.smithi005.stdout:Total 8.6 MB/s | 27 MB 00:03 2023-11-08T01:38:16.667 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction check 2023-11-08T01:38:16.688 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction check succeeded. 2023-11-08T01:38:16.688 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction test 2023-11-08T01:38:16.920 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2023-11-08T01:38:16.942 INFO:teuthology.orchestra.run.smithi107.stdout:Transaction test succeeded. 2023-11-08T01:38:16.944 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2023-11-08T01:38:16.944 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2023-11-08T01:38:16.945 INFO:teuthology.orchestra.run.smithi107.stdout:Running transaction 2023-11-08T01:38:17.236 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2023-11-08T01:38:17.239 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2023-11-08T01:38:17.639 INFO:teuthology.orchestra.run.smithi107.stdout: Preparing : 1/1 2023-11-08T01:38:17.846 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-08T01:38:17.935 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2023-11-08T01:38:18.008 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-08T01:38:18.125 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-08T01:38:18.194 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-08T01:38:18.283 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-08T01:38:18.449 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-08T01:38:18.452 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-08T01:38:18.679 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-08T01:38:19.002 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-08T01:38:19.246 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-08T01:38:20.033 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-08T01:38:20.260 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-08T01:38:20.511 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-08T01:38:20.762 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-08T01:38:20.863 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-08T01:38:21.131 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-08T01:38:21.137 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-08T01:38:21.337 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-08T01:38:21.571 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-08T01:38:21.958 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-08T01:38:22.025 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-08T01:38:22.235 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-08T01:38:22.432 INFO:teuthology.orchestra.run.smithi107.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-08T01:38:22.859 INFO:teuthology.orchestra.run.smithi107.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-08T01:38:22.860 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-08T01:38:22.860 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-08T01:38:22.860 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-08T01:38:22.860 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-08T01:38:22.860 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-08T01:38:22.861 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-08T01:38:22.861 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-08T01:38:22.861 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-08T01:38:22.861 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-08T01:38:22.861 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-08T01:38:22.862 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-08T01:38:22.862 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-08T01:38:22.907 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-08T01:38:23.125 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-08T01:38:23.306 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-08T01:38:23.667 INFO:teuthology.orchestra.run.smithi107.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-08T01:38:23.667 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:38:23.668 INFO:teuthology.orchestra.run.smithi107.stdout:Installed: 2023-11-08T01:38:23.668 INFO:teuthology.orchestra.run.smithi107.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T01:38:23.668 INFO:teuthology.orchestra.run.smithi107.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T01:38:23.668 INFO:teuthology.orchestra.run.smithi107.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-08T01:38:23.669 INFO:teuthology.orchestra.run.smithi107.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-08T01:38:23.669 INFO:teuthology.orchestra.run.smithi107.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T01:38:23.669 INFO:teuthology.orchestra.run.smithi107.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-08T01:38:23.669 INFO:teuthology.orchestra.run.smithi107.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-08T01:38:23.669 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-08T01:38:23.669 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-08T01:38:23.670 INFO:teuthology.orchestra.run.smithi107.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T01:38:23.670 INFO:teuthology.orchestra.run.smithi107.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-08T01:38:23.670 INFO:teuthology.orchestra.run.smithi107.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-08T01:38:23.670 INFO:teuthology.orchestra.run.smithi107.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-08T01:38:23.670 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:38:23.671 INFO:teuthology.orchestra.run.smithi107.stdout:Complete! 2023-11-08T01:38:23.801 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-08T01:38:23.801 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-08T01:38:23.801 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-08T01:38:23.801 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-08T01:38:23.802 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-08T01:38:23.802 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-08T01:38:23.802 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-08T01:38:23.802 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-08T01:38:23.802 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-08T01:38:23.803 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-08T01:38:23.803 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-08T01:38:23.803 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-08T01:38:23.803 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-08T01:38:23.920 DEBUG:teuthology.parallel:result is None 2023-11-08T01:38:24.654 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-08T01:38:24.654 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-08T01:38:24.654 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2023-11-08T01:38:24.654 INFO:teuthology.orchestra.run.smithi005.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T01:38:24.655 INFO:teuthology.orchestra.run.smithi005.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T01:38:24.655 INFO:teuthology.orchestra.run.smithi005.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-08T01:38:24.655 INFO:teuthology.orchestra.run.smithi005.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-08T01:38:24.655 INFO:teuthology.orchestra.run.smithi005.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T01:38:24.655 INFO:teuthology.orchestra.run.smithi005.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-08T01:38:24.656 INFO:teuthology.orchestra.run.smithi005.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-08T01:38:24.656 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-08T01:38:24.656 INFO:teuthology.orchestra.run.smithi005.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-08T01:38:24.656 INFO:teuthology.orchestra.run.smithi005.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T01:38:24.656 INFO:teuthology.orchestra.run.smithi005.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-08T01:38:24.657 INFO:teuthology.orchestra.run.smithi005.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-08T01:38:24.657 INFO:teuthology.orchestra.run.smithi005.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-08T01:38:24.657 INFO:teuthology.orchestra.run.smithi005.stdout: 2023-11-08T01:38:24.658 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2023-11-08T01:38:24.981 DEBUG:teuthology.parallel:result is None 2023-11-08T01:38:24.982 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-08T01:38:25.057 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': 'cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f'} 2023-11-08T01:38:25.061 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.5 2023-11-08T01:38:25.062 INFO:tasks.cephadm:Cluster fsid is 822eefec-7dd7-11ee-8dbb-212e2dc638e7 2023-11-08T01:38:25.062 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-08T01:38:25.062 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-08T01:38:25.063 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi005': '172.21.15.5', 'mon.smithi107': '172.21.15.107'} 2023-11-08T01:38:25.063 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-08T01:38:25.063 DEBUG:teuthology.orchestra.run.smithi005:> sudo hostname $(hostname -s) 2023-11-08T01:38:25.099 DEBUG:teuthology.orchestra.run.smithi107:> sudo hostname $(hostname -s) 2023-11-08T01:38:25.134 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2023-11-08T01:38:25.135 DEBUG:teuthology.orchestra.run.smithi005:> 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-08T01:38:25.436 INFO:teuthology.orchestra.run.smithi005.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Nov 8 01:38 /home/ubuntu/cephtest/cephadm 2023-11-08T01:38:25.436 DEBUG:teuthology.orchestra.run.smithi107:> 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-08T01:38:25.591 INFO:teuthology.orchestra.run.smithi107.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Nov 8 01:38 /home/ubuntu/cephtest/cephadm 2023-11-08T01:38:25.592 DEBUG:teuthology.orchestra.run.smithi005:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-08T01:38:25.617 DEBUG:teuthology.orchestra.run.smithi107:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-08T01:38:25.648 DEBUG:teuthology.orchestra.run.smithi005:> sudo mkdir -p /etc/ceph 2023-11-08T01:38:25.692 DEBUG:teuthology.orchestra.run.smithi107:> sudo mkdir -p /etc/ceph 2023-11-08T01:38:25.724 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod 777 /etc/ceph 2023-11-08T01:38:25.766 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod 777 /etc/ceph 2023-11-08T01:38:25.796 INFO:tasks.cephadm:Writing seed config... 2023-11-08T01:38:25.797 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-08T01:38:25.797 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-08T01:38:25.798 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-08T01:38:25.798 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-08T01:38:25.798 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-08T01:38:25.799 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-08T01:38:25.799 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-08T01:38:25.799 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-08T01:38:25.800 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-11-08T01:38:25.800 DEBUG:teuthology.orchestra.run.smithi005:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-08T01:38:25.829 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 = 822eefec-7dd7-11ee-8dbb-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-08T01:38:25.829 DEBUG:teuthology.orchestra.run.smithi005:mon.smithi005> sudo journalctl -f -n 0 -u ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@mon.smithi005.service 2023-11-08T01:38:25.871 INFO:tasks.cephadm:Bootstrapping... 2023-11-08T01:38:25.871 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 -v bootstrap --fsid 822eefec-7dd7-11ee-8dbb-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.5 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-08T01:38:25.906 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:-- Logs begin at Wed 2023-11-08 01:24:22 UTC. -- 2023-11-08T01:38:26.192 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-11-08T01:38:27.488 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: 4.6.1 2023-11-08T01:38:27.498 INFO:teuthology.orchestra.run.smithi005.stderr:Verifying podman|docker is present... 2023-11-08T01:38:27.499 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-11-08T01:38:27.524 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: 4.6.1 2023-11-08T01:38:27.534 INFO:teuthology.orchestra.run.smithi005.stderr:Verifying lvm2 is present... 2023-11-08T01:38:27.535 INFO:teuthology.orchestra.run.smithi005.stderr:Verifying time synchronization is in place... 2023-11-08T01:38:27.535 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl is-enabled chrony.service 2023-11-08T01:38:27.542 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-08T01:38:27.543 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl is-active chrony.service 2023-11-08T01:38:27.550 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: inactive 2023-11-08T01:38:27.550 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl is-enabled chronyd.service 2023-11-08T01:38:27.557 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: enabled 2023-11-08T01:38:27.557 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl is-active chronyd.service 2023-11-08T01:38:27.563 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: active 2023-11-08T01:38:27.564 INFO:teuthology.orchestra.run.smithi005.stderr:Unit chronyd.service is enabled and running 2023-11-08T01:38:27.564 INFO:teuthology.orchestra.run.smithi005.stderr:Repeating the final host check... 2023-11-08T01:38:27.565 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-11-08T01:38:27.587 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: 4.6.1 2023-11-08T01:38:27.596 INFO:teuthology.orchestra.run.smithi005.stderr:podman|docker (/bin/podman) is present 2023-11-08T01:38:27.596 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl is present 2023-11-08T01:38:27.596 INFO:teuthology.orchestra.run.smithi005.stderr:lvcreate is present 2023-11-08T01:38:27.596 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl is-enabled chrony.service 2023-11-08T01:38:27.602 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-08T01:38:27.603 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl is-active chrony.service 2023-11-08T01:38:27.609 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: inactive 2023-11-08T01:38:27.609 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl is-enabled chronyd.service 2023-11-08T01:38:27.615 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: enabled 2023-11-08T01:38:27.616 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl is-active chronyd.service 2023-11-08T01:38:27.621 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: active 2023-11-08T01:38:27.622 INFO:teuthology.orchestra.run.smithi005.stderr:Unit chronyd.service is enabled and running 2023-11-08T01:38:27.622 INFO:teuthology.orchestra.run.smithi005.stderr:Host looks OK 2023-11-08T01:38:27.623 INFO:teuthology.orchestra.run.smithi005.stderr:Cluster fsid: 822eefec-7dd7-11ee-8dbb-212e2dc638e7 2023-11-08T01:38:27.623 INFO:teuthology.orchestra.run.smithi005.stderr:Acquiring lock 140271166009472 on /run/cephadm/822eefec-7dd7-11ee-8dbb-212e2dc638e7.lock 2023-11-08T01:38:27.624 INFO:teuthology.orchestra.run.smithi005.stderr:Lock 140271166009472 acquired on /run/cephadm/822eefec-7dd7-11ee-8dbb-212e2dc638e7.lock 2023-11-08T01:38:27.624 INFO:teuthology.orchestra.run.smithi005.stderr:Verifying IP 172.21.15.5 port 3300 ... 2023-11-08T01:38:27.624 INFO:teuthology.orchestra.run.smithi005.stderr:Verifying IP 172.21.15.5 port 6789 ... 2023-11-08T01:38:27.624 INFO:teuthology.orchestra.run.smithi005.stderr:Base mon IP is 172.21.15.5, final addrv is [v2:172.21.15.5:3300,v1:172.21.15.5:6789] 2023-11-08T01:38:27.625 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /sbin/ip route ls 2023-11-08T01:38:27.626 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.5 metric 100 2023-11-08T01:38:27.626 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.5 metric 100 2023-11-08T01:38:27.627 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /sbin/ip -6 route ls 2023-11-08T01:38:27.629 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-08T01:38:27.630 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-11-08T01:38:27.630 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1784sec hoplimit 64 pref medium 2023-11-08T01:38:27.630 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /sbin/ip -6 addr ls 2023-11-08T01:38:27.633 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-08T01:38:27.633 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-08T01:38:27.633 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-08T01:38:27.633 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-11-08T01:38:27.634 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:1442/64 scope link 2023-11-08T01:38:27.634 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-08T01:38:27.634 INFO:teuthology.orchestra.run.smithi005.stderr:Mon IP `172.21.15.5` is in CIDR network `172.21.0.0/20` 2023-11-08T01:38:27.635 INFO:teuthology.orchestra.run.smithi005.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-08T01:38:27.635 INFO:teuthology.orchestra.run.smithi005.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2023-11-08T01:38:27.635 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.5 2023-11-08T01:38:27.731 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.5... 2023-11-08T01:38:34.660 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: Getting image source signatures 2023-11-08T01:38:34.667 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2023-11-08T01:38:34.668 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2023-11-08T01:38:49.475 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2023-11-08T01:38:49.524 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: Writing manifest to image destination 2023-11-08T01:38:49.862 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2023-11-08T01:38:49.876 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --version 2023-11-08T01:38:50.432 INFO:teuthology.orchestra.run.smithi005.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2023-11-08T01:38:50.775 INFO:teuthology.orchestra.run.smithi005.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2023-11-08T01:38:50.776 INFO:teuthology.orchestra.run.smithi005.stderr:Extracting ceph user uid/gid from container image... 2023-11-08T01:38:50.776 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2023-11-08T01:38:51.072 INFO:teuthology.orchestra.run.smithi005.stderr:stat: 167 167 2023-11-08T01:38:51.403 INFO:teuthology.orchestra.run.smithi005.stderr:Creating initial keys... 2023-11-08T01:38:51.404 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-11-08T01:38:51.658 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-authtool: AQCr5kplpJMBJxAAD0RgJ9Nkj+XLajdUUR/HoA== 2023-11-08T01:38:52.012 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-11-08T01:38:52.283 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-authtool: AQCs5kpl5T2XEBAANbmC1B2Vg1pWXpR4sLxHjw== 2023-11-08T01:38:52.604 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-11-08T01:38:52.866 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-authtool: AQCs5kpl+X2OMxAA0YIUCBcRg+vd055CmoljbQ== 2023-11-08T01:38:53.291 INFO:teuthology.orchestra.run.smithi005.stderr:Creating initial monmap... 2023-11-08T01:38:53.292 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpgbnaabo4:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --create --clobber --fsid 822eefec-7dd7-11ee-8dbb-212e2dc638e7 --addv smithi005 [v2:172.21.15.5:3300,v1:172.21.15.5:6789] /tmp/monmap 2023-11-08T01:38:53.743 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-08T01:38:53.743 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 822eefec-7dd7-11ee-8dbb-212e2dc638e7 2023-11-08T01:38:53.743 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-08T01:38:54.075 INFO:teuthology.orchestra.run.smithi005.stderr:monmaptool for smithi005 [v2:172.21.15.5:3300,v1:172.21.15.5:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-08T01:38:54.076 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/monmaptool: set fsid to 822eefec-7dd7-11ee-8dbb-212e2dc638e7 2023-11-08T01:38:54.076 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-08T01:38:54.076 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-11-08T01:38:54.076 INFO:teuthology.orchestra.run.smithi005.stderr:Creating mon... 2023-11-08T01:38:54.077 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/mon.smithi005:/var/lib/ceph/mon/ceph-smithi005:z -v /tmp/ceph-tmp88wccjzg:/tmp/keyring:z -v /tmp/ceph-tmpgbnaabo4:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --mkfs -i smithi005 --fsid 822eefec-7dd7-11ee-8dbb-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-08T01:38:54.370 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.341+0000 7fc25dfe7700 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-08T01:38:54.371 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.341+0000 7fc25dfe7700 1 imported monmap: 2023-11-08T01:38:54.371 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: epoch 0 2023-11-08T01:38:54.371 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: fsid 822eefec-7dd7-11ee-8dbb-212e2dc638e7 2023-11-08T01:38:54.371 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: last_changed 2023-11-08T01:38:53.741991+0000 2023-11-08T01:38:54.372 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: created 2023-11-08T01:38:53.741991+0000 2023-11-08T01:38:54.372 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-11-08T01:38:54.372 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-11-08T01:38:54.372 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] mon.smithi005 2023-11-08T01:38:54.372 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-11-08T01:38:54.373 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.341+0000 7fc25dfe7700 0 /usr/bin/ceph-mon: set fsid to 822eefec-7dd7-11ee-8dbb-212e2dc638e7 2023-11-08T01:38:54.373 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: RocksDB version: 6.8.1 2023-11-08T01:38:54.373 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-11-08T01:38:54.373 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-08T01:38:54.374 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Compile date Jul 8 2021 2023-11-08T01:38:54.374 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: DB SUMMARY 2023-11-08T01:38:54.374 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-11-08T01:38:54.374 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi005/store.db dir, Total Num: 0, files: 2023-11-08T01:38:54.374 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-11-08T01:38:54.375 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi005/store.db: 2023-11-08T01:38:54.375 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-11-08T01:38:54.375 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.error_if_exists: 0 2023-11-08T01:38:54.375 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.create_if_missing: 1 2023-11-08T01:38:54.375 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.paranoid_checks: 1 2023-11-08T01:38:54.376 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.env: 0x564987e511c0 2023-11-08T01:38:54.376 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.fs: Posix File System 2023-11-08T01:38:54.376 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.info_log: 0x564989009000 2023-11-08T01:38:54.376 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-08T01:38:54.377 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.statistics: (nil) 2023-11-08T01:38:54.377 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.use_fsync: 0 2023-11-08T01:38:54.377 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.max_log_file_size: 0 2023-11-08T01:38:54.377 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-08T01:38:54.377 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-08T01:38:54.378 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-08T01:38:54.378 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-08T01:38:54.378 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.allow_fallocate: 1 2023-11-08T01:38:54.378 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-08T01:38:54.379 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-08T01:38:54.379 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.use_direct_reads: 0 2023-11-08T01:38:54.379 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-08T01:38:54.379 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.create_missing_column_families: 0 2023-11-08T01:38:54.380 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.db_log_dir: 2023-11-08T01:38:54.380 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi005/store.db 2023-11-08T01:38:54.380 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-08T01:38:54.380 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.max_subcompactions: 1 2023-11-08T01:38:54.380 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.max_background_flushes: -1 2023-11-08T01:38:54.381 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-08T01:38:54.381 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-08T01:38:54.381 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-08T01:38:54.382 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-08T01:38:54.382 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-08T01:38:54.382 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.advise_random_on_open: 1 2023-11-08T01:38:54.382 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-08T01:38:54.383 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.write_buffer_manager: 0x564989011530 2023-11-08T01:38:54.383 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-08T01:38:54.384 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-08T01:38:54.384 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-08T01:38:54.384 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-08T01:38:54.384 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.rate_limiter: (nil) 2023-11-08T01:38:54.385 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-08T01:38:54.385 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-08T01:38:54.385 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-08T01:38:54.386 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-08T01:38:54.386 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.unordered_write: 0 2023-11-08T01:38:54.386 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-08T01:38:54.386 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-08T01:38:54.387 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-08T01:38:54.387 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-08T01:38:54.387 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.row_cache: None 2023-11-08T01:38:54.387 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.wal_filter: None 2023-11-08T01:38:54.387 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-08T01:38:54.388 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-08T01:38:54.388 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.preserve_deletes: 0 2023-11-08T01:38:54.388 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.two_write_queues: 0 2023-11-08T01:38:54.388 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.manual_wal_flush: 0 2023-11-08T01:38:54.388 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.atomic_flush: 0 2023-11-08T01:38:54.389 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-08T01:38:54.389 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-08T01:38:54.389 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-08T01:38:54.389 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.log_readahead_size: 0 2023-11-08T01:38:54.389 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-08T01:38:54.389 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.max_background_jobs: 2 2023-11-08T01:38:54.390 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.max_background_compactions: -1 2023-11-08T01:38:54.390 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-08T01:38:54.390 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-08T01:38:54.390 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-08T01:38:54.390 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.max_total_wal_size: 0 2023-11-08T01:38:54.391 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-08T01:38:54.391 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-08T01:38:54.391 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-08T01:38:54.391 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-08T01:38:54.392 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.max_open_files: -1 2023-11-08T01:38:54.392 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.bytes_per_sync: 0 2023-11-08T01:38:54.392 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-08T01:38:54.392 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-08T01:38:54.392 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-08T01:38:54.393 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Compression algorithms supported: 2023-11-08T01:38:54.393 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-08T01:38:54.393 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: kZSTD supported: 0 2023-11-08T01:38:54.393 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: kXpressCompression supported: 0 2023-11-08T01:38:54.393 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-08T01:38:54.394 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: kLZ4Compression supported: 1 2023-11-08T01:38:54.394 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: kBZip2Compression supported: 0 2023-11-08T01:38:54.394 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: kZlibCompression supported: 1 2023-11-08T01:38:54.394 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: kSnappyCompression supported: 1 2023-11-08T01:38:54.394 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.342+0000 7fc25dfe7700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-08T01:38:54.395 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-11-08T01:38:54.395 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-11-08T01:38:54.395 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi005/store.db/MANIFEST-000001 2023-11-08T01:38:54.395 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-11-08T01:38:54.395 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-08T01:38:54.395 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-11-08T01:38:54.396 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-08T01:38:54.396 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.merge_operator: 2023-11-08T01:38:54.396 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.compaction_filter: None 2023-11-08T01:38:54.396 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.compaction_filter_factory: None 2023-11-08T01:38:54.396 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-08T01:38:54.397 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-08T01:38:54.397 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564988f22160) 2023-11-08T01:38:54.397 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-11-08T01:38:54.397 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-08T01:38:54.397 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-08T01:38:54.398 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-11-08T01:38:54.398 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: index_type: 0 2023-11-08T01:38:54.398 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-11-08T01:38:54.398 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-11-08T01:38:54.399 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-11-08T01:38:54.399 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-11-08T01:38:54.399 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: checksum: 1 2023-11-08T01:38:54.399 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-11-08T01:38:54.399 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_cache: 0x564988f58d10 2023-11-08T01:38:54.399 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-11-08T01:38:54.400 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-11-08T01:38:54.400 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-11-08T01:38:54.400 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-11-08T01:38:54.400 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-11-08T01:38:54.400 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-11-08T01:38:54.401 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-11-08T01:38:54.401 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-11-08T01:38:54.401 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-11-08T01:38:54.401 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-11-08T01:38:54.401 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-11-08T01:38:54.402 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-11-08T01:38:54.402 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-11-08T01:38:54.402 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-11-08T01:38:54.402 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-11-08T01:38:54.402 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-08T01:38:54.403 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-11-08T01:38:54.403 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-11-08T01:38:54.403 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-11-08T01:38:54.403 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: format_version: 2 2023-11-08T01:38:54.403 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-11-08T01:38:54.403 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_align: 0 2023-11-08T01:38:54.404 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-11-08T01:38:54.404 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-08T01:38:54.404 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-08T01:38:54.404 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.compression: NoCompression 2023-11-08T01:38:54.404 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-08T01:38:54.405 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-08T01:38:54.405 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-08T01:38:54.405 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.num_levels: 7 2023-11-08T01:38:54.405 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-08T01:38:54.405 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-08T01:38:54.406 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-08T01:38:54.406 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-08T01:38:54.406 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-08T01:38:54.406 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-08T01:38:54.406 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-08T01:38:54.407 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-08T01:38:54.407 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-08T01:38:54.407 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-08T01:38:54.407 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.compression_opts.level: 32767 2023-11-08T01:38:54.407 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-08T01:38:54.407 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-08T01:38:54.408 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-08T01:38:54.408 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.compression_opts.enabled: false 2023-11-08T01:38:54.408 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-08T01:38:54.408 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-08T01:38:54.409 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-08T01:38:54.409 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-08T01:38:54.409 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-08T01:38:54.409 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-08T01:38:54.409 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-08T01:38:54.410 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-08T01:38:54.410 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-08T01:38:54.410 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-08T01:38:54.410 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-08T01:38:54.411 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-08T01:38:54.411 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-08T01:38:54.411 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-08T01:38:54.411 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-08T01:38:54.412 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-08T01:38:54.412 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-08T01:38:54.412 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.arena_block_size: 4194304 2023-11-08T01:38:54.412 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-08T01:38:54.412 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-08T01:38:54.413 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-08T01:38:54.413 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-08T01:38:54.413 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-08T01:38:54.413 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-08T01:38:54.414 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-08T01:38:54.414 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-08T01:38:54.414 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-08T01:38:54.414 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-08T01:38:54.414 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-08T01:38:54.415 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-08T01:38:54.415 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-08T01:38:54.415 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-08T01:38:54.415 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.table_properties_collectors: 2023-11-08T01:38:54.415 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.inplace_update_support: 0 2023-11-08T01:38:54.416 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-08T01:38:54.416 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-08T01:38:54.416 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-08T01:38:54.416 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-08T01:38:54.416 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.bloom_locality: 0 2023-11-08T01:38:54.417 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.max_successive_merges: 0 2023-11-08T01:38:54.417 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-08T01:38:54.417 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-08T01:38:54.417 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.force_consistency_checks: 0 2023-11-08T01:38:54.417 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-08T01:38:54.418 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.ttl: 2592000 2023-11-08T01:38:54.418 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.343+0000 7fc25dfe7700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-08T01:38:54.418 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.344+0000 7fc25dfe7700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi005/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-08T01:38:54.418 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-11-08T01:38:54.419 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.344+0000 7fc25dfe7700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-08T01:38:54.419 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-11-08T01:38:54.419 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.345+0000 7fc25dfe7700 4 rocksdb: DB pointer 0x56498901d800 2023-11-08T01:38:54.419 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.345+0000 7fc246e70700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-08T01:38:54.419 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.345+0000 7fc246e70700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-08T01:38:54.420 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-11-08T01:38:54.420 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T01:38:54.420 INFO:teuthology.orchestra.run.smithi005.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-08T01:38:54.421 INFO:teuthology.orchestra.run.smithi005.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-08T01:38:54.421 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T01:38:54.421 INFO:teuthology.orchestra.run.smithi005.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-08T01:38:54.421 INFO:teuthology.orchestra.run.smithi005.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-08T01:38:54.422 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T01:38:54.422 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-11-08T01:38:54.422 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-08T01:38:54.422 INFO:teuthology.orchestra.run.smithi005.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-08T01:38:54.423 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T01:38:54.423 INFO:teuthology.orchestra.run.smithi005.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-08T01:38:54.423 INFO:teuthology.orchestra.run.smithi005.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-08T01:38:54.423 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-11-08T01:38:54.424 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-08T01:38:54.424 INFO:teuthology.orchestra.run.smithi005.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-08T01:38:54.424 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T01:38:54.424 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T01:38:54.425 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T01:38:54.425 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T01:38:54.425 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T01:38:54.425 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T01:38:54.425 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-08T01:38:54.426 INFO:teuthology.orchestra.run.smithi005.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-08T01:38:54.426 INFO:teuthology.orchestra.run.smithi005.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-08T01:38:54.426 INFO:teuthology.orchestra.run.smithi005.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-08T01:38:54.426 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-11-08T01:38:54.426 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-08T01:38:54.427 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-11-08T01:38:54.427 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-08T01:38:54.427 INFO:teuthology.orchestra.run.smithi005.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-08T01:38:54.427 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T01:38:54.427 INFO:teuthology.orchestra.run.smithi005.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-08T01:38:54.428 INFO:teuthology.orchestra.run.smithi005.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-08T01:38:54.428 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-11-08T01:38:54.428 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-08T01:38:54.428 INFO:teuthology.orchestra.run.smithi005.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-08T01:38:54.428 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T01:38:54.429 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T01:38:54.429 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T01:38:54.429 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T01:38:54.429 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T01:38:54.429 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T01:38:54.430 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-08T01:38:54.430 INFO:teuthology.orchestra.run.smithi005.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-08T01:38:54.430 INFO:teuthology.orchestra.run.smithi005.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-08T01:38:54.430 INFO:teuthology.orchestra.run.smithi005.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-08T01:38:54.430 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-11-08T01:38:54.431 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-08T01:38:54.431 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2023-11-08T01:38:54.431 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.347+0000 7fc25dfe7700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-11-08T01:38:54.431 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.347+0000 7fc25dfe7700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-11-08T01:38:54.431 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2023-11-08T01:38:54.347+0000 7fc25dfe7700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi005 for mon.smithi005 2023-11-08T01:38:54.703 INFO:teuthology.orchestra.run.smithi005.stderr:create mon.smithi005 on 2023-11-08T01:38:54.704 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7 2023-11-08T01:38:54.711 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl disable ceph.target 2023-11-08T01:38:54.815 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl enable ceph.target 2023-11-08T01:38:54.822 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-08T01:38:54.913 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl start ceph.target 2023-11-08T01:38:54.921 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl enable ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7.target 2023-11-08T01:38:54.928 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7.target → /etc/systemd/system/ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7.target. 2023-11-08T01:38:54.928 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7.target → /etc/systemd/system/ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7.target. 2023-11-08T01:38:55.013 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl start ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7.target 2023-11-08T01:38:55.021 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl daemon-reload 2023-11-08T01:38:55.114 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl stop ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@mon.smithi005 2023-11-08T01:38:55.143 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl reset-failed ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@mon.smithi005 2023-11-08T01:38:55.148 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Failed to reset failed state of unit ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@mon.smithi005.service: Unit ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@mon.smithi005.service not loaded. 2023-11-08T01:38:55.149 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl enable ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@mon.smithi005 2023-11-08T01:38:55.156 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Created symlink /etc/systemd/system/ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7.target.wants/ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@mon.smithi005.service → /etc/systemd/system/ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@.service. 2023-11-08T01:38:55.252 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl start ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@mon.smithi005 2023-11-08T01:38:55.596 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-08T01:38:55.610 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: disabled 2023-11-08T01:38:55.611 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl is-active firewalld.service 2023-11-08T01:38:55.617 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: inactive 2023-11-08T01:38:55.617 INFO:teuthology.orchestra.run.smithi005.stderr:firewalld.service is not enabled 2023-11-08T01:38:55.618 INFO:teuthology.orchestra.run.smithi005.stderr:Not possible to enable service . firewalld.service is not available 2023-11-08T01:38:55.618 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for mon to start... 2023-11-08T01:38:55.619 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for mon... 2023-11-08T01:38:55.619 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/mon.smithi005:/var/lib/ceph/mon/ceph-smithi005:z -v /tmp/ceph-tmpqwaqv3zf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7qbd817r:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status 2023-11-08T01:38:56.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:55 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[107721]: cluster 2023-11-08T01:38:55.619659+0000 mon.smithi005 (mon.0) 1 : cluster [INF] mon.smithi005 is new leader, mons smithi005 in quorum (ranks 0) 2023-11-08T01:38:56.119 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: cluster: 2023-11-08T01:38:56.120 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: id: 822eefec-7dd7-11ee-8dbb-212e2dc638e7 2023-11-08T01:38:56.120 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-08T01:38:56.120 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2023-11-08T01:38:56.120 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: services: 2023-11-08T01:38:56.121 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi005 (age 0.481743s) 2023-11-08T01:38:56.121 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-08T01:38:56.121 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-08T01:38:56.121 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2023-11-08T01:38:56.121 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: data: 2023-11-08T01:38:56.122 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-08T01:38:56.122 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-08T01:38:56.122 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-08T01:38:56.123 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: pgs: 2023-11-08T01:38:56.123 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2023-11-08T01:38:56.453 INFO:teuthology.orchestra.run.smithi005.stderr:mon is available 2023-11-08T01:38:56.453 INFO:teuthology.orchestra.run.smithi005.stderr:Assimilating anything we can from ceph.conf... 2023-11-08T01:38:56.453 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpqwaqv3zf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7qbd817r:/etc/ceph/ceph.conf:z -v /var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/mon.smithi005:/var/lib/ceph/mon/ceph-smithi005:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi005/config 2023-11-08T01:38:56.838 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:56 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[107721]: cluster 2023-11-08T01:38:55.635439+0000 mon.smithi005 (mon.0) 2 : cluster [INF] mon.smithi005 is new leader, mons smithi005 in quorum (ranks 0) 2023-11-08T01:38:56.839 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:56 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[107721]: cluster 2023-11-08T01:38:55.635724+0000 mon.smithi005 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi005=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0]} 2023-11-08T01:38:56.839 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:56 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[107721]: cluster 2023-11-08T01:38:55.637771+0000 mon.smithi005 (mon.0) 4 : cluster [DBG] fsmap 2023-11-08T01:38:56.839 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:56 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[107721]: cluster 2023-11-08T01:38:55.639691+0000 mon.smithi005 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-08T01:38:56.839 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:56 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[107721]: cluster 2023-11-08T01:38:55.640111+0000 mon.smithi005 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-11-08T01:38:56.840 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:56 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[107721]: audit 2023-11-08T01:38:56.117138+0000 mon.smithi005 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.5:0/3202318069' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-08T01:38:56.907 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2023-11-08T01:38:56.908 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: [global] 2023-11-08T01:38:56.908 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: fsid = 822eefec-7dd7-11ee-8dbb-212e2dc638e7 2023-11-08T01:38:56.908 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.5:3300,v1:172.21.15.5:6789] 2023-11-08T01:38:56.908 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-08T01:38:56.908 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-08T01:38:56.909 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-08T01:38:56.909 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-08T01:38:56.909 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2023-11-08T01:38:56.909 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: [mgr] 2023-11-08T01:38:56.909 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-08T01:38:56.910 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2023-11-08T01:38:56.910 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: [osd] 2023-11-08T01:38:56.910 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-08T01:38:56.910 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-08T01:38:57.311 INFO:teuthology.orchestra.run.smithi005.stderr:Generating new minimal ceph.conf... 2023-11-08T01:38:57.311 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpqwaqv3zf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7qbd817r:/etc/ceph/ceph.conf:z -v /var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/mon.smithi005:/var/lib/ceph/mon/ceph-smithi005:z docker.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi005/config 2023-11-08T01:38:57.900 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:57 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[107721]: audit 2023-11-08T01:38:56.902833+0000 mon.smithi005 (mon.0) 8 : audit [INF] from='client.? 172.21.15.5:0/779315156' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-08T01:38:57.901 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:57 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[107721]: audit 2023-11-08T01:38:56.905674+0000 mon.smithi005 (mon.0) 9 : audit [INF] from='client.? 172.21.15.5:0/779315156' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-08T01:38:58.061 INFO:teuthology.orchestra.run.smithi005.stderr:Restarting the monitor... 2023-11-08T01:38:58.061 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl restart ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@mon.smithi005 2023-11-08T01:38:58.251 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 systemd[1]: Stopping Ceph mon.smithi005 for 822eefec-7dd7-11ee-8dbb-212e2dc638e7... 2023-11-08T01:38:58.251 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[107721]: debug 2023-11-08T01:38:58.138+0000 7f96526e9700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi005 -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-08T01:38:58.251 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[107721]: debug 2023-11-08T01:38:58.138+0000 7f96526e9700 -1 mon.smithi005@0(leader) e1 *** Got Signal Terminated *** 2023-11-08T01:38:58.568 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 podman[108046]: ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005 2023-11-08T01:38:58.568 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 systemd[1]: ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@mon.smithi005.service: Succeeded. 2023-11-08T01:38:58.568 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 systemd[1]: Stopped Ceph mon.smithi005 for 822eefec-7dd7-11ee-8dbb-212e2dc638e7. 2023-11-08T01:38:58.568 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 systemd[1]: Starting Ceph mon.smithi005 for 822eefec-7dd7-11ee-8dbb-212e2dc638e7... 2023-11-08T01:38:58.636 INFO:teuthology.orchestra.run.smithi005.stderr:Setting mon public_network to 172.21.0.0/20 2023-11-08T01:38:58.637 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpqwaqv3zf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7qbd817r:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2023-11-08T01:38:59.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 bash[108116]: 8234ffbc9c98db2ea2369e195858c5c765ab505ce0ad53901aef142513866ef3 2023-11-08T01:38:59.089 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 systemd[1]: Started Ceph mon.smithi005 for 822eefec-7dd7-11ee-8dbb-212e2dc638e7. 2023-11-08T01:38:59.089 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.642+0000 7fd519e5f700 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-08T01:38:59.089 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.642+0000 7fd519e5f700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2023-11-08T01:38:59.089 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.642+0000 7fd519e5f700 0 pidfile_write: ignore empty --pid-file 2023-11-08T01:38:59.090 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.647+0000 7fd519e5f700 0 load: jerasure load: lrc load: isa 2023-11-08T01:38:59.090 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: RocksDB version: 6.8.1 2023-11-08T01:38:59.090 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 2023-11-08T01:38:59.090 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-08T01:38:59.091 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Compile date Jul 8 2021 2023-11-08T01:38:59.091 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: DB SUMMARY 2023-11-08T01:38:59.091 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 2023-11-08T01:38:59.091 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: CURRENT file: CURRENT 2023-11-08T01:38:59.091 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 2023-11-08T01:38:59.092 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: IDENTITY file: IDENTITY 2023-11-08T01:38:59.092 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 2023-11-08T01:38:59.092 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-11-08T01:38:59.092 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 2023-11-08T01:38:59.092 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi005/store.db dir, Total Num: 1, files: 000004.sst 2023-11-08T01:38:59.093 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 2023-11-08T01:38:59.093 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi005/store.db: 000006.log size: 80386 ; 2023-11-08T01:38:59.093 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 2023-11-08T01:38:59.093 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.error_if_exists: 0 2023-11-08T01:38:59.093 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.create_if_missing: 0 2023-11-08T01:38:59.094 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.paranoid_checks: 1 2023-11-08T01:38:59.094 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.env: 0x564aebdff1c0 2023-11-08T01:38:59.094 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.fs: Posix File System 2023-11-08T01:38:59.094 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.info_log: 0x564aedf7ba40 2023-11-08T01:38:59.094 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-08T01:38:59.095 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.statistics: (nil) 2023-11-08T01:38:59.095 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.use_fsync: 0 2023-11-08T01:38:59.095 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.max_log_file_size: 0 2023-11-08T01:38:59.097 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-08T01:38:59.097 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-08T01:38:59.098 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-08T01:38:59.098 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-08T01:38:59.098 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.allow_fallocate: 1 2023-11-08T01:38:59.098 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-08T01:38:59.098 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-08T01:38:59.099 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.use_direct_reads: 0 2023-11-08T01:38:59.099 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-08T01:38:59.099 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.create_missing_column_families: 0 2023-11-08T01:38:59.099 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.db_log_dir: 2023-11-08T01:38:59.099 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi005/store.db 2023-11-08T01:38:59.100 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-08T01:38:59.102 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.max_subcompactions: 1 2023-11-08T01:38:59.102 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.max_background_flushes: -1 2023-11-08T01:38:59.102 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-08T01:38:59.102 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-08T01:38:59.103 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-08T01:38:59.103 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-08T01:38:59.103 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-08T01:38:59.103 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.advise_random_on_open: 1 2023-11-08T01:38:59.103 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-08T01:38:59.104 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.write_buffer_manager: 0x564aeebf2030 2023-11-08T01:38:59.104 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-08T01:38:59.104 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-08T01:38:59.104 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-08T01:38:59.104 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-08T01:38:59.104 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.rate_limiter: (nil) 2023-11-08T01:38:59.105 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-08T01:38:59.105 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-08T01:38:59.105 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-08T01:38:59.105 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-08T01:38:59.105 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.unordered_write: 0 2023-11-08T01:38:59.106 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-08T01:38:59.106 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-08T01:38:59.106 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-08T01:38:59.106 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-08T01:38:59.106 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.row_cache: None 2023-11-08T01:38:59.107 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.wal_filter: None 2023-11-08T01:38:59.107 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-08T01:38:59.107 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-08T01:38:59.107 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.preserve_deletes: 0 2023-11-08T01:38:59.107 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.two_write_queues: 0 2023-11-08T01:38:59.108 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.manual_wal_flush: 0 2023-11-08T01:38:59.108 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.atomic_flush: 0 2023-11-08T01:38:59.108 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-08T01:38:59.108 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-08T01:38:59.108 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-08T01:38:59.109 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.log_readahead_size: 0 2023-11-08T01:38:59.109 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-08T01:38:59.109 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.max_background_jobs: 2 2023-11-08T01:38:59.109 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.max_background_compactions: -1 2023-11-08T01:38:59.109 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-08T01:38:59.110 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-08T01:38:59.110 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-08T01:38:59.110 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.max_total_wal_size: 0 2023-11-08T01:38:59.110 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-08T01:38:59.111 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-08T01:38:59.111 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-08T01:38:59.111 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-08T01:38:59.111 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.max_open_files: -1 2023-11-08T01:38:59.111 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.bytes_per_sync: 0 2023-11-08T01:38:59.112 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-08T01:38:59.112 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-08T01:38:59.112 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-08T01:38:59.112 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Compression algorithms supported: 2023-11-08T01:38:59.112 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-08T01:38:59.113 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: kZSTD supported: 0 2023-11-08T01:38:59.113 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: kXpressCompression supported: 0 2023-11-08T01:38:59.113 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-08T01:38:59.113 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: kLZ4Compression supported: 1 2023-11-08T01:38:59.113 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: kBZip2Compression supported: 0 2023-11-08T01:38:59.113 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: kZlibCompression supported: 1 2023-11-08T01:38:59.114 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: kSnappyCompression supported: 1 2023-11-08T01:38:59.114 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-08T01:38:59.114 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi005/store.db/MANIFEST-000005 2023-11-08T01:38:59.114 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 2023-11-08T01:38:59.114 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-08T01:38:59.115 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 2023-11-08T01:38:59.115 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-08T01:38:59.115 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.merge_operator: 2023-11-08T01:38:59.115 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.compaction_filter: None 2023-11-08T01:38:59.115 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.compaction_filter_factory: None 2023-11-08T01:38:59.116 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-08T01:38:59.116 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-08T01:38:59.116 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564aede95cc0) 2023-11-08T01:38:59.116 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cache_index_and_filter_blocks: 1 2023-11-08T01:38:59.116 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-08T01:38:59.116 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-08T01:38:59.117 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: pin_top_level_index_and_filter: 1 2023-11-08T01:38:59.117 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: index_type: 0 2023-11-08T01:38:59.117 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: data_block_index_type: 0 2023-11-08T01:38:59.117 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: index_shortening: 1 2023-11-08T01:38:59.117 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: data_block_hash_table_util_ratio: 0.750000 2023-11-08T01:38:59.117 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: hash_index_allow_collision: 1 2023-11-08T01:38:59.118 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: checksum: 1 2023-11-08T01:38:59.118 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: no_block_cache: 0 2023-11-08T01:38:59.118 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: block_cache: 0x564aedecaf10 2023-11-08T01:38:59.118 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: block_cache_name: BinnedLRUCache 2023-11-08T01:38:59.118 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: block_cache_options: 2023-11-08T01:38:59.118 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: capacity : 536870912 2023-11-08T01:38:59.119 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: num_shard_bits : 4 2023-11-08T01:38:59.119 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: strict_capacity_limit : 0 2023-11-08T01:38:59.119 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: high_pri_pool_ratio: 0.000 2023-11-08T01:38:59.119 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: block_cache_compressed: (nil) 2023-11-08T01:38:59.120 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: persistent_cache: (nil) 2023-11-08T01:38:59.120 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: block_size: 4096 2023-11-08T01:38:59.120 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: block_size_deviation: 10 2023-11-08T01:38:59.120 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: block_restart_interval: 16 2023-11-08T01:38:59.120 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: index_block_restart_interval: 1 2023-11-08T01:38:59.120 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: metadata_block_size: 4096 2023-11-08T01:38:59.121 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: partition_filters: 0 2023-11-08T01:38:59.121 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: use_delta_encoding: 1 2023-11-08T01:38:59.121 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-08T01:38:59.121 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: whole_key_filtering: 1 2023-11-08T01:38:59.121 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: verify_compression: 0 2023-11-08T01:38:59.121 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: read_amp_bytes_per_bit: 0 2023-11-08T01:38:59.122 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: format_version: 2 2023-11-08T01:38:59.122 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: enable_index_compression: 1 2023-11-08T01:38:59.122 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: block_align: 0 2023-11-08T01:38:59.122 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 2023-11-08T01:38:59.122 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-08T01:38:59.123 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-08T01:38:59.123 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.compression: NoCompression 2023-11-08T01:38:59.123 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-08T01:38:59.123 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-08T01:38:59.123 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-08T01:38:59.124 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.num_levels: 7 2023-11-08T01:38:59.124 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-08T01:38:59.124 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-08T01:38:59.124 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-08T01:38:59.124 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-08T01:38:59.124 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-08T01:38:59.125 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-08T01:38:59.125 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-08T01:38:59.125 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-08T01:38:59.125 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-08T01:38:59.125 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-08T01:38:59.125 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.compression_opts.level: 32767 2023-11-08T01:38:59.126 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-08T01:38:59.126 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-08T01:38:59.126 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-08T01:38:59.126 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.compression_opts.enabled: false 2023-11-08T01:38:59.126 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-08T01:38:59.127 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-08T01:38:59.127 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-08T01:38:59.127 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-08T01:38:59.127 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-08T01:38:59.127 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-08T01:38:59.128 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-08T01:38:59.128 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-08T01:38:59.128 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-08T01:38:59.128 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-08T01:38:59.128 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-08T01:38:59.128 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-08T01:38:59.129 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-08T01:38:59.129 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-08T01:38:59.129 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-08T01:38:59.129 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-08T01:38:59.129 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-08T01:38:59.130 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.arena_block_size: 4194304 2023-11-08T01:38:59.130 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-08T01:38:59.130 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-08T01:38:59.130 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-08T01:38:59.130 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-08T01:38:59.131 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-08T01:38:59.131 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-08T01:38:59.131 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-08T01:38:59.131 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-08T01:38:59.132 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-08T01:38:59.132 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-08T01:38:59.132 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-08T01:38:59.132 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-08T01:38:59.132 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-08T01:38:59.133 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-08T01:38:59.133 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.table_properties_collectors: 2023-11-08T01:38:59.133 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.inplace_update_support: 0 2023-11-08T01:38:59.133 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-08T01:38:59.133 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-08T01:38:59.134 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-08T01:38:59.134 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-08T01:38:59.134 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.bloom_locality: 0 2023-11-08T01:38:59.134 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.max_successive_merges: 0 2023-11-08T01:38:59.134 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-08T01:38:59.135 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-08T01:38:59.135 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.force_consistency_checks: 0 2023-11-08T01:38:59.135 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-08T01:38:59.135 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.ttl: 2592000 2023-11-08T01:38:59.135 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.649+0000 7fd519e5f700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-08T01:38:59.136 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.650+0000 7fd519e5f700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi005/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-08T01:38:59.136 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 2023-11-08T01:38:59.136 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.650+0000 7fd519e5f700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-11-08T01:38:59.136 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 2023-11-08T01:38:59.136 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.650+0000 7fd519e5f700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1699407538651457, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-11-08T01:38:59.136 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.650+0000 7fd519e5f700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-11-08T01:38:59.137 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.651+0000 7fd519e5f700 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-08T01:38:59.137 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.651+0000 7fd519e5f700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1699407538652552, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 77309, "table_properties": {"data_size": 75606, "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": 70253, "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": 1699407538, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-08T01:38:59.137 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.651+0000 7fd519e5f700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-11-08T01:38:59.137 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 2023-11-08T01:38:59.137 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.652+0000 7fd519e5f700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1699407538653058, "job": 1, "event": "recovery_finished"} 2023-11-08T01:38:59.138 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.653+0000 7fd519e5f700 4 rocksdb: DB pointer 0x564aedf8f800 2023-11-08T01:38:59.138 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.653+0000 7fd500c67700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-08T01:38:59.138 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.653+0000 7fd500c67700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-08T01:38:59.138 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: ** DB Stats ** 2023-11-08T01:38:59.138 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T01:38:59.139 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 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-08T01:38:59.139 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-08T01:38:59.139 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T01:38:59.139 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 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-08T01:38:59.139 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-08T01:38:59.140 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T01:38:59.140 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 2023-11-08T01:38:59.140 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: ** Compaction Stats [default] ** 2023-11-08T01:38:59.140 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 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-08T01:38:59.140 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T01:38:59.141 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: L0 2/0 77.19 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 100.7 0.00 0.00 1 0.001 0 0 2023-11-08T01:38:59.141 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Sum 2/0 77.19 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 100.7 0.00 0.00 1 0.001 0 0 2023-11-08T01:38:59.141 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 100.7 0.00 0.00 1 0.001 0 0 2023-11-08T01:38:59.141 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 2023-11-08T01:38:59.141 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: ** Compaction Stats [default] ** 2023-11-08T01:38:59.142 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 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-08T01:38:59.142 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T01:38:59.142 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 100.7 0.00 0.00 1 0.001 0 0 2023-11-08T01:38:59.142 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T01:38:59.142 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T01:38:59.143 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T01:38:59.143 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T01:38:59.143 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T01:38:59.143 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: AddFile(Keys): cumulative 0, interval 0 2023-11-08T01:38:59.144 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Cumulative compaction: 0.00 GB write, 20.79 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T01:38:59.144 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Interval compaction: 0.00 GB write, 20.79 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T01:38:59.144 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 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-08T01:38:59.144 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 2023-11-08T01:38:59.144 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: ** File Read Latency Histogram By Level [default] ** 2023-11-08T01:38:59.145 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 2023-11-08T01:38:59.145 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: ** Compaction Stats [default] ** 2023-11-08T01:38:59.145 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 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-08T01:38:59.145 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T01:38:59.145 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: L0 2/0 77.19 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 100.7 0.00 0.00 1 0.001 0 0 2023-11-08T01:38:59.146 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Sum 2/0 77.19 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 100.7 0.00 0.00 1 0.001 0 0 2023-11-08T01:38:59.146 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 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-08T01:38:59.146 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 2023-11-08T01:38:59.146 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: ** Compaction Stats [default] ** 2023-11-08T01:38:59.146 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 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-08T01:38:59.146 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T01:38:59.147 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 100.7 0.00 0.00 1 0.001 0 0 2023-11-08T01:38:59.147 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T01:38:59.147 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T01:38:59.147 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T01:38:59.147 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T01:38:59.148 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T01:38:59.148 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: AddFile(Keys): cumulative 0, interval 0 2023-11-08T01:38:59.148 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Cumulative compaction: 0.00 GB write, 20.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T01:38:59.148 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 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-08T01:38:59.148 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 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-08T01:38:59.149 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 2023-11-08T01:38:59.149 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: ** File Read Latency Histogram By Level [default] ** 2023-11-08T01:38:59.149 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 2023-11-08T01:38:59.149 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.653+0000 7fd519e5f700 0 starting mon.smithi005 rank 0 at public addrs [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] at bind addrs [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi005 fsid 822eefec-7dd7-11ee-8dbb-212e2dc638e7 2023-11-08T01:38:59.149 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.655+0000 7fd519e5f700 1 mon.smithi005@-1(???) e1 preinit fsid 822eefec-7dd7-11ee-8dbb-212e2dc638e7 2023-11-08T01:38:59.149 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.655+0000 7fd519e5f700 0 mon.smithi005@-1(???).mds e1 new map 2023-11-08T01:38:59.150 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.655+0000 7fd519e5f700 0 mon.smithi005@-1(???).mds e1 print_map 2023-11-08T01:38:59.150 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: e1 2023-11-08T01:38:59.150 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-08T01:38:59.150 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 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-08T01:38:59.150 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: legacy client fscid: -1 2023-11-08T01:38:59.151 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 2023-11-08T01:38:59.151 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: No filesystems configured 2023-11-08T01:38:59.151 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 2023-11-08T01:38:59.151 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.655+0000 7fd519e5f700 0 mon.smithi005@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-08T01:38:59.151 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.655+0000 7fd519e5f700 0 mon.smithi005@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T01:38:59.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.655+0000 7fd519e5f700 0 mon.smithi005@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T01:38:59.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.655+0000 7fd519e5f700 0 mon.smithi005@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T01:38:59.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:38:56.902833+0000 mon.smithi005 (mon.0) 8 : audit [INF] from='client.? 172.21.15.5:0/779315156' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-08T01:38:59.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:38:56.905674+0000 mon.smithi005 (mon.0) 9 : audit [INF] from='client.? 172.21.15.5:0/779315156' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-08T01:38:59.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.655+0000 7fd519e5f700 1 mon.smithi005@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-08T01:38:59.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.657+0000 7fd519e5f700 20 expand_channel_meta expand map: {default=false} 2023-11-08T01:38:59.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.657+0000 7fd519e5f700 20 expand_channel_meta from 'false' to 'false' 2023-11-08T01:38:59.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.657+0000 7fd519e5f700 20 expand_channel_meta expanded map: {default=false} 2023-11-08T01:38:59.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.657+0000 7fd519e5f700 20 expand_channel_meta expand map: {default=info} 2023-11-08T01:38:59.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.657+0000 7fd519e5f700 20 expand_channel_meta from 'info' to 'info' 2023-11-08T01:38:59.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.657+0000 7fd519e5f700 20 expand_channel_meta expanded map: {default=info} 2023-11-08T01:38:59.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.657+0000 7fd519e5f700 20 expand_channel_meta expand map: {default=daemon} 2023-11-08T01:38:59.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.657+0000 7fd519e5f700 20 expand_channel_meta from 'daemon' to 'daemon' 2023-11-08T01:38:59.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.657+0000 7fd519e5f700 20 expand_channel_meta expanded map: {default=daemon} 2023-11-08T01:38:59.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.657+0000 7fd519e5f700 20 expand_channel_meta expand map: {default=debug} 2023-11-08T01:38:59.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.657+0000 7fd519e5f700 20 expand_channel_meta from 'debug' to 'debug' 2023-11-08T01:38:59.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:38:58.657+0000 7fd519e5f700 20 expand_channel_meta expanded map: {default=debug} 2023-11-08T01:38:59.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:38:58.672961+0000 mon.smithi005 (mon.0) 1 : cluster [INF] mon.smithi005 is new leader, mons smithi005 in quorum (ranks 0) 2023-11-08T01:38:59.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:38:58.673098+0000 mon.smithi005 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi005=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0]} 2023-11-08T01:38:59.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:38:58.673164+0000 mon.smithi005 (mon.0) 3 : cluster [DBG] fsmap 2023-11-08T01:38:59.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:38:58.673212+0000 mon.smithi005 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-08T01:38:59.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:38:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:38:58.674357+0000 mon.smithi005 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-11-08T01:38:59.469 INFO:teuthology.orchestra.run.smithi005.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-08T01:38:59.469 INFO:teuthology.orchestra.run.smithi005.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-08T01:38:59.470 INFO:teuthology.orchestra.run.smithi005.stderr:Creating mgr... 2023-11-08T01:38:59.470 INFO:teuthology.orchestra.run.smithi005.stderr:Verifying port 9283 ... 2023-11-08T01:38:59.472 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl daemon-reload 2023-11-08T01:38:59.578 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl stop ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@mgr.smithi005.ppgwxg 2023-11-08T01:38:59.606 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl reset-failed ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@mgr.smithi005.ppgwxg 2023-11-08T01:38:59.612 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Failed to reset failed state of unit ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@mgr.smithi005.ppgwxg.service: Unit ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@mgr.smithi005.ppgwxg.service not loaded. 2023-11-08T01:38:59.613 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl enable ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@mgr.smithi005.ppgwxg 2023-11-08T01:38:59.619 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Created symlink /etc/systemd/system/ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7.target.wants/ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@mgr.smithi005.ppgwxg.service → /etc/systemd/system/ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@.service. 2023-11-08T01:38:59.711 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl start ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@mgr.smithi005.ppgwxg 2023-11-08T01:39:00.029 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-08T01:39:00.039 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: disabled 2023-11-08T01:39:00.040 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl is-active firewalld.service 2023-11-08T01:39:00.048 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: inactive 2023-11-08T01:39:00.050 INFO:teuthology.orchestra.run.smithi005.stderr:firewalld.service is not enabled 2023-11-08T01:39:00.050 INFO:teuthology.orchestra.run.smithi005.stderr:Not possible to enable service . firewalld.service is not available 2023-11-08T01:39:00.050 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-08T01:39:00.059 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: disabled 2023-11-08T01:39:00.060 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl is-active firewalld.service 2023-11-08T01:39:00.068 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: inactive 2023-11-08T01:39:00.070 INFO:teuthology.orchestra.run.smithi005.stderr:firewalld.service is not enabled 2023-11-08T01:39:00.070 INFO:teuthology.orchestra.run.smithi005.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-08T01:39:00.070 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for mgr to start... 2023-11-08T01:39:00.071 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for mgr... 2023-11-08T01:39:00.071 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpqwaqv3zf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7qbd817r:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-11-08T01:39:00.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:00 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:38:59.118205+0000 mon.smithi005 (mon.0) 6 : audit [INF] from='client.? 172.21.15.5:0/32029132' entity='client.admin' 2023-11-08T01:39:00.518 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2023-11-08T01:39:00.519 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2023-11-08T01:39:00.519 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsid": "822eefec-7dd7-11ee-8dbb-212e2dc638e7", 2023-11-08T01:39:00.519 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "health": { 2023-11-08T01:39:00.519 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-08T01:39:00.520 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "checks": {}, 2023-11-08T01:39:00.520 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mutes": [] 2023-11-08T01:39:00.520 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-11-08T01:39:00.522 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-08T01:39:00.522 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum": [ 2023-11-08T01:39:00.522 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 0 2023-11-08T01:39:00.523 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2023-11-08T01:39:00.523 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-08T01:39:00.523 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "smithi005" 2023-11-08T01:39:00.523 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2023-11-08T01:39:00.523 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-11-08T01:39:00.523 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "monmap": { 2023-11-08T01:39:00.524 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:39:00.524 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-08T01:39:00.524 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-08T01:39:00.524 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-11-08T01:39:00.524 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osdmap": { 2023-11-08T01:39:00.525 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:39:00.525 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-08T01:39:00.525 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-08T01:39:00.525 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-08T01:39:00.529 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-08T01:39:00.529 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-08T01:39:00.529 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-08T01:39:00.530 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-11-08T01:39:00.530 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgmap": { 2023-11-08T01:39:00.530 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-08T01:39:00.530 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-08T01:39:00.530 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-08T01:39:00.531 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-08T01:39:00.531 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-08T01:39:00.531 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-08T01:39:00.531 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-08T01:39:00.531 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-08T01:39:00.532 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-11-08T01:39:00.532 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsmap": { 2023-11-08T01:39:00.532 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:39:00.532 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-08T01:39:00.532 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-08T01:39:00.533 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-11-08T01:39:00.533 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-08T01:39:00.533 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "available": false, 2023-11-08T01:39:00.533 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-08T01:39:00.533 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modules": [ 2023-11-08T01:39:00.533 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "iostat", 2023-11-08T01:39:00.534 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "nfs", 2023-11-08T01:39:00.534 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "restful" 2023-11-08T01:39:00.534 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2023-11-08T01:39:00.534 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2023-11-08T01:39:00.534 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-11-08T01:39:00.535 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "servicemap": { 2023-11-08T01:39:00.535 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:39:00.535 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modified": "2023-11-08T01:38:55.636705+0000", 2023-11-08T01:39:00.535 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2023-11-08T01:39:00.535 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-11-08T01:39:00.536 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-08T01:39:00.536 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2023-11-08T01:39:00.877 INFO:teuthology.orchestra.run.smithi005.stderr:mgr not available, waiting (1/15)... 2023-11-08T01:39:01.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:01 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:00.516970+0000 mon.smithi005 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.5:0/1185951672' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-08T01:39:02.879 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpqwaqv3zf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7qbd817r:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-11-08T01:39:03.320 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2023-11-08T01:39:03.320 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2023-11-08T01:39:03.320 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsid": "822eefec-7dd7-11ee-8dbb-212e2dc638e7", 2023-11-08T01:39:03.320 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "health": { 2023-11-08T01:39:03.321 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-08T01:39:03.321 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "checks": {}, 2023-11-08T01:39:03.321 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mutes": [] 2023-11-08T01:39:03.321 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-11-08T01:39:03.321 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-08T01:39:03.322 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum": [ 2023-11-08T01:39:03.322 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 0 2023-11-08T01:39:03.322 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2023-11-08T01:39:03.322 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-08T01:39:03.323 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "smithi005" 2023-11-08T01:39:03.323 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2023-11-08T01:39:03.323 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-11-08T01:39:03.323 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "monmap": { 2023-11-08T01:39:03.323 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:39:03.323 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-08T01:39:03.324 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-08T01:39:03.324 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-11-08T01:39:03.324 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osdmap": { 2023-11-08T01:39:03.324 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:39:03.324 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-08T01:39:03.325 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-08T01:39:03.325 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-08T01:39:03.325 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-08T01:39:03.325 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-08T01:39:03.325 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-08T01:39:03.325 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-11-08T01:39:03.326 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgmap": { 2023-11-08T01:39:03.326 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-08T01:39:03.326 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-08T01:39:03.326 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-08T01:39:03.326 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-08T01:39:03.327 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-08T01:39:03.327 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-08T01:39:03.327 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-08T01:39:03.327 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-08T01:39:03.327 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-11-08T01:39:03.327 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsmap": { 2023-11-08T01:39:03.328 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:39:03.328 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-08T01:39:03.328 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-08T01:39:03.328 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-11-08T01:39:03.328 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-08T01:39:03.329 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "available": false, 2023-11-08T01:39:03.329 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-08T01:39:03.329 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modules": [ 2023-11-08T01:39:03.329 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "iostat", 2023-11-08T01:39:03.329 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "nfs", 2023-11-08T01:39:03.329 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "restful" 2023-11-08T01:39:03.330 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2023-11-08T01:39:03.330 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2023-11-08T01:39:03.330 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-11-08T01:39:03.330 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "servicemap": { 2023-11-08T01:39:03.330 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:39:03.331 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modified": "2023-11-08T01:38:55.636705+0000", 2023-11-08T01:39:03.331 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2023-11-08T01:39:03.331 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-11-08T01:39:03.331 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-08T01:39:03.331 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2023-11-08T01:39:03.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:03 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:03.313255+0000 mon.smithi005 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.5:0/2918061818' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-08T01:39:03.651 INFO:teuthology.orchestra.run.smithi005.stderr:mgr not available, waiting (2/15)... 2023-11-08T01:39:05.654 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpqwaqv3zf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7qbd817r:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-11-08T01:39:06.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:05 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:39:05.863781+0000 mon.smithi005 (mon.0) 9 : cluster [INF] Activating manager daemon smithi005.ppgwxg 2023-11-08T01:39:06.089 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:05 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:39:05.866467+0000 mon.smithi005 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi005.ppgwxg(active, starting, since 0.00281431s) 2023-11-08T01:39:06.089 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:05 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:05.867595+0000 mon.smithi005 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.5:0/1913585578' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T01:39:06.089 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:05 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:05.867749+0000 mon.smithi005 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.5:0/1913585578' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T01:39:06.089 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:05 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:05.867900+0000 mon.smithi005 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.5:0/1913585578' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T01:39:06.090 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:05 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:05.868041+0000 mon.smithi005 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.5:0/1913585578' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2023-11-08T01:39:06.090 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:05 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:05.868836+0000 mon.smithi005 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.5:0/1913585578' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "mgr metadata", "who": "smithi005.ppgwxg", "id": "smithi005.ppgwxg"}]: dispatch 2023-11-08T01:39:06.090 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:05 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:39:05.882526+0000 mon.smithi005 (mon.0) 16 : cluster [INF] Manager daemon smithi005.ppgwxg is now available 2023-11-08T01:39:06.090 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:05 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:05.890288+0000 mon.smithi005 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.5:0/1913585578' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:39:06.090 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:05 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:05.896815+0000 mon.smithi005 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.5:0/1913585578' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.ppgwxg/mirror_snapshot_schedule"}]: dispatch 2023-11-08T01:39:06.091 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:05 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:05.898328+0000 mon.smithi005 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.5:0/1913585578' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.ppgwxg/trash_purge_schedule"}]: dispatch 2023-11-08T01:39:06.091 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:05 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:05.904650+0000 mon.smithi005 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.5:0/1913585578' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:39:06.091 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:05 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:05.906630+0000 mon.smithi005 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.5:0/1913585578' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:39:06.100 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2023-11-08T01:39:06.101 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2023-11-08T01:39:06.101 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsid": "822eefec-7dd7-11ee-8dbb-212e2dc638e7", 2023-11-08T01:39:06.101 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "health": { 2023-11-08T01:39:06.101 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-08T01:39:06.101 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "checks": {}, 2023-11-08T01:39:06.102 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mutes": [] 2023-11-08T01:39:06.102 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-11-08T01:39:06.102 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-08T01:39:06.102 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum": [ 2023-11-08T01:39:06.102 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 0 2023-11-08T01:39:06.103 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2023-11-08T01:39:06.103 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-08T01:39:06.103 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "smithi005" 2023-11-08T01:39:06.103 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2023-11-08T01:39:06.103 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-11-08T01:39:06.104 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "monmap": { 2023-11-08T01:39:06.104 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:39:06.104 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-08T01:39:06.104 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-08T01:39:06.105 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-11-08T01:39:06.105 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osdmap": { 2023-11-08T01:39:06.105 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:39:06.105 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-08T01:39:06.105 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-08T01:39:06.106 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-08T01:39:06.109 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-08T01:39:06.109 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-08T01:39:06.109 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-08T01:39:06.110 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-11-08T01:39:06.110 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgmap": { 2023-11-08T01:39:06.110 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-08T01:39:06.110 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-08T01:39:06.110 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-08T01:39:06.111 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-08T01:39:06.111 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-08T01:39:06.111 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-08T01:39:06.111 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-08T01:39:06.111 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-08T01:39:06.112 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-11-08T01:39:06.112 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsmap": { 2023-11-08T01:39:06.112 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:39:06.112 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-08T01:39:06.112 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-08T01:39:06.112 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-11-08T01:39:06.113 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-08T01:39:06.113 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "available": false, 2023-11-08T01:39:06.113 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-08T01:39:06.113 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modules": [ 2023-11-08T01:39:06.113 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "iostat", 2023-11-08T01:39:06.114 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "nfs", 2023-11-08T01:39:06.114 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "restful" 2023-11-08T01:39:06.114 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2023-11-08T01:39:06.114 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2023-11-08T01:39:06.114 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-11-08T01:39:06.115 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "servicemap": { 2023-11-08T01:39:06.115 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:39:06.115 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modified": "2023-11-08T01:38:55.636705+0000", 2023-11-08T01:39:06.115 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2023-11-08T01:39:06.115 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-11-08T01:39:06.116 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-08T01:39:06.116 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2023-11-08T01:39:06.425 INFO:teuthology.orchestra.run.smithi005.stderr:mgr not available, waiting (3/15)... 2023-11-08T01:39:07.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:06 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:06.097433+0000 mon.smithi005 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.5:0/1625044198' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-08T01:39:07.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:06 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:39:06.869451+0000 mon.smithi005 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi005.ppgwxg(active, since 1.0058s) 2023-11-08T01:39:08.428 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpqwaqv3zf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7qbd817r:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-11-08T01:39:09.063 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2023-11-08T01:39:09.063 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2023-11-08T01:39:09.063 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsid": "822eefec-7dd7-11ee-8dbb-212e2dc638e7", 2023-11-08T01:39:09.064 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "health": { 2023-11-08T01:39:09.064 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-08T01:39:09.064 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "checks": {}, 2023-11-08T01:39:09.064 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mutes": [] 2023-11-08T01:39:09.064 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-11-08T01:39:09.065 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-08T01:39:09.065 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum": [ 2023-11-08T01:39:09.065 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 0 2023-11-08T01:39:09.065 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2023-11-08T01:39:09.065 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-08T01:39:09.066 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "smithi005" 2023-11-08T01:39:09.066 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2023-11-08T01:39:09.066 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-11-08T01:39:09.066 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "monmap": { 2023-11-08T01:39:09.066 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:39:09.067 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-08T01:39:09.067 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-08T01:39:09.067 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-11-08T01:39:09.067 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osdmap": { 2023-11-08T01:39:09.067 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:39:09.067 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-08T01:39:09.068 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-08T01:39:09.068 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-08T01:39:09.071 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-08T01:39:09.071 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-08T01:39:09.072 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-08T01:39:09.072 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-11-08T01:39:09.072 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgmap": { 2023-11-08T01:39:09.072 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-08T01:39:09.072 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-08T01:39:09.073 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-08T01:39:09.073 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-08T01:39:09.073 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-08T01:39:09.073 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-08T01:39:09.073 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-08T01:39:09.073 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-08T01:39:09.074 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-11-08T01:39:09.074 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsmap": { 2023-11-08T01:39:09.074 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:39:09.074 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-08T01:39:09.074 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-08T01:39:09.075 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-11-08T01:39:09.075 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-08T01:39:09.075 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "available": true, 2023-11-08T01:39:09.075 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-08T01:39:09.075 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modules": [ 2023-11-08T01:39:09.076 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "iostat", 2023-11-08T01:39:09.076 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "nfs", 2023-11-08T01:39:09.076 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "restful" 2023-11-08T01:39:09.076 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2023-11-08T01:39:09.076 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2023-11-08T01:39:09.076 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-11-08T01:39:09.077 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "servicemap": { 2023-11-08T01:39:09.077 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T01:39:09.077 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modified": "2023-11-08T01:38:55.636705+0000", 2023-11-08T01:39:09.077 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2023-11-08T01:39:09.077 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2023-11-08T01:39:09.078 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-08T01:39:09.078 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2023-11-08T01:39:09.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:08 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:39:07.918128+0000 mon.smithi005 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi005.ppgwxg(active, since 2s) 2023-11-08T01:39:10.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:09 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:09.060125+0000 mon.smithi005 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.5:0/3566705881' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-08T01:39:10.525 INFO:teuthology.orchestra.run.smithi005.stderr:mgr is available 2023-11-08T01:39:10.525 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpqwaqv3zf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7qbd817r:/etc/ceph/ceph.conf:z -v /tmp/tmp6imu3bz4:/var/lib/ceph/user.conf:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2023-11-08T01:39:11.658 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2023-11-08T01:39:11.658 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: [global] 2023-11-08T01:39:11.658 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: fsid = 822eefec-7dd7-11ee-8dbb-212e2dc638e7 2023-11-08T01:39:11.659 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-08T01:39:11.659 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-08T01:39:11.659 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-08T01:39:11.659 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-08T01:39:11.659 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2023-11-08T01:39:11.660 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: [mgr] 2023-11-08T01:39:11.660 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-08T01:39:11.660 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2023-11-08T01:39:11.660 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: [osd] 2023-11-08T01:39:11.660 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-08T01:39:11.660 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-08T01:39:11.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:11 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:11.655779+0000 mon.smithi005 (mon.0) 26 : audit [INF] from='client.? 172.21.15.5:0/1373715246' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-08T01:39:12.009 INFO:teuthology.orchestra.run.smithi005.stderr:Enabling cephadm module... 2023-11-08T01:39:12.010 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpqwaqv3zf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7qbd817r:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2023-11-08T01:39:13.043 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:12 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:12.636662+0000 mon.smithi005 (mon.0) 27 : audit [INF] from='client.? 172.21.15.5:0/1616387640' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-08T01:39:13.049 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpqwaqv3zf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7qbd817r:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2023-11-08T01:39:13.642 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2023-11-08T01:39:13.643 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-08T01:39:13.643 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "available": true, 2023-11-08T01:39:13.643 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "active_name": "smithi005.ppgwxg", 2023-11-08T01:39:13.643 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-08T01:39:13.644 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2023-11-08T01:39:13.982 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for the mgr to restart... 2023-11-08T01:39:13.983 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for mgr epoch 5... 2023-11-08T01:39:13.983 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpqwaqv3zf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7qbd817r:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2023-11-08T01:39:14.080 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:13 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:12.711626+0000 mon.smithi005 (mon.0) 28 : audit [INF] from='client.? 172.21.15.5:0/1616387640' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-08T01:39:14.081 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:13 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:39:12.711671+0000 mon.smithi005 (mon.0) 29 : cluster [DBG] mgrmap e5: smithi005.ppgwxg(active, since 6s) 2023-11-08T01:39:14.081 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:13 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:13.641097+0000 mon.smithi005 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.5:0/2826564362' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-08T01:39:19.608 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2023-11-08T01:39:19.608 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-08T01:39:19.608 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "initialized": true 2023-11-08T01:39:19.608 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2023-11-08T01:39:19.838 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:19 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:39:18.544721+0000 mon.smithi005 (mon.0) 31 : cluster [INF] Active manager daemon smithi005.ppgwxg restarted 2023-11-08T01:39:19.839 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:19 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:39:18.545176+0000 mon.smithi005 (mon.0) 32 : cluster [INF] Activating manager daemon smithi005.ppgwxg 2023-11-08T01:39:19.839 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:19 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:39:18.546924+0000 mon.smithi005 (mon.0) 33 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-11-08T01:39:19.839 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:19 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:39:18.597840+0000 mon.smithi005 (mon.0) 34 : cluster [DBG] mgrmap e6: smithi005.ppgwxg(active, starting, since 0.0527937s) 2023-11-08T01:39:19.839 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:19 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:18.598899+0000 mon.smithi005 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.5:0/2224164315' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2023-11-08T01:39:19.839 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:19 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:18.599619+0000 mon.smithi005 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.5:0/2224164315' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "mgr metadata", "who": "smithi005.ppgwxg", "id": "smithi005.ppgwxg"}]: dispatch 2023-11-08T01:39:19.840 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:19 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:18.600712+0000 mon.smithi005 (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.5:0/2224164315' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T01:39:19.840 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:19 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:18.600975+0000 mon.smithi005 (mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.5:0/2224164315' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T01:39:19.840 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:19 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:18.601208+0000 mon.smithi005 (mon.0) 39 : audit [DBG] from='mgr.14118 172.21.15.5:0/2224164315' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T01:39:19.840 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:19 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:39:18.615687+0000 mon.smithi005 (mon.0) 40 : cluster [INF] Manager daemon smithi005.ppgwxg is now available 2023-11-08T01:39:19.840 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:19 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:18.632695+0000 mon.smithi005 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.5:0/2224164315' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:39:19.840 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:19 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:18.635608+0000 mon.smithi005 (mon.0) 42 : audit [INF] from='mgr.14118 172.21.15.5:0/2224164315' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:39:19.841 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:19 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:18.638246+0000 mon.smithi005 (mon.0) 43 : audit [INF] from='mgr.14118 172.21.15.5:0/2224164315' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:39:19.841 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:19 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:18.740499+0000 mon.smithi005 (mon.0) 44 : audit [INF] from='mgr.14118 172.21.15.5:0/2224164315' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:39:19.841 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:19 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:18.741279+0000 mon.smithi005 (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.5:0/2224164315' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:39:19.841 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:19 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:18.743478+0000 mon.smithi005 (mon.0) 46 : audit [DBG] from='mgr.14118 172.21.15.5:0/2224164315' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:39:19.841 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:19 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:18.744961+0000 mon.smithi005 (mon.0) 47 : audit [DBG] from='mgr.14118 172.21.15.5:0/2224164315' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:39:19.841 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:19 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:18.756757+0000 mon.smithi005 (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.5:0/2224164315' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.ppgwxg/mirror_snapshot_schedule"}]: dispatch 2023-11-08T01:39:19.842 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:19 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:18.758211+0000 mon.smithi005 (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.5:0/2224164315' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.ppgwxg/trash_purge_schedule"}]: dispatch 2023-11-08T01:39:20.838 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:20 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:19.599563+0000 mgr.smithi005.ppgwxg (mgr.14118) 1 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-08T01:39:20.838 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:20 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:39:19.600372+0000 mon.smithi005 (mon.0) 50 : cluster [DBG] mgrmap e7: smithi005.ppgwxg(active, since 1.05533s) 2023-11-08T01:39:20.839 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:20 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:19.606821+0000 mgr.smithi005.ppgwxg (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-08T01:39:21.670 INFO:teuthology.orchestra.run.smithi005.stderr:mgr epoch 5 is available 2023-11-08T01:39:21.670 INFO:teuthology.orchestra.run.smithi005.stderr:Setting orchestrator backend to cephadm... 2023-11-08T01:39:21.671 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpqwaqv3zf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7qbd817r:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch set backend cephadm 2023-11-08T01:39:22.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:21 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:39:20.602552+0000 mon.smithi005 (mon.0) 51 : cluster [DBG] mgrmap e8: smithi005.ppgwxg(active, since 2s) 2023-11-08T01:39:24.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:24 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:23.304631+0000 mgr.smithi005.ppgwxg (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-08T01:39:24.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:24 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:23.308805+0000 mon.smithi005 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.5:0/2224164315' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:39:24.589 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:24 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:23.312753+0000 mon.smithi005 (mon.0) 53 : audit [DBG] from='mgr.14118 172.21.15.5:0/2224164315' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:39:24.661 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpqwaqv3zf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7qbd817r:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm set-user root 2023-11-08T01:39:26.294 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: value unchanged 2023-11-08T01:39:26.689 INFO:teuthology.orchestra.run.smithi005.stderr:Generating ssh key... 2023-11-08T01:39:26.689 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpqwaqv3zf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7qbd817r:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm generate-key 2023-11-08T01:39:26.846 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:26 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:26.293970+0000 mgr.smithi005.ppgwxg (mgr.14118) 4 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:39:27.989 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpqwaqv3zf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7qbd817r:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2023-11-08T01:39:28.572 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDP5IRGkXqpW9pCGNxxhz/yxwypdzWyy4VypxuNUHtSwFgc6mi+fKtWpGTCFJ+gGcECIfQhIbawx9k5fwwmPO3M7ekfSNmXvlhC/EXyCczog4rEJvpkMsWM4/VD9n+XUFp6ls8m2CYQst4UH1ncLVhpcySVCVaf92QtF5gq1XcM5SeyxQK9XYIBXas/W0HlYYT/pa0FG7WzakOMeD224wJxGvkkysYFiuKZ68dfq7iDERCf2DtyETsoFYKm9fGfGNR0FDejvzT8mB24N3O3PiuVM3kppg9/3JVn3Qi4lIGBOhEE78qGbP50FO2LZdY0cdBy6LIsPWI01xIYfh0zS5EwSIY3bzfNhgJpwVSyImOV/HEmstLjfGqQpMnJCMS2QfSdQwgKXE1ai9yIL45KCY9yIxPr98Cip3wzynPq54FDunKWujW2UExlTH0+wfrF7NbpjPkkduPDeBAGM5NWlUVzBTW/KT2XLQXvrfPhu2RhCJq98T3AzV9Px+bSJUnZt6k= ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7 2023-11-08T01:39:28.906 INFO:teuthology.orchestra.run.smithi005.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-08T01:39:28.907 INFO:teuthology.orchestra.run.smithi005.stderr:Adding key to root@localhost authorized_keys... 2023-11-08T01:39:28.907 INFO:teuthology.orchestra.run.smithi005.stderr:Adding host smithi005... 2023-11-08T01:39:28.908 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpqwaqv3zf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7qbd817r:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch host add smithi005 172.21.15.5 2023-11-08T01:39:29.013 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cephadm 2023-11-08T01:39:27.228274+0000 mgr.smithi005.ppgwxg (mgr.14118) 6 : cephadm [INF] Generating ssh key... 2023-11-08T01:39:29.013 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:27.654936+0000 mon.smithi005 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.5:0/2224164315' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:39:29.013 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:27.656744+0000 mon.smithi005 (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.5:0/2224164315' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:39:29.838 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:29 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:28.571813+0000 mgr.smithi005.ppgwxg (mgr.14118) 7 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:39:30.115 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Added host 'smithi005' with addr '172.21.15.5' 2023-11-08T01:39:30.417 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying mon service with default placement... 2023-11-08T01:39:30.418 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpqwaqv3zf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7qbd817r:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mon 2023-11-08T01:39:30.838 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:30 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:29.469276+0000 mgr.smithi005.ppgwxg (mgr.14118) 8 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi005", "addr": "172.21.15.5", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:39:30.838 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:30 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:30.111849+0000 mon.smithi005 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.5:0/2224164315' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:39:30.839 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:30 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:30.112439+0000 mon.smithi005 (mon.0) 57 : audit [DBG] from='mgr.14118 172.21.15.5:0/2224164315' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:39:30.966 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-08T01:39:31.363 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying mgr service with default placement... 2023-11-08T01:39:31.364 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpqwaqv3zf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7qbd817r:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mgr 2023-11-08T01:39:31.934 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-08T01:39:31.959 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:31 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cephadm 2023-11-08T01:39:30.112173+0000 mgr.smithi005.ppgwxg (mgr.14118) 9 : cephadm [INF] Added host smithi005 2023-11-08T01:39:31.959 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:31 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:30.965030+0000 mon.smithi005 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.5:0/2224164315' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:39:32.255 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying crash service with default placement... 2023-11-08T01:39:32.255 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpqwaqv3zf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7qbd817r:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply crash 2023-11-08T01:39:32.794 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-08T01:39:32.954 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:32 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:30.961771+0000 mgr.smithi005.ppgwxg (mgr.14118) 10 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:39:32.954 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:32 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cephadm 2023-11-08T01:39:30.962616+0000 mgr.smithi005.ppgwxg (mgr.14118) 11 : cephadm [INF] Saving service mon spec with placement count:5 2023-11-08T01:39:32.955 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:32 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:31.933333+0000 mon.smithi005 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.5:0/2224164315' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:39:33.130 INFO:teuthology.orchestra.run.smithi005.stderr:Enabling mgr prometheus module... 2023-11-08T01:39:33.130 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpqwaqv3zf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7qbd817r:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2023-11-08T01:39:34.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:33 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:31.930457+0000 mgr.smithi005.ppgwxg (mgr.14118) 12 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:39:34.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:33 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cephadm 2023-11-08T01:39:31.931085+0000 mgr.smithi005.ppgwxg (mgr.14118) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2023-11-08T01:39:34.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:33 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:32.793672+0000 mon.smithi005 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.5:0/2224164315' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:39:34.940 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:34 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:32.790613+0000 mgr.smithi005.ppgwxg (mgr.14118) 14 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:39:34.940 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:34 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cephadm 2023-11-08T01:39:32.791344+0000 mgr.smithi005.ppgwxg (mgr.14118) 15 : cephadm [INF] Saving service crash spec with placement * 2023-11-08T01:39:34.941 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:34 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:33.686096+0000 mon.smithi005 (mon.0) 61 : audit [INF] from='client.? 172.21.15.5:0/3201200515' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-08T01:39:35.013 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying prometheus service with default placement... 2023-11-08T01:39:35.013 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpqwaqv3zf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7qbd817r:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply prometheus 2023-11-08T01:39:36.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:35 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:34.673824+0000 mon.smithi005 (mon.0) 62 : audit [INF] from='client.? 172.21.15.5:0/3201200515' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-08T01:39:36.089 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:35 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:39:34.673933+0000 mon.smithi005 (mon.0) 63 : cluster [DBG] mgrmap e9: smithi005.ppgwxg(active, since 16s) 2023-11-08T01:39:41.540 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-08T01:39:41.832 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:41 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:39:40.477956+0000 mon.smithi005 (mon.0) 64 : cluster [INF] Active manager daemon smithi005.ppgwxg restarted 2023-11-08T01:39:41.832 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:41 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:39:40.478459+0000 mon.smithi005 (mon.0) 65 : cluster [INF] Activating manager daemon smithi005.ppgwxg 2023-11-08T01:39:41.833 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:41 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:39:40.480184+0000 mon.smithi005 (mon.0) 66 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-11-08T01:39:41.833 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:41 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:39:40.530890+0000 mon.smithi005 (mon.0) 67 : cluster [DBG] mgrmap e10: smithi005.ppgwxg(active, starting, since 0.0525364s) 2023-11-08T01:39:41.833 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:41 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:40.532141+0000 mon.smithi005 (mon.0) 68 : audit [DBG] from='mgr.14146 172.21.15.5:0/2553096367' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2023-11-08T01:39:41.833 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:41 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:40.532963+0000 mon.smithi005 (mon.0) 69 : audit [DBG] from='mgr.14146 172.21.15.5:0/2553096367' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "mgr metadata", "who": "smithi005.ppgwxg", "id": "smithi005.ppgwxg"}]: dispatch 2023-11-08T01:39:41.833 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:41 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:40.533745+0000 mon.smithi005 (mon.0) 70 : audit [DBG] from='mgr.14146 172.21.15.5:0/2553096367' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T01:39:41.834 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:41 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:40.533949+0000 mon.smithi005 (mon.0) 71 : audit [DBG] from='mgr.14146 172.21.15.5:0/2553096367' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T01:39:41.834 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:41 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:40.534077+0000 mon.smithi005 (mon.0) 72 : audit [DBG] from='mgr.14146 172.21.15.5:0/2553096367' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T01:39:41.834 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:41 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:39:40.536089+0000 mon.smithi005 (mon.0) 73 : cluster [INF] Manager daemon smithi005.ppgwxg is now available 2023-11-08T01:39:41.834 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:41 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:40.650245+0000 mon.smithi005 (mon.0) 74 : audit [DBG] from='mgr.14146 172.21.15.5:0/2553096367' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:39:41.835 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:41 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:40.651575+0000 mon.smithi005 (mon.0) 75 : audit [DBG] from='mgr.14146 172.21.15.5:0/2553096367' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:39:41.835 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:41 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:40.678623+0000 mon.smithi005 (mon.0) 76 : audit [INF] from='mgr.14146 172.21.15.5:0/2553096367' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.ppgwxg/mirror_snapshot_schedule"}]: dispatch 2023-11-08T01:39:41.835 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:41 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:40.682287+0000 mon.smithi005 (mon.0) 77 : audit [INF] from='mgr.14146 172.21.15.5:0/2553096367' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.ppgwxg/trash_purge_schedule"}]: dispatch 2023-11-08T01:39:41.879 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying grafana service with default placement... 2023-11-08T01:39:41.879 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpqwaqv3zf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7qbd817r:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply grafana 2023-11-08T01:39:42.444 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-08T01:39:42.787 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying node-exporter service with default placement... 2023-11-08T01:39:42.787 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpqwaqv3zf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7qbd817r:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply node-exporter 2023-11-08T01:39:42.838 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:42 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:39:41.533815+0000 mon.smithi005 (mon.0) 78 : cluster [DBG] mgrmap e11: smithi005.ppgwxg(active, since 1.05546s) 2023-11-08T01:39:42.838 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:42 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cephadm 2023-11-08T01:39:41.535277+0000 mgr.smithi005.ppgwxg (mgr.14146) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-11-08T01:39:42.839 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:42 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:41.537682+0000 mon.smithi005 (mon.0) 79 : audit [INF] from='mgr.14146 172.21.15.5:0/2553096367' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:39:42.839 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:42 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:42.443174+0000 mon.smithi005 (mon.0) 80 : audit [INF] from='mgr.14146 172.21.15.5:0/2553096367' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:39:43.352 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-08T01:39:43.631 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:43 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:42.440148+0000 mgr.smithi005.ppgwxg (mgr.14146) 3 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:39:43.631 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:43 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cephadm 2023-11-08T01:39:42.440733+0000 mgr.smithi005.ppgwxg (mgr.14146) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2023-11-08T01:39:43.632 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:43 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:43.350660+0000 mon.smithi005 (mon.0) 81 : audit [INF] from='mgr.14146 172.21.15.5:0/2553096367' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:39:43.632 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:43 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:39:43.444802+0000 mon.smithi005 (mon.0) 82 : cluster [DBG] mgrmap e12: smithi005.ppgwxg(active, since 2s) 2023-11-08T01:39:43.713 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying alertmanager service with default placement... 2023-11-08T01:39:43.713 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpqwaqv3zf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7qbd817r:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply alertmanager 2023-11-08T01:39:44.260 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-08T01:39:44.604 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpqwaqv3zf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7qbd817r:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2023-11-08T01:39:45.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:44 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:43.347539+0000 mgr.smithi005.ppgwxg (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-08T01:39:45.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:44 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cephadm 2023-11-08T01:39:43.348281+0000 mgr.smithi005.ppgwxg (mgr.14146) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2023-11-08T01:39:45.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:44 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:44.259435+0000 mon.smithi005 (mon.0) 83 : audit [INF] from='mgr.14146 172.21.15.5:0/2553096367' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:39:45.461 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpqwaqv3zf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7qbd817r:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2023-11-08T01:39:45.838 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:45 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:44.256362+0000 mgr.smithi005.ppgwxg (mgr.14146) 7 : audit [DBG] from='client.14158 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:39:45.838 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:45 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cephadm 2023-11-08T01:39:44.256970+0000 mgr.smithi005.ppgwxg (mgr.14146) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-11-08T01:39:45.838 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:45 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:45.135244+0000 mon.smithi005 (mon.0) 84 : audit [INF] from='client.? 172.21.15.5:0/1111474888' entity='client.admin' 2023-11-08T01:39:46.328 INFO:teuthology.orchestra.run.smithi005.stderr:Enabling the dashboard module... 2023-11-08T01:39:46.328 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpqwaqv3zf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7qbd817r:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2023-11-08T01:39:47.264 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:46 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:45.989488+0000 mon.smithi005 (mon.0) 85 : audit [INF] from='client.? 172.21.15.5:0/848371335' entity='client.admin' 2023-11-08T01:39:47.265 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:46 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:46.932503+0000 mon.smithi005 (mon.0) 86 : audit [INF] from='client.? 172.21.15.5:0/3692236007' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-08T01:39:47.328 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpqwaqv3zf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7qbd817r:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2023-11-08T01:39:48.004 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2023-11-08T01:39:48.005 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 13, 2023-11-08T01:39:48.005 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "available": true, 2023-11-08T01:39:48.005 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "active_name": "smithi005.ppgwxg", 2023-11-08T01:39:48.005 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-08T01:39:48.005 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2023-11-08T01:39:48.255 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:47 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:46.990997+0000 mon.smithi005 (mon.0) 87 : audit [INF] from='client.? 172.21.15.5:0/3692236007' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-08T01:39:48.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:47 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:39:46.991050+0000 mon.smithi005 (mon.0) 88 : cluster [DBG] mgrmap e13: smithi005.ppgwxg(active, since 6s) 2023-11-08T01:39:48.345 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for the mgr to restart... 2023-11-08T01:39:48.345 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for mgr epoch 13... 2023-11-08T01:39:48.345 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpqwaqv3zf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7qbd817r:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2023-11-08T01:39:49.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:48 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:48.003129+0000 mon.smithi005 (mon.0) 89 : audit [DBG] from='client.? 172.21.15.5:0/2310174693' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-08T01:39:53.967 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2023-11-08T01:39:53.968 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2023-11-08T01:39:53.968 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "initialized": true 2023-11-08T01:39:53.968 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2023-11-08T01:39:54.278 INFO:teuthology.orchestra.run.smithi005.stderr:mgr epoch 13 is available 2023-11-08T01:39:54.278 INFO:teuthology.orchestra.run.smithi005.stderr:Generating a dashboard self-signed certificate... 2023-11-08T01:39:54.278 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpqwaqv3zf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7qbd817r:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2023-11-08T01:39:54.281 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:53 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:39:52.902029+0000 mon.smithi005 (mon.0) 90 : cluster [INF] Active manager daemon smithi005.ppgwxg restarted 2023-11-08T01:39:54.281 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:53 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:39:52.902480+0000 mon.smithi005 (mon.0) 91 : cluster [INF] Activating manager daemon smithi005.ppgwxg 2023-11-08T01:39:54.281 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:53 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:39:52.904321+0000 mon.smithi005 (mon.0) 92 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-11-08T01:39:54.281 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:53 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:39:52.955285+0000 mon.smithi005 (mon.0) 93 : cluster [DBG] mgrmap e14: smithi005.ppgwxg(active, starting, since 0.0529057s) 2023-11-08T01:39:54.281 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:53 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:52.956188+0000 mon.smithi005 (mon.0) 94 : audit [DBG] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2023-11-08T01:39:54.282 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:53 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:52.956803+0000 mon.smithi005 (mon.0) 95 : audit [DBG] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "mgr metadata", "who": "smithi005.ppgwxg", "id": "smithi005.ppgwxg"}]: dispatch 2023-11-08T01:39:54.282 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:53 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:52.957966+0000 mon.smithi005 (mon.0) 96 : audit [DBG] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T01:39:54.282 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:53 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:52.958140+0000 mon.smithi005 (mon.0) 97 : audit [DBG] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T01:39:54.282 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:53 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:52.958285+0000 mon.smithi005 (mon.0) 98 : audit [DBG] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T01:39:54.282 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:53 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:39:52.972712+0000 mon.smithi005 (mon.0) 99 : cluster [INF] Manager daemon smithi005.ppgwxg is now available 2023-11-08T01:39:54.283 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:53 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:53.086459+0000 mon.smithi005 (mon.0) 100 : audit [DBG] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:39:54.283 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:53 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:53.088174+0000 mon.smithi005 (mon.0) 101 : audit [DBG] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T01:39:54.283 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:53 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:53.117003+0000 mon.smithi005 (mon.0) 102 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.ppgwxg/mirror_snapshot_schedule"}]: dispatch 2023-11-08T01:39:54.283 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:53 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:53.120374+0000 mon.smithi005 (mon.0) 103 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.ppgwxg/trash_purge_schedule"}]: dispatch 2023-11-08T01:39:54.930 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-08T01:39:55.260 INFO:teuthology.orchestra.run.smithi005.stderr:Creating initial admin user... 2023-11-08T01:39:55.261 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpqwaqv3zf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7qbd817r:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmplu2ez3f1:/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-08T01:39:55.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:54 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:53.957326+0000 mgr.smithi005.ppgwxg (mgr.14166) 1 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-08T01:39:55.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:54 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:39:53.958226+0000 mon.smithi005 (mon.0) 104 : cluster [DBG] mgrmap e15: smithi005.ppgwxg(active, since 1.05584s) 2023-11-08T01:39:55.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:54 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:53.965065+0000 mgr.smithi005.ppgwxg (mgr.14166) 2 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-08T01:39:55.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:54 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:54.926682+0000 mon.smithi005 (mon.0) 105 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:39:55.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:54 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:54.928559+0000 mon.smithi005 (mon.0) 106 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:39:56.093 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$4tT4fL8Uc0ks9vHyOgvrweYDscKjwkycy/dbQQ/hQiY2Q/gGmKoVK", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1699407596, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-08T01:39:56.284 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:55 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:54.847768+0000 mgr.smithi005.ppgwxg (mgr.14166) 3 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:39:56.284 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:55 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:39:54.957760+0000 mon.smithi005 (mon.0) 107 : cluster [DBG] mgrmap e16: smithi005.ppgwxg(active, since 2s) 2023-11-08T01:39:56.443 INFO:teuthology.orchestra.run.smithi005.stderr:Fetching dashboard port number... 2023-11-08T01:39:56.444 INFO:teuthology.orchestra.run.smithi005.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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmpqwaqv3zf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp7qbd817r:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2023-11-08T01:39:57.237 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 8443 2023-11-08T01:39:57.265 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:56 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:55.840956+0000 mgr.smithi005.ppgwxg (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-08T01:39:57.266 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:56 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:56.092234+0000 mon.smithi005 (mon.0) 108 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:39:57.594 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-08T01:39:57.605 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: disabled 2023-11-08T01:39:57.606 INFO:teuthology.orchestra.run.smithi005.stderr:Running command: systemctl is-active firewalld.service 2023-11-08T01:39:57.614 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: inactive 2023-11-08T01:39:57.615 INFO:teuthology.orchestra.run.smithi005.stderr:firewalld.service is not enabled 2023-11-08T01:39:57.615 INFO:teuthology.orchestra.run.smithi005.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-08T01:39:57.619 INFO:teuthology.orchestra.run.smithi005.stderr:Ceph Dashboard is now available at: 2023-11-08T01:39:57.619 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-11-08T01:39:57.619 INFO:teuthology.orchestra.run.smithi005.stderr: URL: https://smithi005.front.sepia.ceph.com:8443/ 2023-11-08T01:39:57.619 INFO:teuthology.orchestra.run.smithi005.stderr: User: admin 2023-11-08T01:39:57.619 INFO:teuthology.orchestra.run.smithi005.stderr: Password: cb2vk9z3it 2023-11-08T01:39:57.620 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-11-08T01:39:57.621 INFO:teuthology.orchestra.run.smithi005.stderr:You can access the Ceph CLI with: 2023-11-08T01:39:57.621 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-11-08T01:39:57.621 INFO:teuthology.orchestra.run.smithi005.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-08T01:39:57.621 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-11-08T01:39:57.621 INFO:teuthology.orchestra.run.smithi005.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-08T01:39:57.622 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-11-08T01:39:57.622 INFO:teuthology.orchestra.run.smithi005.stderr: ceph telemetry on 2023-11-08T01:39:57.622 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-11-08T01:39:57.622 INFO:teuthology.orchestra.run.smithi005.stderr:For more information see: 2023-11-08T01:39:57.622 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-11-08T01:39:57.623 INFO:teuthology.orchestra.run.smithi005.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2023-11-08T01:39:57.623 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-11-08T01:39:57.623 INFO:teuthology.orchestra.run.smithi005.stderr:Bootstrap complete. 2023-11-08T01:39:57.623 INFO:teuthology.orchestra.run.smithi005.stderr:Releasing lock 140271166009472 on /run/cephadm/822eefec-7dd7-11ee-8dbb-212e2dc638e7.lock 2023-11-08T01:39:57.623 INFO:teuthology.orchestra.run.smithi005.stderr:Lock 140271166009472 released on /run/cephadm/822eefec-7dd7-11ee-8dbb-212e2dc638e7.lock 2023-11-08T01:39:57.662 INFO:tasks.cephadm:Fetching config... 2023-11-08T01:39:57.662 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-11-08T01:39:57.663 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-08T01:39:57.684 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-08T01:39:57.684 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-11-08T01:39:57.685 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-08T01:39:57.747 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-08T01:39:57.747 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-11-08T01:39:57.747 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/mon.smithi005/keyring of=/dev/stdout 2023-11-08T01:39:57.822 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-08T01:39:57.822 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2023-11-08T01:39:57.823 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-08T01:39:57.885 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-08T01:39:57.886 DEBUG:teuthology.orchestra.run.smithi005:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDP5IRGkXqpW9pCGNxxhz/yxwypdzWyy4VypxuNUHtSwFgc6mi+fKtWpGTCFJ+gGcECIfQhIbawx9k5fwwmPO3M7ekfSNmXvlhC/EXyCczog4rEJvpkMsWM4/VD9n+XUFp6ls8m2CYQst4UH1ncLVhpcySVCVaf92QtF5gq1XcM5SeyxQK9XYIBXas/W0HlYYT/pa0FG7WzakOMeD224wJxGvkkysYFiuKZ68dfq7iDERCf2DtyETsoFYKm9fGfGNR0FDejvzT8mB24N3O3PiuVM3kppg9/3JVn3Qi4lIGBOhEE78qGbP50FO2LZdY0cdBy6LIsPWI01xIYfh0zS5EwSIY3bzfNhgJpwVSyImOV/HEmstLjfGqQpMnJCMS2QfSdQwgKXE1ai9yIL45KCY9yIxPr98Cip3wzynPq54FDunKWujW2UExlTH0+wfrF7NbpjPkkduPDeBAGM5NWlUVzBTW/KT2XLQXvrfPhu2RhCJq98T3AzV9Px+bSJUnZt6k= ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-08T01:39:57.971 INFO:teuthology.orchestra.run.smithi005.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDP5IRGkXqpW9pCGNxxhz/yxwypdzWyy4VypxuNUHtSwFgc6mi+fKtWpGTCFJ+gGcECIfQhIbawx9k5fwwmPO3M7ekfSNmXvlhC/EXyCczog4rEJvpkMsWM4/VD9n+XUFp6ls8m2CYQst4UH1ncLVhpcySVCVaf92QtF5gq1XcM5SeyxQK9XYIBXas/W0HlYYT/pa0FG7WzakOMeD224wJxGvkkysYFiuKZ68dfq7iDERCf2DtyETsoFYKm9fGfGNR0FDejvzT8mB24N3O3PiuVM3kppg9/3JVn3Qi4lIGBOhEE78qGbP50FO2LZdY0cdBy6LIsPWI01xIYfh0zS5EwSIY3bzfNhgJpwVSyImOV/HEmstLjfGqQpMnJCMS2QfSdQwgKXE1ai9yIL45KCY9yIxPr98Cip3wzynPq54FDunKWujW2UExlTH0+wfrF7NbpjPkkduPDeBAGM5NWlUVzBTW/KT2XLQXvrfPhu2RhCJq98T3AzV9Px+bSJUnZt6k= ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7 2023-11-08T01:39:57.985 DEBUG:teuthology.orchestra.run.smithi107:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDP5IRGkXqpW9pCGNxxhz/yxwypdzWyy4VypxuNUHtSwFgc6mi+fKtWpGTCFJ+gGcECIfQhIbawx9k5fwwmPO3M7ekfSNmXvlhC/EXyCczog4rEJvpkMsWM4/VD9n+XUFp6ls8m2CYQst4UH1ncLVhpcySVCVaf92QtF5gq1XcM5SeyxQK9XYIBXas/W0HlYYT/pa0FG7WzakOMeD224wJxGvkkysYFiuKZ68dfq7iDERCf2DtyETsoFYKm9fGfGNR0FDejvzT8mB24N3O3PiuVM3kppg9/3JVn3Qi4lIGBOhEE78qGbP50FO2LZdY0cdBy6LIsPWI01xIYfh0zS5EwSIY3bzfNhgJpwVSyImOV/HEmstLjfGqQpMnJCMS2QfSdQwgKXE1ai9yIL45KCY9yIxPr98Cip3wzynPq54FDunKWujW2UExlTH0+wfrF7NbpjPkkduPDeBAGM5NWlUVzBTW/KT2XLQXvrfPhu2RhCJq98T3AzV9Px+bSJUnZt6k= ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-08T01:39:58.030 INFO:teuthology.orchestra.run.smithi107.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDP5IRGkXqpW9pCGNxxhz/yxwypdzWyy4VypxuNUHtSwFgc6mi+fKtWpGTCFJ+gGcECIfQhIbawx9k5fwwmPO3M7ekfSNmXvlhC/EXyCczog4rEJvpkMsWM4/VD9n+XUFp6ls8m2CYQst4UH1ncLVhpcySVCVaf92QtF5gq1XcM5SeyxQK9XYIBXas/W0HlYYT/pa0FG7WzakOMeD224wJxGvkkysYFiuKZ68dfq7iDERCf2DtyETsoFYKm9fGfGNR0FDejvzT8mB24N3O3PiuVM3kppg9/3JVn3Qi4lIGBOhEE78qGbP50FO2LZdY0cdBy6LIsPWI01xIYfh0zS5EwSIY3bzfNhgJpwVSyImOV/HEmstLjfGqQpMnJCMS2QfSdQwgKXE1ai9yIL45KCY9yIxPr98Cip3wzynPq54FDunKWujW2UExlTH0+wfrF7NbpjPkkduPDeBAGM5NWlUVzBTW/KT2XLQXvrfPhu2RhCJq98T3AzV9Px+bSJUnZt6k= ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7 2023-11-08T01:39:58.042 DEBUG:teuthology.orchestra.run.smithi005:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-08T01:39:58.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:39:57 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:57.236528+0000 mon.smithi005 (mon.0) 109 : audit [DBG] from='client.? 172.21.15.5:0/3168648326' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-08T01:39:59.701 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-08T01:39:59.701 DEBUG:teuthology.orchestra.run.smithi005:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-08T01:40:00.666 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:00 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:39:59.344188+0000 mon.smithi005 (mon.0) 110 : audit [INF] from='client.? 172.21.15.5:0/1501143406' entity='client.admin' 2023-11-08T01:40:00.666 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:00 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:39:59.675000+0000 mon.smithi005 (mon.0) 111 : cluster [DBG] mgrmap e17: smithi005.ppgwxg(active, since 6s) 2023-11-08T01:40:01.498 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi107 2023-11-08T01:40:01.499 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2023-11-08T01:40:01.499 DEBUG:teuthology.orchestra.run.smithi107:> dd of=/etc/ceph/ceph.conf 2023-11-08T01:40:01.521 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2023-11-08T01:40:01.521 DEBUG:teuthology.orchestra.run.smithi107:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-08T01:40:01.581 INFO:tasks.cephadm:Adding host smithi107 to orchestrator... 2023-11-08T01:40:01.582 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph orch host add smithi107 2023-11-08T01:40:02.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:02 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:40:01.143966+0000 mon.smithi005 (mon.0) 112 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:40:02.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:02 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:40:01.323066+0000 mon.smithi005 (mon.0) 113 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:40:02.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:02 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:40:01.325000+0000 mon.smithi005 (mon.0) 114 : audit [DBG] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:40:02.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:02 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:40:01.325911+0000 mon.smithi005 (mon.0) 115 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T01:40:02.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:02 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cephadm 2023-11-08T01:40:01.326849+0000 mgr.smithi005.ppgwxg (mgr.14166) 6 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(host_pattern='*'): Cannot place : No matching hosts 2023-11-08T01:40:02.340 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:02 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:40:01.571986+0000 mon.smithi005 (mon.0) 116 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:40:03.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:03 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:40:02.344626+0000 mon.smithi005 (mon.0) 117 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:40:06.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:05 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:40:04.823934+0000 mon.smithi005 (mon.0) 118 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:40:06.089 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:05 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:40:05.117521+0000 mon.smithi005 (mon.0) 119 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:40:06.089 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:05 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:40:05.118115+0000 mon.smithi005 (mon.0) 120 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "config rm", "who": "osd/host:smithi005", "name": "osd_memory_target"}]: dispatch 2023-11-08T01:40:06.089 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:05 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:40:05.120615+0000 mon.smithi005 (mon.0) 121 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:40:07.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:06 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cephadm 2023-11-08T01:40:05.127557+0000 mgr.smithi005.ppgwxg (mgr.14166) 7 : cephadm [INF] Deploying daemon alertmanager.smithi005 on smithi005 2023-11-08T01:40:14.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:13 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:40:12.959207+0000 mgr.smithi005.ppgwxg (mgr.14166) 8 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:40:16.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:15 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:40:14.959522+0000 mgr.smithi005.ppgwxg (mgr.14166) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:40:18.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:17 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:40:16.959853+0000 mgr.smithi005.ppgwxg (mgr.14166) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:40:20.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:19 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:40:18.960127+0000 mgr.smithi005.ppgwxg (mgr.14166) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:40:22.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:22 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:40:20.960350+0000 mgr.smithi005.ppgwxg (mgr.14166) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:40:24.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:24 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:40:22.960590+0000 mgr.smithi005.ppgwxg (mgr.14166) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:40:26.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:26 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:40:24.960884+0000 mgr.smithi005.ppgwxg (mgr.14166) 14 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:40:28.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:40:26.961139+0000 mgr.smithi005.ppgwxg (mgr.14166) 15 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:40:30.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:29 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:40:28.961394+0000 mgr.smithi005.ppgwxg (mgr.14166) 16 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:40:30.813 INFO:teuthology.orchestra.run.smithi107.stdout:Added host 'smithi107' with addr '172.21.15.107' 2023-11-08T01:40:31.149 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-08T01:40:32.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:31 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:40:30.225362+0000 mgr.smithi005.ppgwxg (mgr.14166) 17 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi107", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:40:32.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:31 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:40:30.810650+0000 mon.smithi005 (mon.0) 122 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:40:32.089 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:31 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cephadm 2023-11-08T01:40:30.811105+0000 mgr.smithi005.ppgwxg (mgr.14166) 18 : cephadm [INF] Added host smithi107 2023-11-08T01:40:32.089 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:31 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:40:30.961714+0000 mgr.smithi005.ppgwxg (mgr.14166) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:40:32.349 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:40:32.349 INFO:teuthology.orchestra.run.smithi107.stdout:[{"addr": "172.21.15.5", "hostname": "smithi005", "labels": [], "status": ""}, {"addr": "172.21.15.107", "hostname": "smithi107", "labels": [], "status": ""}] 2023-11-08T01:40:32.751 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-08T01:40:32.752 DEBUG:teuthology.orchestra.run.smithi005:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph osd crush tunables default 2023-11-08T01:40:34.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:34 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:40:32.347287+0000 mgr.smithi005.ppgwxg (mgr.14166) 20 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T01:40:34.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:34 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:40:32.961928+0000 mgr.smithi005.ppgwxg (mgr.14166) 21 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:40:35.023 INFO:teuthology.orchestra.run.smithi005.stderr:adjusted tunables profile to default 2023-11-08T01:40:35.291 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:35 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:40:34.029715+0000 mon.smithi005 (mon.0) 123 : audit [INF] from='client.? 172.21.15.5:0/1591114766' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-08T01:40:35.406 INFO:tasks.cephadm:Adding mon.smithi005 on smithi005 2023-11-08T01:40:35.407 INFO:tasks.cephadm:Adding mon.smithi107 on smithi107 2023-11-08T01:40:35.407 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph orch apply mon '2;smithi005:172.21.15.5=smithi005;smithi107:172.21.15.107=smithi107' 2023-11-08T01:40:36.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:36 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:40:34.962306+0000 mgr.smithi005.ppgwxg (mgr.14166) 22 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:40:36.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:36 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:40:35.018147+0000 mon.smithi005 (mon.0) 124 : audit [INF] from='client.? 172.21.15.5:0/1591114766' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-08T01:40:36.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:36 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:40:35.018215+0000 mon.smithi005 (mon.0) 125 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-08T01:40:36.662 INFO:teuthology.orchestra.run.smithi107.stdout:Scheduled mon update... 2023-11-08T01:40:37.036 DEBUG:teuthology.orchestra.run.smithi107:mon.smithi107> sudo journalctl -f -n 0 -u ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@mon.smithi107.service 2023-11-08T01:40:37.038 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:40:37.038 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:40:37.066 INFO:journalctl@ceph.mon.smithi107.smithi107.stdout:-- Logs begin at Wed 2023-11-08 01:24:31 UTC. -- 2023-11-08T01:40:38.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:37 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:40:36.657256+0000 mgr.smithi005.ppgwxg (mgr.14166) 23 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi005:172.21.15.5=smithi005;smithi107:172.21.15.107=smithi107", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T01:40:38.089 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:37 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cephadm 2023-11-08T01:40:36.658747+0000 mgr.smithi005.ppgwxg (mgr.14166) 24 : cephadm [INF] Saving service mon spec with placement smithi005:172.21.15.5=smithi005;smithi107:172.21.15.107=smithi107;count:2 2023-11-08T01:40:38.089 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:37 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:40:36.661258+0000 mon.smithi005 (mon.0) 126 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:40:38.089 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:37 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:40:36.962640+0000 mgr.smithi005.ppgwxg (mgr.14166) 25 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:40:38.375 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:40:38.375 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:40:38.376 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:40:39.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:38 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:40:38.373888+0000 mon.smithi005 (mon.0) 127 : audit [DBG] from='client.? 172.21.15.107:0/2847444088' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:40:39.727 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:40:39.727 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:40:40.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:39 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:40:38.962983+0000 mgr.smithi005.ppgwxg (mgr.14166) 26 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:40:41.031 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:40:41.031 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:40:41.032 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:40:42.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:42 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:40:40.963328+0000 mgr.smithi005.ppgwxg (mgr.14166) 27 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:40:42.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:42 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:40:41.030012+0000 mon.smithi005 (mon.0) 128 : audit [DBG] from='client.? 172.21.15.107:0/1907356397' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:40:42.414 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:40:42.414 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:40:43.793 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:40:43.793 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:40:43.794 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:40:44.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:44 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:40:42.963617+0000 mgr.smithi005.ppgwxg (mgr.14166) 28 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:40:44.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:44 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:40:43.791995+0000 mon.smithi005 (mon.0) 129 : audit [DBG] from='client.? 172.21.15.107:0/2975955386' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:40:45.158 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:40:45.159 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:40:46.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:46 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:40:44.963963+0000 mgr.smithi005.ppgwxg (mgr.14166) 29 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:40:46.496 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:40:46.497 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:40:46.498 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:40:47.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:47 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:40:46.495346+0000 mon.smithi005 (mon.0) 130 : audit [DBG] from='client.? 172.21.15.107:0/3783989022' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:40:47.864 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:40:47.865 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:40:48.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:48 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:40:46.964292+0000 mgr.smithi005.ppgwxg (mgr.14166) 30 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:40:49.168 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:40:49.168 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:40:49.169 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:40:50.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:49 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:40:48.964546+0000 mgr.smithi005.ppgwxg (mgr.14166) 31 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:40:50.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:49 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:40:49.166772+0000 mon.smithi005 (mon.0) 131 : audit [DBG] from='client.? 172.21.15.107:0/673037729' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:40:50.501 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:40:50.502 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:40:52.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:52 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:40:50.964875+0000 mgr.smithi005.ppgwxg (mgr.14166) 32 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:40:54.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:54 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:40:52.965180+0000 mgr.smithi005.ppgwxg (mgr.14166) 33 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:40:54.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:54 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:40:53.118686+0000 mon.smithi005 (mon.0) 132 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.ppgwxg/mirror_snapshot_schedule"}]: dispatch 2023-11-08T01:40:54.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:54 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:40:53.122447+0000 mon.smithi005 (mon.0) 133 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.ppgwxg/trash_purge_schedule"}]: dispatch 2023-11-08T01:40:55.868 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:40:55.869 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:40:55.870 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:40:56.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:56 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:40:54.965470+0000 mgr.smithi005.ppgwxg (mgr.14166) 34 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:40:56.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:56 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:40:55.867224+0000 mon.smithi005 (mon.0) 134 : audit [DBG] from='client.? 172.21.15.107:0/4090966911' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:40:58.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:40:56.965804+0000 mgr.smithi005.ppgwxg (mgr.14166) 35 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:40:58.791 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:40:58.792 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:41:00.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:40:59 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:40:58.966127+0000 mgr.smithi005.ppgwxg (mgr.14166) 36 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:41:00.152 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:41:00.153 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:41:00.154 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:41:01.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:00 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:41:00.151616+0000 mon.smithi005 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.107:0/164642919' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:41:01.531 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:41:01.532 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:41:02.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:01 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:41:00.966465+0000 mgr.smithi005.ppgwxg (mgr.14166) 37 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:41:02.840 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:41:02.840 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:41:02.841 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:41:03.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:02 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:41:02.838888+0000 mon.smithi005 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.107:0/1504061490' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:41:04.223 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:41:04.223 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:41:04.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:03 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:41:02.966778+0000 mgr.smithi005.ppgwxg (mgr.14166) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:41:05.555 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:41:05.555 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:41:05.557 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:41:06.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:06 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:41:04.967152+0000 mgr.smithi005.ppgwxg (mgr.14166) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:41:06.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:06 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:41:05.554598+0000 mon.smithi005 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.107:0/507161762' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:41:06.957 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:41:06.958 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:41:08.238 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:41:08.238 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:41:08.240 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:41:08.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:08 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:41:06.967526+0000 mgr.smithi005.ppgwxg (mgr.14166) 40 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:41:09.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:09 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:41:08.237209+0000 mon.smithi005 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.107:0/2887074417' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:41:09.613 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:41:09.614 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:41:10.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:10 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:41:08.967946+0000 mgr.smithi005.ppgwxg (mgr.14166) 41 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:41:10.912 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:41:10.912 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:41:10.913 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:41:11.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:11 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:41:10.911321+0000 mon.smithi005 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.107:0/2321504112' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:41:12.293 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:41:12.294 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:41:12.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:12 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:41:10.968309+0000 mgr.smithi005.ppgwxg (mgr.14166) 42 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:41:13.569 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:41:13.569 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:41:13.571 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:41:14.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:14 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:41:12.968668+0000 mgr.smithi005.ppgwxg (mgr.14166) 43 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:41:14.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:14 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:41:13.568923+0000 mon.smithi005 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.107:0/911056187' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:41:14.946 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:41:14.946 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:41:16.278 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:41:16.278 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:41:16.279 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:41:16.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:16 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:41:14.968978+0000 mgr.smithi005.ppgwxg (mgr.14166) 44 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:41:17.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:17 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:41:16.276925+0000 mon.smithi005 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.107:0/2214921575' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:41:17.634 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:41:17.635 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:41:18.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:18 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:41:16.969322+0000 mgr.smithi005.ppgwxg (mgr.14166) 45 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:41:18.928 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:41:18.928 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:41:18.930 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:41:20.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:19 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:41:18.927310+0000 mon.smithi005 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.107:0/756576788' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:41:20.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:19 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:41:18.969637+0000 mgr.smithi005.ppgwxg (mgr.14166) 46 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:41:20.346 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:41:20.347 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:41:21.643 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:41:21.644 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:41:21.645 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:41:22.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:22 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:41:20.969941+0000 mgr.smithi005.ppgwxg (mgr.14166) 47 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:41:22.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:22 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:41:21.642416+0000 mon.smithi005 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.107:0/4061665926' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:41:23.017 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:41:23.017 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:41:24.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:24 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:41:22.970273+0000 mgr.smithi005.ppgwxg (mgr.14166) 48 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:41:24.346 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:41:24.347 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:41:24.349 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:41:25.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:25 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:41:24.346091+0000 mon.smithi005 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.107:0/3914527599' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:41:25.827 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:41:25.827 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:41:26.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:26 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:41:24.970671+0000 mgr.smithi005.ppgwxg (mgr.14166) 49 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:41:27.196 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:41:27.196 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:41:27.197 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:41:28.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:41:26.971003+0000 mgr.smithi005.ppgwxg (mgr.14166) 50 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:41:28.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:41:27.195043+0000 mon.smithi005 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.107:0/2122691325' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:41:28.561 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:41:28.561 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:41:30.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:29 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:41:28.971332+0000 mgr.smithi005.ppgwxg (mgr.14166) 51 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:41:30.237 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:41:30.237 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:41:30.239 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:41:31.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:30 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:41:30.236415+0000 mon.smithi005 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.107:0/1900643136' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:41:31.646 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:41:31.646 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:41:32.090 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:31 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:41:30.971687+0000 mgr.smithi005.ppgwxg (mgr.14166) 52 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:41:32.956 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:41:32.956 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:41:32.958 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:41:33.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:33 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:41:32.955384+0000 mon.smithi005 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.107:0/2890004711' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:41:34.329 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:41:34.330 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:41:34.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:34 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:41:32.972017+0000 mgr.smithi005.ppgwxg (mgr.14166) 53 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:41:35.646 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:41:35.646 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:41:35.647 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:41:36.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:36 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:41:34.972266+0000 mgr.smithi005.ppgwxg (mgr.14166) 54 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:41:36.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:36 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:41:35.644845+0000 mon.smithi005 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.107:0/1678657119' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:41:37.003 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:41:37.004 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:41:38.288 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:41:38.289 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:41:38.290 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:41:38.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:38 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:41:36.972592+0000 mgr.smithi005.ppgwxg (mgr.14166) 55 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:41:39.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:39 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:41:38.287697+0000 mon.smithi005 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.107:0/1401369671' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:41:39.654 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:41:39.655 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:41:40.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:40 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:41:38.972999+0000 mgr.smithi005.ppgwxg (mgr.14166) 56 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:41:40.964 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:41:40.965 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:41:40.966 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:41:41.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:41 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:41:40.963387+0000 mon.smithi005 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.107:0/1518693228' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:41:42.320 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:41:42.321 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:41:42.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:42 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:41:40.973253+0000 mgr.smithi005.ppgwxg (mgr.14166) 57 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:41:43.605 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:41:43.605 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:41:43.606 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:41:44.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:44 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:41:42.973510+0000 mgr.smithi005.ppgwxg (mgr.14166) 58 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:41:44.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:44 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:41:43.604201+0000 mon.smithi005 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.107:0/3698592167' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:41:45.011 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:41:45.012 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:41:46.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:46 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:41:44.973844+0000 mgr.smithi005.ppgwxg (mgr.14166) 59 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:41:46.348 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:41:46.348 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:41:46.349 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:41:47.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:47 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:41:46.347054+0000 mon.smithi005 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.107:0/256749215' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:41:47.723 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:41:47.724 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:41:48.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:48 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:41:46.974186+0000 mgr.smithi005.ppgwxg (mgr.14166) 60 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:41:49.062 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:41:49.062 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:41:49.063 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:41:50.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:49 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:41:48.974454+0000 mgr.smithi005.ppgwxg (mgr.14166) 61 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:41:50.089 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:49 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:41:49.060941+0000 mon.smithi005 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.107:0/3021663420' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:41:50.434 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:41:50.435 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:41:51.799 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:41:51.799 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:41:51.801 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:41:52.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:52 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:41:50.974720+0000 mgr.smithi005.ppgwxg (mgr.14166) 62 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:41:52.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:52 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:41:51.798146+0000 mon.smithi005 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.107:0/3111741190' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:41:53.180 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:41:53.181 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:41:54.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:54 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:41:52.975059+0000 mgr.smithi005.ppgwxg (mgr.14166) 63 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:41:54.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:54 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:41:53.119823+0000 mon.smithi005 (mon.0) 155 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.ppgwxg/mirror_snapshot_schedule"}]: dispatch 2023-11-08T01:41:54.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:54 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:41:53.123365+0000 mon.smithi005 (mon.0) 156 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.ppgwxg/trash_purge_schedule"}]: dispatch 2023-11-08T01:41:54.494 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:41:54.494 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:41:54.496 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:41:55.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:55 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:41:54.493363+0000 mon.smithi005 (mon.0) 157 : audit [DBG] from='client.? 172.21.15.107:0/1177011881' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:41:55.872 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:41:55.873 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:41:56.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:56 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:41:54.975444+0000 mgr.smithi005.ppgwxg (mgr.14166) 64 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:41:57.188 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:41:57.188 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:41:57.190 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:41:58.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:41:56.975721+0000 mgr.smithi005.ppgwxg (mgr.14166) 65 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:41:58.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:41:57.187252+0000 mon.smithi005 (mon.0) 158 : audit [DBG] from='client.? 172.21.15.107:0/3252549196' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:41:58.557 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:41:58.557 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:41:59.844 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:41:59.844 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:41:59.846 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:42:00.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:41:59 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:41:58.976108+0000 mgr.smithi005.ppgwxg (mgr.14166) 66 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:42:01.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:00 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:41:59.843080+0000 mon.smithi005 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.107:0/243663566' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:42:01.245 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:42:01.246 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:42:02.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:01 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:42:00.976408+0000 mgr.smithi005.ppgwxg (mgr.14166) 67 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:42:02.551 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:42:02.551 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:42:02.552 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:42:03.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:02 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:42:02.549456+0000 mon.smithi005 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.107:0/2685426920' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:42:03.932 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:42:03.932 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:42:04.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:03 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:42:02.976762+0000 mgr.smithi005.ppgwxg (mgr.14166) 68 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:42:05.264 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:42:05.264 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:42:05.266 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:42:06.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:06 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:42:04.977100+0000 mgr.smithi005.ppgwxg (mgr.14166) 69 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:42:06.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:06 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:42:05.263292+0000 mon.smithi005 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.107:0/185620087' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:42:06.637 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:42:06.638 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:42:07.974 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:42:07.975 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:42:07.976 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:42:08.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:08 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:42:06.977398+0000 mgr.smithi005.ppgwxg (mgr.14166) 70 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:42:08.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:08 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:42:07.973745+0000 mon.smithi005 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.107:0/4037503180' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:42:09.341 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:42:09.342 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:42:10.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:09 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:42:08.977739+0000 mgr.smithi005.ppgwxg (mgr.14166) 71 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:42:10.652 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:42:10.652 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:42:10.653 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:42:11.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:10 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:42:10.651224+0000 mon.smithi005 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.107:0/2861634179' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:42:12.019 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:42:12.020 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:42:12.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:11 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:42:10.978102+0000 mgr.smithi005.ppgwxg (mgr.14166) 72 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:42:13.317 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:42:13.317 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:42:13.318 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:42:14.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:14 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:42:12.978399+0000 mgr.smithi005.ppgwxg (mgr.14166) 73 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:42:14.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:14 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:42:13.316393+0000 mon.smithi005 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.107:0/3052049845' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:42:14.683 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:42:14.684 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:42:15.964 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:42:15.965 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:42:15.966 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:42:16.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:16 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:42:14.978680+0000 mgr.smithi005.ppgwxg (mgr.14166) 74 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:42:16.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:16 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:42:15.963129+0000 mon.smithi005 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.107:0/3745521819' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:42:17.329 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:42:17.330 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:42:18.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:18 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:42:16.978970+0000 mgr.smithi005.ppgwxg (mgr.14166) 75 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:42:18.665 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:42:18.666 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:42:18.667 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:42:19.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:19 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:42:18.664507+0000 mon.smithi005 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.107:0/181266264' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:42:20.035 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:42:20.035 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:42:20.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:20 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:42:18.979210+0000 mgr.smithi005.ppgwxg (mgr.14166) 76 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:42:21.383 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:42:21.384 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:42:21.385 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:42:22.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:22 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:42:20.979545+0000 mgr.smithi005.ppgwxg (mgr.14166) 77 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:42:22.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:22 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:42:21.382961+0000 mon.smithi005 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.107:0/2037705143' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:42:22.744 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:42:22.744 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:42:24.045 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:42:24.045 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:42:24.046 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:42:24.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:24 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:42:22.979838+0000 mgr.smithi005.ppgwxg (mgr.14166) 78 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:42:25.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:25 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:42:24.043740+0000 mon.smithi005 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.107:0/2488156264' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:42:25.426 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:42:25.427 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:42:26.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:26 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:42:24.980122+0000 mgr.smithi005.ppgwxg (mgr.14166) 79 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:42:26.753 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:42:26.753 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:42:26.755 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:42:27.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:27 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:42:26.752261+0000 mon.smithi005 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.107:0/3396435938' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:42:28.145 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:42:28.145 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:42:28.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:42:26.980341+0000 mgr.smithi005.ppgwxg (mgr.14166) 80 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:42:29.462 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:42:29.463 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:42:29.464 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:42:30.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:29 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:42:28.980663+0000 mgr.smithi005.ppgwxg (mgr.14166) 81 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:42:30.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:29 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:42:29.461966+0000 mon.smithi005 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.107:0/3587421716' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:42:30.829 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:42:30.830 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:42:32.140 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:42:32.141 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:42:32.142 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:42:32.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:32 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:42:30.981021+0000 mgr.smithi005.ppgwxg (mgr.14166) 82 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:42:33.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:33 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:42:32.139602+0000 mon.smithi005 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.107:0/2112390923' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:42:33.514 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:42:33.515 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:42:34.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:34 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:42:32.981261+0000 mgr.smithi005.ppgwxg (mgr.14166) 83 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:42:34.803 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:42:34.803 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:42:34.805 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:42:35.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:35 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:42:34.802027+0000 mon.smithi005 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.107:0/3968464753' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:42:36.175 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:42:36.176 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:42:36.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:36 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:42:34.981589+0000 mgr.smithi005.ppgwxg (mgr.14166) 84 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:42:37.539 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:42:37.539 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:42:37.540 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:42:38.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:38 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:42:36.981965+0000 mgr.smithi005.ppgwxg (mgr.14166) 85 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:42:38.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:38 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:42:37.538103+0000 mon.smithi005 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.107:0/1130600964' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:42:38.910 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:42:38.910 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:42:40.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:39 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:42:38.982291+0000 mgr.smithi005.ppgwxg (mgr.14166) 86 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:42:40.235 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:42:40.236 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:42:40.237 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:42:41.089 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:40 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:42:40.234537+0000 mon.smithi005 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.107:0/577083233' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:42:41.606 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:42:41.606 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:42:42.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:41 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:42:40.982650+0000 mgr.smithi005.ppgwxg (mgr.14166) 87 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:42:42.954 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:42:42.954 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:42:42.955 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:42:43.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:43 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:42:42.953134+0000 mon.smithi005 (mon.0) 175 : audit [DBG] from='client.? 172.21.15.107:0/821203109' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:42:44.306 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:42:44.306 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:42:44.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:44 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:42:42.982953+0000 mgr.smithi005.ppgwxg (mgr.14166) 88 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:42:45.631 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:42:45.631 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:42:45.633 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:42:46.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:46 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:42:44.983296+0000 mgr.smithi005.ppgwxg (mgr.14166) 89 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:42:46.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:46 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:42:45.630280+0000 mon.smithi005 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.107:0/2334435031' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:42:47.001 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:42:47.001 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:42:48.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:48 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:42:46.983656+0000 mgr.smithi005.ppgwxg (mgr.14166) 90 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:42:48.369 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:42:48.370 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:42:48.371 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:42:49.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:49 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:42:48.368280+0000 mon.smithi005 (mon.0) 177 : audit [DBG] from='client.? 172.21.15.107:0/1167567336' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:42:49.767 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:42:49.767 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:42:50.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:50 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:42:48.984023+0000 mgr.smithi005.ppgwxg (mgr.14166) 91 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:42:51.069 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:42:51.069 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:42:51.071 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:42:52.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:52 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:42:50.984274+0000 mgr.smithi005.ppgwxg (mgr.14166) 92 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:42:52.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:52 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:42:51.068378+0000 mon.smithi005 (mon.0) 178 : audit [DBG] from='client.? 172.21.15.107:0/3608405993' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:42:52.445 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:42:52.446 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:42:53.754 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:42:53.754 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:42:53.756 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:42:54.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:54 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:42:52.984598+0000 mgr.smithi005.ppgwxg (mgr.14166) 93 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:42:54.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:54 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:42:53.120885+0000 mon.smithi005 (mon.0) 179 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.ppgwxg/mirror_snapshot_schedule"}]: dispatch 2023-11-08T01:42:54.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:54 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:42:53.124254+0000 mon.smithi005 (mon.0) 180 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.ppgwxg/trash_purge_schedule"}]: dispatch 2023-11-08T01:42:54.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:54 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:42:53.752922+0000 mon.smithi005 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.107:0/1741873636' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:42:55.107 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:42:55.108 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:42:56.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:56 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:42:54.984999+0000 mgr.smithi005.ppgwxg (mgr.14166) 94 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:42:56.389 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:42:56.389 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:42:56.390 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:42:57.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:57 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:42:56.387983+0000 mon.smithi005 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.107:0/940376782' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:42:57.774 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:42:57.775 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:42:58.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:42:56.985350+0000 mgr.smithi005.ppgwxg (mgr.14166) 95 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:42:59.137 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:42:59.137 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:42:59.138 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:43:00.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:59 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:42:58.985655+0000 mgr.smithi005.ppgwxg (mgr.14166) 96 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:43:00.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:42:59 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:42:59.134938+0000 mon.smithi005 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.107:0/969891906' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:43:00.507 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:43:00.507 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:43:01.835 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:43:01.836 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:43:01.837 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:43:02.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:02 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:43:00.986015+0000 mgr.smithi005.ppgwxg (mgr.14166) 97 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:43:02.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:02 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:43:01.834602+0000 mon.smithi005 (mon.0) 184 : audit [DBG] from='client.? 172.21.15.107:0/2969111165' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:43:03.203 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:43:03.203 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:43:04.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:43:02.986374+0000 mgr.smithi005.ppgwxg (mgr.14166) 98 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:43:04.496 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:43:04.496 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:43:04.497 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:43:05.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:05 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:43:04.495037+0000 mon.smithi005 (mon.0) 185 : audit [DBG] from='client.? 172.21.15.107:0/780575261' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:43:05.851 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:43:05.851 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:43:06.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:06 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:43:04.986684+0000 mgr.smithi005.ppgwxg (mgr.14166) 99 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:43:07.204 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:43:07.204 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:43:07.205 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:43:08.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:08 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:43:06.986897+0000 mgr.smithi005.ppgwxg (mgr.14166) 100 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:43:08.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:08 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:43:07.202690+0000 mon.smithi005 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.107:0/375069887' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:43:08.704 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:43:08.704 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:43:10.036 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:43:10.037 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:43:10.038 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:43:10.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:09 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:43:08.987202+0000 mgr.smithi005.ppgwxg (mgr.14166) 101 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:43:11.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:10 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:43:10.035494+0000 mon.smithi005 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.107:0/456088592' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:43:11.392 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:43:11.393 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:43:12.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:11 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:43:10.987480+0000 mgr.smithi005.ppgwxg (mgr.14166) 102 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:43:12.801 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:43:12.802 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:43:12.803 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:43:13.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:12 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:43:12.801099+0000 mon.smithi005 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.107:0/3872222474' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:43:14.177 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:43:14.178 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:43:14.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:13 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:43:12.987774+0000 mgr.smithi005.ppgwxg (mgr.14166) 103 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:43:15.453 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:43:15.453 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:43:15.454 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:43:16.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:16 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:43:14.988042+0000 mgr.smithi005.ppgwxg (mgr.14166) 104 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:43:16.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:16 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:43:15.451977+0000 mon.smithi005 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.107:0/3141009276' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:43:16.808 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:43:16.809 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:43:18.168 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:43:18.169 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:43:18.170 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:43:18.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:18 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:43:16.988356+0000 mgr.smithi005.ppgwxg (mgr.14166) 105 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:43:19.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:19 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:43:18.167759+0000 mon.smithi005 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.107:0/1863334948' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:43:19.540 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:43:19.541 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:43:20.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:20 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:43:18.988721+0000 mgr.smithi005.ppgwxg (mgr.14166) 106 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:43:20.817 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:43:20.817 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:43:20.818 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:43:21.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:21 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:43:20.815887+0000 mon.smithi005 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.107:0/3069350178' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:43:22.220 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:43:22.221 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:43:22.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:22 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:43:20.988982+0000 mgr.smithi005.ppgwxg (mgr.14166) 107 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:43:23.549 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:43:23.550 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:43:23.550 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:43:24.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:24 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:43:22.989193+0000 mgr.smithi005.ppgwxg (mgr.14166) 108 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:43:24.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:24 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:43:23.548434+0000 mon.smithi005 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.107:0/2942955050' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:43:24.913 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:43:24.914 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:43:26.197 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:43:26.198 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:43:26.199 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:43:26.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:26 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:43:24.989518+0000 mgr.smithi005.ppgwxg (mgr.14166) 109 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:43:27.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:27 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:43:26.196333+0000 mon.smithi005 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.107:0/3567745776' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:43:27.562 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:43:27.563 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:43:28.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:43:26.989857+0000 mgr.smithi005.ppgwxg (mgr.14166) 110 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:43:28.934 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:43:28.934 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:43:28.935 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:43:30.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:29 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:43:28.932700+0000 mon.smithi005 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.107:0/3469959334' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:43:30.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:29 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:43:28.990206+0000 mgr.smithi005.ppgwxg (mgr.14166) 111 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:43:30.296 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:43:30.296 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:43:31.591 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:43:31.591 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:43:31.592 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:43:32.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:32 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:43:30.990545+0000 mgr.smithi005.ppgwxg (mgr.14166) 112 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:43:32.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:32 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:43:31.589904+0000 mon.smithi005 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.107:0/3235047902' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:43:32.964 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:43:32.965 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:43:34.330 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:43:34.330 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:43:34.332 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:43:34.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:34 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:43:32.990912+0000 mgr.smithi005.ppgwxg (mgr.14166) 113 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:43:35.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:35 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:43:34.329336+0000 mon.smithi005 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.107:0/1004190296' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:43:35.699 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:43:35.700 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:43:36.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:36 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:43:34.991154+0000 mgr.smithi005.ppgwxg (mgr.14166) 114 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:43:36.996 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:43:36.997 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:43:36.998 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:43:37.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:37 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:43:36.995931+0000 mon.smithi005 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.107:0/2686676466' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:43:38.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:38 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:43:36.991486+0000 mgr.smithi005.ppgwxg (mgr.14166) 115 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:43:38.401 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:43:38.401 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:43:39.756 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:43:39.757 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:43:39.758 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:43:40.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:39 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:43:38.991846+0000 mgr.smithi005.ppgwxg (mgr.14166) 116 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:43:41.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:40 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:43:39.755384+0000 mon.smithi005 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.107:0/1500835544' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:43:41.154 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:43:41.155 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:43:42.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:41 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:43:40.992189+0000 mgr.smithi005.ppgwxg (mgr.14166) 117 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:43:42.514 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:43:42.515 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:43:42.516 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:43:43.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:42 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:43:42.513902+0000 mon.smithi005 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.107:0/178875678' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:43:43.901 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:43:43.901 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:43:44.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:43 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:43:42.992471+0000 mgr.smithi005.ppgwxg (mgr.14166) 118 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:43:45.238 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:43:45.239 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:43:45.240 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:43:46.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:46 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:43:44.992788+0000 mgr.smithi005.ppgwxg (mgr.14166) 119 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:43:46.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:46 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:43:45.237941+0000 mon.smithi005 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.107:0/3391748044' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:43:46.613 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:43:46.614 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:43:48.045 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:43:48.045 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:43:48.047 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:43:48.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:48 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:43:46.993114+0000 mgr.smithi005.ppgwxg (mgr.14166) 120 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:43:48.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:48 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:43:48.044335+0000 mon.smithi005 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.107:0/4161017941' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:43:49.408 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:43:49.409 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:43:50.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:49 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:43:48.993404+0000 mgr.smithi005.ppgwxg (mgr.14166) 121 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:43:50.830 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:43:50.830 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:43:50.831 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:43:51.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:50 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:43:50.826844+0000 mon.smithi005 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.107:0/2611480895' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:43:52.207 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:43:52.207 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:43:52.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:51 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:43:50.993705+0000 mgr.smithi005.ppgwxg (mgr.14166) 122 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:43:53.518 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:43:53.519 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:43:53.520 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:43:54.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:54 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:43:52.993954+0000 mgr.smithi005.ppgwxg (mgr.14166) 123 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:43:54.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:54 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:43:53.121892+0000 mon.smithi005 (mon.0) 203 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.ppgwxg/mirror_snapshot_schedule"}]: dispatch 2023-11-08T01:43:54.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:54 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:43:53.125144+0000 mon.smithi005 (mon.0) 204 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.ppgwxg/trash_purge_schedule"}]: dispatch 2023-11-08T01:43:54.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:54 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:43:53.518338+0000 mon.smithi005 (mon.0) 205 : audit [DBG] from='client.? 172.21.15.107:0/3648274449' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:43:54.890 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:43:54.891 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:43:56.280 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:43:56.280 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:43:56.282 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:43:56.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:56 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:43:54.994213+0000 mgr.smithi005.ppgwxg (mgr.14166) 124 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:43:57.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:57 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:43:56.279165+0000 mon.smithi005 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.107:0/3146503845' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:43:57.658 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:43:57.659 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:43:58.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:43:56.994523+0000 mgr.smithi005.ppgwxg (mgr.14166) 125 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:43:59.011 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:43:59.011 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:43:59.013 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:44:00.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:59 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:43:58.994859+0000 mgr.smithi005.ppgwxg (mgr.14166) 126 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:44:00.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:43:59 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:43:59.010366+0000 mon.smithi005 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.107:0/174238372' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:44:00.372 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:44:00.372 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:44:01.693 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:44:01.694 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:44:01.694 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:44:02.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:02 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:44:00.995266+0000 mgr.smithi005.ppgwxg (mgr.14166) 127 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:44:02.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:02 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:44:01.691554+0000 mon.smithi005 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.107:0/444889366' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:44:03.070 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:44:03.070 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:44:04.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:44:02.995640+0000 mgr.smithi005.ppgwxg (mgr.14166) 128 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:44:04.397 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:44:04.397 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:44:04.398 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:44:05.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:05 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:44:04.396397+0000 mon.smithi005 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.107:0/4183492264' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:44:05.808 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:44:05.809 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:44:06.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:06 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:44:04.996012+0000 mgr.smithi005.ppgwxg (mgr.14166) 129 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:44:07.154 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:44:07.155 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:44:07.155 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:44:08.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:08 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:44:06.996331+0000 mgr.smithi005.ppgwxg (mgr.14166) 130 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:44:08.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:08 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:44:07.152960+0000 mon.smithi005 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.107:0/177225189' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:44:08.528 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:44:08.529 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:44:09.884 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:44:09.884 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:44:09.886 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:44:10.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:09 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:44:08.996703+0000 mgr.smithi005.ppgwxg (mgr.14166) 131 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:44:11.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:10 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:44:09.883551+0000 mon.smithi005 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.107:0/1841181013' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:44:11.264 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:44:11.265 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:44:12.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:11 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:44:10.997048+0000 mgr.smithi005.ppgwxg (mgr.14166) 132 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:44:12.674 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:44:12.674 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:44:12.675 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:44:13.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:12 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:44:12.673225+0000 mon.smithi005 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.107:0/3228240072' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:44:14.044 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:44:14.045 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:44:14.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:13 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:44:12.997340+0000 mgr.smithi005.ppgwxg (mgr.14166) 133 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:44:15.422 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:44:15.422 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:44:15.424 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:44:16.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:16 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:44:14.997656+0000 mgr.smithi005.ppgwxg (mgr.14166) 134 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:44:16.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:16 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:44:15.421360+0000 mon.smithi005 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.107:0/2492534945' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:44:16.789 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:44:16.789 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:44:18.133 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:44:18.133 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:44:18.134 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:44:18.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:18 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:44:16.997950+0000 mgr.smithi005.ppgwxg (mgr.14166) 135 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:44:19.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:19 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:44:18.131911+0000 mon.smithi005 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.107:0/3826052610' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:44:19.506 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:44:19.506 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:44:20.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:20 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:44:18.998265+0000 mgr.smithi005.ppgwxg (mgr.14166) 136 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:44:20.889 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:44:20.889 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:44:20.891 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:44:21.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:21 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:44:20.888333+0000 mon.smithi005 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.107:0/1921618461' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:44:22.265 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:44:22.266 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:44:22.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:22 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:44:20.998515+0000 mgr.smithi005.ppgwxg (mgr.14166) 137 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:44:23.586 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:44:23.587 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:44:23.588 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:44:24.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:24 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:44:22.998837+0000 mgr.smithi005.ppgwxg (mgr.14166) 138 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:44:24.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:24 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:44:23.585716+0000 mon.smithi005 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.107:0/1940750081' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:44:24.951 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:44:24.951 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:44:26.321 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:44:26.322 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:44:26.323 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:44:26.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:26 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:44:24.999219+0000 mgr.smithi005.ppgwxg (mgr.14166) 139 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:44:27.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:27 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:44:26.319362+0000 mon.smithi005 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.107:0/3224396206' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:44:27.701 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:44:27.702 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:44:28.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:44:26.999518+0000 mgr.smithi005.ppgwxg (mgr.14166) 140 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:44:28.999 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:44:29.000 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:44:29.001 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:44:30.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:29 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:44:28.998714+0000 mon.smithi005 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.107:0/1575701934' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:44:30.089 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:29 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:44:28.999818+0000 mgr.smithi005.ppgwxg (mgr.14166) 141 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:44:30.378 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:44:30.379 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:44:31.702 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:44:31.702 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:44:31.703 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:44:32.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:32 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:44:31.000154+0000 mgr.smithi005.ppgwxg (mgr.14166) 142 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:44:32.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:32 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:44:31.700741+0000 mon.smithi005 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.107:0/599065873' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:44:33.089 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:44:33.089 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:44:34.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:34 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:44:33.000513+0000 mgr.smithi005.ppgwxg (mgr.14166) 143 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:44:34.410 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:44:34.410 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:44:34.411 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:44:35.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:35 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:44:34.408973+0000 mon.smithi005 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.107:0/1177266069' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:44:35.795 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:44:35.796 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:44:36.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:36 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:44:35.000860+0000 mgr.smithi005.ppgwxg (mgr.14166) 144 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:44:37.134 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:44:37.134 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:44:37.136 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:44:38.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:38 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:44:37.001214+0000 mgr.smithi005.ppgwxg (mgr.14166) 145 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:44:38.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:38 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:44:37.133344+0000 mon.smithi005 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.107:0/4000501352' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:44:38.510 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:44:38.511 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:44:39.845 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:44:39.845 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:44:39.847 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:44:40.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:39 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:44:39.001550+0000 mgr.smithi005.ppgwxg (mgr.14166) 146 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:44:41.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:40 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:44:39.844389+0000 mon.smithi005 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.107:0/276535208' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:44:41.219 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:44:41.219 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:44:42.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:41 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:44:41.001820+0000 mgr.smithi005.ppgwxg (mgr.14166) 147 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:44:42.581 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:44:42.581 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:44:42.582 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:44:43.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:42 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:44:42.579846+0000 mon.smithi005 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.107:0/3305638617' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:44:43.963 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:44:43.964 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:44:44.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:43 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:44:43.002112+0000 mgr.smithi005.ppgwxg (mgr.14166) 148 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:44:45.273 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:44:45.273 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:44:45.274 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:44:46.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:46 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:44:45.002451+0000 mgr.smithi005.ppgwxg (mgr.14166) 149 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:44:46.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:46 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:44:45.272040+0000 mon.smithi005 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.107:0/198430164' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:44:46.674 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:44:46.675 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:44:48.020 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:44:48.020 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:44:48.021 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:44:48.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:48 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:44:47.002842+0000 mgr.smithi005.ppgwxg (mgr.14166) 150 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:44:48.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:48 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:44:48.018420+0000 mon.smithi005 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.107:0/2081336924' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:44:49.401 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:44:49.401 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:44:50.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:49 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:44:49.003290+0000 mgr.smithi005.ppgwxg (mgr.14166) 151 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:44:50.734 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:44:50.735 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:44:50.736 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:44:51.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:50 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:44:50.733893+0000 mon.smithi005 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.107:0/1290400307' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:44:52.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:51 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:44:51.003674+0000 mgr.smithi005.ppgwxg (mgr.14166) 152 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:44:52.117 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:44:52.117 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:44:53.421 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:44:53.421 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:44:53.422 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:44:54.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:54 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:44:53.004028+0000 mgr.smithi005.ppgwxg (mgr.14166) 153 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:44:54.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:54 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:44:53.122883+0000 mon.smithi005 (mon.0) 227 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.ppgwxg/mirror_snapshot_schedule"}]: dispatch 2023-11-08T01:44:54.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:54 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:44:53.126002+0000 mon.smithi005 (mon.0) 228 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.ppgwxg/trash_purge_schedule"}]: dispatch 2023-11-08T01:44:54.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:54 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:44:53.420009+0000 mon.smithi005 (mon.0) 229 : audit [DBG] from='client.? 172.21.15.107:0/2414662806' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:44:54.794 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:44:54.795 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:44:56.098 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:44:56.099 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:44:56.100 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:44:56.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:56 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:44:55.004368+0000 mgr.smithi005.ppgwxg (mgr.14166) 154 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:44:57.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:57 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:44:56.097129+0000 mon.smithi005 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.107:0/4046520529' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:44:57.472 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:44:57.473 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:44:58.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:44:57.004677+0000 mgr.smithi005.ppgwxg (mgr.14166) 155 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:44:58.800 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:44:58.800 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:44:58.801 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:45:00.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:59 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:44:58.799121+0000 mon.smithi005 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.107:0/2949749009' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:45:00.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:44:59 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:44:59.004921+0000 mgr.smithi005.ppgwxg (mgr.14166) 156 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:45:00.179 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:45:00.179 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:45:01.473 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:45:01.474 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:45:01.475 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:45:02.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:02 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:45:01.005165+0000 mgr.smithi005.ppgwxg (mgr.14166) 157 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:45:02.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:02 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:01.472969+0000 mon.smithi005 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.107:0/1503030989' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:45:02.878 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:45:02.879 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:45:03.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:03 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:03.008214+0000 mon.smithi005 (mon.0) 233 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi005", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T01:45:03.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:03 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:03.010820+0000 mon.smithi005 (mon.0) 234 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi005", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-08T01:45:03.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:03 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:03.011677+0000 mon.smithi005 (mon.0) 235 : audit [DBG] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T01:45:04.158 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:45:04.159 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:45:04.160 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:45:04.335 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:45:03.005422+0000 mgr.smithi005.ppgwxg (mgr.14166) 158 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:45:04.336 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cephadm 2023-11-08T01:45:03.006396+0000 mgr.smithi005.ppgwxg (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-822eefec-7dd7-11ee-8dbb-212e2dc638e7-alertmanager.smithi005 2023-11-08T01:45:04.336 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: /bin/podman: stderr Error: no such container ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-alertmanager.smithi005 2023-11-08T01:45:04.337 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Deploy daemon alertmanager.smithi005 ... 2023-11-08T01:45:04.337 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-11-08T01:45:04.337 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-08T01:45:04.337 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: stat: stderr time="2023-11-08T01:40:41Z" 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-08T01:45:04.337 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: stat: stderr time="2023-11-08T01:41:19Z" 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-08T01:45:04.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: stat: stderr time="2023-11-08T01:41:56Z" 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-08T01:45:04.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 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-08T01:45:04.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-11-08T01:45:04.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-08T01:45:04.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: stat: stderr time="2023-11-08T01:43:10Z" 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-08T01:45:04.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: stat: stderr time="2023-11-08T01:43:48Z" 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-08T01:45:04.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: stat: stderr time="2023-11-08T01:44:25Z" 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-08T01:45:04.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 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-08T01:45:04.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Traceback (most recent call last): 2023-11-08T01:45:04.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-11-08T01:45:04.340 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: main() 2023-11-08T01:45:04.340 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-11-08T01:45:04.340 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: r = ctx.func(ctx) 2023-11-08T01:45:04.340 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-11-08T01:45:04.340 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: return func(ctx) 2023-11-08T01:45:04.340 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2023-11-08T01:45:04.341 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-11-08T01:45:04.341 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2023-11-08T01:45:04.341 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-11-08T01:45:04.341 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2023-11-08T01:45:04.341 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: raise RuntimeError('uid/gid not found') 2023-11-08T01:45:04.342 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: RuntimeError: uid/gid not found 2023-11-08T01:45:04.342 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Traceback (most recent call last): 2023-11-08T01:45:04.342 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2023-11-08T01:45:04.342 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: yield (conn, connr) 2023-11-08T01:45:04.342 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2023-11-08T01:45:04.342 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: code, '\n'.join(err))) 2023-11-08T01:45:04.343 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 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-822eefec-7dd7-11ee-8dbb-212e2dc638e7-alertmanager.smithi005 2023-11-08T01:45:04.343 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: /bin/podman: stderr Error: no such container ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-alertmanager.smithi005 2023-11-08T01:45:04.343 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Deploy daemon alertmanager.smithi005 ... 2023-11-08T01:45:04.343 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-11-08T01:45:04.343 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-08T01:45:04.344 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: stat: stderr time="2023-11-08T01:40:41Z" 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-08T01:45:04.344 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: stat: stderr time="2023-11-08T01:41:19Z" 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-08T01:45:04.344 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: stat: stderr time="2023-11-08T01:41:56Z" 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-08T01:45:04.344 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 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-08T01:45:04.344 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-11-08T01:45:04.344 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-08T01:45:04.345 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: stat: stderr time="2023-11-08T01:43:10Z" 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-08T01:45:04.345 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: stat: stderr time="2023-11-08T01:43:48Z" 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-08T01:45:04.345 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: stat: stderr time="2023-11-08T01:44:25Z" 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-08T01:45:04.345 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 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-08T01:45:04.345 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Traceback (most recent call last): 2023-11-08T01:45:04.346 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-11-08T01:45:04.346 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: main() 2023-11-08T01:45:04.346 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-11-08T01:45:04.346 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: r = ctx.func(ctx) 2023-11-08T01:45:04.346 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-11-08T01:45:04.347 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: return func(ctx) 2023-11-08T01:45:04.347 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2023-11-08T01:45:04.347 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-11-08T01:45:04.347 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2023-11-08T01:45:04.347 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-11-08T01:45:04.347 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2023-11-08T01:45:04.348 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: raise RuntimeError('uid/gid not found') 2023-11-08T01:45:04.348 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: RuntimeError: uid/gid not found 2023-11-08T01:45:04.348 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cephadm 2023-11-08T01:45:03.006679+0000 mgr.smithi005.ppgwxg (mgr.14166) 160 : cephadm [ERR] Failed while placing alertmanager.smithi005 on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-alertmanager.smithi005 2023-11-08T01:45:04.348 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: /bin/podman: stderr Error: no such container ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-alertmanager.smithi005 2023-11-08T01:45:04.348 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Deploy daemon alertmanager.smithi005 ... 2023-11-08T01:45:04.349 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-11-08T01:45:04.349 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-08T01:45:04.349 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: stat: stderr time="2023-11-08T01:40:41Z" 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-08T01:45:04.349 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: stat: stderr time="2023-11-08T01:41:19Z" 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-08T01:45:04.349 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: stat: stderr time="2023-11-08T01:41:56Z" 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-08T01:45:04.350 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 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-08T01:45:04.350 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 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=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-11-08T01:45:04.350 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-08T01:45:04.350 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: stat: stderr time="2023-11-08T01:43:10Z" 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-08T01:45:04.350 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: stat: stderr time="2023-11-08T01:43:48Z" 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-08T01:45:04.350 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: stat: stderr time="2023-11-08T01:44:25Z" 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-08T01:45:04.351 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 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-08T01:45:04.351 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Traceback (most recent call last): 2023-11-08T01:45:04.351 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-11-08T01:45:04.351 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: main() 2023-11-08T01:45:04.351 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-11-08T01:45:04.352 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: r = ctx.func(ctx) 2023-11-08T01:45:04.352 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-11-08T01:45:04.352 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: return func(ctx) 2023-11-08T01:45:04.352 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2023-11-08T01:45:04.352 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-11-08T01:45:04.353 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2023-11-08T01:45:04.353 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-11-08T01:45:04.353 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2023-11-08T01:45:04.353 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: raise RuntimeError('uid/gid not found') 2023-11-08T01:45:04.353 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: RuntimeError: uid/gid not found 2023-11-08T01:45:04.353 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cephadm 2023-11-08T01:45:03.012471+0000 mgr.smithi005.ppgwxg (mgr.14166) 161 : cephadm [INF] Deploying daemon crash.smithi005 on smithi005 2023-11-08T01:45:04.354 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:03.118834+0000 mon.smithi005 (mon.0) 236 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:45:05.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:05 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:04.157648+0000 mon.smithi005 (mon.0) 237 : audit [DBG] from='client.? 172.21.15.107:0/4054666909' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:45:05.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:05 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:04.505755+0000 mon.smithi005 (mon.0) 238 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:45:05.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:05 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:04.766474+0000 mon.smithi005 (mon.0) 239 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:45:05.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:05 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:04.768525+0000 mon.smithi005 (mon.0) 240 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:45:05.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:05 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:04.768928+0000 mon.smithi005 (mon.0) 241 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-08T01:45:05.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:05 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:04.771636+0000 mon.smithi005 (mon.0) 242 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:45:05.539 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:45:05.540 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:45:06.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:06 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:04.769269+0000 mgr.smithi005.ppgwxg (mgr.14166) 162 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-08T01:45:06.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:06 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cephadm 2023-11-08T01:45:04.774653+0000 mgr.smithi005.ppgwxg (mgr.14166) 163 : cephadm [INF] Deploying daemon grafana.smithi005 on smithi005 2023-11-08T01:45:06.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:06 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:45:05.005678+0000 mgr.smithi005.ppgwxg (mgr.14166) 164 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:45:06.879 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:45:06.880 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:45:06.881 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:45:07.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:07 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:06.878858+0000 mon.smithi005 (mon.0) 243 : audit [DBG] from='client.? 172.21.15.107:0/3431710245' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:45:08.260 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:45:08.261 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:45:08.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:08 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:45:07.006116+0000 mgr.smithi005.ppgwxg (mgr.14166) 165 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:45:09.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:09 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:08.121719+0000 mon.smithi005 (mon.0) 244 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:45:09.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:09 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:45:09.006472+0000 mgr.smithi005.ppgwxg (mgr.14166) 166 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:45:09.619 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:45:09.619 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:45:09.620 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:45:10.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:10 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:09.617153+0000 mon.smithi005 (mon.0) 245 : audit [DBG] from='client.? 172.21.15.107:0/1687031688' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:45:11.007 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:45:11.007 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:45:11.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:11 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:45:11.006845+0000 mgr.smithi005.ppgwxg (mgr.14166) 167 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:45:12.301 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:45:12.301 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:45:12.303 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:45:12.838 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:12 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:12.300013+0000 mon.smithi005 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.107:0/1308261667' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:45:13.675 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:45:13.675 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:45:13.838 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:13 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:45:13.007150+0000 mgr.smithi005.ppgwxg (mgr.14166) 168 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:45:15.005 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:45:15.005 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:45:15.006 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:45:15.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:15 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:15.003376+0000 mon.smithi005 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.107:0/3865761511' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:45:16.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:16 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:45:15.007382+0000 mgr.smithi005.ppgwxg (mgr.14166) 169 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:45:16.384 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:45:16.385 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:45:17.665 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:45:17.665 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:45:17.666 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:45:18.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:18 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:45:17.007650+0000 mgr.smithi005.ppgwxg (mgr.14166) 170 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:45:18.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:18 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:17.664059+0000 mon.smithi005 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.107:0/2251790141' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:45:19.071 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:45:19.072 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:45:20.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:19 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:45:19.007910+0000 mgr.smithi005.ppgwxg (mgr.14166) 171 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:45:20.364 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:45:20.364 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:45:20.366 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:45:21.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:20 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:20.363458+0000 mon.smithi005 (mon.0) 249 : audit [DBG] from='client.? 172.21.15.107:0/795550190' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:45:21.755 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:45:21.755 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:45:22.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:21 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:45:21.008171+0000 mgr.smithi005.ppgwxg (mgr.14166) 172 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:45:23.100 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:45:23.101 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:45:23.102 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:45:24.284 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:24 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:45:23.008418+0000 mgr.smithi005.ppgwxg (mgr.14166) 173 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:45:24.284 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:24 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:23.099617+0000 mon.smithi005 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.107:0/2457690779' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:45:24.487 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:45:24.487 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:45:25.826 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:45:25.826 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:45:25.827 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:45:26.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:26 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:45:25.008665+0000 mgr.smithi005.ppgwxg (mgr.14166) 174 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:45:26.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:26 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:25.397947+0000 mon.smithi005 (mon.0) 251 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:45:26.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:26 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:25.824599+0000 mon.smithi005 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.107:0/2769483114' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:45:27.215 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:45:27.215 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:45:27.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:27 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cephadm 2023-11-08T01:45:25.400210+0000 mgr.smithi005.ppgwxg (mgr.14166) 175 : cephadm [INF] Deploying daemon node-exporter.smithi005 on smithi005 2023-11-08T01:45:28.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:45:27.008987+0000 mgr.smithi005.ppgwxg (mgr.14166) 176 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:45:28.524 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:45:28.524 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:45:28.525 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:45:29.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:29 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:28.125025+0000 mon.smithi005 (mon.0) 253 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:45:29.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:29 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:28.523124+0000 mon.smithi005 (mon.0) 254 : audit [DBG] from='client.? 172.21.15.107:0/540093508' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:45:29.589 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:29 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:45:29.009287+0000 mgr.smithi005.ppgwxg (mgr.14166) 177 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:45:29.908 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:45:29.909 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:45:31.261 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:45:31.261 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:45:31.262 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:45:32.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:32 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:45:31.009517+0000 mgr.smithi005.ppgwxg (mgr.14166) 178 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:45:32.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:32 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:31.259783+0000 mon.smithi005 (mon.0) 255 : audit [DBG] from='client.? 172.21.15.107:0/2059102549' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:45:32.652 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:45:32.653 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:45:33.990 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:45:33.990 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:45:33.991 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:45:34.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:34 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:45:33.009890+0000 mgr.smithi005.ppgwxg (mgr.14166) 179 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:45:34.341 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:34 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:33.989344+0000 mon.smithi005 (mon.0) 256 : audit [DBG] from='client.? 172.21.15.107:0/1867219579' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:45:35.372 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:45:35.373 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:45:36.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:36 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:45:35.010169+0000 mgr.smithi005.ppgwxg (mgr.14166) 180 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:45:36.731 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:45:36.731 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:45:36.732 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:45:37.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:37 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:36.730043+0000 mon.smithi005 (mon.0) 257 : audit [DBG] from='client.? 172.21.15.107:0/821717449' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:45:38.065 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:45:38.065 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:45:38.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:38 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:45:37.010520+0000 mgr.smithi005.ppgwxg (mgr.14166) 181 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:45:39.348 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:45:39.349 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:45:39.350 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:45:40.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:39 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:45:39.010825+0000 mgr.smithi005.ppgwxg (mgr.14166) 182 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:45:40.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:39 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:39.347277+0000 mon.smithi005 (mon.0) 258 : audit [DBG] from='client.? 172.21.15.107:0/3944469771' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:45:40.726 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:45:40.726 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:45:42.009 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:45:42.009 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:45:42.011 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:45:42.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:42 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:45:41.011174+0000 mgr.smithi005.ppgwxg (mgr.14166) 183 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:45:42.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:42 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:42.008534+0000 mon.smithi005 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.107:0/2025601544' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:45:43.383 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:45:43.384 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:45:44.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:44 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:45:43.011523+0000 mgr.smithi005.ppgwxg (mgr.14166) 184 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:45:44.694 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:45:44.695 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:45:44.696 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:45:45.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:45 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:44.693119+0000 mon.smithi005 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.107:0/1212544901' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:45:46.079 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:45:46.079 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:45:46.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:46 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:45:45.011913+0000 mgr.smithi005.ppgwxg (mgr.14166) 185 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:45:47.496 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:45:47.496 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:45:47.497 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:45:48.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:48 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:45:47.012256+0000 mgr.smithi005.ppgwxg (mgr.14166) 186 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:45:48.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:48 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:47.495200+0000 mon.smithi005 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.107:0/2516723842' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:45:48.864 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:45:48.865 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:45:50.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:49 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:45:49.012659+0000 mgr.smithi005.ppgwxg (mgr.14166) 187 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:45:50.198 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:45:50.199 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:45:50.200 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:45:51.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:50 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:50.197888+0000 mon.smithi005 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.107:0/1614217268' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:45:51.572 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:45:51.573 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:45:52.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:51 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:45:51.012955+0000 mgr.smithi005.ppgwxg (mgr.14166) 188 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:45:52.917 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:45:52.918 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:45:52.919 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:45:53.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:52 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:52.916723+0000 mon.smithi005 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.107:0/3748436602' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:45:54.299 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:45:54.300 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:45:54.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:53 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:45:53.013177+0000 mgr.smithi005.ppgwxg (mgr.14166) 189 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:45:54.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:53 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:53.124082+0000 mon.smithi005 (mon.0) 264 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.ppgwxg/mirror_snapshot_schedule"}]: dispatch 2023-11-08T01:45:54.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:53 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:53.126896+0000 mon.smithi005 (mon.0) 265 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.ppgwxg/trash_purge_schedule"}]: dispatch 2023-11-08T01:45:55.655 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:45:55.656 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:45:55.657 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:45:56.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:56 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:45:55.013565+0000 mgr.smithi005.ppgwxg (mgr.14166) 190 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:45:56.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:56 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:55.654661+0000 mon.smithi005 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.107:0/2743705016' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:45:57.064 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:45:57.064 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:45:58.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:45:57.013990+0000 mgr.smithi005.ppgwxg (mgr.14166) 191 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:45:58.396 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:45:58.396 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:45:58.398 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:45:59.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:45:59 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:45:58.395682+0000 mon.smithi005 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.107:0/2907044953' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:45:59.778 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:45:59.779 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:46:00.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:00 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:45:59.014336+0000 mgr.smithi005.ppgwxg (mgr.14166) 192 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:46:01.134 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:46:01.134 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:46:01.136 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:46:02.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:02 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:46:01.014699+0000 mgr.smithi005.ppgwxg (mgr.14166) 193 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:46:02.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:02 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:46:01.133288+0000 mon.smithi005 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.107:0/3075642211' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:46:02.516 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:46:02.517 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:46:03.846 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:46:03.846 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:46:03.848 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:46:04.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:46:03.015159+0000 mgr.smithi005.ppgwxg (mgr.14166) 194 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:46:04.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:46:03.845352+0000 mon.smithi005 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.107:0/3346855862' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:46:05.215 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:46:05.216 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:46:06.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:06 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:46:05.015519+0000 mgr.smithi005.ppgwxg (mgr.14166) 195 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:46:06.512 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:46:06.512 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:46:06.513 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:46:07.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:07 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:46:06.511016+0000 mon.smithi005 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.107:0/2924080876' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:46:07.898 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:46:07.899 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:46:08.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:08 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:46:07.015911+0000 mgr.smithi005.ppgwxg (mgr.14166) 196 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:46:09.256 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:46:09.256 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:46:09.257 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:46:10.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:09 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:46:09.016218+0000 mgr.smithi005.ppgwxg (mgr.14166) 197 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:46:10.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:09 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:46:09.254773+0000 mon.smithi005 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.107:0/2367974053' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:46:10.636 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:46:10.637 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:46:11.953 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:46:11.953 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:46:11.954 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:46:12.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:12 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:46:11.016500+0000 mgr.smithi005.ppgwxg (mgr.14166) 198 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:46:12.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:12 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:46:11.951951+0000 mon.smithi005 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.107:0/118669466' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:46:13.336 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:46:13.336 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:46:14.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:14 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:46:13.016887+0000 mgr.smithi005.ppgwxg (mgr.14166) 199 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:46:14.637 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:46:14.637 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:46:14.638 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:46:15.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:15 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:46:14.635989+0000 mon.smithi005 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.107:0/2428022552' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:46:16.041 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:46:16.042 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:46:16.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:16 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:46:15.017159+0000 mgr.smithi005.ppgwxg (mgr.14166) 200 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:46:17.383 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:46:17.383 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:46:17.384 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:46:18.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:18 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:46:17.017438+0000 mgr.smithi005.ppgwxg (mgr.14166) 201 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:46:18.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:18 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:46:17.382241+0000 mon.smithi005 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.107:0/1586904208' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:46:18.750 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:46:18.751 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:46:20.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:19 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:46:19.017748+0000 mgr.smithi005.ppgwxg (mgr.14166) 202 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:46:20.120 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:46:20.120 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:46:20.122 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:46:21.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:20 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:46:20.119260+0000 mon.smithi005 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.107:0/3551082340' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:46:21.508 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:46:21.508 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:46:22.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:21 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:46:21.018158+0000 mgr.smithi005.ppgwxg (mgr.14166) 203 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:46:22.890 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:46:22.891 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:46:22.892 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:46:23.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:22 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:46:22.889680+0000 mon.smithi005 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.107:0/1385332895' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:46:24.271 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:46:24.271 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:46:24.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:23 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:46:23.018496+0000 mgr.smithi005.ppgwxg (mgr.14166) 204 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:46:25.646 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:46:25.647 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:46:25.648 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:46:26.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:26 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:46:25.018786+0000 mgr.smithi005.ppgwxg (mgr.14166) 205 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:46:26.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:26 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:46:25.645216+0000 mon.smithi005 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.107:0/2285070362' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:46:27.027 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:46:27.028 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:46:28.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:46:27.019126+0000 mgr.smithi005.ppgwxg (mgr.14166) 206 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:46:28.372 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:46:28.372 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:46:28.374 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:46:29.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:29 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:46:28.370825+0000 mon.smithi005 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.107:0/911549032' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:46:29.740 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:46:29.741 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:46:30.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:30 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:46:29.019397+0000 mgr.smithi005.ppgwxg (mgr.14166) 207 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:46:31.074 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:46:31.075 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:46:31.076 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:46:32.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:32 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:46:31.019746+0000 mgr.smithi005.ppgwxg (mgr.14166) 208 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:46:32.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:32 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:46:31.074052+0000 mon.smithi005 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.107:0/2168118283' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:46:32.464 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:46:32.465 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:46:33.734 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:46:33.734 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:46:33.735 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:46:34.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:34 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:46:33.020158+0000 mgr.smithi005.ppgwxg (mgr.14166) 209 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:46:34.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:34 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:46:33.732826+0000 mon.smithi005 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.107:0/548970466' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:46:35.110 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:46:35.110 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:46:36.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:36 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:46:35.020560+0000 mgr.smithi005.ppgwxg (mgr.14166) 210 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:46:36.453 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:46:36.454 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:46:36.457 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:46:37.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:37 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:46:36.452404+0000 mon.smithi005 (mon.0) 281 : audit [DBG] from='client.? 172.21.15.107:0/1060327973' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:46:37.814 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:46:37.815 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:46:38.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:38 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:46:37.020912+0000 mgr.smithi005.ppgwxg (mgr.14166) 211 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:46:39.148 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:46:39.148 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:46:39.149 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:46:40.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:39 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:46:39.021202+0000 mgr.smithi005.ppgwxg (mgr.14166) 212 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:46:40.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:39 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:46:39.146784+0000 mon.smithi005 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.107:0/1831999347' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:46:40.528 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:46:40.528 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:46:41.907 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:46:41.908 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:46:41.908 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:46:42.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:42 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:46:41.021539+0000 mgr.smithi005.ppgwxg (mgr.14166) 213 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:46:42.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:42 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:46:41.906151+0000 mon.smithi005 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.107:0/262807585' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:46:43.287 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:46:43.288 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:46:44.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:44 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:46:43.021905+0000 mgr.smithi005.ppgwxg (mgr.14166) 214 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:46:44.646 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:46:44.647 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:46:44.648 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:46:45.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:45 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:46:44.646101+0000 mon.smithi005 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.107:0/1114439852' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:46:46.019 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:46:46.019 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:46:46.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:46 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:46:45.022175+0000 mgr.smithi005.ppgwxg (mgr.14166) 215 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:46:47.307 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:46:47.307 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:46:47.308 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:46:48.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:48 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:46:47.022545+0000 mgr.smithi005.ppgwxg (mgr.14166) 216 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:46:48.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:48 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:46:47.305470+0000 mon.smithi005 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.107:0/2603316638' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:46:48.660 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:46:48.661 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:46:49.950 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:46:49.951 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:46:49.952 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:46:50.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:49 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:46:49.022934+0000 mgr.smithi005.ppgwxg (mgr.14166) 217 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:46:51.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:50 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:46:49.949546+0000 mon.smithi005 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.107:0/3060310236' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:46:51.323 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:46:51.324 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:46:52.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:51 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:46:51.023300+0000 mgr.smithi005.ppgwxg (mgr.14166) 218 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:46:52.698 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:46:52.698 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:46:52.700 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:46:53.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:52 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:46:52.697172+0000 mon.smithi005 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.107:0/1937238558' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:46:54.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:53 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:46:53.023578+0000 mgr.smithi005.ppgwxg (mgr.14166) 219 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:46:54.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:53 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:46:53.125211+0000 mon.smithi005 (mon.0) 288 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.ppgwxg/mirror_snapshot_schedule"}]: dispatch 2023-11-08T01:46:54.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:53 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:46:53.127793+0000 mon.smithi005 (mon.0) 289 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.ppgwxg/trash_purge_schedule"}]: dispatch 2023-11-08T01:46:54.101 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:46:54.101 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:46:55.428 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:46:55.429 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:46:55.430 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:46:56.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:56 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:46:55.023962+0000 mgr.smithi005.ppgwxg (mgr.14166) 220 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:46:56.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:56 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:46:55.427483+0000 mon.smithi005 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.107:0/3498481257' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:46:56.817 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:46:56.817 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:46:58.157 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:46:58.157 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:46:58.159 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:46:58.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:46:57.024302+0000 mgr.smithi005.ppgwxg (mgr.14166) 221 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:46:59.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:46:59 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:46:58.156735+0000 mon.smithi005 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.107:0/1713635074' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:46:59.528 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:46:59.529 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:47:00.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:00 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:46:59.024617+0000 mgr.smithi005.ppgwxg (mgr.14166) 222 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:47:00.915 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:47:00.915 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:47:00.916 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:47:01.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:01 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:47:00.914266+0000 mon.smithi005 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.107:0/3491267378' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:47:02.285 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:47:02.286 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:47:02.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:02 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:47:01.024965+0000 mgr.smithi005.ppgwxg (mgr.14166) 223 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:47:03.650 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:47:03.651 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:47:03.652 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:47:04.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:47:03.025267+0000 mgr.smithi005.ppgwxg (mgr.14166) 224 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:47:04.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:47:03.649759+0000 mon.smithi005 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.107:0/1809608314' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:47:05.000 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:47:05.000 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:47:06.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:06 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:47:05.025638+0000 mgr.smithi005.ppgwxg (mgr.14166) 225 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:47:06.341 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:47:06.342 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:47:06.343 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:47:07.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:07 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:47:06.341010+0000 mon.smithi005 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.107:0/3637566946' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:47:07.727 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:47:07.728 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:47:08.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:08 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:47:07.026050+0000 mgr.smithi005.ppgwxg (mgr.14166) 226 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:47:09.099 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:47:09.099 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:47:09.100 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:47:10.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:09 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:47:09.026294+0000 mgr.smithi005.ppgwxg (mgr.14166) 227 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:47:10.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:09 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:47:09.098146+0000 mon.smithi005 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.107:0/3249938356' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:47:10.473 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:47:10.474 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:47:11.793 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:47:11.794 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:47:11.795 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:47:12.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:12 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:47:11.026575+0000 mgr.smithi005.ppgwxg (mgr.14166) 228 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:47:12.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:12 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:47:11.792767+0000 mon.smithi005 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.107:0/72166817' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:47:13.158 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:47:13.159 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:47:14.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:14 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:47:13.026880+0000 mgr.smithi005.ppgwxg (mgr.14166) 229 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:47:14.460 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:47:14.460 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:47:14.462 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:47:15.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:15 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:47:14.459363+0000 mon.smithi005 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.107:0/2182279534' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:47:15.875 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:47:15.876 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:47:16.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:16 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:47:15.027206+0000 mgr.smithi005.ppgwxg (mgr.14166) 230 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:47:17.184 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:47:17.184 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:47:17.186 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:47:18.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:18 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:47:17.027564+0000 mgr.smithi005.ppgwxg (mgr.14166) 231 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:47:18.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:18 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:47:17.183330+0000 mon.smithi005 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.107:0/417003769' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:47:18.559 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:47:18.559 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:47:19.918 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:47:19.919 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:47:19.920 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:47:20.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:19 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:47:19.027919+0000 mgr.smithi005.ppgwxg (mgr.14166) 232 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:47:21.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:20 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:47:19.917903+0000 mon.smithi005 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.107:0/3087719955' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:47:21.286 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:47:21.287 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:47:22.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:21 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:47:21.028204+0000 mgr.smithi005.ppgwxg (mgr.14166) 233 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:47:22.604 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:47:22.605 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:47:22.606 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:47:23.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:22 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:47:22.603752+0000 mon.smithi005 (mon.0) 300 : audit [DBG] from='client.? 172.21.15.107:0/1581130343' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:47:23.971 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:47:23.971 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:47:24.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:23 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:47:23.028502+0000 mgr.smithi005.ppgwxg (mgr.14166) 234 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:47:25.358 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:47:25.358 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:47:25.360 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:47:26.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:26 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:47:25.028855+0000 mgr.smithi005.ppgwxg (mgr.14166) 235 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:47:26.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:26 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:47:25.357577+0000 mon.smithi005 (mon.0) 301 : audit [DBG] from='client.? 172.21.15.107:0/3775567238' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:47:26.741 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:47:26.742 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:47:28.128 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:47:28.129 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:47:28.129 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:47:28.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cephadm 2023-11-08T01:47:26.129403+0000 mgr.smithi005.ppgwxg (mgr.14166) 236 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-node-exporter.smithi005 2023-11-08T01:47:28.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: /bin/podman: stderr Error: no such container ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-node-exporter.smithi005 2023-11-08T01:47:28.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Deploy daemon node-exporter.smithi005 ... 2023-11-08T01:47:28.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Verifying port 9100 ... 2023-11-08T01:47:28.339 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Non-zero exit code 1 from systemctl start ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@node-exporter.smithi005 2023-11-08T01:47:28.340 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: systemctl: stderr Job for ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@node-exporter.smithi005.service failed because a timeout was exceeded. 2023-11-08T01:47:28.340 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: systemctl: stderr See "systemctl status ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@node-exporter.smithi005.service" and "journalctl -xe" for details. 2023-11-08T01:47:28.340 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Traceback (most recent call last): 2023-11-08T01:47:28.340 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-11-08T01:47:28.340 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: main() 2023-11-08T01:47:28.341 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-11-08T01:47:28.341 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: r = ctx.func(ctx) 2023-11-08T01:47:28.341 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-11-08T01:47:28.341 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: return func(ctx) 2023-11-08T01:47:28.341 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2023-11-08T01:47:28.341 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: ports=daemon_ports) 2023-11-08T01:47:28.342 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2023-11-08T01:47:28.342 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: c, osd_fsid=osd_fsid, ports=ports) 2023-11-08T01:47:28.342 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2023-11-08T01:47:28.342 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-11-08T01:47:28.342 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2023-11-08T01:47:28.343 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-11-08T01:47:28.343 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: RuntimeError: Failed command: systemctl start ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@node-exporter.smithi005 2023-11-08T01:47:28.343 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Traceback (most recent call last): 2023-11-08T01:47:28.343 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2023-11-08T01:47:28.343 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: yield (conn, connr) 2023-11-08T01:47:28.344 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2023-11-08T01:47:28.344 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: code, '\n'.join(err))) 2023-11-08T01:47:28.344 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: 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-822eefec-7dd7-11ee-8dbb-212e2dc638e7-node-exporter.smithi005 2023-11-08T01:47:28.344 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: /bin/podman: stderr Error: no such container ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-node-exporter.smithi005 2023-11-08T01:47:28.344 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Deploy daemon node-exporter.smithi005 ... 2023-11-08T01:47:28.345 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Verifying port 9100 ... 2023-11-08T01:47:28.345 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Non-zero exit code 1 from systemctl start ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@node-exporter.smithi005 2023-11-08T01:47:28.345 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: systemctl: stderr Job for ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@node-exporter.smithi005.service failed because a timeout was exceeded. 2023-11-08T01:47:28.345 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: systemctl: stderr See "systemctl status ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@node-exporter.smithi005.service" and "journalctl -xe" for details. 2023-11-08T01:47:28.345 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Traceback (most recent call last): 2023-11-08T01:47:28.346 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-11-08T01:47:28.346 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: main() 2023-11-08T01:47:28.346 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-11-08T01:47:28.346 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: r = ctx.func(ctx) 2023-11-08T01:47:28.346 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-11-08T01:47:28.347 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: return func(ctx) 2023-11-08T01:47:28.347 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2023-11-08T01:47:28.347 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: ports=daemon_ports) 2023-11-08T01:47:28.347 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2023-11-08T01:47:28.347 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: c, osd_fsid=osd_fsid, ports=ports) 2023-11-08T01:47:28.348 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2023-11-08T01:47:28.348 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-11-08T01:47:28.348 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2023-11-08T01:47:28.348 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-11-08T01:47:28.348 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: RuntimeError: Failed command: systemctl start ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@node-exporter.smithi005 2023-11-08T01:47:28.349 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cephadm 2023-11-08T01:47:26.129681+0000 mgr.smithi005.ppgwxg (mgr.14166) 237 : cephadm [ERR] Failed while placing node-exporter.smithi005 on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-node-exporter.smithi005 2023-11-08T01:47:28.349 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: /bin/podman: stderr Error: no such container ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-node-exporter.smithi005 2023-11-08T01:47:28.349 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Deploy daemon node-exporter.smithi005 ... 2023-11-08T01:47:28.349 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Verifying port 9100 ... 2023-11-08T01:47:28.349 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Non-zero exit code 1 from systemctl start ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@node-exporter.smithi005 2023-11-08T01:47:28.350 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: systemctl: stderr Job for ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@node-exporter.smithi005.service failed because a timeout was exceeded. 2023-11-08T01:47:28.350 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: systemctl: stderr See "systemctl status ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@node-exporter.smithi005.service" and "journalctl -xe" for details. 2023-11-08T01:47:28.350 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: Traceback (most recent call last): 2023-11-08T01:47:28.350 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-11-08T01:47:28.350 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: main() 2023-11-08T01:47:28.350 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-11-08T01:47:28.351 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: r = ctx.func(ctx) 2023-11-08T01:47:28.351 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-11-08T01:47:28.351 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: return func(ctx) 2023-11-08T01:47:28.351 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2023-11-08T01:47:28.351 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: ports=daemon_ports) 2023-11-08T01:47:28.352 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2023-11-08T01:47:28.352 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: c, osd_fsid=osd_fsid, ports=ports) 2023-11-08T01:47:28.352 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2023-11-08T01:47:28.352 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-11-08T01:47:28.352 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: File "/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2023-11-08T01:47:28.352 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-11-08T01:47:28.353 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: RuntimeError: Failed command: systemctl start ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@node-exporter.smithi005 2023-11-08T01:47:28.353 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cephadm 2023-11-08T01:47:26.136358+0000 mgr.smithi005.ppgwxg (mgr.14166) 238 : cephadm [INF] Deploying daemon prometheus.smithi005 on smithi005 2023-11-08T01:47:28.353 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:47:27.029388+0000 mgr.smithi005.ppgwxg (mgr.14166) 239 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:47:29.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:29 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:47:28.127506+0000 mon.smithi005 (mon.0) 302 : audit [DBG] from='client.? 172.21.15.107:0/170054490' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:47:29.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:29 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:47:28.131129+0000 mon.smithi005 (mon.0) 303 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' 2023-11-08T01:47:29.548 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:47:29.548 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:47:30.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:30 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:47:29.029980+0000 mgr.smithi005.ppgwxg (mgr.14166) 240 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:47:30.912 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:47:30.912 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:47:30.913 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:47:31.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:31 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:47:30.911242+0000 mon.smithi005 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.107:0/2825971935' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:47:32.277 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:47:32.278 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:47:32.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:32 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:47:31.030248+0000 mgr.smithi005.ppgwxg (mgr.14166) 241 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:47:33.607 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:47:33.607 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:47:33.609 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:47:34.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:34 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:47:33.030610+0000 mgr.smithi005.ppgwxg (mgr.14166) 242 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:47:34.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:34 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:47:33.606472+0000 mon.smithi005 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.107:0/1481932280' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:47:34.978 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:47:34.979 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:47:36.290 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:47:36.291 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:47:36.292 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:47:36.343 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:36 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:47:35.030959+0000 mgr.smithi005.ppgwxg (mgr.14166) 243 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:47:37.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:37 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:47:36.289981+0000 mon.smithi005 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.107:0/553744716' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:47:37.660 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:47:37.660 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:47:38.589 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:38 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:47:37.031223+0000 mgr.smithi005.ppgwxg (mgr.14166) 244 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:47:38.991 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:47:38.992 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:47:38.993 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:47:40.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:39 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:47:38.991249+0000 mon.smithi005 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.107:0/2693116654' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:47:40.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:39 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:47:39.031523+0000 mgr.smithi005.ppgwxg (mgr.14166) 245 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:47:40.363 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:47:40.363 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:47:41.715 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:47:41.716 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:47:41.717 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:47:42.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:42 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:47:41.031929+0000 mgr.smithi005.ppgwxg (mgr.14166) 246 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:47:42.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:42 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:47:41.714406+0000 mon.smithi005 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.107:0/136190217' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:47:43.093 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:47:43.094 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:47:44.441 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:47:44.441 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:47:44.442 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:47:44.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:44 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:47:43.032266+0000 mgr.smithi005.ppgwxg (mgr.14166) 247 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:47:45.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:45 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:47:44.439754+0000 mon.smithi005 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.107:0/4143776846' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:47:45.820 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:47:45.821 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:47:46.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:46 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:47:45.032567+0000 mgr.smithi005.ppgwxg (mgr.14166) 248 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:47:47.145 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:47:47.146 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:47:47.147 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:47:48.518 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:47:48.519 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:47:48.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:48 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:47:47.032950+0000 mgr.smithi005.ppgwxg (mgr.14166) 249 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:47:48.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:48 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:47:47.144713+0000 mon.smithi005 (mon.0) 310 : audit [DBG] from='client.? 172.21.15.107:0/1578407020' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:47:49.871 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:47:49.872 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:47:49.873 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:47:50.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:49 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:47:49.033340+0000 mgr.smithi005.ppgwxg (mgr.14166) 250 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:47:51.089 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:50 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:47:49.870805+0000 mon.smithi005 (mon.0) 311 : audit [DBG] from='client.? 172.21.15.107:0/2105513402' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:47:51.239 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:47:51.240 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:47:52.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:51 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:47:51.033697+0000 mgr.smithi005.ppgwxg (mgr.14166) 251 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:47:52.533 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:47:52.534 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:47:52.535 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:47:53.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:52 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:47:52.532741+0000 mon.smithi005 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.107:0/1167401430' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:47:53.931 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:47:53.932 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:47:54.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:53 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:47:53.034081+0000 mgr.smithi005.ppgwxg (mgr.14166) 252 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:47:54.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:53 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:47:53.126178+0000 mon.smithi005 (mon.0) 313 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.ppgwxg/mirror_snapshot_schedule"}]: dispatch 2023-11-08T01:47:54.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:53 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:47:53.128718+0000 mon.smithi005 (mon.0) 314 : audit [INF] from='mgr.14166 172.21.15.5:0/3420977841' entity='mgr.smithi005.ppgwxg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.ppgwxg/trash_purge_schedule"}]: dispatch 2023-11-08T01:47:55.228 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:47:55.229 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:47:55.230 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:47:56.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:56 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:47:55.034368+0000 mgr.smithi005.ppgwxg (mgr.14166) 253 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:47:56.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:56 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:47:55.227962+0000 mon.smithi005 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.107:0/2747341639' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:47:56.612 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:47:56.613 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:47:57.954 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:47:57.955 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:47:57.956 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:47:58.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:47:57.034727+0000 mgr.smithi005.ppgwxg (mgr.14166) 254 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:47:58.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:58 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:47:57.953988+0000 mon.smithi005 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.107:0/33574375' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:47:59.327 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:47:59.328 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:48:00.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:47:59 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:47:59.035145+0000 mgr.smithi005.ppgwxg (mgr.14166) 255 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:48:00.689 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:48:00.689 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:48:00.690 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:48:01.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:00 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:48:00.688303+0000 mon.smithi005 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.107:0/2085853246' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:48:02.073 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:48:02.074 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:48:02.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:01 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:48:01.035510+0000 mgr.smithi005.ppgwxg (mgr.14166) 256 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:48:03.348 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:48:03.348 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:48:03.349 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:48:04.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:48:03.035825+0000 mgr.smithi005.ppgwxg (mgr.14166) 257 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:48:04.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:04 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:48:03.346633+0000 mon.smithi005 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.107:0/444955054' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:48:04.728 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:48:04.728 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:48:06.064 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:48:06.064 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:48:06.065 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:48:06.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:06 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:48:05.036094+0000 mgr.smithi005.ppgwxg (mgr.14166) 258 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:48:06.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:06 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:48:06.063066+0000 mon.smithi005 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.107:0/3434236378' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:48:07.438 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:48:07.439 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:48:08.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:08 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:48:07.036414+0000 mgr.smithi005.ppgwxg (mgr.14166) 259 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:48:08.855 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:48:08.855 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:48:08.856 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:48:10.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:09 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:48:08.854026+0000 mon.smithi005 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.107:0/3174681268' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:48:10.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:09 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:48:09.036720+0000 mgr.smithi005.ppgwxg (mgr.14166) 260 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:48:10.226 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:48:10.227 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:48:11.566 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:48:11.566 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:48:11.567 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:48:12.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:12 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:48:11.037088+0000 mgr.smithi005.ppgwxg (mgr.14166) 261 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:48:12.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:12 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:48:11.565071+0000 mon.smithi005 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.107:0/3382395487' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:48:12.966 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:48:12.967 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:48:14.247 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:48:14.247 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:48:14.248 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:48:14.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:14 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:48:13.037489+0000 mgr.smithi005.ppgwxg (mgr.14166) 262 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:48:15.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:15 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:48:14.245850+0000 mon.smithi005 (mon.0) 322 : audit [DBG] from='client.? 172.21.15.107:0/3995994766' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:48:15.614 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:48:15.615 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:48:16.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:16 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:48:15.037762+0000 mgr.smithi005.ppgwxg (mgr.14166) 263 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:48:16.977 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:48:16.977 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:48:16.978 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:48:17.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:17 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:48:16.976371+0000 mon.smithi005 (mon.0) 323 : audit [DBG] from='client.? 172.21.15.107:0/1052674455' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:48:18.352 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:48:18.353 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:48:18.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:18 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:48:17.038093+0000 mgr.smithi005.ppgwxg (mgr.14166) 264 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:48:19.699 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:48:19.700 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:48:19.701 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:48:20.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:19 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:48:19.038402+0000 mgr.smithi005.ppgwxg (mgr.14166) 265 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:48:20.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:19 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:48:19.698601+0000 mon.smithi005 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.107:0/2054561117' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:48:21.069 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:48:21.070 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:48:22.381 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:48:22.381 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:48:22.382 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:48:22.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:22 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:48:21.038722+0000 mgr.smithi005.ppgwxg (mgr.14166) 266 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:48:23.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:23 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:48:22.380064+0000 mon.smithi005 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.107:0/2359251173' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:48:23.749 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:48:23.750 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:48:24.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:24 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:48:23.039092+0000 mgr.smithi005.ppgwxg (mgr.14166) 267 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:48:25.130 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:48:25.130 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:48:25.131 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:48:26.501 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:48:26.502 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:48:26.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:26 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:48:25.039446+0000 mgr.smithi005.ppgwxg (mgr.14166) 268 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:48:26.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:26 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:48:25.129428+0000 mon.smithi005 (mon.0) 326 : audit [DBG] from='client.? 172.21.15.107:0/275325180' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:48:27.795 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:48:27.796 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:48:27.797 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:48:28.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:48:27.039769+0000 mgr.smithi005.ppgwxg (mgr.14166) 269 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:48:28.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:28 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:48:27.794841+0000 mon.smithi005 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.107:0/2083451003' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:48:29.171 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:48:29.172 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:48:30.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:29 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:48:29.040157+0000 mgr.smithi005.ppgwxg (mgr.14166) 270 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:48:30.538 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:48:30.538 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:48:30.540 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:48:31.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:30 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:48:30.537199+0000 mon.smithi005 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.107:0/1283460461' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:48:31.954 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:48:31.954 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:48:32.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:31 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:48:31.040508+0000 mgr.smithi005.ppgwxg (mgr.14166) 271 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:48:33.262 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:48:33.262 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:48:33.264 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:48:34.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:34 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:48:33.040824+0000 mgr.smithi005.ppgwxg (mgr.14166) 272 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:48:34.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:34 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:48:33.261179+0000 mon.smithi005 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.107:0/781781058' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:48:34.621 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:48:34.621 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:48:36.024 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:48:36.024 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:48:36.026 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:48:36.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:36 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:48:35.041150+0000 mgr.smithi005.ppgwxg (mgr.14166) 273 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:48:36.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:36 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:48:36.023595+0000 mon.smithi005 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.107:0/3309611888' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:48:37.394 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:48:37.395 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:48:38.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:38 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:48:37.041436+0000 mgr.smithi005.ppgwxg (mgr.14166) 274 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:48:38.704 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:48:38.705 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:48:38.706 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:48:39.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:39 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:48:38.703650+0000 mon.smithi005 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.107:0/1835535457' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:48:40.082 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:48:40.083 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:48:40.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:40 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:48:39.041741+0000 mgr.smithi005.ppgwxg (mgr.14166) 275 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:48:41.377 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:48:41.377 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:48:41.378 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:48:42.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:42 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:48:41.042106+0000 mgr.smithi005.ppgwxg (mgr.14166) 276 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:48:42.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:42 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:48:41.376234+0000 mon.smithi005 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.107:0/1557486274' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:48:42.749 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:48:42.750 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:48:44.094 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:48:44.094 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:48:44.095 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:48:44.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:44 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:48:43.042418+0000 mgr.smithi005.ppgwxg (mgr.14166) 277 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:48:44.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:44 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:48:44.093243+0000 mon.smithi005 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.107:0/36478855' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:48:45.465 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:48:45.466 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:48:46.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:46 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:48:45.042778+0000 mgr.smithi005.ppgwxg (mgr.14166) 278 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:48:46.800 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:48:46.800 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:48:46.801 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:48:47.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:47 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:48:46.799145+0000 mon.smithi005 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.107:0/2078187499' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:48:48.167 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T01:48:48.168 DEBUG:teuthology.orchestra.run.smithi107:> 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 822eefec-7dd7-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T01:48:48.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:48 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:48:47.043114+0000 mgr.smithi005.ppgwxg (mgr.14166) 279 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:48:49.465 INFO:teuthology.orchestra.run.smithi107.stdout: 2023-11-08T01:48:49.465 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":1,"fsid":"822eefec-7dd7-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T01:38:53.741991Z","created":"2023-11-08T01:38:53.741991Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T01:48:49.467 INFO:teuthology.orchestra.run.smithi107.stderr:dumped monmap epoch 1 2023-11-08T01:48:49.827 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_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/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-08T01:48:49.828 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-08T01:48:49.828 DEBUG:teuthology.orchestra.run.smithi005:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-08T01:48:49.854 DEBUG:teuthology.orchestra.run.smithi107:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-08T01:48:49.873 INFO:tasks.cephadm:Stopping all daemons... 2023-11-08T01:48:49.873 INFO:tasks.cephadm.mon.smithi005:Stopping mon.smithi005... 2023-11-08T01:48:49.874 DEBUG:teuthology.orchestra.run.smithi005:> sudo systemctl stop ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@mon.smithi005 2023-11-08T01:48:50.088 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:49 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: cluster 2023-11-08T01:48:49.043444+0000 mgr.smithi005.ppgwxg (mgr.14166) 280 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T01:48:50.089 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:49 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: audit 2023-11-08T01:48:49.464157+0000 mon.smithi005 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.107:0/2987707224' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T01:48:50.089 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:49 smithi005 systemd[1]: Stopping Ceph mon.smithi005 for 822eefec-7dd7-11ee-8dbb-212e2dc638e7... 2023-11-08T01:48:50.089 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:50 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:48:50.004+0000 7fd509c79700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi005 -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-08T01:48:50.089 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Nov 08 01:48:50 smithi005 ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7-mon.smithi005[108130]: debug 2023-11-08T01:48:50.004+0000 7fd509c79700 -1 mon.smithi005@0(leader) e1 *** Got Signal Terminated *** 2023-11-08T01:48:50.428 DEBUG:teuthology.orchestra.run.smithi005:> sudo pkill -f 'journalctl -f -n 0 -u ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@mon.smithi005.service' 2023-11-08T01:48:50.488 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T01:48:50.488 INFO:tasks.cephadm.mon.smithi005:Stopped mon.smithi005 2023-11-08T01:48:50.489 INFO:tasks.cephadm.mon.smithi107:Stopping mon.smithi107... 2023-11-08T01:48:50.489 DEBUG:teuthology.orchestra.run.smithi107:> sudo systemctl stop ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@mon.smithi107 2023-11-08T01:48:50.526 INFO:teuthology.orchestra.run.smithi107.stderr:Failed to stop ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@mon.smithi107.service: Unit ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@mon.smithi107.service not loaded. 2023-11-08T01:48:50.527 DEBUG:teuthology.orchestra.run:got remote process result: 5 2023-11-08T01:48:50.527 ERROR:tasks.cephadm:Failed to stop "ceph.mon.smithi107" Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/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_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/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_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/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 smithi107 with status 5: 'sudo systemctl stop ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@mon.smithi107' 2023-11-08T01:48:50.528 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-08T01:48:50.530 DEBUG:teuthology.misc:Transferring archived files from smithi005:/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451175/remote/ubuntu@smithi005.front.sepia.ceph.com/crash 2023-11-08T01:48:50.531 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/crash -- . 2023-11-08T01:48:50.582 DEBUG:teuthology.misc:Transferring archived files from smithi107:/var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451175/remote/ubuntu@smithi107.front.sepia.ceph.com/crash 2023-11-08T01:48:50.584 DEBUG:teuthology.orchestra.run.smithi107:> sudo tar c -f - -C /var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/crash -- . 2023-11-08T01:48:50.625 INFO:teuthology.orchestra.run.smithi107.stderr:tar: /var/lib/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-08T01:48:50.625 INFO:teuthology.orchestra.run.smithi107.stderr:tar: Error is not recoverable: exiting now 2023-11-08T01:48:50.626 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-08T01:48:50.627 DEBUG:teuthology.orchestra.run.smithi005:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-08T01:48:50.662 INFO:teuthology.orchestra.run.smithi005.stderr:grep: /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/ceph.log: No such file or directory 2023-11-08T01:48:50.664 INFO:tasks.cephadm:Compressing logs... 2023-11-08T01:48:50.665 DEBUG:teuthology.orchestra.run.smithi005:> 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-08T01:48:50.706 DEBUG:teuthology.orchestra.run.smithi107:> 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-08T01:48:50.737 INFO:teuthology.orchestra.run.smithi107.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-08T01:48:50.737 INFO:teuthology.orchestra.run.smithi107.stderr:: No such file or directory 2023-11-08T01:48:50.738 INFO:teuthology.orchestra.run.smithi005.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-08T01:48:50.738 INFO:teuthology.orchestra.run.smithi005.stderr:: No such file or directory 2023-11-08T01:48:50.739 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/cephadm.log: 96.2% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-08T01:48:50.740 INFO:teuthology.orchestra.run.smithi005.stderr:gzip -5 --verbose -- /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/ceph-volume.log 2023-11-08T01:48:50.741 INFO:teuthology.orchestra.run.smithi005.stderr:gzip -5 --verbose -- /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi005.ppgwxg.log 2023-11-08T01:48:50.741 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/ceph-mon.smithi005.log 2023-11-08T01:48:50.741 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/ceph-volume.log: /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi005.ppgwxg.log: /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/ceph-mon.smithi005.log: 88.2% -- replaced with /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/ceph-volume.log.gz 2023-11-08T01:48:50.742 INFO:teuthology.orchestra.run.smithi005.stderr: 88.2% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-08T01:48:50.743 INFO:teuthology.orchestra.run.smithi107.stderr: 2023-11-08T01:48:50.743 INFO:teuthology.orchestra.run.smithi107.stderr:real 0m0.014s 2023-11-08T01:48:50.744 INFO:teuthology.orchestra.run.smithi107.stderr:user 0m0.015s 2023-11-08T01:48:50.744 INFO:teuthology.orchestra.run.smithi107.stderr:sys 0m0.008s 2023-11-08T01:48:50.825 INFO:teuthology.orchestra.run.smithi005.stderr:gzip: /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi005.ppgwxg.log: file size changed while zipping 2023-11-08T01:48:50.826 INFO:teuthology.orchestra.run.smithi005.stderr: 92.9% -- replaced with /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi005.ppgwxg.log.gz 2023-11-08T01:48:50.894 INFO:teuthology.orchestra.run.smithi005.stderr: 90.5% -- replaced with /var/log/ceph/822eefec-7dd7-11ee-8dbb-212e2dc638e7/ceph-mon.smithi005.log.gz 2023-11-08T01:48:50.896 INFO:teuthology.orchestra.run.smithi005.stderr: 2023-11-08T01:48:50.897 INFO:teuthology.orchestra.run.smithi005.stderr:real 0m0.170s 2023-11-08T01:48:50.897 INFO:teuthology.orchestra.run.smithi005.stderr:user 0m0.249s 2023-11-08T01:48:50.897 INFO:teuthology.orchestra.run.smithi005.stderr:sys 0m0.020s 2023-11-08T01:48:50.897 INFO:tasks.cephadm:Archiving logs... 2023-11-08T01:48:50.898 DEBUG:teuthology.misc:Transferring archived files from smithi005:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451175/remote/ubuntu@smithi005.front.sepia.ceph.com/log 2023-11-08T01:48:50.899 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-08T01:48:51.022 DEBUG:teuthology.misc:Transferring archived files from smithi107:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451175/remote/ubuntu@smithi107.front.sepia.ceph.com/log 2023-11-08T01:48:51.024 DEBUG:teuthology.orchestra.run.smithi107:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-08T01:48:51.058 INFO:tasks.cephadm:Removing cluster... 2023-11-08T01:48:51.058 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 822eefec-7dd7-11ee-8dbb-212e2dc638e7 --force 2023-11-08T01:49:54.875 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 822eefec-7dd7-11ee-8dbb-212e2dc638e7 --force 2023-11-08T01:49:55.179 INFO:tasks.cephadm:Removing cephadm ... 2023-11-08T01:49:55.180 DEBUG:teuthology.orchestra.run.smithi005:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-08T01:49:55.205 DEBUG:teuthology.orchestra.run.smithi107:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-08T01:49:55.222 INFO:tasks.cephadm:Teardown complete 2023-11-08T01:49:55.223 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/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_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/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_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/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_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/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_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/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 smithi107 with status 5: 'sudo systemctl stop ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@mon.smithi107' 2023-11-08T01:49:55.297 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=9faf40fd353e41aeb103f4942e6dfe08 Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/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_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/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_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/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_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/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_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/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 smithi107 with status 5: 'sudo systemctl stop ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@mon.smithi107' 2023-11-08T01:49:55.302 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-08T01:49:55.313 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-08T01:49:55.323 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-08T01:49:55.324 DEBUG:teuthology.orchestra.run.smithi005:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-08T01:49:55.346 DEBUG:teuthology.orchestra.run.smithi107:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-08T01:49:55.359 INFO:teuthology.orchestra.run.smithi005.stderr:bash: ntpq: command not found 2023-11-08T01:49:55.364 INFO:teuthology.orchestra.run.smithi107.stderr:bash: ntpq: command not found 2023-11-08T01:49:55.364 INFO:teuthology.orchestra.run.smithi005.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-08T01:49:55.365 INFO:teuthology.orchestra.run.smithi005.stdout:=============================================================================== 2023-11-08T01:49:55.365 INFO:teuthology.orchestra.run.smithi005.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 55 +391us[ +391us] +/- 90ms 2023-11-08T01:49:55.365 INFO:teuthology.orchestra.run.smithi005.stdout:^* hv02.front.sepia.ceph.com 3 6 377 56 -536us[ -517us] +/- 65ms 2023-11-08T01:49:55.366 INFO:teuthology.orchestra.run.smithi005.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 54 +418us[ +418us] +/- 89ms 2023-11-08T01:49:55.366 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T01:49:55.368 INFO:teuthology.orchestra.run.smithi107.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-08T01:49:55.368 INFO:teuthology.orchestra.run.smithi107.stdout:=============================================================================== 2023-11-08T01:49:55.368 INFO:teuthology.orchestra.run.smithi107.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 56 +359us[ +339us] +/- 90ms 2023-11-08T01:49:55.369 INFO:teuthology.orchestra.run.smithi107.stdout:^* hv02.front.sepia.ceph.com 3 6 377 55 -535us[ -555us] +/- 65ms 2023-11-08T01:49:55.369 INFO:teuthology.orchestra.run.smithi107.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 56 +394us[ +374us] +/- 89ms 2023-11-08T01:49:55.369 INFO:teuthology.orchestra.run.smithi107.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T01:49:55.370 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-08T01:49:55.379 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-08T01:49:55.379 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-08T01:49:55.391 DEBUG:teuthology.orchestra.run.smithi005:> 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-08T01:49:55.512 DEBUG:teuthology.orchestra.run.smithi107:> 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-08T01:49:55.601 DEBUG:teuthology.orchestra.run.smithi005:> 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-08T01:49:55.640 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T01:49:55.641 DEBUG:teuthology.orchestra.run.smithi107:> 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-08T01:49:55.672 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T01:49:55.673 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-08T01:49:55.683 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-08T01:49:55.692 INFO:teuthology.task.internal:Duration was 1481.036096 seconds 2023-11-08T01:49:55.692 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-08T01:49:55.704 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-08T01:49:55.704 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-08T01:49:55.707 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-08T01:49:55.758 INFO:teuthology.orchestra.run.smithi107.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-08T01:49:55.763 INFO:teuthology.orchestra.run.smithi005.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-08T01:49:56.103 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-08T01:49:56.104 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi005.front.sepia.ceph.com 2023-11-08T01:49:56.104 DEBUG:teuthology.orchestra.run.smithi005:> 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-08T01:49:56.134 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi107.front.sepia.ceph.com 2023-11-08T01:49:56.134 DEBUG:teuthology.orchestra.run.smithi107:> 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-08T01:49:56.157 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-08T01:49:56.157 DEBUG:teuthology.orchestra.run.smithi005:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-08T01:49:56.176 DEBUG:teuthology.orchestra.run.smithi107:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-08T01:49:56.242 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-08T01:49:56.242 DEBUG:teuthology.orchestra.run.smithi005:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-08T01:49:56.245 DEBUG:teuthology.orchestra.run.smithi107:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-08T01:49:56.333 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-08T01:49:56.343 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-08T01:49:56.343 DEBUG:teuthology.orchestra.run.smithi005:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-08T01:49:56.374 DEBUG:teuthology.orchestra.run.smithi107:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-08T01:49:56.401 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-08T01:49:56.412 DEBUG:teuthology.orchestra.run.smithi005:> 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-08T01:49:56.417 DEBUG:teuthology.orchestra.run.smithi107:> 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-08T01:49:56.448 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern = core 2023-11-08T01:49:56.468 INFO:teuthology.orchestra.run.smithi107.stdout:kernel.core_pattern = core 2023-11-08T01:49:56.510 DEBUG:teuthology.orchestra.run.smithi005:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-08T01:49:56.572 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T01:49:56.573 DEBUG:teuthology.orchestra.run.smithi107:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-08T01:49:56.589 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T01:49:56.590 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-08T01:49:56.601 INFO:teuthology.task.internal:Transferring archived files... 2023-11-08T01:49:56.602 DEBUG:teuthology.misc:Transferring archived files from smithi005:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451175/remote/smithi005 2023-11-08T01:49:56.603 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-08T01:49:56.660 DEBUG:teuthology.misc:Transferring archived files from smithi107:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451175/remote/smithi107 2023-11-08T01:49:56.661 DEBUG:teuthology.orchestra.run.smithi107:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-08T01:49:56.699 INFO:teuthology.task.internal:Removing archive directory... 2023-11-08T01:49:56.699 DEBUG:teuthology.orchestra.run.smithi005:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-08T01:49:56.702 DEBUG:teuthology.orchestra.run.smithi107:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-08T01:49:56.750 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-08T01:49:56.761 INFO:teuthology.task.internal:Not uploading archives. 2023-11-08T01:49:56.762 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-08T01:49:56.772 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-08T01:49:56.772 DEBUG:teuthology.orchestra.run.smithi005:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-08T01:49:56.775 DEBUG:teuthology.orchestra.run.smithi107:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-08T01:49:56.795 INFO:teuthology.orchestra.run.smithi005.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 8 01:49 /home/ubuntu/cephtest 2023-11-08T01:49:56.808 INFO:teuthology.orchestra.run.smithi107.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 8 01:49 /home/ubuntu/cephtest 2023-11-08T01:49:56.809 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-08T01:49:56.821 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-08T01:49:56.842 INFO:teuthology.nuke:Checking targets against current locks 2023-11-08T01:49:56.869 DEBUG:teuthology.nuke:shortname: smithi005 2023-11-08T01:49:56.870 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-08T01:49:56.897 DEBUG:teuthology.nuke:shortname: smithi107 2023-11-08T01:49:56.898 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-08T01:49:56.902 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi005.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451175', '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-08 01:16:17.778083', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLqGDTUSvJw5YTnd/48+Ai7SHwJU0ev/Debe7FupAGovTfDEjQI5+TBCiQRp0b633XFP3injOlEvTcww7d6jRYo='} 2023-11-08T01:49:56.929 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi107.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451175', '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-08 01:16:17.776576', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOfst8XWah0hpeDJNadkclLK3yQCd4z1fNU+i43gMCfkBRG3hqvp2BbfiIG2MQhKPJm2T6za5+9KmdFQcpNmrVU='} 2023-11-08T01:49:56.957 INFO:teuthology.orchestra.console.smithi005:Power off 2023-11-08T01:49:56.958 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-08T01:49:56.981 DEBUG:teuthology.orchestra.console.smithi005:power off output: Chassis Power Control: Down/Off 2023-11-08T01:49:56.981 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T01:49:56.996 INFO:teuthology.orchestra.console.smithi107:Power off 2023-11-08T01:49:56.997 DEBUG:teuthology.orchestra.console.smithi107:pexpect command: ipmitool -H smithi107.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-08T01:49:57.007 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is on 2023-11-08T01:49:57.020 DEBUG:teuthology.orchestra.console.smithi107:power off output: Chassis Power Control: Down/Off 2023-11-08T01:49:57.020 DEBUG:teuthology.orchestra.console.smithi107:pexpect command: ipmitool -H smithi107.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T01:49:57.042 DEBUG:teuthology.orchestra.console.smithi107:check power output: Chassis Power is on 2023-11-08T01:50:01.008 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T01:50:01.043 DEBUG:teuthology.orchestra.console.smithi107:pexpect command: ipmitool -H smithi107.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T01:50:01.119 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is on 2023-11-08T01:50:01.154 DEBUG:teuthology.orchestra.console.smithi107:check power output: Chassis Power is on 2023-11-08T01:50:05.122 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T01:50:05.155 DEBUG:teuthology.orchestra.console.smithi107:pexpect command: ipmitool -H smithi107.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T01:50:05.235 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is off 2023-11-08T01:50:05.266 DEBUG:teuthology.orchestra.console.smithi107:check power output: Chassis Power is on 2023-11-08T01:50:05.337 INFO:teuthology.orchestra.console.smithi005:Power off completed 2023-11-08T01:50:09.270 DEBUG:teuthology.orchestra.console.smithi107:pexpect command: ipmitool -H smithi107.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T01:50:09.380 DEBUG:teuthology.orchestra.console.smithi107:check power output: Chassis Power is off 2023-11-08T01:50:09.481 INFO:teuthology.orchestra.console.smithi107:Power off completed 2023-11-08T01:50:09.586 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: 1481.0360963344574 failure_reason: 'Command failed on smithi107 with status 5: ''sudo systemctl stop ceph-822eefec-7dd7-11ee-8dbb-212e2dc638e7@mon.smithi107''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=9faf40fd353e41aeb103f4942e6dfe08 status: fail success: false 2023-11-08T01:50:09.586 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-08T01:50:09.667 INFO:teuthology.run:FAIL