2024-02-19T23:38:31.015 INFO:root:teuthology version: 0.0.1.dev260+gb1dac55 2024-02-19T23:38:31.015 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_gabrioux@teuthology --name gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi --archive /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568105 --verbose --description orch: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} -- /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568105/orig.config.yaml 2024-02-19T23:38:31.053 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-19T23:38:31.139 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568105 branch: wip-guits-testing-6-2024-02-19-2119-pacific description: orch: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: gabrioux@ibm.com first_in_suite: false job_id: '7568105' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-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-guits-testing-6-2024-02-19-2119-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: 19854089e18d4f65dda2b6cd74e737367c2514bd ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-testing-6-2024-02-19-2119-pacific sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/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: 5185 sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd sleep_before_teardown: 0 subset: 1/999 suite: orch:cephadm suite_branch: wip-guits-testing-6-2024-02-19-2119-pacific suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd targets: smithi089.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPf1fhT7JEcILU7B13QV8Wo/ptk9mCZXEkoYknXqsUl0L1aFayrR6JOIej4+KFee8/f1UVUKQffaGhQbPiXvzmA= smithi121.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDQN7TfiMSAFjVj0P2GvF55KwEDG1x3nmvRExanFnupDKG7ZK8+62CFLGBqn+0cjB/znVgKes0tPTfvpmOkXJKM= 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: b1dac5519c57c269ea98a22fb7729016a1d0e4d2 timestamp: 2024-02-19_22:54:55 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: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 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 2024-02-19T23:38:31.140 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa; will attempt to use it 2024-02-19T23:38:31.140 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks 2024-02-19T23:38:31.140 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-19T23:38:31.142 INFO:teuthology.task.internal:Checking packages... 2024-02-19T23:38:31.166 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '19854089e18d4f65dda2b6cd74e737367c2514bd' 2024-02-19T23:38:31.166 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-19T23:38:31.166 INFO:teuthology.packaging:ref: None 2024-02-19T23:38:31.167 INFO:teuthology.packaging:tag: None 2024-02-19T23:38:31.167 INFO:teuthology.packaging:branch: wip-guits-testing-6-2024-02-19-2119-pacific 2024-02-19T23:38:31.167 INFO:teuthology.packaging:sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd 2024-02-19T23:38:31.167 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-guits-testing-6-2024-02-19-2119-pacific 2024-02-19T23:38:31.388 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-549.g19854089 2024-02-19T23:38:31.390 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-19T23:38:31.396 INFO:teuthology.task.internal:no buildpackages task found 2024-02-19T23:38:31.396 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-19T23:38:31.418 INFO:teuthology.task.internal:Saving configuration 2024-02-19T23:38:31.432 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-19T23:38:31.439 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-19T23:38:31.464 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi089.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568105', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-19 23:33:19.403590', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPf1fhT7JEcILU7B13QV8Wo/ptk9mCZXEkoYknXqsUl0L1aFayrR6JOIej4+KFee8/f1UVUKQffaGhQbPiXvzmA='} 2024-02-19T23:38:31.486 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi121.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568105', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-19 23:33:19.404870', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDQN7TfiMSAFjVj0P2GvF55KwEDG1x3nmvRExanFnupDKG7ZK8+62CFLGBqn+0cjB/znVgKes0tPTfvpmOkXJKM='} 2024-02-19T23:38:31.486 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-19T23:38:31.494 INFO:teuthology.task.internal:roles: ubuntu@smithi089.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-02-19T23:38:31.494 INFO:teuthology.task.internal:roles: ubuntu@smithi121.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-02-19T23:38:31.494 INFO:teuthology.run_tasks:Running task console_log... 2024-02-19T23:38:31.565 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff206bcbee0>, signals=[15]) 2024-02-19T23:38:31.565 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-19T23:38:31.573 INFO:teuthology.task.internal:Opening connections... 2024-02-19T23:38:31.573 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi089.front.sepia.ceph.com 2024-02-19T23:38:31.575 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:38:31.659 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi121.front.sepia.ceph.com 2024-02-19T23:38:31.660 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:38:31.732 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-19T23:38:31.739 DEBUG:teuthology.orchestra.run.smithi089:> uname -m 2024-02-19T23:38:31.761 INFO:teuthology.orchestra.run.smithi089.stdout:x86_64 2024-02-19T23:38:31.762 DEBUG:teuthology.orchestra.run.smithi089:> cat /etc/os-release 2024-02-19T23:38:31.823 INFO:teuthology.orchestra.run.smithi089.stdout:NAME="CentOS Stream" 2024-02-19T23:38:31.823 INFO:teuthology.orchestra.run.smithi089.stdout:VERSION="8" 2024-02-19T23:38:31.823 INFO:teuthology.orchestra.run.smithi089.stdout:ID="centos" 2024-02-19T23:38:31.823 INFO:teuthology.orchestra.run.smithi089.stdout:ID_LIKE="rhel fedora" 2024-02-19T23:38:31.823 INFO:teuthology.orchestra.run.smithi089.stdout:VERSION_ID="8" 2024-02-19T23:38:31.823 INFO:teuthology.orchestra.run.smithi089.stdout:PLATFORM_ID="platform:el8" 2024-02-19T23:38:31.823 INFO:teuthology.orchestra.run.smithi089.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-19T23:38:31.824 INFO:teuthology.orchestra.run.smithi089.stdout:ANSI_COLOR="0;31" 2024-02-19T23:38:31.824 INFO:teuthology.orchestra.run.smithi089.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-19T23:38:31.824 INFO:teuthology.orchestra.run.smithi089.stdout:HOME_URL="https://centos.org/" 2024-02-19T23:38:31.824 INFO:teuthology.orchestra.run.smithi089.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-19T23:38:31.824 INFO:teuthology.orchestra.run.smithi089.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-19T23:38:31.824 INFO:teuthology.orchestra.run.smithi089.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-19T23:38:31.825 INFO:teuthology.lock.ops:Updating smithi089.front.sepia.ceph.com on lock server 2024-02-19T23:38:31.849 DEBUG:teuthology.orchestra.run.smithi121:> uname -m 2024-02-19T23:38:31.871 INFO:teuthology.orchestra.run.smithi121.stdout:x86_64 2024-02-19T23:38:31.871 DEBUG:teuthology.orchestra.run.smithi121:> cat /etc/os-release 2024-02-19T23:38:31.932 INFO:teuthology.orchestra.run.smithi121.stdout:NAME="CentOS Stream" 2024-02-19T23:38:31.932 INFO:teuthology.orchestra.run.smithi121.stdout:VERSION="8" 2024-02-19T23:38:31.932 INFO:teuthology.orchestra.run.smithi121.stdout:ID="centos" 2024-02-19T23:38:31.932 INFO:teuthology.orchestra.run.smithi121.stdout:ID_LIKE="rhel fedora" 2024-02-19T23:38:31.932 INFO:teuthology.orchestra.run.smithi121.stdout:VERSION_ID="8" 2024-02-19T23:38:31.932 INFO:teuthology.orchestra.run.smithi121.stdout:PLATFORM_ID="platform:el8" 2024-02-19T23:38:31.933 INFO:teuthology.orchestra.run.smithi121.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-19T23:38:31.933 INFO:teuthology.orchestra.run.smithi121.stdout:ANSI_COLOR="0;31" 2024-02-19T23:38:31.933 INFO:teuthology.orchestra.run.smithi121.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-19T23:38:31.933 INFO:teuthology.orchestra.run.smithi121.stdout:HOME_URL="https://centos.org/" 2024-02-19T23:38:31.933 INFO:teuthology.orchestra.run.smithi121.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-19T23:38:31.933 INFO:teuthology.orchestra.run.smithi121.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-19T23:38:31.933 INFO:teuthology.orchestra.run.smithi121.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-19T23:38:31.933 INFO:teuthology.lock.ops:Updating smithi121.front.sepia.ceph.com on lock server 2024-02-19T23:38:31.948 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-19T23:38:31.959 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-19T23:38:31.967 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-19T23:38:31.967 DEBUG:teuthology.orchestra.run.smithi089:> test '!' -e /home/ubuntu/cephtest 2024-02-19T23:38:31.969 DEBUG:teuthology.orchestra.run.smithi121:> test '!' -e /home/ubuntu/cephtest 2024-02-19T23:38:31.992 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-19T23:38:31.998 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-19T23:38:31.999 DEBUG:teuthology.orchestra.run.smithi089:> test -z $(ls -A /var/lib/ceph) 2024-02-19T23:38:32.032 DEBUG:teuthology.orchestra.run.smithi121:> test -z $(ls -A /var/lib/ceph) 2024-02-19T23:38:32.058 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-19T23:38:32.114 INFO:teuthology.run_tasks:Running task kernel... 2024-02-19T23:38:32.129 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-19T23:38:32.129 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-19T23:38:32.129 DEBUG:teuthology.orchestra.run.smithi089:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-19T23:38:32.130 DEBUG:teuthology.orchestra.run.smithi121:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-19T23:38:32.150 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:38:32.150 DEBUG:teuthology.orchestra.run.smithi121:> uname -r 2024-02-19T23:38:32.151 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:38:32.151 DEBUG:teuthology.orchestra.run.smithi089:> uname -r 2024-02-19T23:38:32.210 INFO:teuthology.orchestra.run.smithi121.stdout:4.18.0-489.el8.x86_64 2024-02-19T23:38:32.210 INFO:teuthology.task.kernel:Running kernel on smithi121: 4.18.0-489.el8.x86_64 2024-02-19T23:38:32.211 DEBUG:teuthology.orchestra.run.smithi121:> sudo yum install -y kernel 2024-02-19T23:38:32.212 INFO:teuthology.orchestra.run.smithi089.stdout:4.18.0-489.el8.x86_64 2024-02-19T23:38:32.212 INFO:teuthology.task.kernel:Running kernel on smithi089: 4.18.0-489.el8.x86_64 2024-02-19T23:38:32.212 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum install -y kernel 2024-02-19T23:38:40.188 INFO:teuthology.orchestra.run.smithi121.stdout:CentOS Stream 8 - AppStream 5.1 MB/s | 27 MB 00:05 2024-02-19T23:38:40.520 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 8 - AppStream 4.8 MB/s | 27 MB 00:05 2024-02-19T23:38:46.180 INFO:teuthology.orchestra.run.smithi121.stdout:CentOS Stream 8 - BaseOS 8.8 MB/s | 10 MB 00:01 2024-02-19T23:38:46.628 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 8 - BaseOS 8.1 MB/s | 10 MB 00:01 2024-02-19T23:38:48.047 INFO:teuthology.orchestra.run.smithi121.stdout:CentOS Stream 8 - Extras 64 kB/s | 18 kB 00:00 2024-02-19T23:38:48.379 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 8 - Extras 124 kB/s | 18 kB 00:00 2024-02-19T23:38:48.380 INFO:teuthology.orchestra.run.smithi121.stdout:CentOS Stream 8 - Extras common packages 31 kB/s | 6.9 kB 00:00 2024-02-19T23:38:48.624 INFO:teuthology.orchestra.run.smithi121.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2024-02-19T23:38:48.696 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 8 - Extras common packages 34 kB/s | 6.9 kB 00:00 2024-02-19T23:38:48.923 INFO:teuthology.orchestra.run.smithi089.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2024-02-19T23:38:49.591 INFO:teuthology.orchestra.run.smithi121.stdout:Extra Packages for Enterprise Linux 18 MB/s | 16 MB 00:00 2024-02-19T23:38:53.325 INFO:teuthology.orchestra.run.smithi121.stdout:lab-extras 487 kB/s | 24 kB 00:00 2024-02-19T23:38:56.271 INFO:teuthology.orchestra.run.smithi121.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-19T23:38:56.271 INFO:teuthology.orchestra.run.smithi121.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-19T23:38:56.395 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-02-19T23:38:56.396 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-19T23:38:56.396 INFO:teuthology.orchestra.run.smithi121.stdout: Package Architecture Version Repository Size 2024-02-19T23:38:56.396 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-19T23:38:56.396 INFO:teuthology.orchestra.run.smithi121.stdout:Installing: 2024-02-19T23:38:56.396 INFO:teuthology.orchestra.run.smithi121.stdout: kernel x86_64 4.18.0-539.el8 baseos 10 M 2024-02-19T23:38:56.396 INFO:teuthology.orchestra.run.smithi121.stdout:Installing dependencies: 2024-02-19T23:38:56.396 INFO:teuthology.orchestra.run.smithi121.stdout: kernel-core x86_64 4.18.0-539.el8 baseos 43 M 2024-02-19T23:38:56.396 INFO:teuthology.orchestra.run.smithi121.stdout: kernel-modules x86_64 4.18.0-539.el8 baseos 36 M 2024-02-19T23:38:56.396 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:38:56.396 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction Summary 2024-02-19T23:38:56.396 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-19T23:38:56.396 INFO:teuthology.orchestra.run.smithi121.stdout:Install 3 Packages 2024-02-19T23:38:56.397 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:38:56.397 INFO:teuthology.orchestra.run.smithi121.stdout:Total download size: 90 M 2024-02-19T23:38:56.397 INFO:teuthology.orchestra.run.smithi121.stdout:Installed size: 97 M 2024-02-19T23:38:56.397 INFO:teuthology.orchestra.run.smithi121.stdout:Downloading Packages: 2024-02-19T23:38:57.684 INFO:teuthology.orchestra.run.smithi121.stdout:(1/3): kernel-4.18.0-539.el8.x86_64.rpm 9.4 MB/s | 10 MB 00:01 2024-02-19T23:38:58.617 INFO:teuthology.orchestra.run.smithi121.stdout:(2/3): kernel-modules-4.18.0-539.el8.x86_64.rpm 18 MB/s | 36 MB 00:02 2024-02-19T23:38:59.151 INFO:teuthology.orchestra.run.smithi121.stdout:(3/3): kernel-core-4.18.0-539.el8.x86_64.rpm 17 MB/s | 43 MB 00:02 2024-02-19T23:38:59.151 INFO:teuthology.orchestra.run.smithi121.stdout:-------------------------------------------------------------------------------- 2024-02-19T23:38:59.151 INFO:teuthology.orchestra.run.smithi121.stdout:Total 33 MB/s | 90 MB 00:02 2024-02-19T23:38:59.836 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction check 2024-02-19T23:39:00.253 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction check succeeded. 2024-02-19T23:39:00.254 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction test 2024-02-19T23:39:01.518 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction test succeeded. 2024-02-19T23:39:01.541 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction 2024-02-19T23:39:04.326 INFO:teuthology.orchestra.run.smithi121.stdout: Preparing : 1/1 2024-02-19T23:39:04.895 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-19T23:39:08.480 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-19T23:39:08.852 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-19T23:39:12.278 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-19T23:39:12.592 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : kernel-4.18.0-539.el8.x86_64 3/3 2024-02-19T23:39:21.353 INFO:teuthology.orchestra.run.smithi089.stdout:Extra Packages for Enterprise Linux 511 kB/s | 16 MB 00:32 2024-02-19T23:39:25.128 INFO:teuthology.orchestra.run.smithi089.stdout:lab-extras 435 kB/s | 24 kB 00:00 2024-02-19T23:39:28.072 INFO:teuthology.orchestra.run.smithi089.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-19T23:39:28.072 INFO:teuthology.orchestra.run.smithi089.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-19T23:39:28.194 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-02-19T23:39:28.195 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-02-19T23:39:28.195 INFO:teuthology.orchestra.run.smithi089.stdout: Package Architecture Version Repository Size 2024-02-19T23:39:28.195 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-02-19T23:39:28.195 INFO:teuthology.orchestra.run.smithi089.stdout:Installing: 2024-02-19T23:39:28.195 INFO:teuthology.orchestra.run.smithi089.stdout: kernel x86_64 4.18.0-539.el8 baseos 10 M 2024-02-19T23:39:28.195 INFO:teuthology.orchestra.run.smithi089.stdout:Installing dependencies: 2024-02-19T23:39:28.195 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-core x86_64 4.18.0-539.el8 baseos 43 M 2024-02-19T23:39:28.196 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-modules x86_64 4.18.0-539.el8 baseos 36 M 2024-02-19T23:39:28.196 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-02-19T23:39:28.196 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-02-19T23:39:28.196 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-02-19T23:39:28.196 INFO:teuthology.orchestra.run.smithi089.stdout:Install 3 Packages 2024-02-19T23:39:28.196 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-02-19T23:39:28.196 INFO:teuthology.orchestra.run.smithi089.stdout:Total download size: 90 M 2024-02-19T23:39:28.197 INFO:teuthology.orchestra.run.smithi089.stdout:Installed size: 97 M 2024-02-19T23:39:28.197 INFO:teuthology.orchestra.run.smithi089.stdout:Downloading Packages: 2024-02-19T23:39:29.546 INFO:teuthology.orchestra.run.smithi089.stdout:(1/3): kernel-4.18.0-539.el8.x86_64.rpm 8.9 MB/s | 10 MB 00:01 2024-02-19T23:39:30.963 INFO:teuthology.orchestra.run.smithi089.stdout:(2/3): kernel-modules-4.18.0-539.el8.x86_64.rpm 14 MB/s | 36 MB 00:02 2024-02-19T23:39:31.555 INFO:teuthology.orchestra.run.smithi089.stdout:(3/3): kernel-core-4.18.0-539.el8.x86_64.rpm 14 MB/s | 43 MB 00:03 2024-02-19T23:39:31.555 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-02-19T23:39:31.555 INFO:teuthology.orchestra.run.smithi089.stdout:Total 27 MB/s | 90 MB 00:03 2024-02-19T23:39:32.233 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction check 2024-02-19T23:39:32.656 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction check succeeded. 2024-02-19T23:39:32.656 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction test 2024-02-19T23:39:33.887 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction test succeeded. 2024-02-19T23:39:33.900 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction 2024-02-19T23:39:34.461 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 3/3 2024-02-19T23:39:34.483 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-19T23:39:34.845 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: kernel-4.18.0-539.el8.x86_64 3/3 2024-02-19T23:39:34.846 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : kernel-4.18.0-539.el8.x86_64 1/3 2024-02-19T23:39:34.846 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : kernel-core-4.18.0-539.el8.x86_64 2/3 2024-02-19T23:39:35.330 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-19T23:39:35.330 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:39:35.330 INFO:teuthology.orchestra.run.smithi121.stdout:Installed: 2024-02-19T23:39:35.331 INFO:teuthology.orchestra.run.smithi121.stdout: kernel-4.18.0-539.el8.x86_64 kernel-core-4.18.0-539.el8.x86_64 2024-02-19T23:39:35.331 INFO:teuthology.orchestra.run.smithi121.stdout: kernel-modules-4.18.0-539.el8.x86_64 2024-02-19T23:39:35.331 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:39:35.331 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-02-19T23:39:35.479 DEBUG:teuthology.orchestra.run.smithi121:> rpm -q kernel | sort -rV | head -n 1 2024-02-19T23:39:35.696 INFO:teuthology.orchestra.run.smithi121.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-19T23:39:35.696 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-19T23:39:35.696 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-539.el8.x86_64 2024-02-19T23:39:35.697 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-19T23:39:35.697 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-19T23:39:35.697 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-19T23:39:35.697 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi121.front.sepia.ceph.com, path=None, version=distro) 2024-02-19T23:39:35.697 DEBUG:teuthology.orchestra.run.smithi121:> rpm -q kernel | sort -rV | head -n 1 2024-02-19T23:39:35.907 INFO:teuthology.orchestra.run.smithi121.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-19T23:39:35.907 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-19T23:39:35.907 DEBUG:teuthology.orchestra.run.smithi121:> sudo rpm -qi grub2-tools 2024-02-19T23:39:35.941 INFO:teuthology.orchestra.run.smithi121.stdout:Name : grub2-tools 2024-02-19T23:39:35.941 INFO:teuthology.orchestra.run.smithi121.stdout:Epoch : 1 2024-02-19T23:39:35.941 INFO:teuthology.orchestra.run.smithi121.stdout:Version : 2.02 2024-02-19T23:39:35.941 INFO:teuthology.orchestra.run.smithi121.stdout:Release : 129.el8 2024-02-19T23:39:35.941 INFO:teuthology.orchestra.run.smithi121.stdout:Architecture: x86_64 2024-02-19T23:39:35.941 INFO:teuthology.orchestra.run.smithi121.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-19T23:39:35.941 INFO:teuthology.orchestra.run.smithi121.stdout:Group : System Environment/Base 2024-02-19T23:39:35.942 INFO:teuthology.orchestra.run.smithi121.stdout:Size : 9265586 2024-02-19T23:39:35.942 INFO:teuthology.orchestra.run.smithi121.stdout:License : GPLv3+ 2024-02-19T23:39:35.942 INFO:teuthology.orchestra.run.smithi121.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-19T23:39:35.942 INFO:teuthology.orchestra.run.smithi121.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-19T23:39:35.942 INFO:teuthology.orchestra.run.smithi121.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-19T23:39:35.942 INFO:teuthology.orchestra.run.smithi121.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-19T23:39:35.942 INFO:teuthology.orchestra.run.smithi121.stdout:Relocations : (not relocatable) 2024-02-19T23:39:35.942 INFO:teuthology.orchestra.run.smithi121.stdout:Packager : CentOS BuildSystem 2024-02-19T23:39:35.942 INFO:teuthology.orchestra.run.smithi121.stdout:Vendor : CentOS 2024-02-19T23:39:35.942 INFO:teuthology.orchestra.run.smithi121.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-19T23:39:35.942 INFO:teuthology.orchestra.run.smithi121.stdout:Summary : Support tools for GRUB. 2024-02-19T23:39:35.942 INFO:teuthology.orchestra.run.smithi121.stdout:Description : 2024-02-19T23:39:35.942 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:39:35.942 INFO:teuthology.orchestra.run.smithi121.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-19T23:39:35.942 INFO:teuthology.orchestra.run.smithi121.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-19T23:39:35.942 INFO:teuthology.orchestra.run.smithi121.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-19T23:39:35.943 INFO:teuthology.orchestra.run.smithi121.stdout:hardware devices. 2024-02-19T23:39:35.943 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:39:35.943 INFO:teuthology.orchestra.run.smithi121.stdout:This subpackage provides tools for support of all platforms. 2024-02-19T23:39:35.943 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-19T23:39:35.943 INFO:teuthology.task.kernel:Updating grub on smithi121 to boot 4.18.0-539.el8.x86_64 2024-02-19T23:39:35.944 DEBUG:teuthology.orchestra.run.smithi121:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-19T23:39:36.646 INFO:teuthology.orchestra.run.smithi089.stdout: Preparing : 1/1 2024-02-19T23:39:37.146 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-19T23:39:37.540 INFO:teuthology.orchestra.run.smithi121.stderr:Generating grub configuration file ... 2024-02-19T23:39:39.328 INFO:teuthology.orchestra.run.smithi121.stderr:done 2024-02-19T23:39:39.330 DEBUG:teuthology.orchestra.run.smithi121:> mktemp 2024-02-19T23:39:39.361 INFO:teuthology.orchestra.run.smithi121.stdout:/tmp/tmp.ANpphnWmCn 2024-02-19T23:39:39.361 DEBUG:teuthology.orchestra.run.smithi121:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.ANpphnWmCn 2024-02-19T23:39:39.443 DEBUG:teuthology.orchestra.run.smithi121:> sudo chmod 0666 /tmp/tmp.ANpphnWmCn 2024-02-19T23:39:39.586 DEBUG:teuthology.orchestra.remote:smithi121:/tmp/tmp.ANpphnWmCn is 6KB 2024-02-19T23:39:39.634 DEBUG:teuthology.orchestra.run.smithi121:> rm -fr /tmp/tmp.ANpphnWmCn 2024-02-19T23:39:39.652 DEBUG:teuthology.orchestra.run.smithi121:> sudo /bin/ls /boot/loader/entries || true 2024-02-19T23:39:39.720 INFO:teuthology.orchestra.run.smithi121.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-19T23:39:39.720 INFO:teuthology.orchestra.run.smithi121.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-19T23:39:39.721 INFO:teuthology.orchestra.run.smithi121.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-19T23:39:39.721 INFO:teuthology.orchestra.run.smithi121.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64.conf 2024-02-19T23:39:39.722 DEBUG:teuthology.orchestra.run.smithi121:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64 2024-02-19T23:39:39.899 DEBUG:teuthology.orchestra.run.smithi121:> sudo shutdown -r now 2024-02-19T23:39:40.706 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 1/3 2024-02-19T23:39:41.079 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-19T23:39:44.508 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 2/3 2024-02-19T23:39:44.812 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : kernel-4.18.0-539.el8.x86_64 3/3 2024-02-19T23:40:07.024 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-core-4.18.0-539.el8.x86_64 3/3 2024-02-19T23:40:07.046 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-19T23:40:07.394 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-4.18.0-539.el8.x86_64 3/3 2024-02-19T23:40:07.394 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : kernel-4.18.0-539.el8.x86_64 1/3 2024-02-19T23:40:07.394 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : kernel-core-4.18.0-539.el8.x86_64 2/3 2024-02-19T23:40:08.169 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : kernel-modules-4.18.0-539.el8.x86_64 3/3 2024-02-19T23:40:08.169 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-02-19T23:40:08.169 INFO:teuthology.orchestra.run.smithi089.stdout:Installed: 2024-02-19T23:40:08.169 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-4.18.0-539.el8.x86_64 kernel-core-4.18.0-539.el8.x86_64 2024-02-19T23:40:08.169 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-modules-4.18.0-539.el8.x86_64 2024-02-19T23:40:08.169 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-02-19T23:40:08.169 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-02-19T23:40:08.334 DEBUG:teuthology.orchestra.run.smithi089:> rpm -q kernel | sort -rV | head -n 1 2024-02-19T23:40:08.553 INFO:teuthology.orchestra.run.smithi089.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-19T23:40:08.554 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-19T23:40:08.554 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-539.el8.x86_64 2024-02-19T23:40:08.554 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-19T23:40:08.554 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-19T23:40:08.554 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-19T23:40:08.554 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi089.front.sepia.ceph.com, path=None, version=distro) 2024-02-19T23:40:08.554 DEBUG:teuthology.orchestra.run.smithi089:> rpm -q kernel | sort -rV | head -n 1 2024-02-19T23:40:08.768 INFO:teuthology.orchestra.run.smithi089.stdout:kernel-4.18.0-539.el8.x86_64 2024-02-19T23:40:08.768 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-539.el8.x86_64 2024-02-19T23:40:08.769 DEBUG:teuthology.orchestra.run.smithi089:> sudo rpm -qi grub2-tools 2024-02-19T23:40:08.802 INFO:teuthology.orchestra.run.smithi089.stdout:Name : grub2-tools 2024-02-19T23:40:08.802 INFO:teuthology.orchestra.run.smithi089.stdout:Epoch : 1 2024-02-19T23:40:08.803 INFO:teuthology.orchestra.run.smithi089.stdout:Version : 2.02 2024-02-19T23:40:08.803 INFO:teuthology.orchestra.run.smithi089.stdout:Release : 129.el8 2024-02-19T23:40:08.803 INFO:teuthology.orchestra.run.smithi089.stdout:Architecture: x86_64 2024-02-19T23:40:08.803 INFO:teuthology.orchestra.run.smithi089.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-19T23:40:08.803 INFO:teuthology.orchestra.run.smithi089.stdout:Group : System Environment/Base 2024-02-19T23:40:08.803 INFO:teuthology.orchestra.run.smithi089.stdout:Size : 9265586 2024-02-19T23:40:08.803 INFO:teuthology.orchestra.run.smithi089.stdout:License : GPLv3+ 2024-02-19T23:40:08.803 INFO:teuthology.orchestra.run.smithi089.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-19T23:40:08.803 INFO:teuthology.orchestra.run.smithi089.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-19T23:40:08.803 INFO:teuthology.orchestra.run.smithi089.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-19T23:40:08.803 INFO:teuthology.orchestra.run.smithi089.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-19T23:40:08.803 INFO:teuthology.orchestra.run.smithi089.stdout:Relocations : (not relocatable) 2024-02-19T23:40:08.804 INFO:teuthology.orchestra.run.smithi089.stdout:Packager : CentOS BuildSystem 2024-02-19T23:40:08.804 INFO:teuthology.orchestra.run.smithi089.stdout:Vendor : CentOS 2024-02-19T23:40:08.804 INFO:teuthology.orchestra.run.smithi089.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-19T23:40:08.804 INFO:teuthology.orchestra.run.smithi089.stdout:Summary : Support tools for GRUB. 2024-02-19T23:40:08.804 INFO:teuthology.orchestra.run.smithi089.stdout:Description : 2024-02-19T23:40:08.804 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-02-19T23:40:08.804 INFO:teuthology.orchestra.run.smithi089.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-19T23:40:08.804 INFO:teuthology.orchestra.run.smithi089.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-19T23:40:08.804 INFO:teuthology.orchestra.run.smithi089.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-19T23:40:08.804 INFO:teuthology.orchestra.run.smithi089.stdout:hardware devices. 2024-02-19T23:40:08.804 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-02-19T23:40:08.804 INFO:teuthology.orchestra.run.smithi089.stdout:This subpackage provides tools for support of all platforms. 2024-02-19T23:40:08.805 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-19T23:40:08.805 INFO:teuthology.task.kernel:Updating grub on smithi089 to boot 4.18.0-539.el8.x86_64 2024-02-19T23:40:08.806 DEBUG:teuthology.orchestra.run.smithi089:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-19T23:40:09.902 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-19T23:40:09.902 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-02-19T23:40:09.903 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:40:10.230 INFO:teuthology.orchestra.run.smithi089.stderr:Generating grub configuration file ... 2024-02-19T23:40:11.947 INFO:teuthology.orchestra.run.smithi089.stderr:done 2024-02-19T23:40:11.949 DEBUG:teuthology.orchestra.run.smithi089:> mktemp 2024-02-19T23:40:12.024 INFO:teuthology.orchestra.run.smithi089.stdout:/tmp/tmp.Y2PVtqecyt 2024-02-19T23:40:12.024 DEBUG:teuthology.orchestra.run.smithi089:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Y2PVtqecyt 2024-02-19T23:40:12.106 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 0666 /tmp/tmp.Y2PVtqecyt 2024-02-19T23:40:12.255 DEBUG:teuthology.orchestra.remote:smithi089:/tmp/tmp.Y2PVtqecyt is 6KB 2024-02-19T23:40:12.303 DEBUG:teuthology.orchestra.run.smithi089:> rm -fr /tmp/tmp.Y2PVtqecyt 2024-02-19T23:40:12.320 DEBUG:teuthology.orchestra.run.smithi089:> sudo /bin/ls /boot/loader/entries || true 2024-02-19T23:40:12.386 INFO:teuthology.orchestra.run.smithi089.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-19T23:40:12.386 INFO:teuthology.orchestra.run.smithi089.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-19T23:40:12.386 INFO:teuthology.orchestra.run.smithi089.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-19T23:40:12.386 INFO:teuthology.orchestra.run.smithi089.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64.conf 2024-02-19T23:40:12.387 DEBUG:teuthology.orchestra.run.smithi089:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-539.el8.x86_64 2024-02-19T23:40:12.567 DEBUG:teuthology.orchestra.run.smithi089:> sudo shutdown -r now 2024-02-19T23:40:28.348 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.121 2024-02-19T23:40:37.356 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-02-19T23:40:37.357 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:40:40.412 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.121 2024-02-19T23:40:42.572 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-19T23:40:42.572 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-02-19T23:40:42.573 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:40:52.420 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-02-19T23:40:52.420 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:41:01.116 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.89 2024-02-19T23:41:10.124 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-02-19T23:41:10.125 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:41:10.844 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.121 2024-02-19T23:41:13.180 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.89 2024-02-19T23:41:25.187 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-02-19T23:41:25.188 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:41:25.845 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-02-19T23:41:25.846 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:41:26.717 DEBUG:teuthology.orchestra.run.smithi121:> true 2024-02-19T23:41:28.111 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-02-19T23:41:28.111 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-539.el8.x86_64"... 2024-02-19T23:41:28.111 DEBUG:teuthology.orchestra.run.smithi121:> uname -r 2024-02-19T23:41:28.135 INFO:teuthology.orchestra.run.smithi121.stdout:4.18.0-539.el8.x86_64 2024-02-19T23:41:28.136 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-539.el8.x86_64 vs 4.18.0-539.el8.x86_64 2024-02-19T23:41:28.136 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-19T23:41:28.136 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-19T23:41:29.137 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-19T23:41:29.137 DEBUG:teuthology.orchestra.run.smithi121:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-19T23:41:29.203 INFO:teuthology.orchestra.run.smithi121.stdout:ttyS1 2024-02-19T23:41:29.217 DEBUG:teuthology.parallel:result is None 2024-02-19T23:41:43.612 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.89 2024-02-19T23:41:58.613 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-02-19T23:41:58.615 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:41:59.782 DEBUG:teuthology.orchestra.run.smithi089:> true 2024-02-19T23:42:00.339 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-02-19T23:42:00.340 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-539.el8.x86_64"... 2024-02-19T23:42:00.340 DEBUG:teuthology.orchestra.run.smithi089:> uname -r 2024-02-19T23:42:00.356 INFO:teuthology.orchestra.run.smithi089.stdout:4.18.0-539.el8.x86_64 2024-02-19T23:42:00.357 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-539.el8.x86_64 vs 4.18.0-539.el8.x86_64 2024-02-19T23:42:00.357 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-19T23:42:00.357 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-19T23:42:01.357 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-19T23:42:01.358 DEBUG:teuthology.orchestra.run.smithi089:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-19T23:42:01.418 INFO:teuthology.orchestra.run.smithi089.stdout:ttyS1 2024-02-19T23:42:01.434 DEBUG:teuthology.parallel:result is None 2024-02-19T23:42:01.434 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-19T23:42:01.441 INFO:teuthology.task.internal:Creating test directory... 2024-02-19T23:42:01.441 DEBUG:teuthology.orchestra.run.smithi089:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-19T23:42:01.444 DEBUG:teuthology.orchestra.run.smithi121:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-19T23:42:01.466 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-19T23:42:01.483 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-19T23:42:01.496 INFO:teuthology.task.internal:Creating archive directory... 2024-02-19T23:42:01.496 DEBUG:teuthology.orchestra.run.smithi089:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-19T23:42:01.503 DEBUG:teuthology.orchestra.run.smithi121:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-19T23:42:01.535 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-19T23:42:01.542 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-19T23:42:01.542 DEBUG:teuthology.orchestra.run.smithi089:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-19T23:42:01.569 DEBUG:teuthology.orchestra.run.smithi121:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-19T23:42:01.599 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-19T23:42:01.609 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-19T23:42:01.612 INFO:teuthology.orchestra.run.smithi121.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-19T23:42:01.623 INFO:teuthology.orchestra.run.smithi121.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-19T23:42:01.625 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-19T23:42:01.632 INFO:teuthology.task.internal:Configuring sudo... 2024-02-19T23:42:01.632 DEBUG:teuthology.orchestra.run.smithi089:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-19T23:42:01.653 DEBUG:teuthology.orchestra.run.smithi121:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-19T23:42:01.695 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-19T23:42:01.704 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-19T23:42:01.704 DEBUG:teuthology.orchestra.run.smithi089:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-19T23:42:01.721 DEBUG:teuthology.orchestra.run.smithi121:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-19T23:42:01.754 DEBUG:teuthology.orchestra.run.smithi089:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-19T23:42:01.822 DEBUG:teuthology.orchestra.run.smithi089:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-19T23:42:01.876 DEBUG:teuthology.orchestra.run.smithi089:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-19T23:42:01.958 DEBUG:teuthology.orchestra.run.smithi089:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-19T23:42:02.001 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-02-19T23:42:02.001 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-19T23:42:02.068 DEBUG:teuthology.orchestra.run.smithi121:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-19T23:42:02.116 DEBUG:teuthology.orchestra.run.smithi121:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-19T23:42:02.172 DEBUG:teuthology.orchestra.run.smithi121:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-19T23:42:02.258 DEBUG:teuthology.orchestra.run.smithi121:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-19T23:42:02.300 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2024-02-19T23:42:02.300 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-19T23:42:02.367 DEBUG:teuthology.orchestra.run.smithi089:> sudo service rsyslog restart 2024-02-19T23:42:02.370 DEBUG:teuthology.orchestra.run.smithi121:> sudo service rsyslog restart 2024-02-19T23:42:02.421 INFO:teuthology.orchestra.run.smithi089.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-19T23:42:02.472 INFO:teuthology.orchestra.run.smithi121.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-19T23:42:02.937 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-19T23:42:02.945 INFO:teuthology.task.internal:Starting timer... 2024-02-19T23:42:02.945 INFO:teuthology.run_tasks:Running task pcp... 2024-02-19T23:42:02.961 INFO:teuthology.run_tasks:Running task selinux... 2024-02-19T23:42:02.970 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-19T23:42:02.970 DEBUG:teuthology.orchestra.run.smithi089:> sudo service auditd rotate 2024-02-19T23:42:03.059 INFO:teuthology.orchestra.run.smithi089.stdout:Rotating logs: 2024-02-19T23:42:03.061 DEBUG:teuthology.orchestra.run.smithi121:> sudo service auditd rotate 2024-02-19T23:42:03.152 INFO:teuthology.orchestra.run.smithi121.stdout:Rotating logs: 2024-02-19T23:42:03.154 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-19T23:42:03.154 DEBUG:teuthology.orchestra.run.smithi089:> /usr/sbin/getenforce 2024-02-19T23:42:03.179 INFO:teuthology.orchestra.run.smithi089.stdout:Permissive 2024-02-19T23:42:03.179 DEBUG:teuthology.orchestra.run.smithi121:> /usr/sbin/getenforce 2024-02-19T23:42:03.235 INFO:teuthology.orchestra.run.smithi121.stdout:Permissive 2024-02-19T23:42:03.236 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi089.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi121.front.sepia.ceph.com': 'permissive'} 2024-02-19T23:42:03.236 DEBUG:teuthology.orchestra.run.smithi089:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-19T23:42:03.263 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:42:03.263 DEBUG:teuthology.orchestra.run.smithi121:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-19T23:42:03.289 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:42:03.290 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-19T23:42:03.290 DEBUG:teuthology.orchestra.run.smithi089:> sudo /usr/sbin/setenforce permissive 2024-02-19T23:42:03.330 DEBUG:teuthology.orchestra.run.smithi121:> sudo /usr/sbin/setenforce permissive 2024-02-19T23:42:03.357 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-19T23:42:03.367 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-19T23:42:03.383 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-02-19T23:42:03.384 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi089.front.sepia.ceph.com,smithi121.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-19T23:47:49.914 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi089.front.sepia.ceph.com'), Remote(name='ubuntu@smithi121.front.sepia.ceph.com')] 2024-02-19T23:47:49.915 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-02-19T23:47:49.916 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:47:49.997 DEBUG:teuthology.orchestra.run.smithi089:> true 2024-02-19T23:47:50.022 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-02-19T23:47:50.023 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-02-19T23:47:50.023 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:47:50.098 DEBUG:teuthology.orchestra.run.smithi121:> true 2024-02-19T23:47:50.167 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-02-19T23:47:50.167 INFO:teuthology.run_tasks:Running task clock... 2024-02-19T23:47:50.178 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-19T23:47:50.178 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-19T23:47:50.179 DEBUG:teuthology.orchestra.run.smithi089:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-19T23:47:50.181 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-19T23:47:50.181 DEBUG:teuthology.orchestra.run.smithi121:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-19T23:47:50.211 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-19T23:47:50.225 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-19T23:47:50.239 INFO:teuthology.orchestra.run.smithi121.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-19T23:47:50.253 INFO:teuthology.orchestra.run.smithi121.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-19T23:47:50.291 INFO:teuthology.orchestra.run.smithi089.stderr:sudo: ntpd: command not found 2024-02-19T23:47:50.302 INFO:teuthology.orchestra.run.smithi089.stdout:506 Cannot talk to daemon 2024-02-19T23:47:50.310 INFO:teuthology.orchestra.run.smithi121.stderr:sudo: ntpd: command not found 2024-02-19T23:47:50.315 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-19T23:47:50.321 INFO:teuthology.orchestra.run.smithi121.stdout:506 Cannot talk to daemon 2024-02-19T23:47:50.328 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-19T23:47:50.334 INFO:teuthology.orchestra.run.smithi121.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-19T23:47:50.347 INFO:teuthology.orchestra.run.smithi121.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-19T23:47:50.388 INFO:teuthology.orchestra.run.smithi089.stderr:bash: ntpq: command not found 2024-02-19T23:47:50.391 INFO:teuthology.orchestra.run.smithi089.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-19T23:47:50.391 INFO:teuthology.orchestra.run.smithi089.stdout:=============================================================================== 2024-02-19T23:47:50.391 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:47:50.391 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:47:50.391 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:47:50.391 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:47:50.412 INFO:teuthology.orchestra.run.smithi121.stderr:bash: ntpq: command not found 2024-02-19T23:47:50.415 INFO:teuthology.orchestra.run.smithi121.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-19T23:47:50.416 INFO:teuthology.orchestra.run.smithi121.stdout:=============================================================================== 2024-02-19T23:47:50.416 INFO:teuthology.orchestra.run.smithi121.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:47:50.416 INFO:teuthology.orchestra.run.smithi121.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:47:50.416 INFO:teuthology.orchestra.run.smithi121.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:47:50.416 INFO:teuthology.orchestra.run.smithi121.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:47:50.417 INFO:teuthology.run_tasks:Running task pexec... 2024-02-19T23:47:50.426 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-19T23:47:50.427 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi089.front.sepia.ceph.com 2024-02-19T23:47:50.427 DEBUG:teuthology.orchestra.run.smithi089:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-19T23:47:50.427 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi121.front.sepia.ceph.com 2024-02-19T23:47:50.427 DEBUG:teuthology.orchestra.run.smithi121:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-19T23:47:51.213 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:01:24 ago on Mon 19 Feb 2024 11:46:27 PM UTC. 2024-02-19T23:47:51.238 INFO:teuthology.orchestra.run.smithi121.stdout:Last metadata expiration check: 0:01:24 ago on Mon 19 Feb 2024 11:46:27 PM UTC. 2024-02-19T23:47:53.233 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-02-19T23:47:53.234 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-02-19T23:47:53.234 INFO:teuthology.orchestra.run.smithi089.stdout: Package Architecture Version Repository Size 2024-02-19T23:47:53.234 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-02-19T23:47:53.234 INFO:teuthology.orchestra.run.smithi089.stdout:Resetting modules: 2024-02-19T23:47:53.234 INFO:teuthology.orchestra.run.smithi089.stdout: container-tools 2024-02-19T23:47:53.234 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-02-19T23:47:53.234 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-02-19T23:47:53.234 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-02-19T23:47:53.234 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-02-19T23:47:53.245 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-02-19T23:47:53.246 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-19T23:47:53.246 INFO:teuthology.orchestra.run.smithi121.stdout: Package Architecture Version Repository Size 2024-02-19T23:47:53.246 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-19T23:47:53.247 INFO:teuthology.orchestra.run.smithi121.stdout:Resetting modules: 2024-02-19T23:47:53.247 INFO:teuthology.orchestra.run.smithi121.stdout: container-tools 2024-02-19T23:47:53.247 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:47:53.247 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction Summary 2024-02-19T23:47:53.247 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-19T23:47:53.247 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:47:53.486 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-02-19T23:47:53.495 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-02-19T23:47:54.329 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:01:27 ago on Mon 19 Feb 2024 11:46:27 PM UTC. 2024-02-19T23:47:54.339 INFO:teuthology.orchestra.run.smithi121.stdout:Last metadata expiration check: 0:01:27 ago on Mon 19 Feb 2024 11:46:27 PM UTC. 2024-02-19T23:47:56.349 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-02-19T23:47:56.367 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-02-19T23:47:56.384 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-19T23:47:56.384 INFO:teuthology.orchestra.run.smithi121.stdout: Package Arch Version Repository Size 2024-02-19T23:47:56.385 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-19T23:47:56.385 INFO:teuthology.orchestra.run.smithi121.stdout:Installing group/module packages: 2024-02-19T23:47:56.385 INFO:teuthology.orchestra.run.smithi121.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-02-19T23:47:56.385 INFO:teuthology.orchestra.run.smithi121.stdout: buildah x86_64 2:1.33.5-1.module_el8+885+7da147f3 appstream 9.7 M 2024-02-19T23:47:56.385 INFO:teuthology.orchestra.run.smithi121.stdout: cockpit-podman noarch 83-1.module_el8+847+7863d4e6 appstream 688 k 2024-02-19T23:47:56.385 INFO:teuthology.orchestra.run.smithi121.stdout: crun x86_64 1.14-1.module_el8+871+552be958 appstream 257 k 2024-02-19T23:47:56.385 INFO:teuthology.orchestra.run.smithi121.stdout: netavark x86_64 2:1.10.2-1.module_el8+885+7da147f3 appstream 4.3 M 2024-02-19T23:47:56.385 INFO:teuthology.orchestra.run.smithi121.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-02-19T23:47:56.385 INFO:teuthology.orchestra.run.smithi121.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-02-19T23:47:56.385 INFO:teuthology.orchestra.run.smithi121.stdout: toolbox x86_64 0.0.99.5-1.module_el8+847+7863d4e6 appstream 2.5 M 2024-02-19T23:47:56.385 INFO:teuthology.orchestra.run.smithi121.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-19T23:47:56.385 INFO:teuthology.orchestra.run.smithi121.stdout:Installing dependencies: 2024-02-19T23:47:56.385 INFO:teuthology.orchestra.run.smithi121.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-19T23:47:56.386 INFO:teuthology.orchestra.run.smithi121.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-19T23:47:56.386 INFO:teuthology.orchestra.run.smithi121.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-19T23:47:56.386 INFO:teuthology.orchestra.run.smithi121.stdout:Installing weak dependencies: 2024-02-19T23:47:56.386 INFO:teuthology.orchestra.run.smithi121.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-19T23:47:56.386 INFO:teuthology.orchestra.run.smithi121.stdout:Installing module profiles: 2024-02-19T23:47:56.386 INFO:teuthology.orchestra.run.smithi121.stdout: container-tools/common 2024-02-19T23:47:56.386 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:47:56.386 INFO:teuthology.orchestra.run.smithi121.stdout:Enabling module streams: 2024-02-19T23:47:56.386 INFO:teuthology.orchestra.run.smithi121.stdout: container-tools rhel8 2024-02-19T23:47:56.386 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:47:56.386 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction Summary 2024-02-19T23:47:56.386 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-02-19T23:47:56.386 INFO:teuthology.orchestra.run.smithi121.stdout:Install 13 Packages 2024-02-19T23:47:56.386 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:47:56.387 INFO:teuthology.orchestra.run.smithi121.stdout:Total download size: 28 M 2024-02-19T23:47:56.387 INFO:teuthology.orchestra.run.smithi121.stdout:Installed size: 92 M 2024-02-19T23:47:56.387 INFO:teuthology.orchestra.run.smithi121.stdout:Downloading Packages: 2024-02-19T23:47:56.403 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-02-19T23:47:56.403 INFO:teuthology.orchestra.run.smithi089.stdout: Package Arch Version Repository Size 2024-02-19T23:47:56.403 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-02-19T23:47:56.403 INFO:teuthology.orchestra.run.smithi089.stdout:Installing group/module packages: 2024-02-19T23:47:56.404 INFO:teuthology.orchestra.run.smithi089.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-02-19T23:47:56.404 INFO:teuthology.orchestra.run.smithi089.stdout: buildah x86_64 2:1.33.5-1.module_el8+885+7da147f3 appstream 9.7 M 2024-02-19T23:47:56.404 INFO:teuthology.orchestra.run.smithi089.stdout: cockpit-podman noarch 83-1.module_el8+847+7863d4e6 appstream 688 k 2024-02-19T23:47:56.404 INFO:teuthology.orchestra.run.smithi089.stdout: crun x86_64 1.14-1.module_el8+871+552be958 appstream 257 k 2024-02-19T23:47:56.404 INFO:teuthology.orchestra.run.smithi089.stdout: netavark x86_64 2:1.10.2-1.module_el8+885+7da147f3 appstream 4.3 M 2024-02-19T23:47:56.404 INFO:teuthology.orchestra.run.smithi089.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-02-19T23:47:56.404 INFO:teuthology.orchestra.run.smithi089.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-02-19T23:47:56.404 INFO:teuthology.orchestra.run.smithi089.stdout: toolbox x86_64 0.0.99.5-1.module_el8+847+7863d4e6 appstream 2.5 M 2024-02-19T23:47:56.404 INFO:teuthology.orchestra.run.smithi089.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-19T23:47:56.404 INFO:teuthology.orchestra.run.smithi089.stdout:Installing dependencies: 2024-02-19T23:47:56.404 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-19T23:47:56.404 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-19T23:47:56.404 INFO:teuthology.orchestra.run.smithi089.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-19T23:47:56.404 INFO:teuthology.orchestra.run.smithi089.stdout:Installing weak dependencies: 2024-02-19T23:47:56.405 INFO:teuthology.orchestra.run.smithi089.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-19T23:47:56.405 INFO:teuthology.orchestra.run.smithi089.stdout:Installing module profiles: 2024-02-19T23:47:56.405 INFO:teuthology.orchestra.run.smithi089.stdout: container-tools/common 2024-02-19T23:47:56.405 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-02-19T23:47:56.405 INFO:teuthology.orchestra.run.smithi089.stdout:Enabling module streams: 2024-02-19T23:47:56.405 INFO:teuthology.orchestra.run.smithi089.stdout: container-tools rhel8 2024-02-19T23:47:56.405 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-02-19T23:47:56.405 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-02-19T23:47:56.405 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-02-19T23:47:56.405 INFO:teuthology.orchestra.run.smithi089.stdout:Install 13 Packages 2024-02-19T23:47:56.405 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-02-19T23:47:56.406 INFO:teuthology.orchestra.run.smithi089.stdout:Total download size: 28 M 2024-02-19T23:47:56.406 INFO:teuthology.orchestra.run.smithi089.stdout:Installed size: 92 M 2024-02-19T23:47:56.406 INFO:teuthology.orchestra.run.smithi089.stdout:Downloading Packages: 2024-02-19T23:47:56.734 INFO:teuthology.orchestra.run.smithi121.stdout:(1/13): aardvark-dns-1.10.0-1.module_el8+871+55 6.2 MB/s | 1.0 MB 00:00 2024-02-19T23:47:56.757 INFO:teuthology.orchestra.run.smithi089.stdout:(1/13): cockpit-podman-83-1.module_el8+847+7863 4.2 MB/s | 688 kB 00:00 2024-02-19T23:47:56.784 INFO:teuthology.orchestra.run.smithi121.stdout:(2/13): cockpit-podman-83-1.module_el8+847+7863 3.2 MB/s | 688 kB 00:00 2024-02-19T23:47:56.799 INFO:teuthology.orchestra.run.smithi089.stdout:(2/13): aardvark-dns-1.10.0-1.module_el8+871+55 5.0 MB/s | 1.0 MB 00:00 2024-02-19T23:47:56.801 INFO:teuthology.orchestra.run.smithi121.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 566 kB/s | 38 kB 00:00 2024-02-19T23:47:56.824 INFO:teuthology.orchestra.run.smithi089.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 566 kB/s | 38 kB 00:00 2024-02-19T23:47:56.874 INFO:teuthology.orchestra.run.smithi089.stdout:(4/13): crun-1.14-1.module_el8+871+552be958.x86 3.3 MB/s | 257 kB 00:00 2024-02-19T23:47:56.876 INFO:teuthology.orchestra.run.smithi121.stdout:(4/13): crun-1.14-1.module_el8+871+552be958.x86 2.7 MB/s | 257 kB 00:00 2024-02-19T23:47:56.916 INFO:teuthology.orchestra.run.smithi089.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 4.2 MB/s | 180 kB 00:00 2024-02-19T23:47:56.952 INFO:teuthology.orchestra.run.smithi121.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 2.3 MB/s | 180 kB 00:00 2024-02-19T23:47:56.967 INFO:teuthology.orchestra.run.smithi089.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 495 kB/s | 25 kB 00:00 2024-02-19T23:47:57.017 INFO:teuthology.orchestra.run.smithi089.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.8 MB/s | 94 kB 00:00 2024-02-19T23:47:57.077 INFO:teuthology.orchestra.run.smithi121.stdout:(6/13): buildah-1.33.5-1.module_el8+885+7da147f 19 MB/s | 9.7 MB 00:00 2024-02-19T23:47:57.102 INFO:teuthology.orchestra.run.smithi121.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 165 kB/s | 25 kB 00:00 2024-02-19T23:47:57.127 INFO:teuthology.orchestra.run.smithi121.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.8 MB/s | 94 kB 00:00 2024-02-19T23:47:57.192 INFO:teuthology.orchestra.run.smithi089.stdout:(8/13): netavark-1.10.2-1.module_el8+885+7da147 12 MB/s | 4.3 MB 00:00 2024-02-19T23:47:57.253 INFO:teuthology.orchestra.run.smithi121.stdout:(9/13): toolbox-0.0.99.5-1.module_el8+847+7863d 20 MB/s | 2.5 MB 00:00 2024-02-19T23:47:57.295 INFO:teuthology.orchestra.run.smithi121.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 1.2 MB/s | 53 kB 00:00 2024-02-19T23:47:57.353 INFO:teuthology.orchestra.run.smithi121.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 702 kB/s | 41 kB 00:00 2024-02-19T23:47:57.409 INFO:teuthology.orchestra.run.smithi089.stdout:(9/13): toolbox-0.0.99.5-1.module_el8+847+7863d 12 MB/s | 2.5 MB 00:00 2024-02-19T23:47:57.484 INFO:teuthology.orchestra.run.smithi089.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 704 kB/s | 53 kB 00:00 2024-02-19T23:47:57.610 INFO:teuthology.orchestra.run.smithi089.stdout:(11/13): skopeo-1.14.3-0.1.module_el8+885+7da14 15 MB/s | 8.8 MB 00:00 2024-02-19T23:47:57.612 INFO:teuthology.orchestra.run.smithi121.stdout:(12/13): netavark-1.10.2-1.module_el8+885+7da14 5.3 MB/s | 4.3 MB 00:00 2024-02-19T23:47:57.635 INFO:teuthology.orchestra.run.smithi089.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 272 kB/s | 41 kB 00:00 2024-02-19T23:47:57.796 INFO:teuthology.orchestra.run.smithi121.stdout:(13/13): skopeo-1.14.3-0.1.module_el8+885+7da14 13 MB/s | 8.8 MB 00:00 2024-02-19T23:47:57.796 INFO:teuthology.orchestra.run.smithi121.stdout:-------------------------------------------------------------------------------- 2024-02-19T23:47:57.796 INFO:teuthology.orchestra.run.smithi121.stdout:Total 20 MB/s | 28 MB 00:01 2024-02-19T23:47:57.836 INFO:teuthology.orchestra.run.smithi089.stdout:(13/13): buildah-1.33.5-1.module_el8+885+7da147 7.8 MB/s | 9.7 MB 00:01 2024-02-19T23:47:57.836 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-02-19T23:47:57.836 INFO:teuthology.orchestra.run.smithi089.stdout:Total 19 MB/s | 28 MB 00:01 2024-02-19T23:47:58.064 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction check 2024-02-19T23:47:58.085 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction check succeeded. 2024-02-19T23:47:58.085 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction test 2024-02-19T23:47:58.104 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction check 2024-02-19T23:47:58.125 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction check succeeded. 2024-02-19T23:47:58.125 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction test 2024-02-19T23:47:58.346 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction test succeeded. 2024-02-19T23:47:58.350 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction 2024-02-19T23:47:58.396 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction test succeeded. 2024-02-19T23:47:58.398 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction 2024-02-19T23:47:59.041 INFO:teuthology.orchestra.run.smithi121.stdout: Preparing : 1/1 2024-02-19T23:47:59.116 INFO:teuthology.orchestra.run.smithi089.stdout: Preparing : 1/1 2024-02-19T23:48:00.008 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-19T23:48:00.090 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-19T23:48:00.195 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-02-19T23:48:00.314 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-02-19T23:48:00.374 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-02-19T23:48:00.525 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-02-19T23:48:00.570 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-02-19T23:48:00.745 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-02-19T23:48:00.801 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-02-19T23:48:00.977 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-02-19T23:48:01.404 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-02-19T23:48:01.571 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-02-19T23:48:02.400 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 7/13 2024-02-19T23:48:02.554 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 7/13 2024-02-19T23:48:02.630 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 8/13 2024-02-19T23:48:02.778 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 8/13 2024-02-19T23:48:02.859 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : crun-1.14-1.module_el8+871+552be958.x86_64 9/13 2024-02-19T23:48:03.039 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : crun-1.14-1.module_el8+871+552be958.x86_64 9/13 2024-02-19T23:48:03.307 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-02-19T23:48:03.513 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-19T23:48:03.566 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-02-19T23:48:03.744 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-19T23:48:03.819 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-19T23:48:03.940 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-19T23:48:04.045 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-19T23:48:04.216 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-19T23:48:04.365 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-19T23:48:04.366 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-02-19T23:48:04.366 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2/13 2024-02-19T23:48:04.366 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 3/13 2024-02-19T23:48:04.366 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-19T23:48:04.366 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : crun-1.14-1.module_el8+871+552be958.x86_64 5/13 2024-02-19T23:48:04.366 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 6/13 2024-02-19T23:48:04.366 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-02-19T23:48:04.366 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-19T23:48:04.366 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-19T23:48:04.366 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-02-19T23:48:04.366 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-19T23:48:04.366 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-19T23:48:04.659 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 13/13 2024-02-19T23:48:04.660 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-02-19T23:48:04.660 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2/13 2024-02-19T23:48:04.660 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 3/13 2024-02-19T23:48:04.660 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-19T23:48:04.660 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : crun-1.14-1.module_el8+871+552be958.x86_64 5/13 2024-02-19T23:48:04.661 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 6/13 2024-02-19T23:48:04.662 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-02-19T23:48:04.662 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-19T23:48:04.662 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-19T23:48:04.662 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-02-19T23:48:04.662 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 11/13 2024-02-19T23:48:04.662 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-19T23:48:04.996 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-19T23:48:04.996 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:48:04.996 INFO:teuthology.orchestra.run.smithi121.stdout:Installed: 2024-02-19T23:48:04.996 INFO:teuthology.orchestra.run.smithi121.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-02-19T23:48:04.996 INFO:teuthology.orchestra.run.smithi121.stdout: buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2024-02-19T23:48:04.996 INFO:teuthology.orchestra.run.smithi121.stdout: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 2024-02-19T23:48:04.996 INFO:teuthology.orchestra.run.smithi121.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-19T23:48:04.996 INFO:teuthology.orchestra.run.smithi121.stdout: crun-1.14-1.module_el8+871+552be958.x86_64 2024-02-19T23:48:04.996 INFO:teuthology.orchestra.run.smithi121.stdout: netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 2024-02-19T23:48:04.996 INFO:teuthology.orchestra.run.smithi121.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-02-19T23:48:04.996 INFO:teuthology.orchestra.run.smithi121.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-19T23:48:04.996 INFO:teuthology.orchestra.run.smithi121.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-19T23:48:04.996 INFO:teuthology.orchestra.run.smithi121.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-02-19T23:48:04.997 INFO:teuthology.orchestra.run.smithi121.stdout: toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 2024-02-19T23:48:04.997 INFO:teuthology.orchestra.run.smithi121.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-19T23:48:04.997 INFO:teuthology.orchestra.run.smithi121.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-19T23:48:04.997 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:48:04.997 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-02-19T23:48:05.196 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-19T23:48:05.196 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-02-19T23:48:05.196 INFO:teuthology.orchestra.run.smithi089.stdout:Installed: 2024-02-19T23:48:05.196 INFO:teuthology.orchestra.run.smithi089.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-02-19T23:48:05.196 INFO:teuthology.orchestra.run.smithi089.stdout: buildah-2:1.33.5-1.module_el8+885+7da147f3.x86_64 2024-02-19T23:48:05.197 INFO:teuthology.orchestra.run.smithi089.stdout: cockpit-podman-83-1.module_el8+847+7863d4e6.noarch 2024-02-19T23:48:05.197 INFO:teuthology.orchestra.run.smithi089.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-19T23:48:05.197 INFO:teuthology.orchestra.run.smithi089.stdout: crun-1.14-1.module_el8+871+552be958.x86_64 2024-02-19T23:48:05.197 INFO:teuthology.orchestra.run.smithi089.stdout: netavark-2:1.10.2-1.module_el8+885+7da147f3.x86_64 2024-02-19T23:48:05.197 INFO:teuthology.orchestra.run.smithi089.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-02-19T23:48:05.197 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-19T23:48:05.197 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-19T23:48:05.197 INFO:teuthology.orchestra.run.smithi089.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-02-19T23:48:05.197 INFO:teuthology.orchestra.run.smithi089.stdout: toolbox-0.0.99.5-1.module_el8+847+7863d4e6.x86_64 2024-02-19T23:48:05.197 INFO:teuthology.orchestra.run.smithi089.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-19T23:48:05.197 INFO:teuthology.orchestra.run.smithi089.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-19T23:48:05.197 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-02-19T23:48:05.197 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-02-19T23:48:05.299 DEBUG:teuthology.parallel:result is None 2024-02-19T23:48:05.467 DEBUG:teuthology.parallel:result is None 2024-02-19T23:48:05.468 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-19T23:48:05.539 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': '19854089e18d4f65dda2b6cd74e737367c2514bd'} 2024-02-19T23:48:05.539 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.5 2024-02-19T23:48:05.539 INFO:tasks.cephadm:Cluster fsid is 539a0364-cf81-11ee-95bb-87774f69a715 2024-02-19T23:48:05.539 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-19T23:48:05.540 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-19T23:48:05.540 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi089': '172.21.15.89', 'mon.smithi121': '172.21.15.121'} 2024-02-19T23:48:05.540 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-19T23:48:05.540 DEBUG:teuthology.orchestra.run.smithi089:> sudo hostname $(hostname -s) 2024-02-19T23:48:05.568 DEBUG:teuthology.orchestra.run.smithi121:> sudo hostname $(hostname -s) 2024-02-19T23:48:05.597 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2024-02-19T23:48:05.598 DEBUG:teuthology.orchestra.run.smithi089:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-19T23:48:05.849 INFO:teuthology.orchestra.run.smithi089.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Feb 19 23:48 /home/ubuntu/cephtest/cephadm 2024-02-19T23:48:05.849 DEBUG:teuthology.orchestra.run.smithi121:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-19T23:48:06.003 INFO:teuthology.orchestra.run.smithi121.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Feb 19 23:48 /home/ubuntu/cephtest/cephadm 2024-02-19T23:48:06.004 DEBUG:teuthology.orchestra.run.smithi089:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-19T23:48:06.023 DEBUG:teuthology.orchestra.run.smithi121:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-19T23:48:06.051 DEBUG:teuthology.orchestra.run.smithi089:> sudo mkdir -p /etc/ceph 2024-02-19T23:48:06.090 DEBUG:teuthology.orchestra.run.smithi121:> sudo mkdir -p /etc/ceph 2024-02-19T23:48:06.116 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 777 /etc/ceph 2024-02-19T23:48:06.156 DEBUG:teuthology.orchestra.run.smithi121:> sudo chmod 777 /etc/ceph 2024-02-19T23:48:06.183 INFO:tasks.cephadm:Writing seed config... 2024-02-19T23:48:06.185 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-19T23:48:06.185 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-19T23:48:06.185 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-19T23:48:06.185 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-19T23:48:06.185 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-19T23:48:06.185 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-19T23:48:06.185 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-19T23:48:06.185 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-19T23:48:06.186 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-02-19T23:48:06.186 DEBUG:teuthology.orchestra.run.smithi089:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-19T23:48:06.213 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 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 = 539a0364-cf81-11ee-95bb-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-02-19T23:48:06.213 DEBUG:teuthology.orchestra.run.smithi089:mon.smithi089> sudo journalctl -f -n 0 -u ceph-539a0364-cf81-11ee-95bb-87774f69a715@mon.smithi089.service 2024-02-19T23:48:06.255 INFO:tasks.cephadm:Bootstrapping... 2024-02-19T23:48:06.255 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 -v bootstrap --fsid 539a0364-cf81-11ee-95bb-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.89 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-19T23:48:06.281 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:-- Logs begin at Mon 2024-02-19 23:41:37 UTC. -- 2024-02-19T23:48:06.554 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-19T23:48:08.417 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: 4.9.3-dev 2024-02-19T23:48:08.426 INFO:teuthology.orchestra.run.smithi089.stderr:Verifying podman|docker is present... 2024-02-19T23:48:08.426 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-19T23:48:08.448 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: 4.9.3-dev 2024-02-19T23:48:08.466 INFO:teuthology.orchestra.run.smithi089.stderr:Verifying lvm2 is present... 2024-02-19T23:48:08.467 INFO:teuthology.orchestra.run.smithi089.stderr:Verifying time synchronization is in place... 2024-02-19T23:48:08.467 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-enabled chrony.service 2024-02-19T23:48:08.473 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-19T23:48:08.474 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-active chrony.service 2024-02-19T23:48:08.479 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: inactive 2024-02-19T23:48:08.480 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-19T23:48:08.486 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: enabled 2024-02-19T23:48:08.486 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-active chronyd.service 2024-02-19T23:48:08.492 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: active 2024-02-19T23:48:08.493 INFO:teuthology.orchestra.run.smithi089.stderr:Unit chronyd.service is enabled and running 2024-02-19T23:48:08.493 INFO:teuthology.orchestra.run.smithi089.stderr:Repeating the final host check... 2024-02-19T23:48:08.493 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-19T23:48:08.513 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: 4.9.3-dev 2024-02-19T23:48:08.524 INFO:teuthology.orchestra.run.smithi089.stderr:podman|docker (/bin/podman) is present 2024-02-19T23:48:08.524 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl is present 2024-02-19T23:48:08.524 INFO:teuthology.orchestra.run.smithi089.stderr:lvcreate is present 2024-02-19T23:48:08.524 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-enabled chrony.service 2024-02-19T23:48:08.530 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-19T23:48:08.531 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-active chrony.service 2024-02-19T23:48:08.536 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: inactive 2024-02-19T23:48:08.536 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-19T23:48:08.541 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: enabled 2024-02-19T23:48:08.542 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-active chronyd.service 2024-02-19T23:48:08.547 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: active 2024-02-19T23:48:08.548 INFO:teuthology.orchestra.run.smithi089.stderr:Unit chronyd.service is enabled and running 2024-02-19T23:48:08.548 INFO:teuthology.orchestra.run.smithi089.stderr:Host looks OK 2024-02-19T23:48:08.548 INFO:teuthology.orchestra.run.smithi089.stderr:Cluster fsid: 539a0364-cf81-11ee-95bb-87774f69a715 2024-02-19T23:48:08.548 INFO:teuthology.orchestra.run.smithi089.stderr:Acquiring lock 139805748973696 on /run/cephadm/539a0364-cf81-11ee-95bb-87774f69a715.lock 2024-02-19T23:48:08.549 INFO:teuthology.orchestra.run.smithi089.stderr:Lock 139805748973696 acquired on /run/cephadm/539a0364-cf81-11ee-95bb-87774f69a715.lock 2024-02-19T23:48:08.550 INFO:teuthology.orchestra.run.smithi089.stderr:Verifying IP 172.21.15.89 port 3300 ... 2024-02-19T23:48:08.550 INFO:teuthology.orchestra.run.smithi089.stderr:Verifying IP 172.21.15.89 port 6789 ... 2024-02-19T23:48:08.550 INFO:teuthology.orchestra.run.smithi089.stderr:Base mon IP is 172.21.15.89, final addrv is [v2:172.21.15.89:3300,v1:172.21.15.89:6789] 2024-02-19T23:48:08.550 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /sbin/ip route ls 2024-02-19T23:48:08.552 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.89 metric 100 2024-02-19T23:48:08.552 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.89 metric 100 2024-02-19T23:48:08.553 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /sbin/ip -6 route ls 2024-02-19T23:48:08.554 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-19T23:48:08.554 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-02-19T23:48:08.554 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1759sec hoplimit 64 pref medium 2024-02-19T23:48:08.555 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /sbin/ip -6 addr ls 2024-02-19T23:48:08.557 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-19T23:48:08.557 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-19T23:48:08.557 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-19T23:48:08.557 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-02-19T23:48:08.557 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d501/64 scope link 2024-02-19T23:48:08.557 INFO:teuthology.orchestra.run.smithi089.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-19T23:48:08.558 INFO:teuthology.orchestra.run.smithi089.stderr:Mon IP `172.21.15.89` is in CIDR network `172.21.0.0/20` 2024-02-19T23:48:08.558 INFO:teuthology.orchestra.run.smithi089.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-19T23:48:08.559 INFO:teuthology.orchestra.run.smithi089.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2024-02-19T23:48:08.559 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.5 2024-02-19T23:48:08.655 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.5... 2024-02-19T23:48:15.326 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: Getting image source signatures 2024-02-19T23:48:15.335 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2024-02-19T23:48:15.336 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-02-19T23:48:29.190 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-02-19T23:48:29.357 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: Writing manifest to image destination 2024-02-19T23:48:29.698 INFO:teuthology.orchestra.run.smithi089.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-02-19T23:48:29.710 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --version 2024-02-19T23:48:30.373 INFO:teuthology.orchestra.run.smithi089.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-02-19T23:48:31.038 INFO:teuthology.orchestra.run.smithi089.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-02-19T23:48:31.038 INFO:teuthology.orchestra.run.smithi089.stderr:Extracting ceph user uid/gid from container image... 2024-02-19T23:48:31.038 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2024-02-19T23:48:31.578 INFO:teuthology.orchestra.run.smithi089.stderr:stat: 167 167 2024-02-19T23:48:32.172 INFO:teuthology.orchestra.run.smithi089.stderr:Creating initial keys... 2024-02-19T23:48:32.172 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-02-19T23:48:32.776 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-authtool: AQDQ6NNlO26SJxAAXtrfiQa59Oxk/jXOYuVtnA== 2024-02-19T23:48:33.443 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-02-19T23:48:33.983 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-authtool: AQDR6NNlNgCJNRAAeM+OO0tV+3VyQ5vLORz7lg== 2024-02-19T23:48:34.548 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-02-19T23:48:35.181 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-authtool: AQDT6NNlDPa5AxAADLcHl+jPseXyjpOfBqLPaQ== 2024-02-19T23:48:35.793 INFO:teuthology.orchestra.run.smithi089.stderr:Creating initial monmap... 2024-02-19T23:48:35.793 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpv4la19ch:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --create --clobber --fsid 539a0364-cf81-11ee-95bb-87774f69a715 --addv smithi089 [v2:172.21.15.89:3300,v1:172.21.15.89:6789] /tmp/monmap 2024-02-19T23:48:36.372 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-19T23:48:36.372 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 539a0364-cf81-11ee-95bb-87774f69a715 2024-02-19T23:48:36.372 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-19T23:48:37.148 INFO:teuthology.orchestra.run.smithi089.stderr:monmaptool for smithi089 [v2:172.21.15.89:3300,v1:172.21.15.89:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-19T23:48:37.148 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/monmaptool: set fsid to 539a0364-cf81-11ee-95bb-87774f69a715 2024-02-19T23:48:37.148 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-19T23:48:37.148 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-02-19T23:48:37.148 INFO:teuthology.orchestra.run.smithi089.stderr:Creating mon... 2024-02-19T23:48:37.150 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/mon.smithi089:/var/lib/ceph/mon/ceph-smithi089:z -v /tmp/ceph-tmpspx0dvr_:/tmp/keyring:z -v /tmp/ceph-tmpv4la19ch:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --mkfs -i smithi089 --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -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 2024-02-19T23:48:37.736 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.585+0000 7fcbd877a700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-19T23:48:37.736 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.586+0000 7fcbd877a700 1 imported monmap: 2024-02-19T23:48:37.736 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-19T23:48:37.737 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: fsid 539a0364-cf81-11ee-95bb-87774f69a715 2024-02-19T23:48:37.737 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: last_changed 2024-02-19T23:48:36.250443+0000 2024-02-19T23:48:37.737 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: created 2024-02-19T23:48:36.250443+0000 2024-02-19T23:48:37.737 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-19T23:48:37.737 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-19T23:48:37.737 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon.smithi089 2024-02-19T23:48:37.737 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-02-19T23:48:37.737 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.586+0000 7fcbd877a700 0 /usr/bin/ceph-mon: set fsid to 539a0364-cf81-11ee-95bb-87774f69a715 2024-02-19T23:48:37.737 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: RocksDB version: 6.8.1 2024-02-19T23:48:37.737 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-02-19T23:48:37.737 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-19T23:48:37.737 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Compile date Jul 8 2021 2024-02-19T23:48:37.737 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: DB SUMMARY 2024-02-19T23:48:37.737 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-02-19T23:48:37.737 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi089/store.db dir, Total Num: 0, files: 2024-02-19T23:48:37.738 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-02-19T23:48:37.738 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi089/store.db: 2024-02-19T23:48:37.738 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-02-19T23:48:37.738 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.error_if_exists: 0 2024-02-19T23:48:37.738 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.create_if_missing: 1 2024-02-19T23:48:37.738 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.paranoid_checks: 1 2024-02-19T23:48:37.738 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.env: 0x560df3a8a1c0 2024-02-19T23:48:37.738 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.fs: Posix File System 2024-02-19T23:48:37.738 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.info_log: 0x560df5476c20 2024-02-19T23:48:37.738 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-19T23:48:37.738 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.statistics: (nil) 2024-02-19T23:48:37.738 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.use_fsync: 0 2024-02-19T23:48:37.738 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.max_log_file_size: 0 2024-02-19T23:48:37.738 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-19T23:48:37.738 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-19T23:48:37.738 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-19T23:48:37.739 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-19T23:48:37.739 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.allow_fallocate: 1 2024-02-19T23:48:37.739 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-19T23:48:37.739 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-19T23:48:37.739 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.use_direct_reads: 0 2024-02-19T23:48:37.739 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-19T23:48:37.739 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-19T23:48:37.739 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.db_log_dir: 2024-02-19T23:48:37.739 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi089/store.db 2024-02-19T23:48:37.739 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-19T23:48:37.739 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.max_subcompactions: 1 2024-02-19T23:48:37.739 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.max_background_flushes: -1 2024-02-19T23:48:37.739 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-19T23:48:37.739 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-19T23:48:37.739 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-19T23:48:37.739 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-19T23:48:37.740 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-19T23:48:37.740 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-19T23:48:37.740 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-19T23:48:37.740 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.write_buffer_manager: 0x560df547f530 2024-02-19T23:48:37.740 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-19T23:48:37.740 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-19T23:48:37.740 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-19T23:48:37.740 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-19T23:48:37.740 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-19T23:48:37.740 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-19T23:48:37.740 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-19T23:48:37.740 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-19T23:48:37.740 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-19T23:48:37.740 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.unordered_write: 0 2024-02-19T23:48:37.740 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-19T23:48:37.741 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-19T23:48:37.741 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-19T23:48:37.741 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-19T23:48:37.741 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.row_cache: None 2024-02-19T23:48:37.741 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.wal_filter: None 2024-02-19T23:48:37.741 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-19T23:48:37.741 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-19T23:48:37.741 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.preserve_deletes: 0 2024-02-19T23:48:37.741 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.two_write_queues: 0 2024-02-19T23:48:37.741 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-19T23:48:37.741 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.atomic_flush: 0 2024-02-19T23:48:37.741 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-19T23:48:37.741 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-19T23:48:37.741 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-19T23:48:37.741 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.log_readahead_size: 0 2024-02-19T23:48:37.741 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-19T23:48:37.742 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.max_background_jobs: 2 2024-02-19T23:48:37.742 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.max_background_compactions: -1 2024-02-19T23:48:37.742 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-19T23:48:37.742 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-19T23:48:37.742 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-19T23:48:37.742 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-19T23:48:37.742 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-19T23:48:37.742 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-19T23:48:37.742 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-19T23:48:37.742 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-19T23:48:37.742 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.max_open_files: -1 2024-02-19T23:48:37.742 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-19T23:48:37.742 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-19T23:48:37.742 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-19T23:48:37.742 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-19T23:48:37.742 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Compression algorithms supported: 2024-02-19T23:48:37.743 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-19T23:48:37.743 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: kZSTD supported: 0 2024-02-19T23:48:37.743 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: kXpressCompression supported: 0 2024-02-19T23:48:37.743 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-19T23:48:37.743 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: kLZ4Compression supported: 1 2024-02-19T23:48:37.743 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: kBZip2Compression supported: 0 2024-02-19T23:48:37.743 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: kZlibCompression supported: 1 2024-02-19T23:48:37.743 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: kSnappyCompression supported: 1 2024-02-19T23:48:37.743 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-19T23:48:37.743 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.587+0000 7fcbd877a700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-19T23:48:37.743 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-02-19T23:48:37.743 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi089/store.db/MANIFEST-000001 2024-02-19T23:48:37.743 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-02-19T23:48:37.743 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-19T23:48:37.743 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-02-19T23:48:37.743 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-19T23:48:37.743 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.merge_operator: 2024-02-19T23:48:37.744 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.compaction_filter: None 2024-02-19T23:48:37.744 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-19T23:48:37.744 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-19T23:48:37.744 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-19T23:48:37.744 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x560df5390160) 2024-02-19T23:48:37.744 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-19T23:48:37.744 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-19T23:48:37.744 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-19T23:48:37.744 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-19T23:48:37.744 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-19T23:48:37.744 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-19T23:48:37.744 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-19T23:48:37.744 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-19T23:48:37.744 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-19T23:48:37.745 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-19T23:48:37.745 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-19T23:48:37.745 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: block_cache: 0x560df53c6d10 2024-02-19T23:48:37.745 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-19T23:48:37.745 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-19T23:48:37.745 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-19T23:48:37.745 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-19T23:48:37.745 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-19T23:48:37.745 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-19T23:48:37.745 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-19T23:48:37.745 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-19T23:48:37.745 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-19T23:48:37.745 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-19T23:48:37.745 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-19T23:48:37.746 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-19T23:48:37.746 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-19T23:48:37.746 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-19T23:48:37.746 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-19T23:48:37.746 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-19T23:48:37.746 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-19T23:48:37.746 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-19T23:48:37.746 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-19T23:48:37.746 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-19T23:48:37.746 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-19T23:48:37.746 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-19T23:48:37.746 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-02-19T23:48:37.746 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-19T23:48:37.746 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-19T23:48:37.746 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.compression: NoCompression 2024-02-19T23:48:37.747 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-19T23:48:37.747 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-19T23:48:37.747 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-19T23:48:37.747 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.num_levels: 7 2024-02-19T23:48:37.747 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-19T23:48:37.747 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-19T23:48:37.747 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-19T23:48:37.747 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-19T23:48:37.747 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-19T23:48:37.747 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-19T23:48:37.747 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-19T23:48:37.747 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-19T23:48:37.747 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-19T23:48:37.747 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-19T23:48:37.747 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-19T23:48:37.747 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-19T23:48:37.748 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-19T23:48:37.748 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-19T23:48:37.748 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-19T23:48:37.748 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-19T23:48:37.748 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-19T23:48:37.748 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-19T23:48:37.748 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-19T23:48:37.748 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-19T23:48:37.748 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-19T23:48:37.748 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-19T23:48:37.748 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-19T23:48:37.748 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-19T23:48:37.748 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-19T23:48:37.748 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-19T23:48:37.748 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-19T23:48:37.749 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-19T23:48:37.749 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-19T23:48:37.749 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-19T23:48:37.749 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-19T23:48:37.749 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-19T23:48:37.749 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-19T23:48:37.749 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-19T23:48:37.749 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-19T23:48:37.749 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-19T23:48:37.749 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-19T23:48:37.749 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-19T23:48:37.749 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-19T23:48:37.749 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-19T23:48:37.749 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-19T23:48:37.749 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-19T23:48:37.749 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-19T23:48:37.750 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-19T23:48:37.750 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-19T23:48:37.750 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-19T23:48:37.750 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-19T23:48:37.750 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.table_properties_collectors: 2024-02-19T23:48:37.750 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.inplace_update_support: 0 2024-02-19T23:48:37.750 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-19T23:48:37.750 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-19T23:48:37.750 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-19T23:48:37.750 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-19T23:48:37.750 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.bloom_locality: 0 2024-02-19T23:48:37.750 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.max_successive_merges: 0 2024-02-19T23:48:37.750 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-19T23:48:37.750 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-19T23:48:37.750 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-19T23:48:37.751 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-19T23:48:37.751 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.ttl: 2592000 2024-02-19T23:48:37.751 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-19T23:48:37.751 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi089/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 2024-02-19T23:48:37.751 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-02-19T23:48:37.751 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.588+0000 7fcbd877a700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-19T23:48:37.751 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-02-19T23:48:37.751 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.589+0000 7fcbd877a700 4 rocksdb: DB pointer 0x560df548b800 2024-02-19T23:48:37.751 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.589+0000 7fcbc1603700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-19T23:48:37.751 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.589+0000 7fcbc1603700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-19T23:48:37.751 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-19T23:48:37.751 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T23:48:37.751 INFO:teuthology.orchestra.run.smithi089.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 2024-02-19T23:48:37.751 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-19T23:48:37.751 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-19T23:48:37.752 INFO:teuthology.orchestra.run.smithi089.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 2024-02-19T23:48:37.752 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-19T23:48:37.752 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-19T23:48:37.752 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-02-19T23:48:37.752 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-19T23:48:37.752 INFO:teuthology.orchestra.run.smithi089.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 2024-02-19T23:48:37.752 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:48:37.752 INFO:teuthology.orchestra.run.smithi089.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 2024-02-19T23:48:37.752 INFO:teuthology.orchestra.run.smithi089.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 2024-02-19T23:48:37.752 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-02-19T23:48:37.752 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-19T23:48:37.752 INFO:teuthology.orchestra.run.smithi089.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 2024-02-19T23:48:37.752 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:48:37.752 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T23:48:37.752 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-19T23:48:37.753 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-19T23:48:37.753 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-19T23:48:37.753 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-19T23:48:37.753 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-19T23:48:37.753 INFO:teuthology.orchestra.run.smithi089.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 2024-02-19T23:48:37.753 INFO:teuthology.orchestra.run.smithi089.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 2024-02-19T23:48:37.753 INFO:teuthology.orchestra.run.smithi089.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 2024-02-19T23:48:37.753 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-02-19T23:48:37.753 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-19T23:48:37.753 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-02-19T23:48:37.753 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-19T23:48:37.753 INFO:teuthology.orchestra.run.smithi089.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 2024-02-19T23:48:37.753 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:48:37.753 INFO:teuthology.orchestra.run.smithi089.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 2024-02-19T23:48:37.753 INFO:teuthology.orchestra.run.smithi089.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 2024-02-19T23:48:37.754 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-02-19T23:48:37.754 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-19T23:48:37.754 INFO:teuthology.orchestra.run.smithi089.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 2024-02-19T23:48:37.754 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:48:37.754 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T23:48:37.754 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-19T23:48:37.754 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-19T23:48:37.754 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-19T23:48:37.754 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-19T23:48:37.754 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-19T23:48:37.754 INFO:teuthology.orchestra.run.smithi089.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 2024-02-19T23:48:37.754 INFO:teuthology.orchestra.run.smithi089.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 2024-02-19T23:48:37.754 INFO:teuthology.orchestra.run.smithi089.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 2024-02-19T23:48:37.754 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-02-19T23:48:37.754 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-19T23:48:37.754 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: 2024-02-19T23:48:37.755 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.590+0000 7fcbd877a700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-19T23:48:37.755 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.590+0000 7fcbd877a700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-19T23:48:37.755 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:48:37.590+0000 7fcbd877a700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi089 for mon.smithi089 2024-02-19T23:48:38.319 INFO:teuthology.orchestra.run.smithi089.stderr:create mon.smithi089 on 2024-02-19T23:48:38.319 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/539a0364-cf81-11ee-95bb-87774f69a715 2024-02-19T23:48:38.325 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl disable ceph.target 2024-02-19T23:48:38.420 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl enable ceph.target 2024-02-19T23:48:38.427 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-19T23:48:38.509 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl start ceph.target 2024-02-19T23:48:38.516 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl enable ceph-539a0364-cf81-11ee-95bb-87774f69a715.target 2024-02-19T23:48:38.522 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-539a0364-cf81-11ee-95bb-87774f69a715.target → /etc/systemd/system/ceph-539a0364-cf81-11ee-95bb-87774f69a715.target. 2024-02-19T23:48:38.522 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-539a0364-cf81-11ee-95bb-87774f69a715.target → /etc/systemd/system/ceph-539a0364-cf81-11ee-95bb-87774f69a715.target. 2024-02-19T23:48:38.602 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl start ceph-539a0364-cf81-11ee-95bb-87774f69a715.target 2024-02-19T23:48:38.609 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl daemon-reload 2024-02-19T23:48:38.693 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl stop ceph-539a0364-cf81-11ee-95bb-87774f69a715@mon.smithi089 2024-02-19T23:48:38.716 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl reset-failed ceph-539a0364-cf81-11ee-95bb-87774f69a715@mon.smithi089 2024-02-19T23:48:38.721 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Failed to reset failed state of unit ceph-539a0364-cf81-11ee-95bb-87774f69a715@mon.smithi089.service: Unit ceph-539a0364-cf81-11ee-95bb-87774f69a715@mon.smithi089.service not loaded. 2024-02-19T23:48:38.721 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl enable ceph-539a0364-cf81-11ee-95bb-87774f69a715@mon.smithi089 2024-02-19T23:48:38.727 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Created symlink /etc/systemd/system/ceph-539a0364-cf81-11ee-95bb-87774f69a715.target.wants/ceph-539a0364-cf81-11ee-95bb-87774f69a715@mon.smithi089.service → /etc/systemd/system/ceph-539a0364-cf81-11ee-95bb-87774f69a715@.service. 2024-02-19T23:48:38.811 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl start ceph-539a0364-cf81-11ee-95bb-87774f69a715@mon.smithi089 2024-02-19T23:48:39.822 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-19T23:48:39.830 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: disabled 2024-02-19T23:48:39.830 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-active firewalld.service 2024-02-19T23:48:39.837 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: inactive 2024-02-19T23:48:39.837 INFO:teuthology.orchestra.run.smithi089.stderr:firewalld.service is not enabled 2024-02-19T23:48:39.838 INFO:teuthology.orchestra.run.smithi089.stderr:Not possible to enable service . firewalld.service is not available 2024-02-19T23:48:39.838 INFO:teuthology.orchestra.run.smithi089.stderr:Waiting for mon to start... 2024-02-19T23:48:39.838 INFO:teuthology.orchestra.run.smithi089.stderr:Waiting for mon... 2024-02-19T23:48:39.838 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/mon.smithi089:/var/lib/ceph/mon/ceph-smithi089:z -v /tmp/ceph-tmph0yyluuv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpl4x1bj_w:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status 2024-02-19T23:48:40.046 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:39 smithi089 bash[34013]: d7136baf187bd137ff0e8da76ddc2c15db72f80b61c1240fcd9f7ff4e90c635f 2024-02-19T23:48:40.047 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:39 smithi089 systemd[1]: Started Ceph mon.smithi089 for 539a0364-cf81-11ee-95bb-87774f69a715. 2024-02-19T23:48:40.417 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: cluster: 2024-02-19T23:48:40.417 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: id: 539a0364-cf81-11ee-95bb-87774f69a715 2024-02-19T23:48:40.417 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-19T23:48:40.417 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-02-19T23:48:40.417 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: services: 2024-02-19T23:48:40.417 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi089 (age 0.644196s) 2024-02-19T23:48:40.417 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-19T23:48:40.417 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-19T23:48:40.417 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-02-19T23:48:40.418 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: data: 2024-02-19T23:48:40.418 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-19T23:48:40.418 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-19T23:48:40.418 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-19T23:48:40.418 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: pgs: 2024-02-19T23:48:40.418 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-02-19T23:48:41.028 INFO:teuthology.orchestra.run.smithi089.stderr:mon is available 2024-02-19T23:48:41.028 INFO:teuthology.orchestra.run.smithi089.stderr:Assimilating anything we can from ceph.conf... 2024-02-19T23:48:41.028 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmph0yyluuv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpl4x1bj_w:/etc/ceph/ceph.conf:z -v /var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/mon.smithi089:/var/lib/ceph/mon/ceph-smithi089:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi089/config 2024-02-19T23:48:41.030 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:40 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34028]: cluster 2024-02-19T23:48:39.766150+0000 mon.smithi089 (mon.0) 2 : cluster [INF] mon.smithi089 is new leader, mons smithi089 in quorum (ranks 0) 2024-02-19T23:48:41.030 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:40 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34028]: cluster 2024-02-19T23:48:39.766321+0000 mon.smithi089 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi089=[v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0]} 2024-02-19T23:48:41.030 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:40 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34028]: cluster 2024-02-19T23:48:39.769421+0000 mon.smithi089 (mon.0) 4 : cluster [DBG] fsmap 2024-02-19T23:48:41.030 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:40 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34028]: cluster 2024-02-19T23:48:39.773008+0000 mon.smithi089 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-19T23:48:41.030 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:40 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34028]: cluster 2024-02-19T23:48:39.773389+0000 mon.smithi089 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-19T23:48:41.030 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:40 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34028]: audit 2024-02-19T23:48:40.410319+0000 mon.smithi089 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.89:0/3792687765' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-19T23:48:41.609 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-02-19T23:48:41.610 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: [global] 2024-02-19T23:48:41.610 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: fsid = 539a0364-cf81-11ee-95bb-87774f69a715 2024-02-19T23:48:41.610 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-19T23:48:41.610 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.89:3300,v1:172.21.15.89:6789] 2024-02-19T23:48:41.610 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-19T23:48:41.610 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-19T23:48:41.610 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-19T23:48:41.610 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-19T23:48:41.610 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-02-19T23:48:41.610 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: [mgr] 2024-02-19T23:48:41.610 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-19T23:48:41.610 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-02-19T23:48:41.611 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: [osd] 2024-02-19T23:48:41.611 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-19T23:48:41.611 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-19T23:48:42.015 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:41 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34028]: audit 2024-02-19T23:48:41.600407+0000 mon.smithi089 (mon.0) 8 : audit [INF] from='client.? 172.21.15.89:0/3445460589' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-19T23:48:42.015 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:41 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34028]: audit 2024-02-19T23:48:41.602992+0000 mon.smithi089 (mon.0) 9 : audit [INF] from='client.? 172.21.15.89:0/3445460589' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-19T23:48:42.327 INFO:teuthology.orchestra.run.smithi089.stderr:Generating new minimal ceph.conf... 2024-02-19T23:48:42.327 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmph0yyluuv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpl4x1bj_w:/etc/ceph/ceph.conf:z -v /var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/mon.smithi089:/var/lib/ceph/mon/ceph-smithi089:z docker.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi089/config 2024-02-19T23:48:43.197 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:42 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34028]: audit 2024-02-19T23:48:42.901064+0000 mon.smithi089 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.89:0/243239097' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:48:43.459 INFO:teuthology.orchestra.run.smithi089.stderr:Restarting the monitor... 2024-02-19T23:48:43.460 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl restart ceph-539a0364-cf81-11ee-95bb-87774f69a715@mon.smithi089 2024-02-19T23:48:43.845 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:43 smithi089 systemd[1]: Stopping Ceph mon.smithi089 for 539a0364-cf81-11ee-95bb-87774f69a715... 2024-02-19T23:48:43.845 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:43 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34028]: debug 2024-02-19T23:48:43.585+0000 7fa0530cc700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi089 -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 2024-02-19T23:48:43.845 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:43 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34028]: debug 2024-02-19T23:48:43.585+0000 7fa0530cc700 -1 mon.smithi089@0(leader) e1 *** Got Signal Terminated *** 2024-02-19T23:48:44.327 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 podman[34351]: ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089 2024-02-19T23:48:44.595 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 systemd[1]: ceph-539a0364-cf81-11ee-95bb-87774f69a715@mon.smithi089.service: Succeeded. 2024-02-19T23:48:44.595 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 systemd[1]: Stopped Ceph mon.smithi089 for 539a0364-cf81-11ee-95bb-87774f69a715. 2024-02-19T23:48:44.595 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 systemd[1]: Starting Ceph mon.smithi089 for 539a0364-cf81-11ee-95bb-87774f69a715... 2024-02-19T23:48:44.867 INFO:teuthology.orchestra.run.smithi089.stderr:Setting mon public_network to 172.21.0.0/20 2024-02-19T23:48:44.867 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmph0yyluuv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpl4x1bj_w:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2024-02-19T23:48:45.095 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.800+0000 7fdd35a2c700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-19T23:48:45.095 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.800+0000 7fdd35a2c700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2024-02-19T23:48:45.095 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.800+0000 7fdd35a2c700 0 pidfile_write: ignore empty --pid-file 2024-02-19T23:48:45.095 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.804+0000 7fdd35a2c700 0 load: jerasure load: lrc load: isa 2024-02-19T23:48:45.095 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: RocksDB version: 6.8.1 2024-02-19T23:48:45.095 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 2024-02-19T23:48:45.096 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-19T23:48:45.096 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Compile date Jul 8 2021 2024-02-19T23:48:45.096 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: DB SUMMARY 2024-02-19T23:48:45.096 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 2024-02-19T23:48:45.096 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: CURRENT file: CURRENT 2024-02-19T23:48:45.096 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 2024-02-19T23:48:45.096 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: IDENTITY file: IDENTITY 2024-02-19T23:48:45.096 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 2024-02-19T23:48:45.096 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-19T23:48:45.096 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 2024-02-19T23:48:45.096 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi089/store.db dir, Total Num: 1, files: 000004.sst 2024-02-19T23:48:45.096 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 2024-02-19T23:48:45.096 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi089/store.db: 000006.log size: 86191 ; 2024-02-19T23:48:45.097 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 2024-02-19T23:48:45.097 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.error_if_exists: 0 2024-02-19T23:48:45.097 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.create_if_missing: 0 2024-02-19T23:48:45.097 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.paranoid_checks: 1 2024-02-19T23:48:45.097 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.env: 0x55fcb523a1c0 2024-02-19T23:48:45.097 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.fs: Posix File System 2024-02-19T23:48:45.097 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.info_log: 0x55fcb70eda40 2024-02-19T23:48:45.097 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-19T23:48:45.097 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.statistics: (nil) 2024-02-19T23:48:45.097 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.use_fsync: 0 2024-02-19T23:48:45.097 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.max_log_file_size: 0 2024-02-19T23:48:45.097 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-19T23:48:45.097 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-19T23:48:45.097 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-19T23:48:45.097 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-19T23:48:45.097 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.allow_fallocate: 1 2024-02-19T23:48:45.098 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-19T23:48:45.098 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-19T23:48:45.098 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.use_direct_reads: 0 2024-02-19T23:48:45.098 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-19T23:48:45.098 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-19T23:48:45.098 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.db_log_dir: 2024-02-19T23:48:45.098 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi089/store.db 2024-02-19T23:48:45.098 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-19T23:48:45.098 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.max_subcompactions: 1 2024-02-19T23:48:45.098 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.max_background_flushes: -1 2024-02-19T23:48:45.098 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-19T23:48:45.098 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-19T23:48:45.098 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-19T23:48:45.098 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-19T23:48:45.098 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-19T23:48:45.098 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-19T23:48:45.099 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-19T23:48:45.099 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.write_buffer_manager: 0x55fcb7d64030 2024-02-19T23:48:45.099 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-19T23:48:45.099 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-19T23:48:45.099 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-19T23:48:45.099 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-19T23:48:45.099 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-19T23:48:45.099 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-19T23:48:45.099 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-19T23:48:45.099 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-19T23:48:45.099 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-19T23:48:45.099 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.unordered_write: 0 2024-02-19T23:48:45.099 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-19T23:48:45.101 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-19T23:48:45.101 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-19T23:48:45.101 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-19T23:48:45.101 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.row_cache: None 2024-02-19T23:48:45.101 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.wal_filter: None 2024-02-19T23:48:45.102 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-19T23:48:45.102 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-19T23:48:45.102 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.preserve_deletes: 0 2024-02-19T23:48:45.102 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.two_write_queues: 0 2024-02-19T23:48:45.102 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-19T23:48:45.102 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.atomic_flush: 0 2024-02-19T23:48:45.102 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-19T23:48:45.102 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-19T23:48:45.102 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-19T23:48:45.102 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.log_readahead_size: 0 2024-02-19T23:48:45.102 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-19T23:48:45.102 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.max_background_jobs: 2 2024-02-19T23:48:45.102 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.max_background_compactions: -1 2024-02-19T23:48:45.103 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-19T23:48:45.103 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-19T23:48:45.103 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-19T23:48:45.103 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-19T23:48:45.103 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-19T23:48:45.103 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-19T23:48:45.103 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-19T23:48:45.103 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-19T23:48:45.103 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.max_open_files: -1 2024-02-19T23:48:45.103 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-19T23:48:45.103 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-19T23:48:45.103 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-19T23:48:45.103 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-19T23:48:45.103 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Compression algorithms supported: 2024-02-19T23:48:45.103 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-19T23:48:45.104 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: kZSTD supported: 0 2024-02-19T23:48:45.104 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: kXpressCompression supported: 0 2024-02-19T23:48:45.104 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-19T23:48:45.104 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: kLZ4Compression supported: 1 2024-02-19T23:48:45.104 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: kBZip2Compression supported: 0 2024-02-19T23:48:45.104 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: kZlibCompression supported: 1 2024-02-19T23:48:45.104 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: kSnappyCompression supported: 1 2024-02-19T23:48:45.104 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-19T23:48:45.104 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi089/store.db/MANIFEST-000005 2024-02-19T23:48:45.104 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 2024-02-19T23:48:45.104 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-19T23:48:45.104 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 2024-02-19T23:48:45.104 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-19T23:48:45.104 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.merge_operator: 2024-02-19T23:48:45.105 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.compaction_filter: None 2024-02-19T23:48:45.105 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-19T23:48:45.105 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-19T23:48:45.105 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-19T23:48:45.105 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55fcb7006170) 2024-02-19T23:48:45.105 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cache_index_and_filter_blocks: 1 2024-02-19T23:48:45.105 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-19T23:48:45.105 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-19T23:48:45.105 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: pin_top_level_index_and_filter: 1 2024-02-19T23:48:45.105 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: index_type: 0 2024-02-19T23:48:45.105 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: data_block_index_type: 0 2024-02-19T23:48:45.105 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: index_shortening: 1 2024-02-19T23:48:45.105 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: data_block_hash_table_util_ratio: 0.750000 2024-02-19T23:48:45.105 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: hash_index_allow_collision: 1 2024-02-19T23:48:45.105 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: checksum: 1 2024-02-19T23:48:45.105 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: no_block_cache: 0 2024-02-19T23:48:45.106 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: block_cache: 0x55fcb703cf10 2024-02-19T23:48:45.106 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: block_cache_name: BinnedLRUCache 2024-02-19T23:48:45.106 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: block_cache_options: 2024-02-19T23:48:45.106 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: capacity : 536870912 2024-02-19T23:48:45.106 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: num_shard_bits : 4 2024-02-19T23:48:45.106 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: strict_capacity_limit : 0 2024-02-19T23:48:45.106 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: high_pri_pool_ratio: 0.000 2024-02-19T23:48:45.106 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: block_cache_compressed: (nil) 2024-02-19T23:48:45.106 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: persistent_cache: (nil) 2024-02-19T23:48:45.106 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: block_size: 4096 2024-02-19T23:48:45.106 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: block_size_deviation: 10 2024-02-19T23:48:45.106 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: block_restart_interval: 16 2024-02-19T23:48:45.106 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: index_block_restart_interval: 1 2024-02-19T23:48:45.106 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: metadata_block_size: 4096 2024-02-19T23:48:45.106 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: partition_filters: 0 2024-02-19T23:48:45.106 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: use_delta_encoding: 1 2024-02-19T23:48:45.106 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-19T23:48:45.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: whole_key_filtering: 1 2024-02-19T23:48:45.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: verify_compression: 0 2024-02-19T23:48:45.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: read_amp_bytes_per_bit: 0 2024-02-19T23:48:45.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: format_version: 2 2024-02-19T23:48:45.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: enable_index_compression: 1 2024-02-19T23:48:45.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: block_align: 0 2024-02-19T23:48:45.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 2024-02-19T23:48:45.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-19T23:48:45.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-19T23:48:45.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.compression: NoCompression 2024-02-19T23:48:45.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-19T23:48:45.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-19T23:48:45.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-19T23:48:45.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.num_levels: 7 2024-02-19T23:48:45.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-19T23:48:45.108 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-19T23:48:45.108 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-19T23:48:45.108 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-19T23:48:45.108 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-19T23:48:45.108 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-19T23:48:45.108 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-19T23:48:45.108 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-19T23:48:45.108 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-19T23:48:45.108 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-19T23:48:45.108 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-19T23:48:45.108 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-19T23:48:45.108 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-19T23:48:45.108 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-19T23:48:45.108 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-19T23:48:45.108 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-19T23:48:45.109 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-19T23:48:45.109 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-19T23:48:45.109 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-19T23:48:45.109 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-19T23:48:45.109 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-19T23:48:45.109 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-19T23:48:45.109 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-19T23:48:45.109 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-19T23:48:45.109 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-19T23:48:45.109 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-19T23:48:45.109 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-19T23:48:45.109 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-19T23:48:45.109 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-19T23:48:45.109 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-19T23:48:45.109 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-19T23:48:45.109 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-19T23:48:45.109 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-19T23:48:45.110 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-19T23:48:45.110 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-19T23:48:45.110 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-19T23:48:45.110 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-19T23:48:45.110 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-19T23:48:45.110 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-19T23:48:45.110 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-19T23:48:45.110 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-19T23:48:45.110 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-19T23:48:45.110 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-19T23:48:45.110 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-19T23:48:45.110 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-19T23:48:45.110 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-19T23:48:45.110 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-19T23:48:45.110 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.table_properties_collectors: 2024-02-19T23:48:45.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.inplace_update_support: 0 2024-02-19T23:48:45.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-19T23:48:45.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-19T23:48:45.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-19T23:48:45.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-19T23:48:45.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.bloom_locality: 0 2024-02-19T23:48:45.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.max_successive_merges: 0 2024-02-19T23:48:45.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-19T23:48:45.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-19T23:48:45.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-19T23:48:45.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-19T23:48:45.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.ttl: 2592000 2024-02-19T23:48:45.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.805+0000 7fdd35a2c700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-19T23:48:45.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.806+0000 7fdd35a2c700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi089/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 2024-02-19T23:48:45.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 2024-02-19T23:48:45.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.806+0000 7fdd35a2c700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-19T23:48:45.112 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 2024-02-19T23:48:45.112 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.806+0000 7fdd35a2c700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708386524807391, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-19T23:48:45.112 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.806+0000 7fdd35a2c700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-19T23:48:45.112 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.807+0000 7fdd35a2c700 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. 2024-02-19T23:48:45.112 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.807+0000 7fdd35a2c700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708386524808604, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 82922, "table_properties": {"data_size": 81180, "index_size": 347, "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": 9462, "raw_average_key_size": 47, "raw_value_size": 75722, "raw_average_value_size": 378, "num_data_blocks": 11, "num_entries": 200, "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": 1708386524, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-19T23:48:45.112 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.807+0000 7fdd35a2c700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-19T23:48:45.112 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 2024-02-19T23:48:45.112 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.808+0000 7fdd35a2c700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708386524809130, "job": 1, "event": "recovery_finished"} 2024-02-19T23:48:45.112 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.809+0000 7fdd35a2c700 4 rocksdb: DB pointer 0x55fcb7101800 2024-02-19T23:48:45.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.809+0000 7fdd1c834700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-19T23:48:45.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.809+0000 7fdd1c834700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-19T23:48:45.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: ** DB Stats ** 2024-02-19T23:48:45.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T23:48:45.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-19T23:48:45.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-19T23:48:45.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-19T23:48:45.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-19T23:48:45.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-19T23:48:45.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-19T23:48:45.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 2024-02-19T23:48:45.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: ** Compaction Stats [default] ** 2024-02-19T23:48:45.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 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 2024-02-19T23:48:45.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:48:45.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: L0 2/0 82.67 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 97.2 0.00 0.00 1 0.001 0 0 2024-02-19T23:48:45.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Sum 2/0 82.67 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 97.2 0.00 0.00 1 0.001 0 0 2024-02-19T23:48:45.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 97.2 0.00 0.00 1 0.001 0 0 2024-02-19T23:48:45.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 2024-02-19T23:48:45.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: ** Compaction Stats [default] ** 2024-02-19T23:48:45.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 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 2024-02-19T23:48:45.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:48:45.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 97.2 0.00 0.00 1 0.001 0 0 2024-02-19T23:48:45.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T23:48:45.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-19T23:48:45.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-19T23:48:45.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: AddFile(Total Files): cumulative 0, interval 0 2024-02-19T23:48:45.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-19T23:48:45.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: AddFile(Keys): cumulative 0, interval 0 2024-02-19T23:48:45.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Cumulative compaction: 0.00 GB write, 21.88 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T23:48:45.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Interval compaction: 0.00 GB write, 21.88 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T23:48:45.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-19T23:48:45.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 2024-02-19T23:48:45.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: ** File Read Latency Histogram By Level [default] ** 2024-02-19T23:48:45.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 2024-02-19T23:48:45.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: ** Compaction Stats [default] ** 2024-02-19T23:48:45.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 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 2024-02-19T23:48:45.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:48:45.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: L0 2/0 82.67 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 97.2 0.00 0.00 1 0.001 0 0 2024-02-19T23:48:45.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Sum 2/0 82.67 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 97.2 0.00 0.00 1 0.001 0 0 2024-02-19T23:48:45.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 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 2024-02-19T23:48:45.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 2024-02-19T23:48:45.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: ** Compaction Stats [default] ** 2024-02-19T23:48:45.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 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 2024-02-19T23:48:45.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:48:45.115 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 97.2 0.00 0.00 1 0.001 0 0 2024-02-19T23:48:45.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T23:48:45.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-19T23:48:45.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-19T23:48:45.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: AddFile(Total Files): cumulative 0, interval 0 2024-02-19T23:48:45.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-19T23:48:45.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: AddFile(Keys): cumulative 0, interval 0 2024-02-19T23:48:45.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Cumulative compaction: 0.00 GB write, 21.70 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T23:48:45.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T23:48:45.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-19T23:48:45.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 2024-02-19T23:48:45.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: ** File Read Latency Histogram By Level [default] ** 2024-02-19T23:48:45.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 2024-02-19T23:48:45.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.809+0000 7fdd35a2c700 0 starting mon.smithi089 rank 0 at public addrs [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] at bind addrs [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi089 fsid 539a0364-cf81-11ee-95bb-87774f69a715 2024-02-19T23:48:45.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.811+0000 7fdd35a2c700 1 mon.smithi089@-1(???) e1 preinit fsid 539a0364-cf81-11ee-95bb-87774f69a715 2024-02-19T23:48:45.116 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.811+0000 7fdd35a2c700 0 mon.smithi089@-1(???).mds e1 new map 2024-02-19T23:48:45.117 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.811+0000 7fdd35a2c700 0 mon.smithi089@-1(???).mds e1 print_map 2024-02-19T23:48:45.117 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: e1 2024-02-19T23:48:45.117 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-19T23:48:45.117 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 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} 2024-02-19T23:48:45.117 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: legacy client fscid: -1 2024-02-19T23:48:45.117 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 2024-02-19T23:48:45.117 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: No filesystems configured 2024-02-19T23:48:45.117 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 2024-02-19T23:48:45.117 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.811+0000 7fdd35a2c700 0 mon.smithi089@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-19T23:48:45.117 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.811+0000 7fdd35a2c700 0 mon.smithi089@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-19T23:48:45.117 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.811+0000 7fdd35a2c700 0 mon.smithi089@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-19T23:48:45.117 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.811+0000 7fdd35a2c700 0 mon.smithi089@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-19T23:48:45.117 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:48:42.901064+0000 mon.smithi089 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.89:0/243239097' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:48:45.117 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-19T23:48:44.812+0000 7fdd35a2c700 1 mon.smithi089@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-19T23:48:45.117 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 bash[34420]: 35b52322d19b586d76ec9dc350dfd16270f2e225b687d7c2c4d9f7fce49278f6 2024-02-19T23:48:45.117 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 systemd[1]: Started Ceph mon.smithi089 for 539a0364-cf81-11ee-95bb-87774f69a715. 2024-02-19T23:48:45.118 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:48:44.828554+0000 mon.smithi089 (mon.0) 1 : cluster [INF] mon.smithi089 is new leader, mons smithi089 in quorum (ranks 0) 2024-02-19T23:48:45.118 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:48:44.828609+0000 mon.smithi089 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi089=[v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0]} 2024-02-19T23:48:45.118 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:48:44.828683+0000 mon.smithi089 (mon.0) 3 : cluster [DBG] fsmap 2024-02-19T23:48:45.118 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:48:44.828719+0000 mon.smithi089 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-19T23:48:45.118 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:48:44.829093+0000 mon.smithi089 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-19T23:48:46.047 INFO:teuthology.orchestra.run.smithi089.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-19T23:48:46.047 INFO:teuthology.orchestra.run.smithi089.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-19T23:48:46.048 INFO:teuthology.orchestra.run.smithi089.stderr:Creating mgr... 2024-02-19T23:48:46.048 INFO:teuthology.orchestra.run.smithi089.stderr:Verifying port 9283 ... 2024-02-19T23:48:46.050 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl daemon-reload 2024-02-19T23:48:46.141 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl stop ceph-539a0364-cf81-11ee-95bb-87774f69a715@mgr.smithi089.imilpg 2024-02-19T23:48:46.163 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl reset-failed ceph-539a0364-cf81-11ee-95bb-87774f69a715@mgr.smithi089.imilpg 2024-02-19T23:48:46.168 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Failed to reset failed state of unit ceph-539a0364-cf81-11ee-95bb-87774f69a715@mgr.smithi089.imilpg.service: Unit ceph-539a0364-cf81-11ee-95bb-87774f69a715@mgr.smithi089.imilpg.service not loaded. 2024-02-19T23:48:46.169 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl enable ceph-539a0364-cf81-11ee-95bb-87774f69a715@mgr.smithi089.imilpg 2024-02-19T23:48:46.175 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: Created symlink /etc/systemd/system/ceph-539a0364-cf81-11ee-95bb-87774f69a715.target.wants/ceph-539a0364-cf81-11ee-95bb-87774f69a715@mgr.smithi089.imilpg.service → /etc/systemd/system/ceph-539a0364-cf81-11ee-95bb-87774f69a715@.service. 2024-02-19T23:48:46.258 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl start ceph-539a0364-cf81-11ee-95bb-87774f69a715@mgr.smithi089.imilpg 2024-02-19T23:48:46.845 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:46 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:48:45.477010+0000 mon.smithi089 (mon.0) 6 : audit [INF] from='client.? 172.21.15.89:0/3839469263' entity='client.admin' 2024-02-19T23:48:46.887 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-19T23:48:46.896 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: disabled 2024-02-19T23:48:46.896 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-active firewalld.service 2024-02-19T23:48:46.903 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: inactive 2024-02-19T23:48:46.904 INFO:teuthology.orchestra.run.smithi089.stderr:firewalld.service is not enabled 2024-02-19T23:48:46.904 INFO:teuthology.orchestra.run.smithi089.stderr:Not possible to enable service . firewalld.service is not available 2024-02-19T23:48:46.904 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-19T23:48:46.911 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: disabled 2024-02-19T23:48:46.912 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-active firewalld.service 2024-02-19T23:48:46.919 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: inactive 2024-02-19T23:48:46.920 INFO:teuthology.orchestra.run.smithi089.stderr:firewalld.service is not enabled 2024-02-19T23:48:46.920 INFO:teuthology.orchestra.run.smithi089.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-19T23:48:46.920 INFO:teuthology.orchestra.run.smithi089.stderr:Waiting for mgr to start... 2024-02-19T23:48:46.920 INFO:teuthology.orchestra.run.smithi089.stderr:Waiting for mgr... 2024-02-19T23:48:46.920 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmph0yyluuv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpl4x1bj_w:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-02-19T23:48:47.603 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-02-19T23:48:47.603 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: { 2024-02-19T23:48:47.603 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "fsid": "539a0364-cf81-11ee-95bb-87774f69a715", 2024-02-19T23:48:47.603 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "health": { 2024-02-19T23:48:47.603 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-19T23:48:47.604 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "checks": {}, 2024-02-19T23:48:47.604 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "mutes": [] 2024-02-19T23:48:47.604 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-02-19T23:48:47.604 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-19T23:48:47.604 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum": [ 2024-02-19T23:48:47.604 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 0 2024-02-19T23:48:47.604 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-02-19T23:48:47.604 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-19T23:48:47.604 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "smithi089" 2024-02-19T23:48:47.604 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-02-19T23:48:47.604 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-02-19T23:48:47.604 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "monmap": { 2024-02-19T23:48:47.605 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:48:47.605 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-19T23:48:47.605 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-19T23:48:47.605 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-02-19T23:48:47.605 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osdmap": { 2024-02-19T23:48:47.605 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:48:47.605 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-19T23:48:47.605 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-19T23:48:47.606 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-19T23:48:47.606 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-19T23:48:47.609 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-19T23:48:47.609 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-19T23:48:47.609 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-02-19T23:48:47.609 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "pgmap": { 2024-02-19T23:48:47.609 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-19T23:48:47.609 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-19T23:48:47.609 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-19T23:48:47.609 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-19T23:48:47.609 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-19T23:48:47.609 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-19T23:48:47.610 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-19T23:48:47.610 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-19T23:48:47.610 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-02-19T23:48:47.610 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "fsmap": { 2024-02-19T23:48:47.610 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:48:47.610 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-19T23:48:47.610 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-19T23:48:47.610 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-02-19T23:48:47.610 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-19T23:48:47.610 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "available": false, 2024-02-19T23:48:47.610 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-19T23:48:47.610 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "modules": [ 2024-02-19T23:48:47.610 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "iostat", 2024-02-19T23:48:47.610 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "nfs", 2024-02-19T23:48:47.610 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "restful" 2024-02-19T23:48:47.610 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-02-19T23:48:47.610 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "services": {} 2024-02-19T23:48:47.611 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-02-19T23:48:47.611 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "servicemap": { 2024-02-19T23:48:47.611 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:48:47.611 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "modified": "2024-02-19T23:48:39.767936+0000", 2024-02-19T23:48:47.611 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "services": {} 2024-02-19T23:48:47.611 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-02-19T23:48:47.611 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-19T23:48:47.611 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: } 2024-02-19T23:48:47.844 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:47 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:48:47.595693+0000 mon.smithi089 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.89:0/3458162370' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-19T23:48:48.317 INFO:teuthology.orchestra.run.smithi089.stderr:mgr not available, waiting (1/15)... 2024-02-19T23:48:50.319 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmph0yyluuv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpl4x1bj_w:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-02-19T23:48:52.082 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:51 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:48:51.844882+0000 mon.smithi089 (mon.0) 8 : cluster [INF] Activating manager daemon smithi089.imilpg 2024-02-19T23:48:52.082 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:51 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:48:51.847329+0000 mon.smithi089 (mon.0) 9 : cluster [DBG] mgrmap e2: smithi089.imilpg(active, starting, since 0.00255438s) 2024-02-19T23:48:52.083 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:51 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:48:51.848261+0000 mon.smithi089 (mon.0) 10 : audit [DBG] from='mgr.14100 172.21.15.89:0/2036301773' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-19T23:48:52.083 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:51 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:48:51.848389+0000 mon.smithi089 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.89:0/2036301773' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-19T23:48:52.083 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:51 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:48:51.848517+0000 mon.smithi089 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.89:0/2036301773' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-19T23:48:52.083 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:51 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:48:51.848635+0000 mon.smithi089 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.89:0/2036301773' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-02-19T23:48:52.083 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:51 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:48:51.849187+0000 mon.smithi089 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.89:0/2036301773' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "mgr metadata", "who": "smithi089.imilpg", "id": "smithi089.imilpg"}]: dispatch 2024-02-19T23:48:52.083 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:51 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:48:51.850953+0000 mon.smithi089 (mon.0) 15 : cluster [INF] Manager daemon smithi089.imilpg is now available 2024-02-19T23:48:52.083 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:51 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:48:51.860876+0000 mon.smithi089 (mon.0) 16 : audit [INF] from='mgr.14100 172.21.15.89:0/2036301773' entity='mgr.smithi089.imilpg' 2024-02-19T23:48:52.083 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:51 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:48:51.864382+0000 mon.smithi089 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.89:0/2036301773' entity='mgr.smithi089.imilpg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.imilpg/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:48:52.083 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:51 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:48:51.865506+0000 mon.smithi089 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.89:0/2036301773' entity='mgr.smithi089.imilpg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.imilpg/trash_purge_schedule"}]: dispatch 2024-02-19T23:48:52.083 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:51 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:48:51.872468+0000 mon.smithi089 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.89:0/2036301773' entity='mgr.smithi089.imilpg' 2024-02-19T23:48:52.083 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:51 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:48:51.878763+0000 mon.smithi089 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.89:0/2036301773' entity='mgr.smithi089.imilpg' 2024-02-19T23:48:52.471 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-02-19T23:48:52.471 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: { 2024-02-19T23:48:52.471 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "fsid": "539a0364-cf81-11ee-95bb-87774f69a715", 2024-02-19T23:48:52.472 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "health": { 2024-02-19T23:48:52.472 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-19T23:48:52.472 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "checks": {}, 2024-02-19T23:48:52.472 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "mutes": [] 2024-02-19T23:48:52.472 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-02-19T23:48:52.472 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-19T23:48:52.472 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum": [ 2024-02-19T23:48:52.472 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 0 2024-02-19T23:48:52.472 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-02-19T23:48:52.472 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-19T23:48:52.472 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "smithi089" 2024-02-19T23:48:52.472 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-02-19T23:48:52.472 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum_age": 7, 2024-02-19T23:48:52.472 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "monmap": { 2024-02-19T23:48:52.473 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:48:52.473 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-19T23:48:52.473 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-19T23:48:52.473 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-02-19T23:48:52.473 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osdmap": { 2024-02-19T23:48:52.473 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:48:52.473 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-19T23:48:52.473 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-19T23:48:52.473 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-19T23:48:52.473 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-19T23:48:52.473 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-19T23:48:52.473 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-19T23:48:52.473 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-02-19T23:48:52.473 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "pgmap": { 2024-02-19T23:48:52.473 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-19T23:48:52.473 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-19T23:48:52.474 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-19T23:48:52.474 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-19T23:48:52.474 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-19T23:48:52.474 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-19T23:48:52.474 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-19T23:48:52.474 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-19T23:48:52.474 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-02-19T23:48:52.474 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "fsmap": { 2024-02-19T23:48:52.474 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:48:52.474 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-19T23:48:52.474 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-19T23:48:52.474 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-02-19T23:48:52.474 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-19T23:48:52.474 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "available": false, 2024-02-19T23:48:52.474 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-19T23:48:52.474 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "modules": [ 2024-02-19T23:48:52.475 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "iostat", 2024-02-19T23:48:52.475 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "nfs", 2024-02-19T23:48:52.475 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "restful" 2024-02-19T23:48:52.475 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-02-19T23:48:52.475 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "services": {} 2024-02-19T23:48:52.475 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-02-19T23:48:52.475 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "servicemap": { 2024-02-19T23:48:52.475 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:48:52.475 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "modified": "2024-02-19T23:48:39.767936+0000", 2024-02-19T23:48:52.475 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "services": {} 2024-02-19T23:48:52.475 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-02-19T23:48:52.475 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-19T23:48:52.475 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: } 2024-02-19T23:48:53.037 INFO:teuthology.orchestra.run.smithi089.stderr:mgr not available, waiting (2/15)... 2024-02-19T23:48:53.039 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:52 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:48:52.461468+0000 mon.smithi089 (mon.0) 21 : audit [DBG] from='client.? 172.21.15.89:0/1804832960' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-19T23:48:53.039 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:52 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:48:52.849819+0000 mon.smithi089 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi089.imilpg(active, since 1.00505s) 2024-02-19T23:48:55.039 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmph0yyluuv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpl4x1bj_w:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-02-19T23:48:55.278 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:54 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:48:53.905060+0000 mon.smithi089 (mon.0) 23 : cluster [DBG] mgrmap e4: smithi089.imilpg(active, since 2s) 2024-02-19T23:48:55.833 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-02-19T23:48:55.833 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: { 2024-02-19T23:48:55.833 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "fsid": "539a0364-cf81-11ee-95bb-87774f69a715", 2024-02-19T23:48:55.833 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "health": { 2024-02-19T23:48:55.833 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-19T23:48:55.833 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "checks": {}, 2024-02-19T23:48:55.833 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "mutes": [] 2024-02-19T23:48:55.833 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-02-19T23:48:55.833 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-19T23:48:55.833 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum": [ 2024-02-19T23:48:55.833 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 0 2024-02-19T23:48:55.833 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-02-19T23:48:55.834 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-19T23:48:55.834 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "smithi089" 2024-02-19T23:48:55.834 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-02-19T23:48:55.834 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "quorum_age": 10, 2024-02-19T23:48:55.834 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "monmap": { 2024-02-19T23:48:55.834 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:48:55.834 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-19T23:48:55.834 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-19T23:48:55.834 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-02-19T23:48:55.834 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osdmap": { 2024-02-19T23:48:55.834 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:48:55.834 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-19T23:48:55.834 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-19T23:48:55.834 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-19T23:48:55.838 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-19T23:48:55.838 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-19T23:48:55.838 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-19T23:48:55.838 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-02-19T23:48:55.838 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "pgmap": { 2024-02-19T23:48:55.838 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-19T23:48:55.838 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-19T23:48:55.839 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-19T23:48:55.839 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-19T23:48:55.839 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-19T23:48:55.839 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-19T23:48:55.839 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-19T23:48:55.839 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-19T23:48:55.839 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-02-19T23:48:55.839 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "fsmap": { 2024-02-19T23:48:55.839 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:48:55.839 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-19T23:48:55.839 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-19T23:48:55.839 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-02-19T23:48:55.840 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-19T23:48:55.840 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "available": true, 2024-02-19T23:48:55.840 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-19T23:48:55.840 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "modules": [ 2024-02-19T23:48:55.840 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "iostat", 2024-02-19T23:48:55.840 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "nfs", 2024-02-19T23:48:55.840 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "restful" 2024-02-19T23:48:55.840 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ], 2024-02-19T23:48:55.840 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "services": {} 2024-02-19T23:48:55.840 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-02-19T23:48:55.840 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "servicemap": { 2024-02-19T23:48:55.840 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:48:55.840 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "modified": "2024-02-19T23:48:39.767936+0000", 2024-02-19T23:48:55.841 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "services": {} 2024-02-19T23:48:55.841 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: }, 2024-02-19T23:48:55.841 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-19T23:48:55.841 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: } 2024-02-19T23:48:56.232 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:55 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:48:55.825566+0000 mon.smithi089 (mon.0) 24 : audit [DBG] from='client.? 172.21.15.89:0/3439954898' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-19T23:48:56.552 INFO:teuthology.orchestra.run.smithi089.stderr:mgr is available 2024-02-19T23:48:56.552 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmph0yyluuv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpl4x1bj_w:/etc/ceph/ceph.conf:z -v /tmp/tmp_dqxuo9a:/var/lib/ceph/user.conf:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2024-02-19T23:48:57.199 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-02-19T23:48:57.199 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: [global] 2024-02-19T23:48:57.200 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: fsid = 539a0364-cf81-11ee-95bb-87774f69a715 2024-02-19T23:48:57.200 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-19T23:48:57.200 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-19T23:48:57.200 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-19T23:48:57.200 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-19T23:48:57.200 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-19T23:48:57.200 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-02-19T23:48:57.200 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: [mgr] 2024-02-19T23:48:57.200 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-19T23:48:57.200 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 2024-02-19T23:48:57.200 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: [osd] 2024-02-19T23:48:57.200 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-19T23:48:57.200 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-19T23:48:57.594 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:48:57 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:48:57.192792+0000 mon.smithi089 (mon.0) 25 : audit [INF] from='client.? 172.21.15.89:0/2107269925' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-19T23:49:00.259 INFO:teuthology.orchestra.run.smithi089.stderr:Enabling cephadm module... 2024-02-19T23:49:00.260 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmph0yyluuv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpl4x1bj_w:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2024-02-19T23:49:03.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:02 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:02.903777+0000 mon.smithi089 (mon.0) 26 : audit [INF] from='client.? 172.21.15.89:0/9085574' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-19T23:49:04.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:03 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:02.956870+0000 mon.smithi089 (mon.0) 27 : audit [INF] from='client.? 172.21.15.89:0/9085574' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-19T23:49:04.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:03 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:49:02.956924+0000 mon.smithi089 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi089.imilpg(active, since 11s) 2024-02-19T23:49:07.966 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmph0yyluuv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpl4x1bj_w:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-02-19T23:49:08.248 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:08 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:49:07.984749+0000 mon.smithi089 (mon.0) 29 : cluster [INF] Active manager daemon smithi089.imilpg restarted 2024-02-19T23:49:08.249 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:08 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:49:07.985116+0000 mon.smithi089 (mon.0) 30 : cluster [INF] Activating manager daemon smithi089.imilpg 2024-02-19T23:49:08.249 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:08 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:49:07.989782+0000 mon.smithi089 (mon.0) 31 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-19T23:49:08.746 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: { 2024-02-19T23:49:08.746 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 6, 2024-02-19T23:49:08.746 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "available": false, 2024-02-19T23:49:08.746 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "active_name": "smithi089.imilpg", 2024-02-19T23:49:08.746 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-19T23:49:08.746 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: } 2024-02-19T23:49:09.345 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:09 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:49:08.040303+0000 mon.smithi089 (mon.0) 32 : cluster [DBG] mgrmap e6: smithi089.imilpg(active, starting, since 0.0552576s) 2024-02-19T23:49:09.345 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:09 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:08.043204+0000 mon.smithi089 (mon.0) 33 : audit [DBG] from='mgr.14116 172.21.15.89:0/3170119440' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-02-19T23:49:09.345 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:09 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:08.043374+0000 mon.smithi089 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.89:0/3170119440' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "mgr metadata", "who": "smithi089.imilpg", "id": "smithi089.imilpg"}]: dispatch 2024-02-19T23:49:09.345 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:09 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:08.043531+0000 mon.smithi089 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.89:0/3170119440' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-19T23:49:09.345 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:09 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:08.043644+0000 mon.smithi089 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.89:0/3170119440' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-19T23:49:09.345 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:09 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:08.043757+0000 mon.smithi089 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.89:0/3170119440' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-19T23:49:09.345 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:09 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:49:08.045466+0000 mon.smithi089 (mon.0) 38 : cluster [INF] Manager daemon smithi089.imilpg is now available 2024-02-19T23:49:09.346 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:09 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:08.059019+0000 mon.smithi089 (mon.0) 39 : audit [INF] from='mgr.14116 172.21.15.89:0/3170119440' entity='mgr.smithi089.imilpg' 2024-02-19T23:49:09.346 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:09 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:08.061607+0000 mon.smithi089 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.89:0/3170119440' entity='mgr.smithi089.imilpg' 2024-02-19T23:49:09.346 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:09 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:08.064009+0000 mon.smithi089 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.89:0/3170119440' entity='mgr.smithi089.imilpg' 2024-02-19T23:49:09.346 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:09 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:08.153317+0000 mon.smithi089 (mon.0) 42 : audit [INF] from='mgr.14116 172.21.15.89:0/3170119440' entity='mgr.smithi089.imilpg' 2024-02-19T23:49:09.346 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:09 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:08.153992+0000 mon.smithi089 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.89:0/3170119440' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:49:09.346 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:09 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:08.154943+0000 mon.smithi089 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.89:0/3170119440' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:49:09.346 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:09 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:08.156762+0000 mon.smithi089 (mon.0) 45 : audit [DBG] from='mgr.14116 172.21.15.89:0/3170119440' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:49:09.346 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:09 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:08.167371+0000 mon.smithi089 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.89:0/3170119440' entity='mgr.smithi089.imilpg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.imilpg/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:49:09.346 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:09 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:08.168549+0000 mon.smithi089 (mon.0) 47 : audit [INF] from='mgr.14116 172.21.15.89:0/3170119440' entity='mgr.smithi089.imilpg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.imilpg/trash_purge_schedule"}]: dispatch 2024-02-19T23:49:09.346 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:09 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:08.740006+0000 mon.smithi089 (mon.0) 48 : audit [DBG] from='client.? 172.21.15.89:0/3514109582' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-19T23:49:09.382 INFO:teuthology.orchestra.run.smithi089.stderr:Waiting for the mgr to restart... 2024-02-19T23:49:09.382 INFO:teuthology.orchestra.run.smithi089.stderr:Waiting for mgr epoch 6... 2024-02-19T23:49:09.382 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmph0yyluuv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpl4x1bj_w:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-02-19T23:49:10.012 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: { 2024-02-19T23:49:10.012 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-02-19T23:49:10.012 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "initialized": true 2024-02-19T23:49:10.012 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: } 2024-02-19T23:49:10.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:10 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:49:09.050096+0000 mon.smithi089 (mon.0) 49 : cluster [DBG] mgrmap e7: smithi089.imilpg(active, since 1.06505s) 2024-02-19T23:49:10.622 INFO:teuthology.orchestra.run.smithi089.stderr:mgr epoch 6 is available 2024-02-19T23:49:10.622 INFO:teuthology.orchestra.run.smithi089.stderr:Setting orchestrator backend to cephadm... 2024-02-19T23:49:10.622 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmph0yyluuv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpl4x1bj_w:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch set backend cephadm 2024-02-19T23:49:11.938 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmph0yyluuv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpl4x1bj_w:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm set-user root 2024-02-19T23:49:11.940 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:11 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:10.001421+0000 mgr.smithi089.imilpg (mgr.14116) 1 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-19T23:49:11.940 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:11 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:10.007188+0000 mgr.smithi089.imilpg (mgr.14116) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-19T23:49:11.940 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:11 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:49:10.822703+0000 mon.smithi089 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi089.imilpg(active, since 2s) 2024-02-19T23:49:11.940 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:11 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:11.361740+0000 mon.smithi089 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.89:0/3170119440' entity='mgr.smithi089.imilpg' 2024-02-19T23:49:11.941 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:11 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:11.365085+0000 mon.smithi089 (mon.0) 52 : audit [DBG] from='mgr.14116 172.21.15.89:0/3170119440' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:49:12.661 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: value unchanged 2024-02-19T23:49:13.066 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:12 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:11.358055+0000 mgr.smithi089.imilpg (mgr.14116) 3 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:49:13.311 INFO:teuthology.orchestra.run.smithi089.stderr:Generating ssh key... 2024-02-19T23:49:13.311 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmph0yyluuv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpl4x1bj_w:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm generate-key 2024-02-19T23:49:14.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:13 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:12.656498+0000 mgr.smithi089.imilpg (mgr.14116) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:49:15.335 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmph0yyluuv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpl4x1bj_w:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2024-02-19T23:49:16.034 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3AQFf6FfcH6WMYokgT1b4pNyMXilmp+P8U/dr/eW3rjGv5HVzAL5yWFN2GbSl6TAZWu9PMraDqAmXEtXqxIFZ0NFwXdgR7U5EacdfBCTlR+U55/TFLeTtk3zcq8ofZ3vTt+yvXPbpyQtgBMTNKDmtGH1Cp/yaNYTHmy4wRfY6jZc/AvfE1kvkMjDW/KYT5iybySfahkTvj8qYBNnOjKK7IE4kBTR60ojhYJMG7aGwcbeKH168bdHqGqOzmnaCVzDMNBUNN4Jc33oDfl0JbzGSDSGFNq88B+UYt4e4HbH+VB5UHYj+6jvZrZjxYnmM9ifr4Ddnr7geROxNYmqm2lCG20Vl7IPt+4jT1e9/2Wd60ZhKUG8t4F4DH8FSSNw9k99+OpBatHjiqwNeEr0X187rbg98x5b3q4Pjsdw2sOqXfPOIq3dsHU0v508RhV+NV01cfAy6tRZQJbCxcftSWOd5FLAKCepMH7u4/YqWIS4mjcKuaAJNmWw4MOREn6RGcuE= ceph-539a0364-cf81-11ee-95bb-87774f69a715 2024-02-19T23:49:16.055 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:15 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cephadm 2024-02-19T23:49:14.382188+0000 mgr.smithi089.imilpg (mgr.14116) 6 : cephadm [INF] Generating ssh key... 2024-02-19T23:49:16.055 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:15 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:14.743747+0000 mon.smithi089 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.89:0/3170119440' entity='mgr.smithi089.imilpg' 2024-02-19T23:49:16.055 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:15 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:14.745535+0000 mon.smithi089 (mon.0) 54 : audit [INF] from='mgr.14116 172.21.15.89:0/3170119440' entity='mgr.smithi089.imilpg' 2024-02-19T23:49:16.659 INFO:teuthology.orchestra.run.smithi089.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-19T23:49:16.659 INFO:teuthology.orchestra.run.smithi089.stderr:Adding key to root@localhost authorized_keys... 2024-02-19T23:49:16.660 INFO:teuthology.orchestra.run.smithi089.stderr:Adding host smithi089... 2024-02-19T23:49:16.660 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmph0yyluuv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpl4x1bj_w:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch host add smithi089 172.21.15.89 2024-02-19T23:49:17.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:17 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:16.030143+0000 mgr.smithi089.imilpg (mgr.14116) 7 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:49:17.963 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Added host 'smithi089' with addr '172.21.15.89' 2024-02-19T23:49:18.600 INFO:teuthology.orchestra.run.smithi089.stderr:Deploying mon service with default placement... 2024-02-19T23:49:18.600 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmph0yyluuv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpl4x1bj_w:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mon 2024-02-19T23:49:19.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:18 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:17.377988+0000 mgr.smithi089.imilpg (mgr.14116) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi089", "addr": "172.21.15.89", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:49:19.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:18 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:17.957096+0000 mon.smithi089 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.89:0/3170119440' entity='mgr.smithi089.imilpg' 2024-02-19T23:49:19.095 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:18 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cephadm 2024-02-19T23:49:17.957378+0000 mgr.smithi089.imilpg (mgr.14116) 9 : cephadm [INF] Added host smithi089 2024-02-19T23:49:19.095 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:18 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:17.957614+0000 mon.smithi089 (mon.0) 56 : audit [DBG] from='mgr.14116 172.21.15.89:0/3170119440' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:49:19.254 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-19T23:49:19.873 INFO:teuthology.orchestra.run.smithi089.stderr:Deploying mgr service with default placement... 2024-02-19T23:49:19.874 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmph0yyluuv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpl4x1bj_w:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mgr 2024-02-19T23:49:20.594 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:19.245765+0000 mgr.smithi089.imilpg (mgr.14116) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:49:20.595 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cephadm 2024-02-19T23:49:19.246483+0000 mgr.smithi089.imilpg (mgr.14116) 11 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-19T23:49:20.595 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:19.249420+0000 mon.smithi089 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.89:0/3170119440' entity='mgr.smithi089.imilpg' 2024-02-19T23:49:20.624 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-19T23:49:21.197 INFO:teuthology.orchestra.run.smithi089.stderr:Deploying crash service with default placement... 2024-02-19T23:49:21.197 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmph0yyluuv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpl4x1bj_w:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply crash 2024-02-19T23:49:21.844 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:21 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:20.616652+0000 mgr.smithi089.imilpg (mgr.14116) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:49:21.844 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:21 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cephadm 2024-02-19T23:49:20.617210+0000 mgr.smithi089.imilpg (mgr.14116) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-19T23:49:21.844 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:21 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:20.619441+0000 mon.smithi089 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.89:0/3170119440' entity='mgr.smithi089.imilpg' 2024-02-19T23:49:21.912 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-19T23:49:22.512 INFO:teuthology.orchestra.run.smithi089.stderr:Enabling mgr prometheus module... 2024-02-19T23:49:22.513 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmph0yyluuv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpl4x1bj_w:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2024-02-19T23:49:23.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:22 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:21.904639+0000 mgr.smithi089.imilpg (mgr.14116) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:49:23.345 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:22 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cephadm 2024-02-19T23:49:21.905296+0000 mgr.smithi089.imilpg (mgr.14116) 15 : cephadm [INF] Saving service crash spec with placement * 2024-02-19T23:49:23.345 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:22 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:21.907522+0000 mon.smithi089 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.89:0/3170119440' entity='mgr.smithi089.imilpg' 2024-02-19T23:49:24.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:23 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:23.193872+0000 mon.smithi089 (mon.0) 60 : audit [INF] from='client.? 172.21.15.89:0/2218363774' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-19T23:49:24.720 INFO:teuthology.orchestra.run.smithi089.stderr:Deploying prometheus service with default placement... 2024-02-19T23:49:24.720 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmph0yyluuv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpl4x1bj_w:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply prometheus 2024-02-19T23:49:24.977 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:24 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:23.912428+0000 mon.smithi089 (mon.0) 61 : audit [INF] from='client.? 172.21.15.89:0/2218363774' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-19T23:49:24.977 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:24 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:49:23.912502+0000 mon.smithi089 (mon.0) 62 : cluster [DBG] mgrmap e9: smithi089.imilpg(active, since 15s) 2024-02-19T23:49:29.594 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:29 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:49:29.060707+0000 mon.smithi089 (mon.0) 63 : cluster [INF] Active manager daemon smithi089.imilpg restarted 2024-02-19T23:49:29.594 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:29 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:49:29.061126+0000 mon.smithi089 (mon.0) 64 : cluster [INF] Activating manager daemon smithi089.imilpg 2024-02-19T23:49:29.595 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:29 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:49:29.063305+0000 mon.smithi089 (mon.0) 65 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-19T23:49:30.129 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-19T23:49:30.528 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:30 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:49:29.113929+0000 mon.smithi089 (mon.0) 66 : cluster [DBG] mgrmap e10: smithi089.imilpg(active, starting, since 0.052893s) 2024-02-19T23:49:30.529 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:30 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:29.116488+0000 mon.smithi089 (mon.0) 67 : audit [DBG] from='mgr.14144 172.21.15.89:0/4179999416' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-02-19T23:49:30.529 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:30 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:29.117177+0000 mon.smithi089 (mon.0) 68 : audit [DBG] from='mgr.14144 172.21.15.89:0/4179999416' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "mgr metadata", "who": "smithi089.imilpg", "id": "smithi089.imilpg"}]: dispatch 2024-02-19T23:49:30.529 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:30 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:29.117860+0000 mon.smithi089 (mon.0) 69 : audit [DBG] from='mgr.14144 172.21.15.89:0/4179999416' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-19T23:49:30.529 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:30 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:29.118002+0000 mon.smithi089 (mon.0) 70 : audit [DBG] from='mgr.14144 172.21.15.89:0/4179999416' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-19T23:49:30.529 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:30 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:29.118128+0000 mon.smithi089 (mon.0) 71 : audit [DBG] from='mgr.14144 172.21.15.89:0/4179999416' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-19T23:49:30.529 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:30 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:49:29.131240+0000 mon.smithi089 (mon.0) 72 : cluster [INF] Manager daemon smithi089.imilpg is now available 2024-02-19T23:49:30.529 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:30 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:29.226575+0000 mon.smithi089 (mon.0) 73 : audit [DBG] from='mgr.14144 172.21.15.89:0/4179999416' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:49:30.529 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:30 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:29.227860+0000 mon.smithi089 (mon.0) 74 : audit [DBG] from='mgr.14144 172.21.15.89:0/4179999416' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:49:30.529 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:30 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:29.244638+0000 mon.smithi089 (mon.0) 75 : audit [INF] from='mgr.14144 172.21.15.89:0/4179999416' entity='mgr.smithi089.imilpg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.imilpg/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:49:30.529 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:30 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:29.251712+0000 mon.smithi089 (mon.0) 76 : audit [INF] from='mgr.14144 172.21.15.89:0/4179999416' entity='mgr.smithi089.imilpg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.imilpg/trash_purge_schedule"}]: dispatch 2024-02-19T23:49:30.820 INFO:teuthology.orchestra.run.smithi089.stderr:Deploying grafana service with default placement... 2024-02-19T23:49:30.820 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmph0yyluuv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpl4x1bj_w:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply grafana 2024-02-19T23:49:31.524 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-19T23:49:31.548 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:31 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:49:30.119029+0000 mon.smithi089 (mon.0) 77 : cluster [DBG] mgrmap e11: smithi089.imilpg(active, since 1.05799s) 2024-02-19T23:49:31.548 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:31 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cephadm 2024-02-19T23:49:30.120077+0000 mgr.smithi089.imilpg (mgr.14144) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-19T23:49:31.548 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:31 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:30.123239+0000 mon.smithi089 (mon.0) 78 : audit [INF] from='mgr.14144 172.21.15.89:0/4179999416' entity='mgr.smithi089.imilpg' 2024-02-19T23:49:32.077 INFO:teuthology.orchestra.run.smithi089.stderr:Deploying node-exporter service with default placement... 2024-02-19T23:49:32.077 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmph0yyluuv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpl4x1bj_w:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply node-exporter 2024-02-19T23:49:32.345 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:32 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:49:31.125414+0000 mon.smithi089 (mon.0) 79 : cluster [DBG] mgrmap e12: smithi089.imilpg(active, since 2s) 2024-02-19T23:49:32.345 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:32 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:31.516517+0000 mgr.smithi089.imilpg (mgr.14144) 3 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:49:32.345 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:32 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cephadm 2024-02-19T23:49:31.516995+0000 mgr.smithi089.imilpg (mgr.14144) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-19T23:49:32.345 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:32 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:31.519972+0000 mon.smithi089 (mon.0) 80 : audit [INF] from='mgr.14144 172.21.15.89:0/4179999416' entity='mgr.smithi089.imilpg' 2024-02-19T23:49:32.851 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-19T23:49:33.435 INFO:teuthology.orchestra.run.smithi089.stderr:Deploying alertmanager service with default placement... 2024-02-19T23:49:33.435 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmph0yyluuv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpl4x1bj_w:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply alertmanager 2024-02-19T23:49:34.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:33 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:32.843773+0000 mgr.smithi089.imilpg (mgr.14144) 5 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:49:34.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:33 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cephadm 2024-02-19T23:49:32.844402+0000 mgr.smithi089.imilpg (mgr.14144) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-19T23:49:34.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:33 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:32.846621+0000 mon.smithi089 (mon.0) 81 : audit [INF] from='mgr.14144 172.21.15.89:0/4179999416' entity='mgr.smithi089.imilpg' 2024-02-19T23:49:34.113 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-19T23:49:35.424 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:35 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:34.106513+0000 mgr.smithi089.imilpg (mgr.14144) 7 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:49:35.424 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:35 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cephadm 2024-02-19T23:49:34.107053+0000 mgr.smithi089.imilpg (mgr.14144) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-19T23:49:35.424 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:35 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:34.109268+0000 mon.smithi089 (mon.0) 82 : audit [INF] from='mgr.14144 172.21.15.89:0/4179999416' entity='mgr.smithi089.imilpg' 2024-02-19T23:49:35.652 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmph0yyluuv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpl4x1bj_w:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2024-02-19T23:49:37.588 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmph0yyluuv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpl4x1bj_w:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2024-02-19T23:49:37.590 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:37 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:36.413239+0000 mon.smithi089 (mon.0) 83 : audit [INF] from='client.? 172.21.15.89:0/241353499' entity='client.admin' 2024-02-19T23:49:39.457 INFO:teuthology.orchestra.run.smithi089.stderr:Enabling the dashboard module... 2024-02-19T23:49:39.458 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmph0yyluuv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpl4x1bj_w:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2024-02-19T23:49:39.732 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:39 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:38.457687+0000 mon.smithi089 (mon.0) 84 : audit [INF] from='client.? 172.21.15.89:0/829121410' entity='client.admin' 2024-02-19T23:49:39.733 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:39 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:38.725029+0000 mon.smithi089 (mon.0) 85 : audit [INF] from='mgr.14144 172.21.15.89:0/4179999416' entity='mgr.smithi089.imilpg' 2024-02-19T23:49:39.733 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:39 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:39.018854+0000 mon.smithi089 (mon.0) 86 : audit [INF] from='mgr.14144 172.21.15.89:0/4179999416' entity='mgr.smithi089.imilpg' 2024-02-19T23:49:41.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:40 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:40.171385+0000 mon.smithi089 (mon.0) 87 : audit [INF] from='client.? 172.21.15.89:0/3389840724' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-19T23:49:41.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:40 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:40.764269+0000 mon.smithi089 (mon.0) 88 : audit [INF] from='mgr.14144 172.21.15.89:0/4179999416' entity='mgr.smithi089.imilpg' 2024-02-19T23:49:41.569 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmph0yyluuv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpl4x1bj_w:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-02-19T23:49:42.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:41 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:40.838088+0000 mon.smithi089 (mon.0) 89 : audit [INF] from='client.? 172.21.15.89:0/3389840724' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-19T23:49:42.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:41 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:49:40.838135+0000 mon.smithi089 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi089.imilpg(active, since 11s) 2024-02-19T23:49:42.547 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: { 2024-02-19T23:49:42.548 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "epoch": 13, 2024-02-19T23:49:42.548 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "available": true, 2024-02-19T23:49:42.548 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "active_name": "smithi089.imilpg", 2024-02-19T23:49:42.548 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-19T23:49:42.548 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: } 2024-02-19T23:49:43.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:42 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:42.542636+0000 mon.smithi089 (mon.0) 91 : audit [DBG] from='client.? 172.21.15.89:0/2350898394' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-19T23:49:43.683 INFO:teuthology.orchestra.run.smithi089.stderr:Waiting for the mgr to restart... 2024-02-19T23:49:43.684 INFO:teuthology.orchestra.run.smithi089.stderr:Waiting for mgr epoch 13... 2024-02-19T23:49:43.684 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmph0yyluuv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpl4x1bj_w:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-02-19T23:49:47.094 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: { 2024-02-19T23:49:47.094 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2024-02-19T23:49:47.095 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: "initialized": true 2024-02-19T23:49:47.095 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: } 2024-02-19T23:49:47.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:47 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:49:46.027632+0000 mon.smithi089 (mon.0) 92 : cluster [INF] Active manager daemon smithi089.imilpg restarted 2024-02-19T23:49:47.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:47 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:49:46.028046+0000 mon.smithi089 (mon.0) 93 : cluster [INF] Activating manager daemon smithi089.imilpg 2024-02-19T23:49:47.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:47 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:49:46.031973+0000 mon.smithi089 (mon.0) 94 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-19T23:49:47.345 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:47 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:49:46.080242+0000 mon.smithi089 (mon.0) 95 : cluster [DBG] mgrmap e14: smithi089.imilpg(active, starting, since 0.0523048s) 2024-02-19T23:49:47.345 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:47 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:46.081021+0000 mon.smithi089 (mon.0) 96 : audit [DBG] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-02-19T23:49:47.345 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:47 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:46.081882+0000 mon.smithi089 (mon.0) 97 : audit [DBG] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "mgr metadata", "who": "smithi089.imilpg", "id": "smithi089.imilpg"}]: dispatch 2024-02-19T23:49:47.345 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:47 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:46.082725+0000 mon.smithi089 (mon.0) 98 : audit [DBG] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-19T23:49:47.345 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:47 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:46.082865+0000 mon.smithi089 (mon.0) 99 : audit [DBG] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-19T23:49:47.345 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:47 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:46.083004+0000 mon.smithi089 (mon.0) 100 : audit [DBG] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-19T23:49:47.345 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:47 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:49:46.096481+0000 mon.smithi089 (mon.0) 101 : cluster [INF] Manager daemon smithi089.imilpg is now available 2024-02-19T23:49:47.345 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:47 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:46.194227+0000 mon.smithi089 (mon.0) 102 : audit [DBG] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:49:47.345 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:47 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:46.195232+0000 mon.smithi089 (mon.0) 103 : audit [DBG] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:49:47.345 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:47 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:46.213959+0000 mon.smithi089 (mon.0) 104 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.imilpg/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:49:47.345 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:47 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:46.222728+0000 mon.smithi089 (mon.0) 105 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.imilpg/trash_purge_schedule"}]: dispatch 2024-02-19T23:49:48.145 INFO:teuthology.orchestra.run.smithi089.stderr:mgr epoch 13 is available 2024-02-19T23:49:48.145 INFO:teuthology.orchestra.run.smithi089.stderr:Generating a dashboard self-signed certificate... 2024-02-19T23:49:48.146 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmph0yyluuv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpl4x1bj_w:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2024-02-19T23:49:48.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:47.082498+0000 mgr.smithi089.imilpg (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-19T23:49:48.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:49:47.082939+0000 mon.smithi089 (mon.0) 106 : cluster [DBG] mgrmap e15: smithi089.imilpg(active, since 1.055s) 2024-02-19T23:49:48.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:47.089597+0000 mgr.smithi089.imilpg (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-19T23:49:48.937 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-19T23:49:49.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:49 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:49:48.085430+0000 mon.smithi089 (mon.0) 107 : cluster [DBG] mgrmap e16: smithi089.imilpg(active, since 2s) 2024-02-19T23:49:49.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:49 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:48.459529+0000 mon.smithi089 (mon.0) 108 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' 2024-02-19T23:49:49.345 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:49 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:48.870076+0000 mgr.smithi089.imilpg (mgr.14164) 3 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:49:49.345 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:49 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:48.930513+0000 mon.smithi089 (mon.0) 109 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' 2024-02-19T23:49:49.345 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:49 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:48.932294+0000 mon.smithi089 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' 2024-02-19T23:49:50.073 INFO:teuthology.orchestra.run.smithi089.stderr:Creating initial admin user... 2024-02-19T23:49:50.074 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmph0yyluuv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpl4x1bj_w:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpvw34009e:/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 2024-02-19T23:49:51.638 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$dSXYjN.xIXkRMyXodjBLxOEVd58ZqOoWblW7HZ0mLE2hvxrDR5GoW", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1708386591, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-19T23:49:52.227 INFO:teuthology.orchestra.run.smithi089.stderr:Fetching dashboard port number... 2024-02-19T23:49:52.227 INFO:teuthology.orchestra.run.smithi089.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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmph0yyluuv:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpl4x1bj_w:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2024-02-19T23:49:52.844 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:52 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:51.416786+0000 mgr.smithi089.imilpg (mgr.14164) 4 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:49:52.844 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:52 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:51.633315+0000 mon.smithi089 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' 2024-02-19T23:49:52.961 INFO:teuthology.orchestra.run.smithi089.stderr:/usr/bin/ceph: 8443 2024-02-19T23:49:53.685 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-19T23:49:53.693 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: disabled 2024-02-19T23:49:53.693 INFO:teuthology.orchestra.run.smithi089.stderr:Running command: systemctl is-active firewalld.service 2024-02-19T23:49:53.700 INFO:teuthology.orchestra.run.smithi089.stderr:systemctl: inactive 2024-02-19T23:49:53.701 INFO:teuthology.orchestra.run.smithi089.stderr:firewalld.service is not enabled 2024-02-19T23:49:53.701 INFO:teuthology.orchestra.run.smithi089.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-19T23:49:53.704 INFO:teuthology.orchestra.run.smithi089.stderr:Ceph Dashboard is now available at: 2024-02-19T23:49:53.704 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-02-19T23:49:53.707 INFO:teuthology.orchestra.run.smithi089.stderr: URL: https://smithi089.front.sepia.ceph.com:8443/ 2024-02-19T23:49:53.707 INFO:teuthology.orchestra.run.smithi089.stderr: User: admin 2024-02-19T23:49:53.707 INFO:teuthology.orchestra.run.smithi089.stderr: Password: ra9s0xdmiv 2024-02-19T23:49:53.707 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-02-19T23:49:53.707 INFO:teuthology.orchestra.run.smithi089.stderr:You can access the Ceph CLI with: 2024-02-19T23:49:53.707 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-02-19T23:49:53.708 INFO:teuthology.orchestra.run.smithi089.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-19T23:49:53.708 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-02-19T23:49:53.708 INFO:teuthology.orchestra.run.smithi089.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-19T23:49:53.708 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-02-19T23:49:53.708 INFO:teuthology.orchestra.run.smithi089.stderr: ceph telemetry on 2024-02-19T23:49:53.708 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-02-19T23:49:53.708 INFO:teuthology.orchestra.run.smithi089.stderr:For more information see: 2024-02-19T23:49:53.708 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-02-19T23:49:53.708 INFO:teuthology.orchestra.run.smithi089.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-02-19T23:49:53.708 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-02-19T23:49:53.708 INFO:teuthology.orchestra.run.smithi089.stderr:Bootstrap complete. 2024-02-19T23:49:53.708 INFO:teuthology.orchestra.run.smithi089.stderr:Releasing lock 139805748973696 on /run/cephadm/539a0364-cf81-11ee-95bb-87774f69a715.lock 2024-02-19T23:49:53.708 INFO:teuthology.orchestra.run.smithi089.stderr:Lock 139805748973696 released on /run/cephadm/539a0364-cf81-11ee-95bb-87774f69a715.lock 2024-02-19T23:49:53.738 INFO:tasks.cephadm:Fetching config... 2024-02-19T23:49:53.739 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-02-19T23:49:53.739 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-19T23:49:53.757 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-19T23:49:53.757 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-02-19T23:49:53.757 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-19T23:49:53.815 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-19T23:49:53.816 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-02-19T23:49:53.816 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/mon.smithi089/keyring of=/dev/stdout 2024-02-19T23:49:53.883 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-19T23:49:53.883 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-02-19T23:49:53.883 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-19T23:49:53.940 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-19T23:49:53.940 DEBUG:teuthology.orchestra.run.smithi089:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3AQFf6FfcH6WMYokgT1b4pNyMXilmp+P8U/dr/eW3rjGv5HVzAL5yWFN2GbSl6TAZWu9PMraDqAmXEtXqxIFZ0NFwXdgR7U5EacdfBCTlR+U55/TFLeTtk3zcq8ofZ3vTt+yvXPbpyQtgBMTNKDmtGH1Cp/yaNYTHmy4wRfY6jZc/AvfE1kvkMjDW/KYT5iybySfahkTvj8qYBNnOjKK7IE4kBTR60ojhYJMG7aGwcbeKH168bdHqGqOzmnaCVzDMNBUNN4Jc33oDfl0JbzGSDSGFNq88B+UYt4e4HbH+VB5UHYj+6jvZrZjxYnmM9ifr4Ddnr7geROxNYmqm2lCG20Vl7IPt+4jT1e9/2Wd60ZhKUG8t4F4DH8FSSNw9k99+OpBatHjiqwNeEr0X187rbg98x5b3q4Pjsdw2sOqXfPOIq3dsHU0v508RhV+NV01cfAy6tRZQJbCxcftSWOd5FLAKCepMH7u4/YqWIS4mjcKuaAJNmWw4MOREn6RGcuE= ceph-539a0364-cf81-11ee-95bb-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-19T23:49:54.005 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:53 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:49:52.634614+0000 mon.smithi089 (mon.0) 112 : cluster [DBG] mgrmap e17: smithi089.imilpg(active, since 6s) 2024-02-19T23:49:54.005 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:53 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:52.957022+0000 mon.smithi089 (mon.0) 113 : audit [DBG] from='client.? 172.21.15.89:0/1916805666' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-19T23:49:54.020 INFO:teuthology.orchestra.run.smithi089.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3AQFf6FfcH6WMYokgT1b4pNyMXilmp+P8U/dr/eW3rjGv5HVzAL5yWFN2GbSl6TAZWu9PMraDqAmXEtXqxIFZ0NFwXdgR7U5EacdfBCTlR+U55/TFLeTtk3zcq8ofZ3vTt+yvXPbpyQtgBMTNKDmtGH1Cp/yaNYTHmy4wRfY6jZc/AvfE1kvkMjDW/KYT5iybySfahkTvj8qYBNnOjKK7IE4kBTR60ojhYJMG7aGwcbeKH168bdHqGqOzmnaCVzDMNBUNN4Jc33oDfl0JbzGSDSGFNq88B+UYt4e4HbH+VB5UHYj+6jvZrZjxYnmM9ifr4Ddnr7geROxNYmqm2lCG20Vl7IPt+4jT1e9/2Wd60ZhKUG8t4F4DH8FSSNw9k99+OpBatHjiqwNeEr0X187rbg98x5b3q4Pjsdw2sOqXfPOIq3dsHU0v508RhV+NV01cfAy6tRZQJbCxcftSWOd5FLAKCepMH7u4/YqWIS4mjcKuaAJNmWw4MOREn6RGcuE= ceph-539a0364-cf81-11ee-95bb-87774f69a715 2024-02-19T23:49:54.030 DEBUG:teuthology.orchestra.run.smithi121:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3AQFf6FfcH6WMYokgT1b4pNyMXilmp+P8U/dr/eW3rjGv5HVzAL5yWFN2GbSl6TAZWu9PMraDqAmXEtXqxIFZ0NFwXdgR7U5EacdfBCTlR+U55/TFLeTtk3zcq8ofZ3vTt+yvXPbpyQtgBMTNKDmtGH1Cp/yaNYTHmy4wRfY6jZc/AvfE1kvkMjDW/KYT5iybySfahkTvj8qYBNnOjKK7IE4kBTR60ojhYJMG7aGwcbeKH168bdHqGqOzmnaCVzDMNBUNN4Jc33oDfl0JbzGSDSGFNq88B+UYt4e4HbH+VB5UHYj+6jvZrZjxYnmM9ifr4Ddnr7geROxNYmqm2lCG20Vl7IPt+4jT1e9/2Wd60ZhKUG8t4F4DH8FSSNw9k99+OpBatHjiqwNeEr0X187rbg98x5b3q4Pjsdw2sOqXfPOIq3dsHU0v508RhV+NV01cfAy6tRZQJbCxcftSWOd5FLAKCepMH7u4/YqWIS4mjcKuaAJNmWw4MOREn6RGcuE= ceph-539a0364-cf81-11ee-95bb-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-19T23:49:54.075 INFO:teuthology.orchestra.run.smithi121.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3AQFf6FfcH6WMYokgT1b4pNyMXilmp+P8U/dr/eW3rjGv5HVzAL5yWFN2GbSl6TAZWu9PMraDqAmXEtXqxIFZ0NFwXdgR7U5EacdfBCTlR+U55/TFLeTtk3zcq8ofZ3vTt+yvXPbpyQtgBMTNKDmtGH1Cp/yaNYTHmy4wRfY6jZc/AvfE1kvkMjDW/KYT5iybySfahkTvj8qYBNnOjKK7IE4kBTR60ojhYJMG7aGwcbeKH168bdHqGqOzmnaCVzDMNBUNN4Jc33oDfl0JbzGSDSGFNq88B+UYt4e4HbH+VB5UHYj+6jvZrZjxYnmM9ifr4Ddnr7geROxNYmqm2lCG20Vl7IPt+4jT1e9/2Wd60ZhKUG8t4F4DH8FSSNw9k99+OpBatHjiqwNeEr0X187rbg98x5b3q4Pjsdw2sOqXfPOIq3dsHU0v508RhV+NV01cfAy6tRZQJbCxcftSWOd5FLAKCepMH7u4/YqWIS4mjcKuaAJNmWw4MOREn6RGcuE= ceph-539a0364-cf81-11ee-95bb-87774f69a715 2024-02-19T23:49:54.087 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-19T23:49:58.185 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-19T23:49:58.186 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-19T23:49:58.844 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:58 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:57.448804+0000 mon.smithi089 (mon.0) 114 : audit [INF] from='client.? 172.21.15.89:0/1473588939' entity='client.admin' 2024-02-19T23:49:59.975 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:58.898580+0000 mon.smithi089 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' 2024-02-19T23:49:59.975 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:59.161505+0000 mon.smithi089 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "config rm", "who": "osd/host:smithi089", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:49:59.975 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:49:59.165205+0000 mon.smithi089 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' 2024-02-19T23:49:59.975 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:49:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cephadm 2024-02-19T23:49:59.172094+0000 mgr.smithi089.imilpg (mgr.14164) 5 : cephadm [INF] Deploying daemon alertmanager.smithi089 on smithi089 2024-02-19T23:50:01.402 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi121 2024-02-19T23:50:01.402 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2024-02-19T23:50:01.402 DEBUG:teuthology.orchestra.run.smithi121:> dd of=/etc/ceph/ceph.conf 2024-02-19T23:50:01.424 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2024-02-19T23:50:01.424 DEBUG:teuthology.orchestra.run.smithi121:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-19T23:50:01.487 INFO:tasks.cephadm:Adding host smithi121 to orchestrator... 2024-02-19T23:50:01.488 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph orch host add smithi121 2024-02-19T23:50:02.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:01 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:50:00.735134+0000 mgr.smithi089.imilpg (mgr.14164) 6 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:50:02.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:01 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:50:00.737411+0000 mon.smithi089 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' 2024-02-19T23:50:07.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:07 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:50:06.083937+0000 mgr.smithi089.imilpg (mgr.14164) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:50:09.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:09 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:50:08.084218+0000 mgr.smithi089.imilpg (mgr.14164) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:50:12.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:11 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:50:10.084523+0000 mgr.smithi089.imilpg (mgr.14164) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:50:14.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:13 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:50:12.084900+0000 mgr.smithi089.imilpg (mgr.14164) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:50:16.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:15 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:50:14.085270+0000 mgr.smithi089.imilpg (mgr.14164) 11 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:50:18.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:17 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:50:16.085527+0000 mgr.smithi089.imilpg (mgr.14164) 12 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:50:20.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:19 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:50:18.085803+0000 mgr.smithi089.imilpg (mgr.14164) 13 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:50:22.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:21 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:50:20.086183+0000 mgr.smithi089.imilpg (mgr.14164) 14 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:50:24.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:23 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:50:22.086492+0000 mgr.smithi089.imilpg (mgr.14164) 15 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:50:26.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:25 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:50:24.086754+0000 mgr.smithi089.imilpg (mgr.14164) 16 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:50:28.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:27 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:50:26.087010+0000 mgr.smithi089.imilpg (mgr.14164) 17 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:50:29.866 INFO:teuthology.orchestra.run.smithi121.stdout:Added host 'smithi121' with addr '172.21.15.121' 2024-02-19T23:50:30.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:29 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:50:28.087348+0000 mgr.smithi089.imilpg (mgr.14164) 18 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:50:30.489 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph orch host ls --format=json 2024-02-19T23:50:31.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:30 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:50:29.268109+0000 mgr.smithi089.imilpg (mgr.14164) 19 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi121", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:50:31.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:30 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:50:29.860337+0000 mon.smithi089 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' 2024-02-19T23:50:31.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:30 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cephadm 2024-02-19T23:50:29.860704+0000 mgr.smithi089.imilpg (mgr.14164) 20 : cephadm [INF] Added host smithi121 2024-02-19T23:50:32.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:31 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:50:30.087773+0000 mgr.smithi089.imilpg (mgr.14164) 21 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:50:32.462 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:50:32.462 INFO:teuthology.orchestra.run.smithi121.stdout:[{"addr": "172.21.15.89", "hostname": "smithi089", "labels": [], "status": ""}, {"addr": "172.21.15.121", "hostname": "smithi121", "labels": [], "status": ""}] 2024-02-19T23:50:33.050 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-19T23:50:33.050 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph osd crush tunables default 2024-02-19T23:50:34.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:33 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:50:32.088125+0000 mgr.smithi089.imilpg (mgr.14164) 22 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:50:34.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:33 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:50:32.457555+0000 mgr.smithi089.imilpg (mgr.14164) 23 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:35.874 INFO:teuthology.orchestra.run.smithi089.stderr:adjusted tunables profile to default 2024-02-19T23:50:36.202 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:35 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:50:34.088400+0000 mgr.smithi089.imilpg (mgr.14164) 24 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:50:36.202 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:35 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:50:35.231989+0000 mon.smithi089 (mon.0) 120 : audit [INF] from='client.? 172.21.15.89:0/34549169' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-19T23:50:36.534 INFO:tasks.cephadm:Adding mon.smithi089 on smithi089 2024-02-19T23:50:36.535 INFO:tasks.cephadm:Adding mon.smithi121 on smithi121 2024-02-19T23:50:36.535 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph orch apply mon '2;smithi089:172.21.15.89=smithi089;smithi121:172.21.15.121=smithi121' 2024-02-19T23:50:37.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:36 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:50:35.868776+0000 mon.smithi089 (mon.0) 121 : audit [INF] from='client.? 172.21.15.89:0/34549169' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-19T23:50:37.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:36 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:50:35.868815+0000 mon.smithi089 (mon.0) 122 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-19T23:50:38.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:37 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:50:36.088707+0000 mgr.smithi089.imilpg (mgr.14164) 25 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:50:38.510 INFO:teuthology.orchestra.run.smithi121.stdout:Scheduled mon update... 2024-02-19T23:50:39.062 DEBUG:teuthology.orchestra.run.smithi121:mon.smithi121> sudo journalctl -f -n 0 -u ceph-539a0364-cf81-11ee-95bb-87774f69a715@mon.smithi121.service 2024-02-19T23:50:39.064 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:50:39.065 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:50:39.094 INFO:journalctl@ceph.mon.smithi121.smithi121.stdout:-- Logs begin at Mon 2024-02-19 23:41:05 UTC. -- 2024-02-19T23:50:39.844 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:39 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:50:38.088983+0000 mgr.smithi089.imilpg (mgr.14164) 26 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:50:39.844 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:39 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:50:38.501879+0000 mgr.smithi089.imilpg (mgr.14164) 27 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi089:172.21.15.89=smithi089;smithi121:172.21.15.121=smithi121", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:50:39.844 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:39 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cephadm 2024-02-19T23:50:38.503277+0000 mgr.smithi089.imilpg (mgr.14164) 28 : cephadm [INF] Saving service mon spec with placement smithi089:172.21.15.89=smithi089;smithi121:172.21.15.121=smithi121;count:2 2024-02-19T23:50:39.844 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:39 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:50:38.505834+0000 mon.smithi089 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' 2024-02-19T23:50:41.079 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:50:41.080 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:50:41.081 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:50:42.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:41 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:50:40.089216+0000 mgr.smithi089.imilpg (mgr.14164) 29 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:50:42.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:41 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:50:41.075520+0000 mon.smithi089 (mon.0) 124 : audit [DBG] from='client.? 172.21.15.121:0/2808057051' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:50:42.748 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:50:42.748 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:50:44.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:43 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:50:42.089504+0000 mgr.smithi089.imilpg (mgr.14164) 30 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:50:44.785 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:50:44.785 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:50:44.787 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:50:45.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:50:44.781387+0000 mon.smithi089 (mon.0) 125 : audit [DBG] from='client.? 172.21.15.121:0/1181361982' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:50:46.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:45 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:50:44.089812+0000 mgr.smithi089.imilpg (mgr.14164) 31 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:50:46.413 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:50:46.414 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:50:47.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:46 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:50:46.220298+0000 mon.smithi089 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.imilpg/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:50:47.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:46 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:50:46.225145+0000 mon.smithi089 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.imilpg/trash_purge_schedule"}]: dispatch 2024-02-19T23:50:48.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:47 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:50:46.090068+0000 mgr.smithi089.imilpg (mgr.14164) 32 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:50:48.407 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:50:48.407 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:50:48.409 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:50:49.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:50:48.403401+0000 mon.smithi089 (mon.0) 128 : audit [DBG] from='client.? 172.21.15.121:0/608152802' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:50:49.928 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:50:49.928 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:50:50.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:49 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:50:48.090379+0000 mgr.smithi089.imilpg (mgr.14164) 33 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:50:52.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:51 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:50:50.090693+0000 mgr.smithi089.imilpg (mgr.14164) 34 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:50:54.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:53 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:50:52.091057+0000 mgr.smithi089.imilpg (mgr.14164) 35 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:50:56.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:55 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:50:54.091292+0000 mgr.smithi089.imilpg (mgr.14164) 36 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:50:58.110 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:50:58.110 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:50:58.111 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:50:58.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:57 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:50:56.091640+0000 mgr.smithi089.imilpg (mgr.14164) 37 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:50:59.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:58 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:50:58.105879+0000 mon.smithi089 (mon.0) 129 : audit [DBG] from='client.? 172.21.15.121:0/1652183228' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:50:59.717 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:50:59.717 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:51:00.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:50:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:50:58.091998+0000 mgr.smithi089.imilpg (mgr.14164) 38 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:51:01.824 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:51:01.824 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:51:01.826 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:51:02.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:01 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:51:00.092220+0000 mgr.smithi089.imilpg (mgr.14164) 39 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:51:02.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:01 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:51:01.820538+0000 mon.smithi089 (mon.0) 130 : audit [DBG] from='client.? 172.21.15.121:0/1154718547' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:51:03.421 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:51:03.422 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:51:04.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:03 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:51:02.092525+0000 mgr.smithi089.imilpg (mgr.14164) 40 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:51:05.350 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:51:05.351 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:51:05.352 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:51:06.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:05 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:51:04.092825+0000 mgr.smithi089.imilpg (mgr.14164) 41 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:51:06.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:05 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:51:05.346618+0000 mon.smithi089 (mon.0) 131 : audit [DBG] from='client.? 172.21.15.121:0/2960174465' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:51:06.967 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:51:06.968 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:51:08.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:07 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:51:06.093139+0000 mgr.smithi089.imilpg (mgr.14164) 42 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:51:08.961 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:51:08.961 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:51:08.962 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:51:10.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:09 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:51:08.093463+0000 mgr.smithi089.imilpg (mgr.14164) 43 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:51:10.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:09 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:51:08.957065+0000 mon.smithi089 (mon.0) 132 : audit [DBG] from='client.? 172.21.15.121:0/1723508617' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:51:10.507 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:51:10.508 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:51:12.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:11 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:51:10.093730+0000 mgr.smithi089.imilpg (mgr.14164) 44 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:51:12.511 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:51:12.512 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:51:12.513 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:51:13.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:12 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:51:12.507348+0000 mon.smithi089 (mon.0) 133 : audit [DBG] from='client.? 172.21.15.121:0/1540140097' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:51:14.102 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:51:14.102 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:51:14.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:13 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:51:12.094062+0000 mgr.smithi089.imilpg (mgr.14164) 45 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:51:16.138 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:51:16.138 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:51:16.139 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:51:16.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:15 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:51:14.094385+0000 mgr.smithi089.imilpg (mgr.14164) 46 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:51:17.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:16 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:51:16.134327+0000 mon.smithi089 (mon.0) 134 : audit [DBG] from='client.? 172.21.15.121:0/108310120' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:51:17.793 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:51:17.793 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:51:18.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:17 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:51:16.094781+0000 mgr.smithi089.imilpg (mgr.14164) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:51:19.861 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:51:19.861 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:51:19.862 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:51:20.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:19 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:51:18.095105+0000 mgr.smithi089.imilpg (mgr.14164) 48 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:51:20.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:19 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:51:19.857234+0000 mon.smithi089 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.121:0/370156449' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:51:21.498 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:51:21.499 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:51:22.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:21 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:51:20.095491+0000 mgr.smithi089.imilpg (mgr.14164) 49 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:51:23.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:22 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:51:22.095897+0000 mgr.smithi089.imilpg (mgr.14164) 50 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:51:23.758 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:51:23.759 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:51:23.760 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:51:24.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:23 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:51:23.754932+0000 mon.smithi089 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.121:0/3171873277' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:51:25.368 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:51:25.368 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:51:26.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:25 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:51:24.096263+0000 mgr.smithi089.imilpg (mgr.14164) 51 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:51:27.316 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:51:27.316 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:51:27.318 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:51:28.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:27 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:51:26.096643+0000 mgr.smithi089.imilpg (mgr.14164) 52 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:51:28.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:27 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:51:27.312331+0000 mon.smithi089 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.121:0/1648810312' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:51:28.940 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:51:28.940 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:51:30.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:29 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:51:28.096883+0000 mgr.smithi089.imilpg (mgr.14164) 53 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:51:30.994 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:51:30.994 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:51:30.996 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:51:32.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:31 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:51:30.097206+0000 mgr.smithi089.imilpg (mgr.14164) 54 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:51:32.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:31 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:51:30.990843+0000 mon.smithi089 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.121:0/2382738690' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:51:32.650 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:51:32.651 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:51:34.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:33 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:51:32.097550+0000 mgr.smithi089.imilpg (mgr.14164) 55 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:51:34.727 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:51:34.727 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:51:34.728 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:51:35.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:34 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:51:34.723103+0000 mon.smithi089 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.121:0/128396015' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:51:36.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:35 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:51:34.097834+0000 mgr.smithi089.imilpg (mgr.14164) 56 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:51:36.413 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:51:36.413 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:51:38.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:37 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:51:36.098158+0000 mgr.smithi089.imilpg (mgr.14164) 57 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:51:38.492 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:51:38.492 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:51:38.494 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:51:39.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:38 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:51:38.488935+0000 mon.smithi089 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.121:0/1587908729' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:51:40.069 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:51:40.069 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:51:40.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:39 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:51:38.098505+0000 mgr.smithi089.imilpg (mgr.14164) 58 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:51:42.054 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:51:42.055 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:51:42.056 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:51:42.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:41 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:51:40.098763+0000 mgr.smithi089.imilpg (mgr.14164) 59 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:51:43.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:42 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:51:42.051385+0000 mon.smithi089 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.121:0/4039535261' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:51:43.638 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:51:43.638 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:51:44.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:43 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:51:42.099102+0000 mgr.smithi089.imilpg (mgr.14164) 60 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:51:45.556 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:51:45.557 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:51:45.558 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:51:46.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:45 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:51:44.099426+0000 mgr.smithi089.imilpg (mgr.14164) 61 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:51:46.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:45 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:51:45.552807+0000 mon.smithi089 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.121:0/1928237901' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:51:47.225 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:51:47.226 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:51:47.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:46 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:51:46.221347+0000 mon.smithi089 (mon.0) 143 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.imilpg/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:51:47.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:46 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:51:46.226057+0000 mon.smithi089 (mon.0) 144 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.imilpg/trash_purge_schedule"}]: dispatch 2024-02-19T23:51:48.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:47 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:51:46.099762+0000 mgr.smithi089.imilpg (mgr.14164) 62 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:51:49.169 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:51:49.169 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:51:49.171 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:51:50.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:49 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:51:48.100083+0000 mgr.smithi089.imilpg (mgr.14164) 63 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:51:50.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:49 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:51:49.165711+0000 mon.smithi089 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.121:0/3220177083' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:51:50.863 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:51:50.864 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:51:52.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:51 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:51:50.100454+0000 mgr.smithi089.imilpg (mgr.14164) 64 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:51:52.936 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:51:52.936 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:51:52.937 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:51:54.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:53 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:51:52.100772+0000 mgr.smithi089.imilpg (mgr.14164) 65 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:51:54.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:53 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:51:52.932655+0000 mon.smithi089 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.121:0/4155537233' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:51:54.561 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:51:54.561 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:51:56.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:55 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:51:54.101078+0000 mgr.smithi089.imilpg (mgr.14164) 66 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:51:56.725 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:51:56.725 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:51:56.726 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:51:57.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:56 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:51:56.721035+0000 mon.smithi089 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.121:0/2747742684' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:51:58.287 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:51:58.287 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:51:58.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:57 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:51:56.101347+0000 mgr.smithi089.imilpg (mgr.14164) 67 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:52:00.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:51:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:51:58.101685+0000 mgr.smithi089.imilpg (mgr.14164) 68 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:52:00.353 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:52:00.354 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:52:00.355 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:52:01.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:00 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:52:00.350426+0000 mon.smithi089 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.121:0/3834651831' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:52:01.924 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:52:01.924 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:52:02.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:01 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:52:00.102061+0000 mgr.smithi089.imilpg (mgr.14164) 69 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:52:03.995 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:52:03.995 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:52:04.000 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:52:04.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:03 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:52:02.102316+0000 mgr.smithi089.imilpg (mgr.14164) 70 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:52:05.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:04 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:52:03.991133+0000 mon.smithi089 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.121:0/2220043159' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:52:05.893 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:52:05.893 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:52:06.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:05 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:52:04.102633+0000 mgr.smithi089.imilpg (mgr.14164) 71 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:52:07.932 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:52:07.933 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:52:07.934 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:52:08.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:07 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:52:06.102938+0000 mgr.smithi089.imilpg (mgr.14164) 72 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:52:09.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:08 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:52:07.929161+0000 mon.smithi089 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.121:0/2210810748' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:52:09.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:08 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:52:08.103176+0000 mgr.smithi089.imilpg (mgr.14164) 73 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:52:09.629 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:52:09.630 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:52:11.657 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:52:11.658 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:52:11.659 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:52:12.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:11 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:52:10.103510+0000 mgr.smithi089.imilpg (mgr.14164) 74 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:52:12.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:11 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:52:11.653645+0000 mon.smithi089 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.121:0/1594000246' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:52:13.322 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:52:13.322 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:52:14.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:13 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:52:12.103898+0000 mgr.smithi089.imilpg (mgr.14164) 75 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:52:15.361 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:52:15.362 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:52:15.363 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:52:16.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:15 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:52:14.104198+0000 mgr.smithi089.imilpg (mgr.14164) 76 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:52:16.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:15 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:52:15.358461+0000 mon.smithi089 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.121:0/1663586803' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:52:17.000 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:52:17.000 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:52:18.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:17 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:52:16.104523+0000 mgr.smithi089.imilpg (mgr.14164) 77 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:52:19.074 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:52:19.075 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:52:19.076 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:52:20.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:19 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:52:18.104831+0000 mgr.smithi089.imilpg (mgr.14164) 78 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:52:20.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:19 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:52:19.070971+0000 mon.smithi089 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.121:0/3257044233' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:52:20.713 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:52:20.713 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:52:22.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:21 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:52:20.105146+0000 mgr.smithi089.imilpg (mgr.14164) 79 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:52:22.678 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:52:22.678 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:52:22.680 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:52:23.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:22 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:52:22.675429+0000 mon.smithi089 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.121:0/4133703293' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:52:24.293 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:52:24.294 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:52:24.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:23 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:52:22.105504+0000 mgr.smithi089.imilpg (mgr.14164) 80 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:52:26.259 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:52:26.259 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:52:26.260 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:52:26.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:25 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:52:24.105768+0000 mgr.smithi089.imilpg (mgr.14164) 81 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:52:27.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:26 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:52:26.255526+0000 mon.smithi089 (mon.0) 155 : audit [DBG] from='client.? 172.21.15.121:0/497158322' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:52:27.974 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:52:27.975 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:52:28.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:27 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:52:26.106131+0000 mgr.smithi089.imilpg (mgr.14164) 82 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:52:30.109 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:52:30.110 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:52:30.111 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:52:30.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:29 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:52:28.106454+0000 mgr.smithi089.imilpg (mgr.14164) 83 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:52:31.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:30 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:52:30.106387+0000 mon.smithi089 (mon.0) 156 : audit [DBG] from='client.? 172.21.15.121:0/935309013' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:52:31.662 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:52:31.662 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:52:32.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:31 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:52:30.106646+0000 mgr.smithi089.imilpg (mgr.14164) 84 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:52:33.814 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:52:33.814 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:52:33.816 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:52:34.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:33 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:52:32.106962+0000 mgr.smithi089.imilpg (mgr.14164) 85 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:52:34.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:33 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:52:33.811208+0000 mon.smithi089 (mon.0) 157 : audit [DBG] from='client.? 172.21.15.121:0/1279524065' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:52:35.515 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:52:35.515 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:52:36.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:35 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:52:34.107312+0000 mgr.smithi089.imilpg (mgr.14164) 86 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:52:37.475 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:52:37.475 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:52:37.477 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:52:38.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:37 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:52:36.107607+0000 mgr.smithi089.imilpg (mgr.14164) 87 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:52:38.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:37 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:52:37.472254+0000 mon.smithi089 (mon.0) 158 : audit [DBG] from='client.? 172.21.15.121:0/2750941317' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:52:39.144 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:52:39.144 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:52:40.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:39 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:52:38.107880+0000 mgr.smithi089.imilpg (mgr.14164) 88 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:52:41.323 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:52:41.323 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:52:41.324 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:52:42.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:41 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:52:40.108190+0000 mgr.smithi089.imilpg (mgr.14164) 89 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:52:42.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:41 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:52:41.319810+0000 mon.smithi089 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.121:0/4151956443' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:52:43.010 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:52:43.010 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:52:44.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:43 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:52:42.108439+0000 mgr.smithi089.imilpg (mgr.14164) 90 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:52:45.043 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:52:45.043 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:52:45.045 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:52:46.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:45 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:52:44.108725+0000 mgr.smithi089.imilpg (mgr.14164) 91 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:52:46.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:45 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:52:45.040470+0000 mon.smithi089 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.121:0/4215517716' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:52:46.671 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:52:46.671 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:52:47.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:46 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:52:46.222486+0000 mon.smithi089 (mon.0) 161 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.imilpg/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:52:47.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:46 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:52:46.226979+0000 mon.smithi089 (mon.0) 162 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.imilpg/trash_purge_schedule"}]: dispatch 2024-02-19T23:52:48.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:47 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:52:46.109092+0000 mgr.smithi089.imilpg (mgr.14164) 92 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:52:48.829 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:52:48.829 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:52:48.831 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:52:49.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:52:48.826386+0000 mon.smithi089 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.121:0/443574088' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:52:50.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:49 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:52:48.109367+0000 mgr.smithi089.imilpg (mgr.14164) 93 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:52:50.509 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:52:50.510 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:52:52.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:51 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:52:50.109731+0000 mgr.smithi089.imilpg (mgr.14164) 94 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:52:52.559 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:52:52.559 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:52:52.561 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:52:53.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:52 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:52:52.555666+0000 mon.smithi089 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.121:0/312887887' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:52:54.191 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:52:54.191 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:52:54.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:53 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:52:52.110084+0000 mgr.smithi089.imilpg (mgr.14164) 95 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:52:56.262 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:52:56.262 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:52:56.264 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:52:56.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:55 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:52:54.110443+0000 mgr.smithi089.imilpg (mgr.14164) 96 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:52:57.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:56 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:52:56.259161+0000 mon.smithi089 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.121:0/1438441336' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:52:57.943 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:52:57.944 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:52:58.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:57 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:52:56.110791+0000 mgr.smithi089.imilpg (mgr.14164) 97 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:52:59.949 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:52:59.949 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:52:59.951 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:53:00.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:52:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:52:58.111138+0000 mgr.smithi089.imilpg (mgr.14164) 98 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:53:01.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:00 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:52:59.946432+0000 mon.smithi089 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.121:0/859223097' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:53:01.595 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:53:01.595 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:53:02.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:01 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:53:00.111478+0000 mgr.smithi089.imilpg (mgr.14164) 99 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:53:03.731 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:53:03.731 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:53:03.733 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:53:04.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:03 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:53:02.111792+0000 mgr.smithi089.imilpg (mgr.14164) 100 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:53:04.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:03 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:53:03.728231+0000 mon.smithi089 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.121:0/1282912336' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:53:05.433 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:53:05.433 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:53:06.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:05 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:53:04.112151+0000 mgr.smithi089.imilpg (mgr.14164) 101 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:53:07.480 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:53:07.480 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:53:07.482 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:53:08.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:07 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:53:06.112412+0000 mgr.smithi089.imilpg (mgr.14164) 102 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:53:08.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:07 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:53:07.477306+0000 mon.smithi089 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.121:0/3094841043' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:53:09.111 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:53:09.112 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:53:10.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:09 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:53:08.112665+0000 mgr.smithi089.imilpg (mgr.14164) 103 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:53:11.279 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:53:11.279 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:53:11.281 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:53:12.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:11 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:53:10.112988+0000 mgr.smithi089.imilpg (mgr.14164) 104 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:53:12.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:11 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:53:11.276381+0000 mon.smithi089 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.121:0/1085823385' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:53:12.931 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:53:12.932 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:53:14.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:13 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:53:12.113311+0000 mgr.smithi089.imilpg (mgr.14164) 105 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:53:15.082 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:53:15.082 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:53:15.083 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:53:16.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:15 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:53:14.113608+0000 mgr.smithi089.imilpg (mgr.14164) 106 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:53:16.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:15 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:53:15.078964+0000 mon.smithi089 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.121:0/3159915715' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:53:16.727 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:53:16.727 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:53:18.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:17 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:53:16.113963+0000 mgr.smithi089.imilpg (mgr.14164) 107 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:53:18.735 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:53:18.735 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:53:18.737 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:53:19.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:18 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:53:18.732267+0000 mon.smithi089 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.121:0/4285803467' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:53:20.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:19 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:53:18.114249+0000 mgr.smithi089.imilpg (mgr.14164) 108 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:53:20.398 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:53:20.398 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:53:22.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:21 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:53:20.114604+0000 mgr.smithi089.imilpg (mgr.14164) 109 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:53:22.623 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:53:22.624 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:53:22.625 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:53:23.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:22 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:53:22.620409+0000 mon.smithi089 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.121:0/1546392424' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:53:24.284 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:53:24.284 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:53:24.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:23 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:53:22.114893+0000 mgr.smithi089.imilpg (mgr.14164) 110 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:53:26.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:25 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:53:24.115171+0000 mgr.smithi089.imilpg (mgr.14164) 111 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:53:26.357 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:53:26.357 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:53:26.360 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:53:27.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:26 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:53:26.354977+0000 mon.smithi089 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.121:0/192855249' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:53:28.009 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:53:28.009 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:53:28.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:27 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:53:26.115430+0000 mgr.smithi089.imilpg (mgr.14164) 112 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:53:30.222 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:53:30.222 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:53:30.224 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:53:30.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:29 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:53:28.115705+0000 mgr.smithi089.imilpg (mgr.14164) 113 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:53:31.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:30 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:53:30.219456+0000 mon.smithi089 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.121:0/157842258' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:53:31.913 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:53:31.914 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:53:32.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:31 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:53:30.116066+0000 mgr.smithi089.imilpg (mgr.14164) 114 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:53:33.927 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:53:33.927 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:53:33.929 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:53:34.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:33 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:53:32.116415+0000 mgr.smithi089.imilpg (mgr.14164) 115 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:53:35.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:34 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:53:33.924029+0000 mon.smithi089 (mon.0) 175 : audit [DBG] from='client.? 172.21.15.121:0/3639989838' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:53:35.474 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:53:35.475 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:53:36.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:35 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:53:34.116741+0000 mgr.smithi089.imilpg (mgr.14164) 116 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:53:37.613 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:53:37.613 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:53:37.615 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:53:38.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:37 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:53:36.116984+0000 mgr.smithi089.imilpg (mgr.14164) 117 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:53:38.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:37 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:53:37.610693+0000 mon.smithi089 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.121:0/4197413482' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:53:39.249 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:53:39.250 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:53:40.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:39 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:53:38.117271+0000 mgr.smithi089.imilpg (mgr.14164) 118 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:53:41.355 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:53:41.355 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:53:41.356 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:53:42.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:41 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:53:40.117542+0000 mgr.smithi089.imilpg (mgr.14164) 119 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:53:42.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:41 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:53:41.351527+0000 mon.smithi089 (mon.0) 177 : audit [DBG] from='client.? 172.21.15.121:0/893139202' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:53:43.128 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:53:43.128 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:53:44.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:43 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:53:42.117875+0000 mgr.smithi089.imilpg (mgr.14164) 120 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:53:45.152 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:53:45.152 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:53:45.154 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:53:46.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:45 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:53:44.118225+0000 mgr.smithi089.imilpg (mgr.14164) 121 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:53:46.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:45 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:53:45.149420+0000 mon.smithi089 (mon.0) 178 : audit [DBG] from='client.? 172.21.15.121:0/1508694928' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:53:46.831 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:53:46.831 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:53:47.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:46 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:53:46.223488+0000 mon.smithi089 (mon.0) 179 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.imilpg/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:53:47.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:46 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:53:46.227759+0000 mon.smithi089 (mon.0) 180 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.imilpg/trash_purge_schedule"}]: dispatch 2024-02-19T23:53:48.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:47 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:53:46.118492+0000 mgr.smithi089.imilpg (mgr.14164) 122 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:53:48.908 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:53:48.908 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:53:48.910 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:53:49.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:53:48.118814+0000 mgr.smithi089.imilpg (mgr.14164) 123 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:53:49.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:53:48.904889+0000 mon.smithi089 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.121:0/716377855' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:53:50.623 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:53:50.623 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:53:52.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:51 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:53:50.119141+0000 mgr.smithi089.imilpg (mgr.14164) 124 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:53:52.723 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:53:52.723 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:53:52.724 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:53:53.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:52 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:53:52.719938+0000 mon.smithi089 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.121:0/2824682427' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:53:54.329 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:53:54.330 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:53:54.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:53 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:53:52.119432+0000 mgr.smithi089.imilpg (mgr.14164) 125 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:53:56.334 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:53:56.334 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:53:56.336 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:53:56.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:55 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:53:54.119792+0000 mgr.smithi089.imilpg (mgr.14164) 126 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:53:57.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:56 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:53:56.331715+0000 mon.smithi089 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.121:0/487934538' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:53:58.007 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:53:58.008 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:53:58.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:57 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:53:56.120008+0000 mgr.smithi089.imilpg (mgr.14164) 127 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:54:00.068 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:54:00.068 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:54:00.069 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:54:00.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:53:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:53:58.120244+0000 mgr.smithi089.imilpg (mgr.14164) 128 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:54:01.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:00 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:54:00.065333+0000 mon.smithi089 (mon.0) 184 : audit [DBG] from='client.? 172.21.15.121:0/712438939' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:54:01.674 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:54:01.684 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:54:02.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:01 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:54:00.120586+0000 mgr.smithi089.imilpg (mgr.14164) 129 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:54:03.703 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:54:03.703 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:54:03.705 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:54:04.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:03 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:54:02.120996+0000 mgr.smithi089.imilpg (mgr.14164) 130 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:54:04.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:03 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:54:03.700547+0000 mon.smithi089 (mon.0) 185 : audit [DBG] from='client.? 172.21.15.121:0/2967768108' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:54:05.413 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:54:05.413 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:54:06.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:05 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:54:04.121352+0000 mgr.smithi089.imilpg (mgr.14164) 131 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:54:07.446 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:54:07.446 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:54:07.447 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:54:08.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:07 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:54:06.121716+0000 mgr.smithi089.imilpg (mgr.14164) 132 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:54:08.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:07 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:54:07.443065+0000 mon.smithi089 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.121:0/3917042217' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:54:09.075 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:54:09.076 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:54:10.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:09 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:54:08.122054+0000 mgr.smithi089.imilpg (mgr.14164) 133 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:54:11.173 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:54:11.174 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:54:11.175 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:54:12.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:11 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:54:10.122370+0000 mgr.smithi089.imilpg (mgr.14164) 134 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:54:12.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:11 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:54:11.171226+0000 mon.smithi089 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.121:0/3159677861' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:54:12.866 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:54:12.867 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:54:14.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:13 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:54:12.122638+0000 mgr.smithi089.imilpg (mgr.14164) 135 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:54:14.935 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:54:14.936 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:54:14.937 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:54:16.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:15 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:54:14.123008+0000 mgr.smithi089.imilpg (mgr.14164) 136 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:54:16.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:15 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:54:14.932688+0000 mon.smithi089 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.121:0/2218762514' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:54:16.577 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:54:16.577 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:54:18.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:17 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:54:16.123323+0000 mgr.smithi089.imilpg (mgr.14164) 137 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:54:18.599 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:54:18.599 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:54:18.601 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:54:19.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:18 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:54:18.596899+0000 mon.smithi089 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.121:0/4203946311' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:54:20.256 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:54:20.256 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:54:20.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:19 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:54:18.123624+0000 mgr.smithi089.imilpg (mgr.14164) 138 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:54:22.251 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:54:22.252 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:54:22.253 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:54:22.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:21 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:54:20.123940+0000 mgr.smithi089.imilpg (mgr.14164) 139 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:54:23.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:22 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:54:22.248834+0000 mon.smithi089 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.121:0/2976092622' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:54:23.841 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:54:23.842 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:54:24.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:23 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:54:22.124222+0000 mgr.smithi089.imilpg (mgr.14164) 140 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:54:25.852 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:54:25.852 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:54:25.854 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:54:26.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:25 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:54:24.124583+0000 mgr.smithi089.imilpg (mgr.14164) 141 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:54:26.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:25 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:54:25.849731+0000 mon.smithi089 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.121:0/1126793640' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:54:27.525 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:54:27.526 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:54:28.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:27 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:54:26.124894+0000 mgr.smithi089.imilpg (mgr.14164) 142 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:54:29.547 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:54:29.547 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:54:29.549 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:54:30.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:29 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:54:28.125234+0000 mgr.smithi089.imilpg (mgr.14164) 143 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:54:30.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:29 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:54:29.544219+0000 mon.smithi089 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.121:0/2135063095' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:54:31.122 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:54:31.123 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:54:32.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:31 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:54:30.125543+0000 mgr.smithi089.imilpg (mgr.14164) 144 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:54:33.152 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:54:33.152 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:54:33.154 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:54:34.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:33 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:54:32.125888+0000 mgr.smithi089.imilpg (mgr.14164) 145 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:54:34.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:33 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:54:33.149591+0000 mon.smithi089 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.121:0/2844178160' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:54:34.799 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:54:34.799 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:54:36.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:35 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:54:34.126242+0000 mgr.smithi089.imilpg (mgr.14164) 146 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:54:36.868 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:54:36.868 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:54:36.869 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:54:37.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:36 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:54:36.865263+0000 mon.smithi089 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.121:0/3839841736' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:54:38.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:37 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:54:36.126520+0000 mgr.smithi089.imilpg (mgr.14164) 147 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:54:38.548 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:54:38.548 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:54:39.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:38 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:54:38.126860+0000 mgr.smithi089.imilpg (mgr.14164) 148 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:54:40.569 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:54:40.569 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:54:40.570 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:54:41.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:40 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:54:40.566032+0000 mon.smithi089 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.121:0/827963344' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:54:42.304 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:54:42.304 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:54:42.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:41 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:54:40.127225+0000 mgr.smithi089.imilpg (mgr.14164) 149 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:54:44.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:43 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:54:42.127559+0000 mgr.smithi089.imilpg (mgr.14164) 150 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:54:44.388 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:54:44.388 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:54:44.390 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:54:45.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:54:44.385812+0000 mon.smithi089 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.121:0/3429729917' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:54:46.035 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:54:46.035 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:54:46.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:45 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:54:44.127816+0000 mgr.smithi089.imilpg (mgr.14164) 151 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:54:47.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:46 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:54:46.224496+0000 mon.smithi089 (mon.0) 197 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.imilpg/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:54:47.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:46 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:54:46.228643+0000 mon.smithi089 (mon.0) 198 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.imilpg/trash_purge_schedule"}]: dispatch 2024-02-19T23:54:48.052 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:54:48.052 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:54:48.053 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:54:48.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:47 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:54:46.128156+0000 mgr.smithi089.imilpg (mgr.14164) 152 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:54:49.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:54:48.049069+0000 mon.smithi089 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.121:0/2421813511' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:54:49.676 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:54:49.677 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:54:50.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:49 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:54:48.128461+0000 mgr.smithi089.imilpg (mgr.14164) 153 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:54:51.795 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:54:51.795 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:54:51.796 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:54:52.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:51 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:54:50.128806+0000 mgr.smithi089.imilpg (mgr.14164) 154 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:54:52.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:51 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:54:51.792462+0000 mon.smithi089 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.121:0/3210821880' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:54:53.419 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:54:53.419 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:54:54.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:53 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:54:52.129115+0000 mgr.smithi089.imilpg (mgr.14164) 155 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:54:55.417 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:54:55.417 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:54:55.419 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:54:56.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:55 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:54:54.129386+0000 mgr.smithi089.imilpg (mgr.14164) 156 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:54:56.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:55 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:54:55.414896+0000 mon.smithi089 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.121:0/4199140306' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:54:57.046 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:54:57.046 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:54:58.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:57 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:54:56.129720+0000 mgr.smithi089.imilpg (mgr.14164) 157 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:54:59.107 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:54:59.107 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:54:59.108 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:54:59.255 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:58 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:54:58.521216+0000 mon.smithi089 (mon.0) 202 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi089", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-19T23:54:59.255 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:58 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:54:58.523577+0000 mon.smithi089 (mon.0) 203 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi089", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-19T23:54:59.255 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:58 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:54:58.524358+0000 mon.smithi089 (mon.0) 204 : audit [DBG] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:55:00.073 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:54:58.130079+0000 mgr.smithi089.imilpg (mgr.14164) 158 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:55:00.073 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cephadm 2024-02-19T23:54:58.518309+0000 mgr.smithi089.imilpg (mgr.14164) 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-539a0364-cf81-11ee-95bb-87774f69a715-alertmanager.smithi089 2024-02-19T23:55:00.073 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: /bin/podman: stderr Error: no such container ceph-539a0364-cf81-11ee-95bb-87774f69a715-alertmanager.smithi089 2024-02-19T23:55:00.073 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Deploy daemon alertmanager.smithi089 ... 2024-02-19T23:55:00.073 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-02-19T23:55:00.073 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-02-19T23:55:00.073 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr time="2024-02-19T23:50:36Z" 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" 2024-02-19T23:55:00.073 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr time="2024-02-19T23:51:14Z" 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" 2024-02-19T23:55:00.074 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr time="2024-02-19T23:51:52Z" 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" 2024-02-19T23:55:00.074 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 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 2024-02-19T23:55:00.074 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-02-19T23:55:00.074 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-02-19T23:55:00.074 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr time="2024-02-19T23:53:06Z" 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" 2024-02-19T23:55:00.074 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr time="2024-02-19T23:53:43Z" 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" 2024-02-19T23:55:00.074 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr time="2024-02-19T23:54:21Z" 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" 2024-02-19T23:55:00.074 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 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 2024-02-19T23:55:00.074 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Traceback (most recent call last): 2024-02-19T23:55:00.074 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-19T23:55:00.074 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: main() 2024-02-19T23:55:00.075 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-19T23:55:00.075 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: r = ctx.func(ctx) 2024-02-19T23:55:00.075 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-19T23:55:00.075 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: return func(ctx) 2024-02-19T23:55:00.075 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-02-19T23:55:00.075 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-02-19T23:55:00.075 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2024-02-19T23:55:00.075 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-02-19T23:55:00.075 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-02-19T23:55:00.075 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: raise RuntimeError('uid/gid not found') 2024-02-19T23:55:00.075 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: RuntimeError: uid/gid not found 2024-02-19T23:55:00.076 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Traceback (most recent call last): 2024-02-19T23:55:00.076 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2024-02-19T23:55:00.076 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: yield (conn, connr) 2024-02-19T23:55:00.076 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2024-02-19T23:55:00.076 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: code, '\n'.join(err))) 2024-02-19T23:55:00.076 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 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-539a0364-cf81-11ee-95bb-87774f69a715-alertmanager.smithi089 2024-02-19T23:55:00.076 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: /bin/podman: stderr Error: no such container ceph-539a0364-cf81-11ee-95bb-87774f69a715-alertmanager.smithi089 2024-02-19T23:55:00.076 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Deploy daemon alertmanager.smithi089 ... 2024-02-19T23:55:00.076 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-02-19T23:55:00.076 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-02-19T23:55:00.076 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr time="2024-02-19T23:50:36Z" 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" 2024-02-19T23:55:00.076 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr time="2024-02-19T23:51:14Z" 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" 2024-02-19T23:55:00.077 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr time="2024-02-19T23:51:52Z" 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" 2024-02-19T23:55:00.077 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 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 2024-02-19T23:55:00.077 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-02-19T23:55:00.077 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-02-19T23:55:00.077 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr time="2024-02-19T23:53:06Z" 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" 2024-02-19T23:55:00.077 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr time="2024-02-19T23:53:43Z" 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" 2024-02-19T23:55:00.077 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr time="2024-02-19T23:54:21Z" 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" 2024-02-19T23:55:00.077 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 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 2024-02-19T23:55:00.077 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Traceback (most recent call last): 2024-02-19T23:55:00.077 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-19T23:55:00.077 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: main() 2024-02-19T23:55:00.077 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-19T23:55:00.078 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: r = ctx.func(ctx) 2024-02-19T23:55:00.078 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-19T23:55:00.078 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: return func(ctx) 2024-02-19T23:55:00.078 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-02-19T23:55:00.078 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-02-19T23:55:00.078 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2024-02-19T23:55:00.078 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-02-19T23:55:00.078 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-02-19T23:55:00.078 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: raise RuntimeError('uid/gid not found') 2024-02-19T23:55:00.078 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: RuntimeError: uid/gid not found 2024-02-19T23:55:00.078 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cephadm 2024-02-19T23:54:58.518648+0000 mgr.smithi089.imilpg (mgr.14164) 160 : cephadm [ERR] Failed while placing alertmanager.smithi089 on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-539a0364-cf81-11ee-95bb-87774f69a715-alertmanager.smithi089 2024-02-19T23:55:00.079 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: /bin/podman: stderr Error: no such container ceph-539a0364-cf81-11ee-95bb-87774f69a715-alertmanager.smithi089 2024-02-19T23:55:00.079 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Deploy daemon alertmanager.smithi089 ... 2024-02-19T23:55:00.079 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-02-19T23:55:00.079 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-02-19T23:55:00.079 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr time="2024-02-19T23:50:36Z" 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" 2024-02-19T23:55:00.079 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr time="2024-02-19T23:51:14Z" 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" 2024-02-19T23:55:00.079 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr time="2024-02-19T23:51:52Z" 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" 2024-02-19T23:55:00.079 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 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 2024-02-19T23:55:00.079 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 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=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-02-19T23:55:00.079 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-02-19T23:55:00.079 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr time="2024-02-19T23:53:06Z" 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" 2024-02-19T23:55:00.080 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr time="2024-02-19T23:53:43Z" 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" 2024-02-19T23:55:00.080 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr time="2024-02-19T23:54:21Z" 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" 2024-02-19T23:55:00.080 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 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 2024-02-19T23:55:00.080 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Traceback (most recent call last): 2024-02-19T23:55:00.080 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-19T23:55:00.080 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: main() 2024-02-19T23:55:00.080 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-19T23:55:00.080 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: r = ctx.func(ctx) 2024-02-19T23:55:00.080 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-19T23:55:00.080 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: return func(ctx) 2024-02-19T23:55:00.080 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-02-19T23:55:00.080 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-02-19T23:55:00.081 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2024-02-19T23:55:00.081 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-02-19T23:55:00.081 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-02-19T23:55:00.081 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: raise RuntimeError('uid/gid not found') 2024-02-19T23:55:00.081 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: RuntimeError: uid/gid not found 2024-02-19T23:55:00.081 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cephadm 2024-02-19T23:54:58.525031+0000 mgr.smithi089.imilpg (mgr.14164) 161 : cephadm [INF] Deploying daemon crash.smithi089 on smithi089 2024-02-19T23:55:00.081 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:54:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:54:59.103876+0000 mon.smithi089 (mon.0) 205 : audit [DBG] from='client.? 172.21.15.121:0/3995755617' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:55:00.806 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:55:00.807 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:55:02.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:01 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:55:00.130362+0000 mgr.smithi089.imilpg (mgr.14164) 162 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:55:02.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:01 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:55:00.957457+0000 mon.smithi089 (mon.0) 206 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' 2024-02-19T23:55:02.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:01 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:55:01.009444+0000 mon.smithi089 (mon.0) 207 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' 2024-02-19T23:55:02.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:01 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:55:01.011482+0000 mon.smithi089 (mon.0) 208 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' 2024-02-19T23:55:02.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:01 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:55:01.011821+0000 mon.smithi089 (mon.0) 209 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-19T23:55:02.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:01 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:55:01.014315+0000 mon.smithi089 (mon.0) 210 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' 2024-02-19T23:55:02.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:01 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:55:01.222491+0000 mon.smithi089 (mon.0) 211 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' 2024-02-19T23:55:02.855 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:55:02.855 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:55:02.857 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:55:03.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:02 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:55:01.012149+0000 mgr.smithi089.imilpg (mgr.14164) 163 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-19T23:55:03.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:02 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cephadm 2024-02-19T23:55:01.016302+0000 mgr.smithi089.imilpg (mgr.14164) 164 : cephadm [INF] Deploying daemon grafana.smithi089 on smithi089 2024-02-19T23:55:03.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:02 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:55:02.852851+0000 mon.smithi089 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.121:0/1950468447' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:55:04.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:03 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:55:02.130598+0000 mgr.smithi089.imilpg (mgr.14164) 165 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:55:04.514 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:55:04.515 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:55:06.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:05 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:55:04.130850+0000 mgr.smithi089.imilpg (mgr.14164) 166 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:55:06.581 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:55:06.582 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:55:06.583 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:55:07.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:06 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:55:06.579146+0000 mon.smithi089 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.121:0/2643116066' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:55:08.297 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:55:08.298 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:55:08.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:07 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:55:06.131166+0000 mgr.smithi089.imilpg (mgr.14164) 167 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:55:10.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:09 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:55:08.131429+0000 mgr.smithi089.imilpg (mgr.14164) 168 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:55:10.489 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:55:10.489 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:55:10.490 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:55:11.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:10 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:55:10.486525+0000 mon.smithi089 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.121:0/3352118035' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:55:12.094 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:55:12.095 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:55:12.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:11 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:55:10.131648+0000 mgr.smithi089.imilpg (mgr.14164) 169 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:55:14.240 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:55:14.240 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:55:14.242 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:55:14.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:13 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:55:12.131917+0000 mgr.smithi089.imilpg (mgr.14164) 170 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:55:15.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:14 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:55:14.237664+0000 mon.smithi089 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.121:0/4030350083' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:55:15.924 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:55:15.924 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:55:16.149 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:15 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:55:14.132140+0000 mgr.smithi089.imilpg (mgr.14164) 171 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:55:17.325 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:16 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:55:16.132454+0000 mgr.smithi089.imilpg (mgr.14164) 172 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:55:17.894 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:55:17.895 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:55:17.896 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:55:18.210 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:17 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:55:17.892311+0000 mon.smithi089 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.121:0/2453702124' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:55:19.182 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:18 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:55:18.132931+0000 mgr.smithi089.imilpg (mgr.14164) 173 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:55:19.519 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:55:19.519 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:55:20.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:55:19.065334+0000 mon.smithi089 (mon.0) 217 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' 2024-02-19T23:55:20.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cephadm 2024-02-19T23:55:19.067127+0000 mgr.smithi089.imilpg (mgr.14164) 174 : cephadm [INF] Deploying daemon node-exporter.smithi089 on smithi089 2024-02-19T23:55:21.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:21 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:55:20.133294+0000 mgr.smithi089.imilpg (mgr.14164) 175 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:55:21.644 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:55:21.644 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:55:21.645 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:55:22.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:22 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:55:21.226631+0000 mon.smithi089 (mon.0) 218 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' 2024-02-19T23:55:22.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:22 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:55:21.641282+0000 mon.smithi089 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.121:0/1485088707' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:55:23.289 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:55:23.290 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:55:23.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:23 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:55:22.133643+0000 mgr.smithi089.imilpg (mgr.14164) 176 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:55:25.319 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:55:25.319 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:55:25.321 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:55:26.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:25 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:55:24.133978+0000 mgr.smithi089.imilpg (mgr.14164) 177 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:55:26.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:25 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:55:25.317171+0000 mon.smithi089 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.121:0/4132188013' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:55:26.917 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:55:26.918 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:55:28.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:27 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:55:26.134227+0000 mgr.smithi089.imilpg (mgr.14164) 178 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:55:28.865 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:55:28.865 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:55:28.866 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:55:29.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:28 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:55:28.862817+0000 mon.smithi089 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.121:0/934295355' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:55:30.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:29 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:55:28.134570+0000 mgr.smithi089.imilpg (mgr.14164) 179 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:55:30.578 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:55:30.578 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:55:32.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:31 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:55:30.134957+0000 mgr.smithi089.imilpg (mgr.14164) 180 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:55:32.764 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:55:32.765 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:55:32.766 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:55:33.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:32 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:55:32.762308+0000 mon.smithi089 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.121:0/839187280' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:55:34.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:33 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:55:32.135348+0000 mgr.smithi089.imilpg (mgr.14164) 181 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:55:34.563 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:55:34.563 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:55:36.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:35 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:55:34.135781+0000 mgr.smithi089.imilpg (mgr.14164) 182 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:55:36.649 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:55:36.650 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:55:36.651 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:55:37.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:36 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:55:36.647514+0000 mon.smithi089 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.121:0/2201160417' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:55:38.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:37 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:55:36.136129+0000 mgr.smithi089.imilpg (mgr.14164) 183 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:55:38.440 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:55:38.440 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:55:40.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:39 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:55:38.136492+0000 mgr.smithi089.imilpg (mgr.14164) 184 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:55:40.566 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:55:40.566 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:55:40.567 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:55:41.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:40 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:55:40.563272+0000 mon.smithi089 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.121:0/2745531441' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:55:42.322 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:55:42.322 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:55:42.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:41 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:55:40.136806+0000 mgr.smithi089.imilpg (mgr.14164) 185 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:55:44.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:43 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:55:42.137115+0000 mgr.smithi089.imilpg (mgr.14164) 186 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:55:44.413 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:55:44.413 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:55:44.414 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:55:45.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:55:44.410430+0000 mon.smithi089 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.121:0/283436146' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:55:46.107 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:55:46.108 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:55:46.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:45 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:55:44.137510+0000 mgr.smithi089.imilpg (mgr.14164) 187 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:55:47.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:46 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:55:46.225472+0000 mon.smithi089 (mon.0) 226 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.imilpg/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:55:47.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:46 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:55:46.229566+0000 mon.smithi089 (mon.0) 227 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.imilpg/trash_purge_schedule"}]: dispatch 2024-02-19T23:55:48.217 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:55:48.217 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:55:48.219 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:55:48.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:47 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:55:46.137928+0000 mgr.smithi089.imilpg (mgr.14164) 188 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:55:49.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:55:48.214642+0000 mon.smithi089 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.121:0/50211215' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:55:50.054 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:55:50.054 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:55:50.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:49 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:55:48.138231+0000 mgr.smithi089.imilpg (mgr.14164) 189 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:55:52.039 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:55:52.039 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:55:52.040 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:55:52.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:51 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:55:50.138582+0000 mgr.smithi089.imilpg (mgr.14164) 190 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:55:53.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:52 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:55:52.036557+0000 mon.smithi089 (mon.0) 229 : audit [DBG] from='client.? 172.21.15.121:0/1354373820' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:55:53.671 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:55:53.671 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:55:54.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:53 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:55:52.138966+0000 mgr.smithi089.imilpg (mgr.14164) 191 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:55:55.962 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:55:55.962 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:55:55.963 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:55:56.312 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:55 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:55:54.139296+0000 mgr.smithi089.imilpg (mgr.14164) 192 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:55:57.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:56 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:55:55.959197+0000 mon.smithi089 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.121:0/2035714802' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:55:57.643 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:55:57.643 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:55:58.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:57 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:55:56.139678+0000 mgr.smithi089.imilpg (mgr.14164) 193 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:55:59.823 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:55:59.823 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:55:59.824 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:56:00.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:55:58.140077+0000 mgr.smithi089.imilpg (mgr.14164) 194 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:56:00.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:55:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:55:59.820945+0000 mon.smithi089 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.121:0/2583528489' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:56:01.616 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:56:01.616 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:56:02.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:01 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:56:00.140357+0000 mgr.smithi089.imilpg (mgr.14164) 195 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:56:03.696 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:56:03.696 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:56:03.697 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:56:04.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:03 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:56:02.140663+0000 mgr.smithi089.imilpg (mgr.14164) 196 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:56:04.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:03 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:56:03.693556+0000 mon.smithi089 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.121:0/2950436191' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:56:05.392 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:56:05.392 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:56:06.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:05 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:56:04.141015+0000 mgr.smithi089.imilpg (mgr.14164) 197 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:56:07.519 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:56:07.519 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:56:07.520 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:56:08.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:07 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:56:06.141416+0000 mgr.smithi089.imilpg (mgr.14164) 198 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:56:08.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:07 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:56:07.516757+0000 mon.smithi089 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.121:0/3038383531' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:56:09.200 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:56:09.201 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:56:10.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:09 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:56:08.141762+0000 mgr.smithi089.imilpg (mgr.14164) 199 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:56:11.312 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:56:11.313 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:56:11.314 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:56:12.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:11 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:56:10.142138+0000 mgr.smithi089.imilpg (mgr.14164) 200 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:56:12.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:11 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:56:11.310071+0000 mon.smithi089 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.121:0/611635257' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:56:13.011 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:56:13.011 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:56:13.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:12 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:56:12.142405+0000 mgr.smithi089.imilpg (mgr.14164) 201 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:56:15.167 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:56:15.167 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:56:15.169 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:56:16.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:15 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:56:14.142747+0000 mgr.smithi089.imilpg (mgr.14164) 202 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:56:16.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:15 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:56:15.164699+0000 mon.smithi089 (mon.0) 235 : audit [DBG] from='client.? 172.21.15.121:0/512958918' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:56:16.842 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:56:16.842 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:56:18.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:17 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:56:16.143059+0000 mgr.smithi089.imilpg (mgr.14164) 203 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:56:19.010 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:56:19.010 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:56:19.012 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:56:20.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:19 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:56:18.143314+0000 mgr.smithi089.imilpg (mgr.14164) 204 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:56:20.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:19 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:56:19.008299+0000 mon.smithi089 (mon.0) 236 : audit [DBG] from='client.? 172.21.15.121:0/2985167047' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:56:20.752 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:56:20.753 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:56:22.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:21 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:56:20.143580+0000 mgr.smithi089.imilpg (mgr.14164) 205 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:56:22.760 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:56:22.760 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:56:22.761 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:56:23.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:22 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:56:22.758062+0000 mon.smithi089 (mon.0) 237 : audit [DBG] from='client.? 172.21.15.121:0/3471964121' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:56:24.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:23 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:56:22.143886+0000 mgr.smithi089.imilpg (mgr.14164) 206 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:56:24.441 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:56:24.442 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:56:26.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:25 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:56:24.144264+0000 mgr.smithi089.imilpg (mgr.14164) 207 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:56:26.704 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:56:26.704 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:56:26.706 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:56:27.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:26 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:56:26.701936+0000 mon.smithi089 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.121:0/3523497621' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:56:28.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:27 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:56:26.144651+0000 mgr.smithi089.imilpg (mgr.14164) 208 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:56:28.416 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:56:28.417 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:56:30.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:29 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:56:28.145055+0000 mgr.smithi089.imilpg (mgr.14164) 209 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:56:30.520 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:56:30.520 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:56:30.521 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:56:31.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:30 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:56:30.517933+0000 mon.smithi089 (mon.0) 239 : audit [DBG] from='client.? 172.21.15.121:0/3384287874' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:56:32.182 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:56:32.182 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:56:32.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:31 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:56:30.145296+0000 mgr.smithi089.imilpg (mgr.14164) 210 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:56:34.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:33 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:56:32.145628+0000 mgr.smithi089.imilpg (mgr.14164) 211 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:56:34.374 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:56:34.374 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:56:34.376 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:56:35.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:34 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:56:34.372316+0000 mon.smithi089 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.121:0/3372351470' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:56:36.139 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:56:36.139 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:56:36.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:35 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:56:34.145946+0000 mgr.smithi089.imilpg (mgr.14164) 212 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:56:38.318 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:56:38.318 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:56:38.320 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:56:38.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:37 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:56:36.146195+0000 mgr.smithi089.imilpg (mgr.14164) 213 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:56:39.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:38 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:56:38.316023+0000 mon.smithi089 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.121:0/3939032773' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:56:39.995 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:56:39.996 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:56:40.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:39 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:56:38.146549+0000 mgr.smithi089.imilpg (mgr.14164) 214 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:56:42.025 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:56:42.025 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:56:42.026 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:56:42.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:41 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:56:40.146940+0000 mgr.smithi089.imilpg (mgr.14164) 215 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:56:43.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:42 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:56:42.022442+0000 mon.smithi089 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.121:0/3252595653' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:56:43.781 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:56:43.782 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:56:44.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:43 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:56:42.147309+0000 mgr.smithi089.imilpg (mgr.14164) 216 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:56:45.965 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:56:45.965 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:56:45.967 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:56:46.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:45 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:56:44.147585+0000 mgr.smithi089.imilpg (mgr.14164) 217 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:56:47.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:46 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:56:45.963091+0000 mon.smithi089 (mon.0) 243 : audit [DBG] from='client.? 172.21.15.121:0/345494556' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:56:47.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:46 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:56:46.226503+0000 mon.smithi089 (mon.0) 244 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.imilpg/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:56:47.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:46 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:56:46.230590+0000 mon.smithi089 (mon.0) 245 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.imilpg/trash_purge_schedule"}]: dispatch 2024-02-19T23:56:47.685 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:56:47.685 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:56:48.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:47 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:56:46.147958+0000 mgr.smithi089.imilpg (mgr.14164) 218 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:56:49.723 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:56:49.723 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:56:49.725 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:56:50.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:49 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:56:48.148346+0000 mgr.smithi089.imilpg (mgr.14164) 219 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:56:50.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:49 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:56:49.721341+0000 mon.smithi089 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.121:0/2766978289' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:56:51.352 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:56:51.352 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:56:52.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:51 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:56:50.148625+0000 mgr.smithi089.imilpg (mgr.14164) 220 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:56:53.633 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:56:53.633 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:56:53.634 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:56:54.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:53 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:56:52.148891+0000 mgr.smithi089.imilpg (mgr.14164) 221 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:56:54.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:53 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:56:53.630741+0000 mon.smithi089 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.121:0/176258196' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:56:55.267 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:56:55.267 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:56:56.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:55 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:56:54.149224+0000 mgr.smithi089.imilpg (mgr.14164) 222 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:56:57.584 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:56:57.587 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:56:57.587 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:56:58.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:57 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:56:56.149497+0000 mgr.smithi089.imilpg (mgr.14164) 223 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:56:58.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:57 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:56:57.582495+0000 mon.smithi089 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.121:0/3268788945' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:56:59.171 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:56:59.171 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:57:00.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:56:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:56:58.149792+0000 mgr.smithi089.imilpg (mgr.14164) 224 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:57:01.211 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:57:01.211 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:57:01.213 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:57:01.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:01 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:57:00.150130+0000 mgr.smithi089.imilpg (mgr.14164) 225 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:57:02.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:02 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:57:01.209217+0000 mon.smithi089 (mon.0) 249 : audit [DBG] from='client.? 172.21.15.121:0/1892799089' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:57:02.867 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:57:02.868 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:57:03.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:03 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:57:02.150366+0000 mgr.smithi089.imilpg (mgr.14164) 226 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:57:05.008 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:57:05.008 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:57:05.010 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:57:06.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:05 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:57:04.150602+0000 mgr.smithi089.imilpg (mgr.14164) 227 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:57:06.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:05 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:57:05.005987+0000 mon.smithi089 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.121:0/1905799884' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:57:06.625 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:57:06.625 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:57:08.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:07 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:57:06.150971+0000 mgr.smithi089.imilpg (mgr.14164) 228 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:57:08.807 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:57:08.807 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:57:08.809 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:57:09.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:08 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:57:08.805291+0000 mon.smithi089 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.121:0/1482192140' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:57:10.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:09 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:57:08.151371+0000 mgr.smithi089.imilpg (mgr.14164) 229 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:57:10.424 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:57:10.425 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:57:12.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:11 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:57:10.151772+0000 mgr.smithi089.imilpg (mgr.14164) 230 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:57:12.482 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:57:12.482 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:57:12.484 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:57:13.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:12 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:57:12.480124+0000 mon.smithi089 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.121:0/2074453501' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:57:14.119 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:57:14.119 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:57:14.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:13 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:57:12.152078+0000 mgr.smithi089.imilpg (mgr.14164) 231 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:57:16.275 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:57:16.276 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:57:16.277 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:57:16.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:15 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:57:14.152335+0000 mgr.smithi089.imilpg (mgr.14164) 232 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:57:17.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:16 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:57:16.273713+0000 mon.smithi089 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.121:0/3398294798' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:57:17.966 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:57:17.967 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:57:18.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:17 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:57:16.152570+0000 mgr.smithi089.imilpg (mgr.14164) 233 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:57:20.134 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:57:20.134 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:57:20.136 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:57:20.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:19 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:57:18.152897+0000 mgr.smithi089.imilpg (mgr.14164) 234 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:57:21.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cephadm 2024-02-19T23:57:19.628010+0000 mgr.smithi089.imilpg (mgr.14164) 235 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-539a0364-cf81-11ee-95bb-87774f69a715-node-exporter.smithi089 2024-02-19T23:57:21.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: /bin/podman: stderr Error: no such container ceph-539a0364-cf81-11ee-95bb-87774f69a715-node-exporter.smithi089 2024-02-19T23:57:21.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Deploy daemon node-exporter.smithi089 ... 2024-02-19T23:57:21.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Verifying port 9100 ... 2024-02-19T23:57:21.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Non-zero exit code 1 from systemctl start ceph-539a0364-cf81-11ee-95bb-87774f69a715@node-exporter.smithi089 2024-02-19T23:57:21.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: systemctl: stderr Job for ceph-539a0364-cf81-11ee-95bb-87774f69a715@node-exporter.smithi089.service failed because a timeout was exceeded. 2024-02-19T23:57:21.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: systemctl: stderr See "systemctl status ceph-539a0364-cf81-11ee-95bb-87774f69a715@node-exporter.smithi089.service" and "journalctl -xe" for details. 2024-02-19T23:57:21.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Traceback (most recent call last): 2024-02-19T23:57:21.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-19T23:57:21.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: main() 2024-02-19T23:57:21.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-19T23:57:21.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: r = ctx.func(ctx) 2024-02-19T23:57:21.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-19T23:57:21.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: return func(ctx) 2024-02-19T23:57:21.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-02-19T23:57:21.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: ports=daemon_ports) 2024-02-19T23:57:21.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2024-02-19T23:57:21.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: c, osd_fsid=osd_fsid, ports=ports) 2024-02-19T23:57:21.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2024-02-19T23:57:21.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-02-19T23:57:21.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-02-19T23:57:21.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-02-19T23:57:21.348 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: RuntimeError: Failed command: systemctl start ceph-539a0364-cf81-11ee-95bb-87774f69a715@node-exporter.smithi089 2024-02-19T23:57:21.348 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Traceback (most recent call last): 2024-02-19T23:57:21.348 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2024-02-19T23:57:21.348 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: yield (conn, connr) 2024-02-19T23:57:21.348 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2024-02-19T23:57:21.348 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: code, '\n'.join(err))) 2024-02-19T23:57:21.348 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 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-539a0364-cf81-11ee-95bb-87774f69a715-node-exporter.smithi089 2024-02-19T23:57:21.348 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: /bin/podman: stderr Error: no such container ceph-539a0364-cf81-11ee-95bb-87774f69a715-node-exporter.smithi089 2024-02-19T23:57:21.348 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Deploy daemon node-exporter.smithi089 ... 2024-02-19T23:57:21.349 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Verifying port 9100 ... 2024-02-19T23:57:21.349 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Non-zero exit code 1 from systemctl start ceph-539a0364-cf81-11ee-95bb-87774f69a715@node-exporter.smithi089 2024-02-19T23:57:21.349 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: systemctl: stderr Job for ceph-539a0364-cf81-11ee-95bb-87774f69a715@node-exporter.smithi089.service failed because a timeout was exceeded. 2024-02-19T23:57:21.349 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: systemctl: stderr See "systemctl status ceph-539a0364-cf81-11ee-95bb-87774f69a715@node-exporter.smithi089.service" and "journalctl -xe" for details. 2024-02-19T23:57:21.349 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Traceback (most recent call last): 2024-02-19T23:57:21.349 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-19T23:57:21.349 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: main() 2024-02-19T23:57:21.349 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-19T23:57:21.349 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: r = ctx.func(ctx) 2024-02-19T23:57:21.350 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-19T23:57:21.350 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: return func(ctx) 2024-02-19T23:57:21.350 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-02-19T23:57:21.350 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: ports=daemon_ports) 2024-02-19T23:57:21.350 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2024-02-19T23:57:21.350 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: c, osd_fsid=osd_fsid, ports=ports) 2024-02-19T23:57:21.350 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2024-02-19T23:57:21.350 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-02-19T23:57:21.350 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-02-19T23:57:21.350 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-02-19T23:57:21.350 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: RuntimeError: Failed command: systemctl start ceph-539a0364-cf81-11ee-95bb-87774f69a715@node-exporter.smithi089 2024-02-19T23:57:21.350 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cephadm 2024-02-19T23:57:19.628198+0000 mgr.smithi089.imilpg (mgr.14164) 236 : cephadm [ERR] Failed while placing node-exporter.smithi089 on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-539a0364-cf81-11ee-95bb-87774f69a715-node-exporter.smithi089 2024-02-19T23:57:21.350 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: /bin/podman: stderr Error: no such container ceph-539a0364-cf81-11ee-95bb-87774f69a715-node-exporter.smithi089 2024-02-19T23:57:21.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Deploy daemon node-exporter.smithi089 ... 2024-02-19T23:57:21.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Verifying port 9100 ... 2024-02-19T23:57:21.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Non-zero exit code 1 from systemctl start ceph-539a0364-cf81-11ee-95bb-87774f69a715@node-exporter.smithi089 2024-02-19T23:57:21.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: systemctl: stderr Job for ceph-539a0364-cf81-11ee-95bb-87774f69a715@node-exporter.smithi089.service failed because a timeout was exceeded. 2024-02-19T23:57:21.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: systemctl: stderr See "systemctl status ceph-539a0364-cf81-11ee-95bb-87774f69a715@node-exporter.smithi089.service" and "journalctl -xe" for details. 2024-02-19T23:57:21.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Traceback (most recent call last): 2024-02-19T23:57:21.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-19T23:57:21.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: main() 2024-02-19T23:57:21.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-19T23:57:21.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: r = ctx.func(ctx) 2024-02-19T23:57:21.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-19T23:57:21.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: return func(ctx) 2024-02-19T23:57:21.352 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-02-19T23:57:21.352 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: ports=daemon_ports) 2024-02-19T23:57:21.352 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2024-02-19T23:57:21.352 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: c, osd_fsid=osd_fsid, ports=ports) 2024-02-19T23:57:21.352 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2024-02-19T23:57:21.352 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-02-19T23:57:21.352 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-02-19T23:57:21.352 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-02-19T23:57:21.352 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: RuntimeError: Failed command: systemctl start ceph-539a0364-cf81-11ee-95bb-87774f69a715@node-exporter.smithi089 2024-02-19T23:57:21.352 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cephadm 2024-02-19T23:57:19.633848+0000 mgr.smithi089.imilpg (mgr.14164) 237 : cephadm [INF] Deploying daemon prometheus.smithi089 on smithi089 2024-02-19T23:57:21.352 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:57:20.132392+0000 mon.smithi089 (mon.0) 254 : audit [DBG] from='client.? 172.21.15.121:0/1938249614' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:57:21.794 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:57:21.794 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:57:22.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:21 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:57:20.153208+0000 mgr.smithi089.imilpg (mgr.14164) 238 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:57:22.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:21 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:57:21.232548+0000 mon.smithi089 (mon.0) 255 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' 2024-02-19T23:57:23.857 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:57:23.858 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:57:23.858 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:57:24.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:23 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:57:22.153509+0000 mgr.smithi089.imilpg (mgr.14164) 239 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:57:24.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:23 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:57:23.855260+0000 mon.smithi089 (mon.0) 256 : audit [DBG] from='client.? 172.21.15.121:0/1142116178' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:57:25.593 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:57:25.593 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:57:26.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:25 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:57:24.153788+0000 mgr.smithi089.imilpg (mgr.14164) 240 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:57:27.957 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:57:27.957 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:57:27.958 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:57:28.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:27 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:57:26.154137+0000 mgr.smithi089.imilpg (mgr.14164) 241 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:57:29.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:28 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:57:27.955189+0000 mon.smithi089 (mon.0) 257 : audit [DBG] from='client.? 172.21.15.121:0/2694853632' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:57:29.651 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:57:29.651 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:57:30.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:29 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:57:28.154499+0000 mgr.smithi089.imilpg (mgr.14164) 242 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:57:31.835 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:57:31.835 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:57:31.837 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:57:32.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:31 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:57:30.154952+0000 mgr.smithi089.imilpg (mgr.14164) 243 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:57:32.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:31 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:57:31.833660+0000 mon.smithi089 (mon.0) 258 : audit [DBG] from='client.? 172.21.15.121:0/3299549824' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:57:33.542 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:57:33.543 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:57:34.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:33 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:57:32.155247+0000 mgr.smithi089.imilpg (mgr.14164) 244 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:57:35.705 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:57:35.705 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:57:35.706 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:57:36.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:35 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:57:34.155552+0000 mgr.smithi089.imilpg (mgr.14164) 245 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:57:36.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:35 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:57:35.703036+0000 mon.smithi089 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.121:0/1906996521' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:57:37.474 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:57:37.474 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:57:38.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:37 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:57:36.155947+0000 mgr.smithi089.imilpg (mgr.14164) 246 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:57:39.633 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:57:39.633 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:57:39.635 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:57:40.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:39 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:57:38.156220+0000 mgr.smithi089.imilpg (mgr.14164) 247 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:57:40.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:39 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:57:39.631274+0000 mon.smithi089 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.121:0/2541109273' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:57:41.278 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:57:41.278 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:57:42.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:41 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:57:40.156587+0000 mgr.smithi089.imilpg (mgr.14164) 248 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:57:43.319 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:57:43.319 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:57:43.321 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:57:44.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:43 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:57:42.156886+0000 mgr.smithi089.imilpg (mgr.14164) 249 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:57:44.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:43 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:57:43.317409+0000 mon.smithi089 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.121:0/416784002' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:57:45.089 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:57:45.090 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:57:46.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:45 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:57:44.157215+0000 mgr.smithi089.imilpg (mgr.14164) 250 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:57:47.282 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:57:47.282 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:57:47.283 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:57:47.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:46 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:57:46.227576+0000 mon.smithi089 (mon.0) 262 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.imilpg/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:57:47.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:46 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:57:46.231483+0000 mon.smithi089 (mon.0) 263 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.imilpg/trash_purge_schedule"}]: dispatch 2024-02-19T23:57:48.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:47 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:57:46.157549+0000 mgr.smithi089.imilpg (mgr.14164) 251 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:57:48.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:47 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:57:47.279933+0000 mon.smithi089 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.121:0/4106769284' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:57:49.070 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:57:49.070 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:57:50.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:49 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:57:48.157936+0000 mgr.smithi089.imilpg (mgr.14164) 252 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:57:51.226 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:57:51.226 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:57:51.227 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:57:52.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:51 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:57:50.158325+0000 mgr.smithi089.imilpg (mgr.14164) 253 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:57:52.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:51 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:57:51.224219+0000 mon.smithi089 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.121:0/1209936711' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:57:52.936 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:57:52.936 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:57:54.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:53 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:57:52.158686+0000 mgr.smithi089.imilpg (mgr.14164) 254 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:57:55.067 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:57:55.068 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:57:55.069 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:57:56.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:55 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:57:54.159021+0000 mgr.smithi089.imilpg (mgr.14164) 255 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:57:56.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:55 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:57:55.065691+0000 mon.smithi089 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.121:0/1110080849' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:57:56.741 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:57:56.742 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:57:58.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:57 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:57:56.159274+0000 mgr.smithi089.imilpg (mgr.14164) 256 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:57:59.056 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:57:59.056 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:57:59.057 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:58:00.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:57:58.159685+0000 mgr.smithi089.imilpg (mgr.14164) 257 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:58:00.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:57:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:57:59.054123+0000 mon.smithi089 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.121:0/4292040261' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:58:00.820 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:58:00.820 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:58:01.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:01 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:58:00.160002+0000 mgr.smithi089.imilpg (mgr.14164) 258 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:58:02.804 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:58:02.804 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:58:02.806 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:58:03.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:03 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:58:02.160384+0000 mgr.smithi089.imilpg (mgr.14164) 259 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:58:03.592 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:03 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:58:02.802663+0000 mon.smithi089 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.121:0/3225093081' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:58:04.608 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:58:04.609 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:58:06.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:05 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:58:04.160852+0000 mgr.smithi089.imilpg (mgr.14164) 260 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:58:06.728 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:58:06.728 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:58:06.730 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:58:07.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:06 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:58:06.726611+0000 mon.smithi089 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.121:0/2999658159' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:58:08.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:07 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:58:06.161239+0000 mgr.smithi089.imilpg (mgr.14164) 261 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:58:08.462 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:58:08.462 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:58:10.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:09 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:58:08.161614+0000 mgr.smithi089.imilpg (mgr.14164) 262 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:58:10.656 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:58:10.656 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:58:10.657 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:58:11.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:10 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:58:10.653795+0000 mon.smithi089 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.121:0/4180883965' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:58:12.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:11 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:58:10.161991+0000 mgr.smithi089.imilpg (mgr.14164) 263 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:58:12.407 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:58:12.407 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:58:14.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:13 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:58:12.162411+0000 mgr.smithi089.imilpg (mgr.14164) 264 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:58:14.592 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:58:14.592 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:58:14.594 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:58:15.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:14 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:58:14.590210+0000 mon.smithi089 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.121:0/2386257280' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:58:16.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:15 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:58:14.162863+0000 mgr.smithi089.imilpg (mgr.14164) 265 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:58:16.354 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:58:16.354 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:58:18.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:17 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:58:16.163207+0000 mgr.smithi089.imilpg (mgr.14164) 266 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:58:18.428 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:58:18.429 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:58:18.430 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:58:19.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:18 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:58:18.426996+0000 mon.smithi089 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.121:0/1082408796' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:58:20.117 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:58:20.118 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:58:20.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:19 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:58:18.163596+0000 mgr.smithi089.imilpg (mgr.14164) 267 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:58:22.282 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:58:22.282 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:58:22.283 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:58:22.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:21 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:58:20.164069+0000 mgr.smithi089.imilpg (mgr.14164) 268 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:58:23.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:22 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:58:22.280349+0000 mon.smithi089 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.121:0/2130145868' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:58:24.075 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:58:24.076 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:58:24.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:23 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:58:22.164444+0000 mgr.smithi089.imilpg (mgr.14164) 269 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:58:26.303 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:58:26.304 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:58:26.304 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:58:26.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:25 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:58:24.164795+0000 mgr.smithi089.imilpg (mgr.14164) 270 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:58:27.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:26 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:58:26.300362+0000 mon.smithi089 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.121:0/2794882208' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:58:28.090 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:58:28.090 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:58:28.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:27 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:58:26.165165+0000 mgr.smithi089.imilpg (mgr.14164) 271 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:58:30.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:29 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:58:28.165555+0000 mgr.smithi089.imilpg (mgr.14164) 272 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:58:30.377 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:58:30.378 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:58:30.379 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:58:31.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:30 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:58:30.375602+0000 mon.smithi089 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.121:0/650107706' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:58:32.173 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:58:32.173 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:58:32.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:31 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:58:30.165799+0000 mgr.smithi089.imilpg (mgr.14164) 273 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:58:34.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:33 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:58:32.166141+0000 mgr.smithi089.imilpg (mgr.14164) 274 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:58:34.469 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:58:34.469 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:58:34.471 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:58:35.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:34 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:58:34.467180+0000 mon.smithi089 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.121:0/2042095671' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:58:36.145 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:58:36.145 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:58:36.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:35 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:58:34.166474+0000 mgr.smithi089.imilpg (mgr.14164) 275 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:58:38.333 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:58:38.333 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:58:38.334 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:58:38.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:37 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:58:36.166768+0000 mgr.smithi089.imilpg (mgr.14164) 276 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:58:39.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:38 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:58:38.331279+0000 mon.smithi089 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.121:0/3154130131' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:58:39.968 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:58:39.969 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:58:40.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:39 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:58:38.167110+0000 mgr.smithi089.imilpg (mgr.14164) 277 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:58:42.250 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:58:42.250 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:58:42.252 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:58:42.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:41 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:58:40.167484+0000 mgr.smithi089.imilpg (mgr.14164) 278 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:58:43.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:42 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:58:42.248444+0000 mon.smithi089 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.121:0/6986346' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:58:43.938 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:58:43.938 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:58:44.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:43 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:58:42.167773+0000 mgr.smithi089.imilpg (mgr.14164) 279 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:58:45.913 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:58:45.913 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:58:45.914 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:58:46.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:45 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:58:44.168065+0000 mgr.smithi089.imilpg (mgr.14164) 280 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:58:47.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:46 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:58:45.911145+0000 mon.smithi089 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.121:0/928932272' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:58:47.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:46 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:58:46.228603+0000 mon.smithi089 (mon.0) 280 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.imilpg/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:58:47.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:46 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:58:46.232432+0000 mon.smithi089 (mon.0) 281 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.imilpg/trash_purge_schedule"}]: dispatch 2024-02-19T23:58:47.591 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:58:47.592 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:58:48.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:47 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:58:46.168331+0000 mgr.smithi089.imilpg (mgr.14164) 281 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:58:49.599 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:58:49.600 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:58:49.601 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:58:50.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:49 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:58:48.168585+0000 mgr.smithi089.imilpg (mgr.14164) 282 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:58:50.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:49 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:58:49.597227+0000 mon.smithi089 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.121:0/2221668287' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:58:51.169 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:58:51.169 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:58:52.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:51 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:58:50.169029+0000 mgr.smithi089.imilpg (mgr.14164) 283 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:58:53.317 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:58:53.317 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:58:53.318 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:58:54.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:53 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:58:52.169319+0000 mgr.smithi089.imilpg (mgr.14164) 284 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:58:54.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:53 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:58:53.315396+0000 mon.smithi089 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.121:0/1849155735' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:58:55.000 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:58:55.000 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:58:56.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:55 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:58:54.169593+0000 mgr.smithi089.imilpg (mgr.14164) 285 : cluster [DBG] pgmap v268: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:58:56.989 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:58:56.990 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:58:56.991 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:58:58.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:57 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:58:56.169861+0000 mgr.smithi089.imilpg (mgr.14164) 286 : cluster [DBG] pgmap v269: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:58:58.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:57 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:58:56.987240+0000 mon.smithi089 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.121:0/234847538' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:58:58.581 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:58:58.581 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:59:00.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:58:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:58:58.170145+0000 mgr.smithi089.imilpg (mgr.14164) 287 : cluster [DBG] pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:59:00.793 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:59:00.793 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:59:00.795 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:59:01.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:00 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:59:00.791819+0000 mon.smithi089 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.121:0/2413069584' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:59:02.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:01 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:59:00.170463+0000 mgr.smithi089.imilpg (mgr.14164) 288 : cluster [DBG] pgmap v271: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:59:02.626 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:59:02.626 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:59:04.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:03 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:59:02.170797+0000 mgr.smithi089.imilpg (mgr.14164) 289 : cluster [DBG] pgmap v272: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:59:04.754 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:59:04.754 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:59:04.756 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:59:05.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:04 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:59:04.752782+0000 mon.smithi089 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.121:0/1798757438' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:59:06.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:05 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:59:04.171169+0000 mgr.smithi089.imilpg (mgr.14164) 290 : cluster [DBG] pgmap v273: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:59:06.422 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:59:06.422 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:59:08.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:07 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:59:06.171503+0000 mgr.smithi089.imilpg (mgr.14164) 291 : cluster [DBG] pgmap v274: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:59:08.715 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:59:08.715 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:59:08.717 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:59:09.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:08 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:59:08.713250+0000 mon.smithi089 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.121:0/3969421757' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:59:10.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:09 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:59:08.171883+0000 mgr.smithi089.imilpg (mgr.14164) 292 : cluster [DBG] pgmap v275: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:59:10.376 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:59:10.376 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:59:12.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:11 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:59:10.172137+0000 mgr.smithi089.imilpg (mgr.14164) 293 : cluster [DBG] pgmap v276: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:59:12.585 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:59:12.586 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:59:12.587 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:59:13.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:12 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:59:12.584053+0000 mon.smithi089 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.121:0/3437081284' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:59:14.278 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:59:14.279 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:59:14.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:13 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:59:12.172426+0000 mgr.smithi089.imilpg (mgr.14164) 294 : cluster [DBG] pgmap v277: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:59:16.289 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:59:16.290 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:59:16.291 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:59:16.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:15 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:59:14.172692+0000 mgr.smithi089.imilpg (mgr.14164) 295 : cluster [DBG] pgmap v278: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:59:17.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:16 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:59:16.288278+0000 mon.smithi089 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.121:0/372896785' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:59:17.932 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:59:17.932 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:59:18.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:17 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:59:16.172981+0000 mgr.smithi089.imilpg (mgr.14164) 296 : cluster [DBG] pgmap v279: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:59:20.123 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:59:20.123 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:59:20.125 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:59:20.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:19 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:59:18.173344+0000 mgr.smithi089.imilpg (mgr.14164) 297 : cluster [DBG] pgmap v280: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:59:21.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:59:20.121641+0000 mon.smithi089 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.121:0/2415644011' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:59:21.772 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:59:21.773 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:59:22.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:21 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:59:20.173716+0000 mgr.smithi089.imilpg (mgr.14164) 298 : cluster [DBG] pgmap v281: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:59:23.929 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:59:23.930 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:59:23.931 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:59:24.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:23 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:59:22.174079+0000 mgr.smithi089.imilpg (mgr.14164) 299 : cluster [DBG] pgmap v282: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:59:24.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:23 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:59:23.928213+0000 mon.smithi089 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.121:0/299269155' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:59:25.640 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:59:25.641 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:59:26.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:25 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:59:24.174453+0000 mgr.smithi089.imilpg (mgr.14164) 300 : cluster [DBG] pgmap v283: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:59:27.900 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:59:27.900 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:59:27.901 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:59:28.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:27 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:59:26.174807+0000 mgr.smithi089.imilpg (mgr.14164) 301 : cluster [DBG] pgmap v284: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:59:28.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:27 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:59:27.897781+0000 mon.smithi089 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.121:0/421365800' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:59:29.684 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:59:29.684 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:59:30.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:29 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:59:28.175163+0000 mgr.smithi089.imilpg (mgr.14164) 302 : cluster [DBG] pgmap v285: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:59:32.029 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:59:32.029 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:59:32.030 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:59:32.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:31 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:59:30.175570+0000 mgr.smithi089.imilpg (mgr.14164) 303 : cluster [DBG] pgmap v286: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:59:33.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:32 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:59:32.027328+0000 mon.smithi089 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.121:0/3281109916' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:59:33.664 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:59:33.665 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:59:34.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:33 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:59:32.175918+0000 mgr.smithi089.imilpg (mgr.14164) 304 : cluster [DBG] pgmap v287: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:59:35.754 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:59:35.754 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:59:35.755 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:59:36.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:35 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:59:34.176228+0000 mgr.smithi089.imilpg (mgr.14164) 305 : cluster [DBG] pgmap v288: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:59:36.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:35 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:59:35.752066+0000 mon.smithi089 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.121:0/1073548932' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:59:37.400 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:59:37.401 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:59:38.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:37 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:59:36.176564+0000 mgr.smithi089.imilpg (mgr.14164) 306 : cluster [DBG] pgmap v289: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:59:39.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:39 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:59:38.176892+0000 mgr.smithi089.imilpg (mgr.14164) 307 : cluster [DBG] pgmap v290: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:59:39.471 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:59:39.471 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:59:39.473 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:59:40.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:40 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:59:39.469997+0000 mon.smithi089 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.121:0/274426035' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:59:41.178 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:59:41.179 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:59:41.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:41 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:59:40.177141+0000 mgr.smithi089.imilpg (mgr.14164) 308 : cluster [DBG] pgmap v291: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:59:43.332 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:59:43.332 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:59:43.333 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:59:43.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:43 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:59:42.177393+0000 mgr.smithi089.imilpg (mgr.14164) 309 : cluster [DBG] pgmap v292: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:59:44.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:59:43.329981+0000 mon.smithi089 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.121:0/1798500078' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:59:45.091 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:59:45.092 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:59:46.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:45 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:59:44.177756+0000 mgr.smithi089.imilpg (mgr.14164) 310 : cluster [DBG] pgmap v293: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:59:47.193 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:46 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:59:46.229645+0000 mon.smithi089 (mon.0) 297 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.imilpg/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:59:47.193 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:46 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:59:46.233577+0000 mon.smithi089 (mon.0) 298 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.imilpg/trash_purge_schedule"}]: dispatch 2024-02-19T23:59:47.343 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:59:47.343 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:59:47.345 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:59:48.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:47 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:59:46.178027+0000 mgr.smithi089.imilpg (mgr.14164) 311 : cluster [DBG] pgmap v294: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:59:48.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:47 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:59:47.156248+0000 mon.smithi089 (mon.0) 299 : audit [DBG] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:59:48.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:47 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:59:47.157354+0000 mon.smithi089 (mon.0) 300 : audit [DBG] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:59:48.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:47 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:59:47.158123+0000 mon.smithi089 (mon.0) 301 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:59:48.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:47 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:59:47.341757+0000 mon.smithi089 (mon.0) 302 : audit [DBG] from='client.? 172.21.15.121:0/932048986' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:59:48.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:47 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:59:47.386865+0000 mon.smithi089 (mon.0) 303 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' 2024-02-19T23:59:48.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:47 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:59:47.782719+0000 mon.smithi089 (mon.0) 304 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' 2024-02-19T23:59:49.039 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:59:49.039 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:59:49.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cephadm 2024-02-19T23:59:47.155080+0000 mgr.smithi089.imilpg (mgr.14164) 312 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-539a0364-cf81-11ee-95bb-87774f69a715-prometheus.smithi089 2024-02-19T23:59:49.093 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: /bin/podman: stderr Error: no such container ceph-539a0364-cf81-11ee-95bb-87774f69a715-prometheus.smithi089 2024-02-19T23:59:49.093 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Deploy daemon prometheus.smithi089 ... 2024-02-19T23:59:49.093 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 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/prometheus:v2.18.1 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus 2024-02-19T23:59:49.093 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1... 2024-02-19T23:59:49.093 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr time="2024-02-19T23:57:54Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T23:59:49.093 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr time="2024-02-19T23:58:32Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T23:59:49.093 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr time="2024-02-19T23:59:09Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T23:59:49.093 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T23:59:49.093 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Traceback (most recent call last): 2024-02-19T23:59:49.093 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-19T23:59:49.093 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: main() 2024-02-19T23:59:49.093 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-19T23:59:49.093 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: r = ctx.func(ctx) 2024-02-19T23:59:49.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-19T23:59:49.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: return func(ctx) 2024-02-19T23:59:49.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-02-19T23:59:49.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-02-19T23:59:49.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4269, in extract_uid_gid_monitoring 2024-02-19T23:59:49.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: uid, gid = extract_uid_gid(ctx, file_path='/etc/prometheus') 2024-02-19T23:59:49.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-02-19T23:59:49.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: raise RuntimeError('uid/gid not found') 2024-02-19T23:59:49.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: RuntimeError: uid/gid not found 2024-02-19T23:59:49.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Traceback (most recent call last): 2024-02-19T23:59:49.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2024-02-19T23:59:49.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: yield (conn, connr) 2024-02-19T23:59:49.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2024-02-19T23:59:49.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: code, '\n'.join(err))) 2024-02-19T23:59:49.095 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 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-539a0364-cf81-11ee-95bb-87774f69a715-prometheus.smithi089 2024-02-19T23:59:49.095 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: /bin/podman: stderr Error: no such container ceph-539a0364-cf81-11ee-95bb-87774f69a715-prometheus.smithi089 2024-02-19T23:59:49.095 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Deploy daemon prometheus.smithi089 ... 2024-02-19T23:59:49.095 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 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/prometheus:v2.18.1 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus 2024-02-19T23:59:49.095 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1... 2024-02-19T23:59:49.095 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr time="2024-02-19T23:57:54Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T23:59:49.095 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr time="2024-02-19T23:58:32Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T23:59:49.095 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr time="2024-02-19T23:59:09Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T23:59:49.095 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T23:59:49.095 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Traceback (most recent call last): 2024-02-19T23:59:49.095 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-19T23:59:49.095 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: main() 2024-02-19T23:59:49.095 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-19T23:59:49.096 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: r = ctx.func(ctx) 2024-02-19T23:59:49.096 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-19T23:59:49.096 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: return func(ctx) 2024-02-19T23:59:49.096 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-02-19T23:59:49.096 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-02-19T23:59:49.096 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4269, in extract_uid_gid_monitoring 2024-02-19T23:59:49.096 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: uid, gid = extract_uid_gid(ctx, file_path='/etc/prometheus') 2024-02-19T23:59:49.096 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-02-19T23:59:49.096 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: raise RuntimeError('uid/gid not found') 2024-02-19T23:59:49.096 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: RuntimeError: uid/gid not found 2024-02-19T23:59:49.096 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cephadm 2024-02-19T23:59:47.155344+0000 mgr.smithi089.imilpg (mgr.14164) 313 : cephadm [ERR] Failed while placing prometheus.smithi089 on smithi089: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-539a0364-cf81-11ee-95bb-87774f69a715-prometheus.smithi089 2024-02-19T23:59:49.096 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: /bin/podman: stderr Error: no such container ceph-539a0364-cf81-11ee-95bb-87774f69a715-prometheus.smithi089 2024-02-19T23:59:49.096 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Deploy daemon prometheus.smithi089 ... 2024-02-19T23:59:49.097 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: 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/prometheus:v2.18.1 -e NODE_NAME=smithi089 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus 2024-02-19T23:59:49.097 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1... 2024-02-19T23:59:49.097 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr time="2024-02-19T23:57:54Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T23:59:49.097 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr time="2024-02-19T23:58:32Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T23:59:49.097 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr time="2024-02-19T23:59:09Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-19T23:59:49.097 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: stat: stderr Error: initializing source docker://prom/prometheus:v2.18.1: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/prometheus:v2.18.1: 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/prometheus:v2.18.1: reading manifest v2.18.1 in docker.io/prom/prometheus: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T23:59:49.097 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: Traceback (most recent call last): 2024-02-19T23:59:49.097 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-19T23:59:49.097 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: main() 2024-02-19T23:59:49.097 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-19T23:59:49.097 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: r = ctx.func(ctx) 2024-02-19T23:59:49.097 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-19T23:59:49.098 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: return func(ctx) 2024-02-19T23:59:49.098 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-02-19T23:59:49.098 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-02-19T23:59:49.098 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4269, in extract_uid_gid_monitoring 2024-02-19T23:59:49.098 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: uid, gid = extract_uid_gid(ctx, file_path='/etc/prometheus') 2024-02-19T23:59:49.098 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: File "/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-02-19T23:59:49.098 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: raise RuntimeError('uid/gid not found') 2024-02-19T23:59:49.098 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: RuntimeError: uid/gid not found 2024-02-19T23:59:49.098 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:59:48.083534+0000 mon.smithi089 (mon.0) 305 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' 2024-02-19T23:59:50.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:49 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:59:48.178296+0000 mgr.smithi089.imilpg (mgr.14164) 314 : cluster [DBG] pgmap v295: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:59:50.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:49 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:59:49.404852+0000 mon.smithi089 (mon.0) 306 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' 2024-02-19T23:59:50.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:49 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:59:49.703118+0000 mon.smithi089 (mon.0) 307 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' 2024-02-19T23:59:51.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:50 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cephadm 2024-02-19T23:59:49.648353+0000 mgr.smithi089.imilpg (mgr.14164) 315 : cephadm [INF] Updating smithi089:/etc/ceph/ceph.conf 2024-02-19T23:59:51.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:50 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cephadm 2024-02-19T23:59:49.674840+0000 mgr.smithi089.imilpg (mgr.14164) 316 : cephadm [INF] Updating smithi089:/etc/ceph/ceph.client.admin.keyring 2024-02-19T23:59:51.984 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:59:51.984 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:59:51.987 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:59:52.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:51 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:59:50.178623+0000 mgr.smithi089.imilpg (mgr.14164) 317 : cluster [DBG] pgmap v296: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:59:52.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:51 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:59:51.239519+0000 mon.smithi089 (mon.0) 308 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' 2024-02-19T23:59:53.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:52 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:59:51.982461+0000 mon.smithi089 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.121:0/2014055486' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:59:53.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:52 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:59:52.593560+0000 mon.smithi089 (mon.0) 310 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' 2024-02-19T23:59:54.021 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:59:54.021 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:59:54.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:53 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:59:52.178949+0000 mgr.smithi089.imilpg (mgr.14164) 318 : cluster [DBG] pgmap v297: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:59:54.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:53 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:59:53.106960+0000 mon.smithi089 (mon.0) 311 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' 2024-02-19T23:59:54.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:53 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:59:53.107715+0000 mon.smithi089 (mon.0) 312 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix": "config rm", "who": "osd/host:smithi121", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:59:54.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:53 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:59:53.111086+0000 mon.smithi089 (mon.0) 313 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' 2024-02-19T23:59:55.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:54 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:59:53.108836+0000 mgr.smithi089.imilpg (mgr.14164) 319 : cluster [DBG] pgmap v298: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:59:55.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:54 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cephadm 2024-02-19T23:59:53.114038+0000 mgr.smithi089.imilpg (mgr.14164) 320 : cephadm [INF] Deploying daemon alertmanager.smithi089 on smithi089 2024-02-19T23:59:55.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:54 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:59:54.105693+0000 mon.smithi089 (mon.0) 314 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-02-19T23:59:56.146 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-19T23:59:56.147 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:59:56.148 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-19T23:59:57.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:56 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:59:55.109125+0000 mgr.smithi089.imilpg (mgr.14164) 321 : cluster [DBG] pgmap v299: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:59:57.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:56 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-19T23:59:56.144510+0000 mon.smithi089 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.121:0/3284573334' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:59:57.830 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:59:57.830 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:59:59.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 19 23:59:58 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:59:57.109490+0000 mgr.smithi089.imilpg (mgr.14164) 322 : cluster [DBG] pgmap v300: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:00:00.031 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:00:00.031 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:00:00.033 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:00:01.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:00 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-19T23:59:59.109795+0000 mgr.smithi089.imilpg (mgr.14164) 323 : cluster [DBG] pgmap v301: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:00:01.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:00 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:00:00.029693+0000 mon.smithi089 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.121:0/1030617032' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:00:01.782 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:00:01.783 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:00:03.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:02 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:00:01.110094+0000 mgr.smithi089.imilpg (mgr.14164) 324 : cluster [DBG] pgmap v302: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:00:04.012 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:00:04.012 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:00:04.013 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:00:05.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:04 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:00:03.110398+0000 mgr.smithi089.imilpg (mgr.14164) 325 : cluster [DBG] pgmap v303: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:00:05.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:04 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:00:04.010106+0000 mon.smithi089 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.121:0/2489489480' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:00:05.682 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:00:05.682 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:00:07.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:06 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:00:05.110762+0000 mgr.smithi089.imilpg (mgr.14164) 326 : cluster [DBG] pgmap v304: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:00:07.626 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:00:07.626 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:00:07.627 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:00:08.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:07 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:00:07.624067+0000 mon.smithi089 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.121:0/2109123150' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:00:09.297 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:00:09.298 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:00:09.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:08 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:00:07.111145+0000 mgr.smithi089.imilpg (mgr.14164) 327 : cluster [DBG] pgmap v305: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:00:11.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:10 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:00:09.111465+0000 mgr.smithi089.imilpg (mgr.14164) 328 : cluster [DBG] pgmap v306: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:00:11.562 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:00:11.562 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:00:11.564 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:00:12.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:11 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:00:11.560637+0000 mon.smithi089 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.121:0/1969400061' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:00:13.252 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:00:13.252 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:00:13.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:12 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:00:11.111836+0000 mgr.smithi089.imilpg (mgr.14164) 329 : cluster [DBG] pgmap v307: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:00:15.337 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:00:15.337 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:00:15.338 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:00:15.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:14 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:00:13.112215+0000 mgr.smithi089.imilpg (mgr.14164) 330 : cluster [DBG] pgmap v308: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:00:16.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:15 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:00:15.335119+0000 mon.smithi089 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.121:0/1096775328' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:00:16.988 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:00:16.988 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:00:17.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:16 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:00:15.112599+0000 mgr.smithi089.imilpg (mgr.14164) 331 : cluster [DBG] pgmap v309: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:00:19.229 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:00:19.229 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:00:19.231 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:00:19.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:18 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:00:17.112967+0000 mgr.smithi089.imilpg (mgr.14164) 332 : cluster [DBG] pgmap v310: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:00:20.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:19 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:00:19.227632+0000 mon.smithi089 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.121:0/4191813963' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:00:20.815 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:00:20.815 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:00:21.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:00:19.113216+0000 mgr.smithi089.imilpg (mgr.14164) 333 : cluster [DBG] pgmap v311: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:00:22.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:21 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:00:21.113580+0000 mgr.smithi089.imilpg (mgr.14164) 334 : cluster [DBG] pgmap v312: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:00:22.906 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:00:22.907 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:00:22.908 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:00:23.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:22 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:00:22.904702+0000 mon.smithi089 (mon.0) 322 : audit [DBG] from='client.? 172.21.15.121:0/3280326919' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:00:24.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:23 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:00:23.113872+0000 mgr.smithi089.imilpg (mgr.14164) 335 : cluster [DBG] pgmap v313: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:00:24.601 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:00:24.601 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:00:26.803 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:00:26.803 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:00:26.805 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:00:27.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:26 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:00:25.114251+0000 mgr.smithi089.imilpg (mgr.14164) 336 : cluster [DBG] pgmap v314: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:00:27.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:26 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:00:26.801876+0000 mon.smithi089 (mon.0) 323 : audit [DBG] from='client.? 172.21.15.121:0/2945106978' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:00:28.517 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:00:28.518 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:00:29.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:28 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:00:27.114653+0000 mgr.smithi089.imilpg (mgr.14164) 337 : cluster [DBG] pgmap v315: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:00:30.621 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:00:30.621 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:00:30.622 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:00:31.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:30 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:00:29.115059+0000 mgr.smithi089.imilpg (mgr.14164) 338 : cluster [DBG] pgmap v316: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:00:31.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:30 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:00:30.619184+0000 mon.smithi089 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.121:0/421624302' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:00:32.332 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:00:32.332 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:00:33.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:32 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:00:31.115420+0000 mgr.smithi089.imilpg (mgr.14164) 339 : cluster [DBG] pgmap v317: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:00:34.491 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:00:34.491 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:00:34.493 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:00:35.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:34 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:00:33.115802+0000 mgr.smithi089.imilpg (mgr.14164) 340 : cluster [DBG] pgmap v318: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:00:35.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:34 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:00:34.489844+0000 mon.smithi089 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.121:0/1511067555' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:00:36.151 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:00:36.152 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:00:37.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:36 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:00:35.116220+0000 mgr.smithi089.imilpg (mgr.14164) 341 : cluster [DBG] pgmap v319: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:00:38.308 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:00:38.308 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:00:38.309 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:00:39.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:38 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:00:37.116573+0000 mgr.smithi089.imilpg (mgr.14164) 342 : cluster [DBG] pgmap v320: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:00:39.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:38 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:00:38.306286+0000 mon.smithi089 (mon.0) 326 : audit [DBG] from='client.? 172.21.15.121:0/3860703966' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:00:39.970 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:00:39.970 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:00:41.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:40 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:00:39.116937+0000 mgr.smithi089.imilpg (mgr.14164) 343 : cluster [DBG] pgmap v321: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:00:42.111 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:00:42.111 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:00:42.112 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:00:43.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:42 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:00:41.117172+0000 mgr.smithi089.imilpg (mgr.14164) 344 : cluster [DBG] pgmap v322: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:00:43.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:42 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:00:42.109680+0000 mon.smithi089 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.121:0/3049196560' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:00:43.806 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:00:43.807 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:00:45.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:00:43.117530+0000 mgr.smithi089.imilpg (mgr.14164) 345 : cluster [DBG] pgmap v323: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:00:46.100 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:00:46.100 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:00:46.102 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:00:47.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:46 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:00:45.117853+0000 mgr.smithi089.imilpg (mgr.14164) 346 : cluster [DBG] pgmap v324: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:00:47.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:46 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:00:46.098687+0000 mon.smithi089 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.121:0/929855637' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:00:47.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:46 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:00:46.230708+0000 mon.smithi089 (mon.0) 329 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.imilpg/mirror_snapshot_schedule"}]: dispatch 2024-02-20T00:00:47.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:46 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:00:46.234382+0000 mon.smithi089 (mon.0) 330 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.imilpg/trash_purge_schedule"}]: dispatch 2024-02-20T00:00:47.735 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:00:47.735 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:00:49.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:00:47.118213+0000 mgr.smithi089.imilpg (mgr.14164) 347 : cluster [DBG] pgmap v325: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:00:49.782 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:00:49.782 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:00:49.784 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:00:50.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:49 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:00:49.780584+0000 mon.smithi089 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.121:0/2056416035' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:00:51.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:50 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:00:49.118586+0000 mgr.smithi089.imilpg (mgr.14164) 348 : cluster [DBG] pgmap v326: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:00:51.503 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:00:51.504 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:00:53.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:52 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:00:51.118966+0000 mgr.smithi089.imilpg (mgr.14164) 349 : cluster [DBG] pgmap v327: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:00:53.530 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:00:53.530 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:00:53.531 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:00:54.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:53 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:00:53.528036+0000 mon.smithi089 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.121:0/3709425949' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:00:55.153 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:00:55.153 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:00:55.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:54 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:00:53.119249+0000 mgr.smithi089.imilpg (mgr.14164) 350 : cluster [DBG] pgmap v328: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:00:57.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:56 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:00:55.119538+0000 mgr.smithi089.imilpg (mgr.14164) 351 : cluster [DBG] pgmap v329: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:00:57.371 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:00:57.371 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:00:57.373 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:00:58.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:57 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:00:57.369745+0000 mon.smithi089 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.121:0/4203233042' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:00:58.969 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:00:58.969 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:00:59.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:00:58 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:00:57.119795+0000 mgr.smithi089.imilpg (mgr.14164) 352 : cluster [DBG] pgmap v330: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:01:01.058 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:01:01.058 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:01:01.060 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:01:01.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:00 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:00:59.120166+0000 mgr.smithi089.imilpg (mgr.14164) 353 : cluster [DBG] pgmap v331: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:01:02.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:01 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:01:01.057037+0000 mon.smithi089 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.121:0/356144452' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:01:02.683 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:01:02.683 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:01:03.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:02 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:01:01.120471+0000 mgr.smithi089.imilpg (mgr.14164) 354 : cluster [DBG] pgmap v332: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:01:04.857 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:01:04.858 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:01:04.859 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:01:05.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:04 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:01:03.120821+0000 mgr.smithi089.imilpg (mgr.14164) 355 : cluster [DBG] pgmap v333: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:01:05.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:04 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:01:04.855767+0000 mon.smithi089 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.121:0/2596794006' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:01:06.597 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:01:06.597 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:01:07.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:06 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:01:05.121189+0000 mgr.smithi089.imilpg (mgr.14164) 356 : cluster [DBG] pgmap v334: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:01:08.802 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:01:08.802 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:01:08.804 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:01:09.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:08 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:01:07.121461+0000 mgr.smithi089.imilpg (mgr.14164) 357 : cluster [DBG] pgmap v335: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:01:09.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:08 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:01:08.800688+0000 mon.smithi089 (mon.0) 336 : audit [DBG] from='client.? 172.21.15.121:0/3483814953' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:01:10.534 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:01:10.535 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:01:11.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:10 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:01:09.121829+0000 mgr.smithi089.imilpg (mgr.14164) 358 : cluster [DBG] pgmap v336: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:01:12.634 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:01:12.635 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:01:12.636 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:01:13.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:12 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:01:11.122272+0000 mgr.smithi089.imilpg (mgr.14164) 359 : cluster [DBG] pgmap v337: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:01:13.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:12 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:01:12.633113+0000 mon.smithi089 (mon.0) 337 : audit [DBG] from='client.? 172.21.15.121:0/3576016810' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:01:14.358 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:01:14.358 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:01:15.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:14 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:01:13.122594+0000 mgr.smithi089.imilpg (mgr.14164) 360 : cluster [DBG] pgmap v338: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:01:16.596 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:01:16.596 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:01:16.597 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:01:17.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:16 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:01:15.122970+0000 mgr.smithi089.imilpg (mgr.14164) 361 : cluster [DBG] pgmap v339: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:01:17.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:16 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:01:16.594182+0000 mon.smithi089 (mon.0) 338 : audit [DBG] from='client.? 172.21.15.121:0/3462802030' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:01:18.376 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:01:18.376 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:01:19.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:18 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:01:17.123337+0000 mgr.smithi089.imilpg (mgr.14164) 362 : cluster [DBG] pgmap v340: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:01:20.500 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:01:20.500 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:01:20.502 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:01:21.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:01:19.123722+0000 mgr.smithi089.imilpg (mgr.14164) 363 : cluster [DBG] pgmap v341: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:01:21.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:20 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:01:20.499107+0000 mon.smithi089 (mon.0) 339 : audit [DBG] from='client.? 172.21.15.121:0/1356765064' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:01:22.047 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:01:22.048 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:01:23.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:22 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:01:21.124014+0000 mgr.smithi089.imilpg (mgr.14164) 364 : cluster [DBG] pgmap v342: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:01:24.194 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:01:24.194 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:01:24.195 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:01:25.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:24 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:01:23.124383+0000 mgr.smithi089.imilpg (mgr.14164) 365 : cluster [DBG] pgmap v343: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:01:25.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:24 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:01:24.192218+0000 mon.smithi089 (mon.0) 340 : audit [DBG] from='client.? 172.21.15.121:0/1828253375' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:01:25.894 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:01:25.894 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:01:27.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:26 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:01:25.124676+0000 mgr.smithi089.imilpg (mgr.14164) 366 : cluster [DBG] pgmap v344: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:01:28.061 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:01:28.062 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:01:28.063 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:01:29.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:28 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:01:27.124987+0000 mgr.smithi089.imilpg (mgr.14164) 367 : cluster [DBG] pgmap v345: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:01:29.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:28 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:01:28.060464+0000 mon.smithi089 (mon.0) 341 : audit [DBG] from='client.? 172.21.15.121:0/3450326320' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:01:29.700 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:01:29.700 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:01:31.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:30 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:01:29.125295+0000 mgr.smithi089.imilpg (mgr.14164) 368 : cluster [DBG] pgmap v346: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:01:31.915 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:01:31.915 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:01:31.917 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:01:32.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:31 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:01:31.913464+0000 mon.smithi089 (mon.0) 342 : audit [DBG] from='client.? 172.21.15.121:0/1288964634' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:01:33.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:32 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:01:31.125659+0000 mgr.smithi089.imilpg (mgr.14164) 369 : cluster [DBG] pgmap v347: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:01:33.744 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:01:33.744 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:01:35.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:34 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:01:33.126087+0000 mgr.smithi089.imilpg (mgr.14164) 370 : cluster [DBG] pgmap v348: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:01:35.885 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:01:35.886 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:01:35.887 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:01:36.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:35 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:01:35.884227+0000 mon.smithi089 (mon.0) 343 : audit [DBG] from='client.? 172.21.15.121:0/3115660473' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:01:37.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:36 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:01:35.126397+0000 mgr.smithi089.imilpg (mgr.14164) 371 : cluster [DBG] pgmap v349: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:01:37.646 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:01:37.647 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:01:39.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:38 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:01:37.126749+0000 mgr.smithi089.imilpg (mgr.14164) 372 : cluster [DBG] pgmap v350: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:01:39.817 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:01:39.817 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:01:39.818 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:01:40.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:39 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:01:39.814834+0000 mon.smithi089 (mon.0) 344 : audit [DBG] from='client.? 172.21.15.121:0/435842212' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:01:41.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:40 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:01:39.127156+0000 mgr.smithi089.imilpg (mgr.14164) 373 : cluster [DBG] pgmap v351: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:01:41.593 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:01:41.593 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:01:43.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:42 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:01:41.127491+0000 mgr.smithi089.imilpg (mgr.14164) 374 : cluster [DBG] pgmap v352: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:01:43.754 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:01:43.754 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:01:43.756 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:01:44.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:43 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:01:43.752932+0000 mon.smithi089 (mon.0) 345 : audit [DBG] from='client.? 172.21.15.121:0/893918057' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:01:45.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:44 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:01:43.127747+0000 mgr.smithi089.imilpg (mgr.14164) 375 : cluster [DBG] pgmap v353: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:01:45.426 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:01:45.426 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:01:47.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:46 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:01:45.128133+0000 mgr.smithi089.imilpg (mgr.14164) 376 : cluster [DBG] pgmap v354: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:01:47.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:46 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:01:46.231690+0000 mon.smithi089 (mon.0) 346 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.imilpg/mirror_snapshot_schedule"}]: dispatch 2024-02-20T00:01:47.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:46 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:01:46.235239+0000 mon.smithi089 (mon.0) 347 : audit [INF] from='mgr.14164 172.21.15.89:0/2734808299' entity='mgr.smithi089.imilpg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi089.imilpg/trash_purge_schedule"}]: dispatch 2024-02-20T00:01:47.732 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:01:47.732 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:01:47.734 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:01:48.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:47 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:01:47.730685+0000 mon.smithi089 (mon.0) 348 : audit [DBG] from='client.? 172.21.15.121:0/3211102680' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:01:49.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:48 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:01:47.128488+0000 mgr.smithi089.imilpg (mgr.14164) 377 : cluster [DBG] pgmap v355: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:01:49.508 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:01:49.508 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:01:51.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:50 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:01:49.128927+0000 mgr.smithi089.imilpg (mgr.14164) 378 : cluster [DBG] pgmap v356: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:01:51.639 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:01:51.639 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:01:51.641 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:01:52.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:51 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:01:51.637817+0000 mon.smithi089 (mon.0) 349 : audit [DBG] from='client.? 172.21.15.121:0/363250516' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:01:53.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:52 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:01:51.129310+0000 mgr.smithi089.imilpg (mgr.14164) 379 : cluster [DBG] pgmap v357: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:01:53.446 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:01:53.446 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:01:55.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:54 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:01:53.129586+0000 mgr.smithi089.imilpg (mgr.14164) 380 : cluster [DBG] pgmap v358: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:01:55.482 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:01:55.483 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:01:55.484 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:01:56.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:55 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:01:55.481137+0000 mon.smithi089 (mon.0) 350 : audit [DBG] from='client.? 172.21.15.121:0/2434392818' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:01:57.157 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:01:57.158 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:01:57.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:56 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:01:55.129988+0000 mgr.smithi089.imilpg (mgr.14164) 381 : cluster [DBG] pgmap v359: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:01:59.308 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:01:59.309 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:01:59.310 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:01:59.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:58 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:01:57.130293+0000 mgr.smithi089.imilpg (mgr.14164) 382 : cluster [DBG] pgmap v360: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:02:00.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:01:59 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:01:59.307191+0000 mon.smithi089 (mon.0) 351 : audit [DBG] from='client.? 172.21.15.121:0/2094676083' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:02:01.004 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:02:01.004 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:02:01.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:02:00 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:01:59.130611+0000 mgr.smithi089.imilpg (mgr.14164) 383 : cluster [DBG] pgmap v361: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:02:02.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:02:02 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:02:01.130989+0000 mgr.smithi089.imilpg (mgr.14164) 384 : cluster [DBG] pgmap v362: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:02:03.000 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:02:03.000 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:02:03.002 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:02:03.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:02:03 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:02:02.998802+0000 mon.smithi089 (mon.0) 352 : audit [DBG] from='client.? 172.21.15.121:0/2285046816' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:02:04.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:02:04 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:02:03.131302+0000 mgr.smithi089.imilpg (mgr.14164) 385 : cluster [DBG] pgmap v363: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:02:04.783 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-20T00:02:04.783 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 539a0364-cf81-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-20T00:02:06.816 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-02-20T00:02:06.816 INFO:teuthology.orchestra.run.smithi121.stdout:{"epoch":1,"fsid":"539a0364-cf81-11ee-95bb-87774f69a715","modified":"2024-02-19T23:48:36.250443Z","created":"2024-02-19T23:48:36.250443Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-20T00:02:06.816 INFO:teuthology.orchestra.run.smithi121.stderr:dumped monmap epoch 1 2024-02-20T00:02:07.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:02:06 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: cluster 2024-02-20T00:02:05.131672+0000 mgr.smithi089.imilpg (mgr.14164) 386 : cluster [DBG] pgmap v364: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-20T00:02:07.341 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:02:06 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: audit 2024-02-20T00:02:06.813392+0000 mon.smithi089 (mon.0) 353 : audit [DBG] from='client.? 172.21.15.121:0/1738530850' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-20T00:02:07.562 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds 2024-02-20T00:02:07.564 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-20T00:02:07.564 DEBUG:teuthology.orchestra.run.smithi089:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-20T00:02:07.590 DEBUG:teuthology.orchestra.run.smithi121:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-20T00:02:07.608 INFO:tasks.cephadm:Stopping all daemons... 2024-02-20T00:02:07.609 INFO:tasks.cephadm.mon.smithi089:Stopping mon.smithi089... 2024-02-20T00:02:07.609 DEBUG:teuthology.orchestra.run.smithi089:> sudo systemctl stop ceph-539a0364-cf81-11ee-95bb-87774f69a715@mon.smithi089 2024-02-20T00:02:08.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:02:07 smithi089 systemd[1]: Stopping Ceph mon.smithi089 for 539a0364-cf81-11ee-95bb-87774f69a715... 2024-02-20T00:02:08.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:02:07 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-20T00:02:07.805+0000 7fdd25846700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi089 -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 2024-02-20T00:02:08.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:02:07 smithi089 ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089[34435]: debug 2024-02-20T00:02:07.805+0000 7fdd25846700 -1 mon.smithi089@0(leader) e1 *** Got Signal Terminated *** 2024-02-20T00:02:08.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Feb 20 00:02:08 smithi089 podman[40897]: ceph-539a0364-cf81-11ee-95bb-87774f69a715-mon.smithi089 2024-02-20T00:02:08.675 DEBUG:teuthology.orchestra.run.smithi089:> sudo pkill -f 'journalctl -f -n 0 -u ceph-539a0364-cf81-11ee-95bb-87774f69a715@mon.smithi089.service' 2024-02-20T00:02:08.749 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-20T00:02:08.749 INFO:tasks.cephadm.mon.smithi089:Stopped mon.smithi089 2024-02-20T00:02:08.750 INFO:tasks.cephadm.mon.smithi121:Stopping mon.smithi121... 2024-02-20T00:02:08.750 DEBUG:teuthology.orchestra.run.smithi121:> sudo systemctl stop ceph-539a0364-cf81-11ee-95bb-87774f69a715@mon.smithi121 2024-02-20T00:02:08.787 INFO:teuthology.orchestra.run.smithi121.stderr:Failed to stop ceph-539a0364-cf81-11ee-95bb-87774f69a715@mon.smithi121.service: Unit ceph-539a0364-cf81-11ee-95bb-87774f69a715@mon.smithi121.service not loaded. 2024-02-20T00:02:08.788 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-02-20T00:02:08.789 ERROR:tasks.cephadm:Failed to stop "ceph.mon.smithi121" Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi121 with status 5: 'sudo systemctl stop ceph-539a0364-cf81-11ee-95bb-87774f69a715@mon.smithi121' 2024-02-20T00:02:08.790 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-20T00:02:08.792 DEBUG:teuthology.misc:Transferring archived files from smithi089:/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568105/remote/ubuntu@smithi089.front.sepia.ceph.com/crash 2024-02-20T00:02:08.793 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/crash -- . 2024-02-20T00:02:08.837 DEBUG:teuthology.misc:Transferring archived files from smithi121:/var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568105/remote/ubuntu@smithi121.front.sepia.ceph.com/crash 2024-02-20T00:02:08.838 DEBUG:teuthology.orchestra.run.smithi121:> sudo tar c -f - -C /var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/crash -- . 2024-02-20T00:02:08.881 INFO:teuthology.orchestra.run.smithi121.stderr:tar: /var/lib/ceph/539a0364-cf81-11ee-95bb-87774f69a715/crash: Cannot open: No such file or directory 2024-02-20T00:02:08.881 INFO:teuthology.orchestra.run.smithi121.stderr:tar: Error is not recoverable: exiting now 2024-02-20T00:02:08.882 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-20T00:02:08.883 DEBUG:teuthology.orchestra.run.smithi089:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-20T00:02:08.914 INFO:tasks.cephadm:Compressing logs... 2024-02-20T00:02:08.914 DEBUG:teuthology.orchestra.run.smithi089:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-20T00:02:08.956 DEBUG:teuthology.orchestra.run.smithi121:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-20T00:02:08.983 INFO:teuthology.orchestra.run.smithi089.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-02-20T00:02:08.983 INFO:teuthology.orchestra.run.smithi089.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-20T00:02:08.983 INFO:teuthology.orchestra.run.smithi089.stderr:gzip -5 --verbose -- /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715/ceph-mgr.smithi089.imilpg.log 2024-02-20T00:02:08.983 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715/ceph-volume.log 2024-02-20T00:02:08.983 INFO:teuthology.orchestra.run.smithi089.stderr:gzip -5 --verbose -- /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715/ceph.audit.log 2024-02-20T00:02:08.983 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715/ceph-mgr.smithi089.imilpg.log: /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715/ceph.cephadm.log 2024-02-20T00:02:08.983 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715/ceph-mon.smithi089.log 2024-02-20T00:02:08.984 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715/ceph.log 2024-02-20T00:02:08.984 INFO:teuthology.orchestra.run.smithi089.stderr: 88.8%/var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715/ceph-mon.smithi089.log: -- replaced with /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715/ceph.audit.log.gz 2024-02-20T00:02:08.984 INFO:teuthology.orchestra.run.smithi089.stderr: 90.2% 92.6% -- replaced with /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715/ceph-volume.log.gz 2024-02-20T00:02:08.984 INFO:teuthology.orchestra.run.smithi089.stderr: -- replaced with /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715/ceph.cephadm.log.gz 2024-02-20T00:02:08.985 INFO:teuthology.orchestra.run.smithi089.stderr:/var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715/ceph.log: 88.8% -- replaced with /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715/ceph.log.gz 2024-02-20T00:02:08.985 INFO:teuthology.orchestra.run.smithi089.stderr: 90.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-20T00:02:08.986 INFO:teuthology.orchestra.run.smithi121.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-02-20T00:02:08.986 INFO:teuthology.orchestra.run.smithi121.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-20T00:02:08.986 INFO:teuthology.orchestra.run.smithi121.stderr:gzip -5 --verbose -- /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715/ceph-volume.log 2024-02-20T00:02:08.987 INFO:teuthology.orchestra.run.smithi121.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715/ceph-volume.log: 88.4% -- replaced with /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715/ceph-volume.log.gz 2024-02-20T00:02:08.988 INFO:teuthology.orchestra.run.smithi121.stderr: 95.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-20T00:02:08.990 INFO:teuthology.orchestra.run.smithi121.stderr: 2024-02-20T00:02:08.990 INFO:teuthology.orchestra.run.smithi121.stderr:real 0m0.015s 2024-02-20T00:02:08.990 INFO:teuthology.orchestra.run.smithi121.stderr:user 0m0.011s 2024-02-20T00:02:08.990 INFO:teuthology.orchestra.run.smithi121.stderr:sys 0m0.015s 2024-02-20T00:02:09.087 INFO:teuthology.orchestra.run.smithi089.stderr: 92.8% -- replaced with /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715/ceph-mgr.smithi089.imilpg.log.gz 2024-02-20T00:02:09.160 INFO:teuthology.orchestra.run.smithi089.stderr: 90.5% -- replaced with /var/log/ceph/539a0364-cf81-11ee-95bb-87774f69a715/ceph-mon.smithi089.log.gz 2024-02-20T00:02:09.161 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-02-20T00:02:09.161 INFO:teuthology.orchestra.run.smithi089.stderr:real 0m0.190s 2024-02-20T00:02:09.161 INFO:teuthology.orchestra.run.smithi089.stderr:user 0m0.291s 2024-02-20T00:02:09.161 INFO:teuthology.orchestra.run.smithi089.stderr:sys 0m0.019s 2024-02-20T00:02:09.162 INFO:tasks.cephadm:Archiving logs... 2024-02-20T00:02:09.162 DEBUG:teuthology.misc:Transferring archived files from smithi089:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568105/remote/ubuntu@smithi089.front.sepia.ceph.com/log 2024-02-20T00:02:09.162 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-20T00:02:09.294 DEBUG:teuthology.misc:Transferring archived files from smithi121:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568105/remote/ubuntu@smithi121.front.sepia.ceph.com/log 2024-02-20T00:02:09.294 DEBUG:teuthology.orchestra.run.smithi121:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-20T00:02:09.330 INFO:tasks.cephadm:Removing cluster... 2024-02-20T00:02:09.330 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 539a0364-cf81-11ee-95bb-87774f69a715 --force 2024-02-20T00:04:54.799 DEBUG:teuthology.orchestra.run.smithi121:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 539a0364-cf81-11ee-95bb-87774f69a715 --force 2024-02-20T00:04:55.110 INFO:tasks.cephadm:Removing cephadm ... 2024-02-20T00:04:55.111 DEBUG:teuthology.orchestra.run.smithi089:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-20T00:04:55.129 DEBUG:teuthology.orchestra.run.smithi121:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-20T00:04:55.147 INFO:tasks.cephadm:Teardown complete 2024-02-20T00:04:55.148 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi121 with status 5: 'sudo systemctl stop ceph-539a0364-cf81-11ee-95bb-87774f69a715@mon.smithi121' 2024-02-20T00:04:55.387 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=f605e4e7d041468ca1127b2c23fca7cc Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi121 with status 5: 'sudo systemctl stop ceph-539a0364-cf81-11ee-95bb-87774f69a715@mon.smithi121' 2024-02-20T00:04:55.391 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-20T00:04:55.403 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-20T00:04:55.415 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-20T00:04:55.416 DEBUG:teuthology.orchestra.run.smithi089:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-20T00:04:55.439 DEBUG:teuthology.orchestra.run.smithi121:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-20T00:04:55.446 INFO:teuthology.orchestra.run.smithi089.stderr:bash: ntpq: command not found 2024-02-20T00:04:55.450 INFO:teuthology.orchestra.run.smithi089.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-20T00:04:55.450 INFO:teuthology.orchestra.run.smithi089.stdout:=============================================================================== 2024-02-20T00:04:55.451 INFO:teuthology.orchestra.run.smithi089.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 48 +160us[ +160us] +/- 81ms 2024-02-20T00:04:55.451 INFO:teuthology.orchestra.run.smithi089.stdout:^* hv02.front.sepia.ceph.com 3 6 377 49 -1078us[-1060us] +/- 63ms 2024-02-20T00:04:55.451 INFO:teuthology.orchestra.run.smithi089.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 49 +1106us[+1124us] +/- 67ms 2024-02-20T00:04:55.451 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-02-20T00:04:55.458 INFO:teuthology.orchestra.run.smithi121.stderr:bash: ntpq: command not found 2024-02-20T00:04:55.462 INFO:teuthology.orchestra.run.smithi121.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-20T00:04:55.462 INFO:teuthology.orchestra.run.smithi121.stdout:=============================================================================== 2024-02-20T00:04:55.462 INFO:teuthology.orchestra.run.smithi121.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 48 +176us[ +176us] +/- 81ms 2024-02-20T00:04:55.462 INFO:teuthology.orchestra.run.smithi121.stdout:^* hv02.front.sepia.ceph.com 3 6 377 49 -1090us[-1080us] +/- 63ms 2024-02-20T00:04:55.462 INFO:teuthology.orchestra.run.smithi121.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 48 +1129us[+1129us] +/- 67ms 2024-02-20T00:04:55.462 INFO:teuthology.orchestra.run.smithi121.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-02-20T00:04:55.463 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-20T00:04:55.471 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-20T00:04:55.472 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-20T00:04:55.480 DEBUG:teuthology.orchestra.run.smithi089:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-20T00:04:55.555 DEBUG:teuthology.orchestra.run.smithi121:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-20T00:04:55.620 DEBUG:teuthology.orchestra.run.smithi089:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-20T00:04:55.649 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T00:04:55.650 DEBUG:teuthology.orchestra.run.smithi121:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-20T00:04:55.679 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T00:04:55.680 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-20T00:04:55.689 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-20T00:04:55.701 INFO:teuthology.task.internal:Duration was 1372.755336 seconds 2024-02-20T00:04:55.701 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-20T00:04:55.710 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-20T00:04:55.710 DEBUG:teuthology.orchestra.run.smithi089:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-20T00:04:55.713 DEBUG:teuthology.orchestra.run.smithi121:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-20T00:04:55.756 INFO:teuthology.orchestra.run.smithi089.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-20T00:04:55.765 INFO:teuthology.orchestra.run.smithi121.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-20T00:04:55.933 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-20T00:04:55.933 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi089.front.sepia.ceph.com 2024-02-20T00:04:55.933 DEBUG:teuthology.orchestra.run.smithi089:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-20T00:04:55.957 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi121.front.sepia.ceph.com 2024-02-20T00:04:55.957 DEBUG:teuthology.orchestra.run.smithi121:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-20T00:04:55.980 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-20T00:04:55.980 DEBUG:teuthology.orchestra.run.smithi089:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-20T00:04:56.000 DEBUG:teuthology.orchestra.run.smithi121:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-20T00:04:56.068 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-20T00:04:56.069 DEBUG:teuthology.orchestra.run.smithi089:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-20T00:04:56.073 DEBUG:teuthology.orchestra.run.smithi121:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-20T00:04:56.160 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-20T00:04:56.169 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-20T00:04:56.170 DEBUG:teuthology.orchestra.run.smithi089:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-20T00:04:56.196 DEBUG:teuthology.orchestra.run.smithi121:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-20T00:04:56.223 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-20T00:04:56.232 DEBUG:teuthology.orchestra.run.smithi089:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-20T00:04:56.239 DEBUG:teuthology.orchestra.run.smithi121:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-20T00:04:56.263 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern = core 2024-02-20T00:04:56.290 INFO:teuthology.orchestra.run.smithi121.stdout:kernel.core_pattern = core 2024-02-20T00:04:56.323 DEBUG:teuthology.orchestra.run.smithi089:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-20T00:04:56.347 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T00:04:56.348 DEBUG:teuthology.orchestra.run.smithi121:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-20T00:04:56.380 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T00:04:56.380 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-20T00:04:56.390 INFO:teuthology.task.internal:Transferring archived files... 2024-02-20T00:04:56.391 DEBUG:teuthology.misc:Transferring archived files from smithi089:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568105/remote/smithi089 2024-02-20T00:04:56.391 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-20T00:04:56.433 DEBUG:teuthology.misc:Transferring archived files from smithi121:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568105/remote/smithi121 2024-02-20T00:04:56.434 DEBUG:teuthology.orchestra.run.smithi121:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-20T00:04:56.472 INFO:teuthology.task.internal:Removing archive directory... 2024-02-20T00:04:56.473 DEBUG:teuthology.orchestra.run.smithi089:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-20T00:04:56.475 DEBUG:teuthology.orchestra.run.smithi121:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-20T00:04:56.525 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-20T00:04:56.535 INFO:teuthology.task.internal:Not uploading archives. 2024-02-20T00:04:56.535 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-20T00:04:56.544 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-20T00:04:56.544 DEBUG:teuthology.orchestra.run.smithi089:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-20T00:04:56.547 DEBUG:teuthology.orchestra.run.smithi121:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-20T00:04:56.562 INFO:teuthology.orchestra.run.smithi089.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 20 00:04 /home/ubuntu/cephtest 2024-02-20T00:04:56.582 INFO:teuthology.orchestra.run.smithi121.stdout: 393225 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 20 00:04 /home/ubuntu/cephtest 2024-02-20T00:04:56.583 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-20T00:04:56.592 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-20T00:04:56.611 INFO:teuthology.nuke:Checking targets against current locks 2024-02-20T00:04:56.639 DEBUG:teuthology.nuke:shortname: smithi089 2024-02-20T00:04:56.639 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-20T00:04:56.662 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi089.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568105', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-19 23:33:19.403590', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPf1fhT7JEcILU7B13QV8Wo/ptk9mCZXEkoYknXqsUl0L1aFayrR6JOIej4+KFee8/f1UVUKQffaGhQbPiXvzmA='} 2024-02-20T00:04:56.665 DEBUG:teuthology.nuke:shortname: smithi121 2024-02-20T00:04:56.665 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-20T00:04:56.687 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi121.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568105', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-19 23:33:19.404870', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDQN7TfiMSAFjVj0P2GvF55KwEDG1x3nmvRExanFnupDKG7ZK8+62CFLGBqn+0cjB/znVgKes0tPTfvpmOkXJKM='} 2024-02-20T00:04:56.723 INFO:teuthology.orchestra.console.smithi089:Power off 2024-02-20T00:04:56.724 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-20T00:04:56.746 DEBUG:teuthology.orchestra.console.smithi089:power off output: Chassis Power Control: Down/Off 2024-02-20T00:04:56.747 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-20T00:04:56.764 INFO:teuthology.orchestra.console.smithi121:Power off 2024-02-20T00:04:56.765 DEBUG:teuthology.orchestra.console.smithi121:pexpect command: ipmitool -H smithi121.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-20T00:04:56.775 DEBUG:teuthology.orchestra.console.smithi089:check power output: Chassis Power is on 2024-02-20T00:04:56.787 DEBUG:teuthology.orchestra.console.smithi121:power off output: Chassis Power Control: Down/Off 2024-02-20T00:04:56.788 DEBUG:teuthology.orchestra.console.smithi121:pexpect command: ipmitool -H smithi121.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-20T00:04:56.813 DEBUG:teuthology.orchestra.console.smithi121:check power output: Chassis Power is on 2024-02-20T00:05:00.776 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-20T00:05:00.815 DEBUG:teuthology.orchestra.console.smithi121:pexpect command: ipmitool -H smithi121.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-20T00:05:00.887 DEBUG:teuthology.orchestra.console.smithi089:check power output: Chassis Power is on 2024-02-20T00:05:00.926 DEBUG:teuthology.orchestra.console.smithi121:check power output: Chassis Power is on 2024-02-20T00:05:04.892 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-20T00:05:04.926 DEBUG:teuthology.orchestra.console.smithi121:pexpect command: ipmitool -H smithi121.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-20T00:05:05.002 DEBUG:teuthology.orchestra.console.smithi089:check power output: Chassis Power is off 2024-02-20T00:05:05.036 DEBUG:teuthology.orchestra.console.smithi121:check power output: Chassis Power is on 2024-02-20T00:05:05.104 INFO:teuthology.orchestra.console.smithi089:Power off completed 2024-02-20T00:05:09.041 DEBUG:teuthology.orchestra.console.smithi121:pexpect command: ipmitool -H smithi121.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-20T00:05:09.151 DEBUG:teuthology.orchestra.console.smithi121:check power output: Chassis Power is off 2024-02-20T00:05:09.252 INFO:teuthology.orchestra.console.smithi121:Power off completed 2024-02-20T00:05:09.356 INFO:teuthology.run:Summary data: description: orch: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: 1372.7553358078003 failure_reason: 'Command failed on smithi121 with status 5: ''sudo systemctl stop ceph-539a0364-cf81-11ee-95bb-87774f69a715@mon.smithi121''' owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=f605e4e7d041468ca1127b2c23fca7cc status: fail success: false 2024-02-20T00:05:09.357 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-20T00:05:09.438 INFO:teuthology.run:FAIL