2024-02-10T08:47:20.583 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-10T08:47:20.583 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} --archive /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555355 --owner scheduled_yuriw@teuthology --name yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi --verbose -- /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555355/orig.config.yaml 2024-02-10T08:47:20.620 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-10T08:47:20.701 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555355 branch: wip-yuri10-testing-2024-02-08-0854-pacific description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} email: null first_in_suite: false job_id: '7555355' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-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-yuri10-testing-2024-02-08-0854-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: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-tracker-64343-pacific sha1: 57bd6abdec7bb457ae7999d9c96682e9ac678e27 owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 964 sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-tracker-64343-pacific suite_path: /home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa suite_relpath: qa suite_repo: https://github.com/ljflores/ceph.git suite_sha1: 57bd6abdec7bb457ae7999d9c96682e9ac678e27 targets: smithi055.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHhuMckTfUIQZD28m2v590SeUL6R9DjmuAC0gtE5OJw4zll8reyhpC5Z0cez8GCkSFIrQB5WlJ/TBcPrg1R1ZUw= smithi110.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI5S5xglfcEGGzWx58dqhu2pLOG1ZkFKGfbfGE0yM9JHDKE6BCkPtU8fqsq5vdnFYKTZqc6yn8UseEMqAkesftc= 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: d9fdb2209e15b39d9f061fd85399f352ce0f0894 timestamp: 2024-02-09_21:34:44 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.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-10T08:47:20.701 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa; will attempt to use it 2024-02-10T08:47:20.702 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks 2024-02-10T08:47:20.702 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-10T08:47:20.704 INFO:teuthology.task.internal:Checking packages... 2024-02-10T08:47:20.728 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '0e714d9a4bd2a821113e6318adb87bd06cf81ec1' 2024-02-10T08:47:20.728 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-10T08:47:20.729 INFO:teuthology.packaging:ref: None 2024-02-10T08:47:20.729 INFO:teuthology.packaging:tag: None 2024-02-10T08:47:20.729 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-02-08-0854-pacific 2024-02-10T08:47:20.729 INFO:teuthology.packaging:sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-10T08:47:20.729 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri10-testing-2024-02-08-0854-pacific 2024-02-10T08:47:20.881 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-521.g0e714d9a 2024-02-10T08:47:20.883 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-10T08:47:20.890 INFO:teuthology.task.internal:no buildpackages task found 2024-02-10T08:47:20.890 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-10T08:47:20.900 INFO:teuthology.task.internal:Saving configuration 2024-02-10T08:47:20.915 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-10T08:47:20.920 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-10T08:47:20.945 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi055.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555355', '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-10 08:41:19.824130', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHhuMckTfUIQZD28m2v590SeUL6R9DjmuAC0gtE5OJw4zll8reyhpC5Z0cez8GCkSFIrQB5WlJ/TBcPrg1R1ZUw='} 2024-02-10T08:47:20.966 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi110.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555355', '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-10 08:41:19.822729', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI5S5xglfcEGGzWx58dqhu2pLOG1ZkFKGfbfGE0yM9JHDKE6BCkPtU8fqsq5vdnFYKTZqc6yn8UseEMqAkesftc='} 2024-02-10T08:47:20.966 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-10T08:47:20.972 INFO:teuthology.task.internal:roles: ubuntu@smithi055.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-02-10T08:47:20.972 INFO:teuthology.task.internal:roles: ubuntu@smithi110.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-02-10T08:47:20.972 INFO:teuthology.run_tasks:Running task console_log... 2024-02-10T08:47:21.050 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f8521d58ee0>, signals=[15]) 2024-02-10T08:47:21.050 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-10T08:47:21.057 INFO:teuthology.task.internal:Opening connections... 2024-02-10T08:47:21.057 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi055.front.sepia.ceph.com 2024-02-10T08:47:21.059 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi055.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T08:47:21.137 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi110.front.sepia.ceph.com 2024-02-10T08:47:21.138 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T08:47:21.209 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-10T08:47:21.215 DEBUG:teuthology.orchestra.run.smithi055:> uname -m 2024-02-10T08:47:21.239 INFO:teuthology.orchestra.run.smithi055.stdout:x86_64 2024-02-10T08:47:21.239 DEBUG:teuthology.orchestra.run.smithi055:> cat /etc/os-release 2024-02-10T08:47:21.300 INFO:teuthology.orchestra.run.smithi055.stdout:NAME="CentOS Stream" 2024-02-10T08:47:21.300 INFO:teuthology.orchestra.run.smithi055.stdout:VERSION="8" 2024-02-10T08:47:21.300 INFO:teuthology.orchestra.run.smithi055.stdout:ID="centos" 2024-02-10T08:47:21.301 INFO:teuthology.orchestra.run.smithi055.stdout:ID_LIKE="rhel fedora" 2024-02-10T08:47:21.301 INFO:teuthology.orchestra.run.smithi055.stdout:VERSION_ID="8" 2024-02-10T08:47:21.301 INFO:teuthology.orchestra.run.smithi055.stdout:PLATFORM_ID="platform:el8" 2024-02-10T08:47:21.301 INFO:teuthology.orchestra.run.smithi055.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-10T08:47:21.301 INFO:teuthology.orchestra.run.smithi055.stdout:ANSI_COLOR="0;31" 2024-02-10T08:47:21.301 INFO:teuthology.orchestra.run.smithi055.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-10T08:47:21.301 INFO:teuthology.orchestra.run.smithi055.stdout:HOME_URL="https://centos.org/" 2024-02-10T08:47:21.301 INFO:teuthology.orchestra.run.smithi055.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-10T08:47:21.301 INFO:teuthology.orchestra.run.smithi055.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-10T08:47:21.301 INFO:teuthology.orchestra.run.smithi055.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-10T08:47:21.302 INFO:teuthology.lock.ops:Updating smithi055.front.sepia.ceph.com on lock server 2024-02-10T08:47:21.326 DEBUG:teuthology.orchestra.run.smithi110:> uname -m 2024-02-10T08:47:21.348 INFO:teuthology.orchestra.run.smithi110.stdout:x86_64 2024-02-10T08:47:21.349 DEBUG:teuthology.orchestra.run.smithi110:> cat /etc/os-release 2024-02-10T08:47:21.411 INFO:teuthology.orchestra.run.smithi110.stdout:NAME="CentOS Stream" 2024-02-10T08:47:21.411 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION="8" 2024-02-10T08:47:21.411 INFO:teuthology.orchestra.run.smithi110.stdout:ID="centos" 2024-02-10T08:47:21.411 INFO:teuthology.orchestra.run.smithi110.stdout:ID_LIKE="rhel fedora" 2024-02-10T08:47:21.411 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION_ID="8" 2024-02-10T08:47:21.411 INFO:teuthology.orchestra.run.smithi110.stdout:PLATFORM_ID="platform:el8" 2024-02-10T08:47:21.412 INFO:teuthology.orchestra.run.smithi110.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-10T08:47:21.412 INFO:teuthology.orchestra.run.smithi110.stdout:ANSI_COLOR="0;31" 2024-02-10T08:47:21.412 INFO:teuthology.orchestra.run.smithi110.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-10T08:47:21.412 INFO:teuthology.orchestra.run.smithi110.stdout:HOME_URL="https://centos.org/" 2024-02-10T08:47:21.412 INFO:teuthology.orchestra.run.smithi110.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-10T08:47:21.412 INFO:teuthology.orchestra.run.smithi110.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-10T08:47:21.412 INFO:teuthology.orchestra.run.smithi110.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-10T08:47:21.412 INFO:teuthology.lock.ops:Updating smithi110.front.sepia.ceph.com on lock server 2024-02-10T08:47:21.434 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-10T08:47:21.443 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-10T08:47:21.449 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-10T08:47:21.449 DEBUG:teuthology.orchestra.run.smithi055:> test '!' -e /home/ubuntu/cephtest 2024-02-10T08:47:21.452 DEBUG:teuthology.orchestra.run.smithi110:> test '!' -e /home/ubuntu/cephtest 2024-02-10T08:47:21.472 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-10T08:47:21.478 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-10T08:47:21.478 DEBUG:teuthology.orchestra.run.smithi055:> test -z $(ls -A /var/lib/ceph) 2024-02-10T08:47:21.514 DEBUG:teuthology.orchestra.run.smithi110:> test -z $(ls -A /var/lib/ceph) 2024-02-10T08:47:21.547 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-10T08:47:21.600 INFO:teuthology.run_tasks:Running task kernel... 2024-02-10T08:47:21.616 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-10T08:47:21.616 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-10T08:47:21.616 DEBUG:teuthology.orchestra.run.smithi055:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-10T08:47:21.617 DEBUG:teuthology.orchestra.run.smithi110:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-10T08:47:21.635 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T08:47:21.636 DEBUG:teuthology.orchestra.run.smithi110:> uname -r 2024-02-10T08:47:21.637 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T08:47:21.637 DEBUG:teuthology.orchestra.run.smithi055:> uname -r 2024-02-10T08:47:21.695 INFO:teuthology.orchestra.run.smithi110.stdout:4.18.0-489.el8.x86_64 2024-02-10T08:47:21.695 INFO:teuthology.task.kernel:Running kernel on smithi110: 4.18.0-489.el8.x86_64 2024-02-10T08:47:21.695 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum install -y kernel 2024-02-10T08:47:21.699 INFO:teuthology.orchestra.run.smithi055.stdout:4.18.0-489.el8.x86_64 2024-02-10T08:47:21.700 INFO:teuthology.task.kernel:Running kernel on smithi055: 4.18.0-489.el8.x86_64 2024-02-10T08:47:21.700 DEBUG:teuthology.orchestra.run.smithi055:> sudo yum install -y kernel 2024-02-10T08:47:26.842 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 8 - AppStream 10 MB/s | 27 MB 00:02 2024-02-10T08:47:28.233 INFO:teuthology.orchestra.run.smithi110.stdout:CentOS Stream 8 - AppStream 6.7 MB/s | 27 MB 00:03 2024-02-10T08:47:34.225 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 8 - BaseOS 4.4 MB/s | 10 MB 00:02 2024-02-10T08:47:35.499 INFO:teuthology.orchestra.run.smithi110.stdout:CentOS Stream 8 - BaseOS 4.1 MB/s | 10 MB 00:02 2024-02-10T08:47:36.284 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 8 - Extras 53 kB/s | 18 kB 00:00 2024-02-10T08:47:36.601 INFO:teuthology.orchestra.run.smithi055.stdout:CentOS Stream 8 - Extras common packages 35 kB/s | 6.9 kB 00:00 2024-02-10T08:47:36.878 INFO:teuthology.orchestra.run.smithi055.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2024-02-10T08:47:37.366 INFO:teuthology.orchestra.run.smithi110.stdout:CentOS Stream 8 - Extras 73 kB/s | 18 kB 00:00 2024-02-10T08:47:37.867 INFO:teuthology.orchestra.run.smithi110.stdout:CentOS Stream 8 - Extras common packages 18 kB/s | 6.9 kB 00:00 2024-02-10T08:47:38.202 INFO:teuthology.orchestra.run.smithi110.stdout:Copr repo for python3-asyncssh owned by ceph 14 kB/s | 3.5 kB 00:00 2024-02-10T08:47:38.597 INFO:teuthology.orchestra.run.smithi055.stdout:Extra Packages for Enterprise Linux 10 MB/s | 16 MB 00:01 2024-02-10T08:47:39.711 INFO:teuthology.orchestra.run.smithi110.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2024-02-10T08:47:42.604 INFO:teuthology.orchestra.run.smithi055.stdout:lab-extras 350 kB/s | 24 kB 00:00 2024-02-10T08:47:43.553 INFO:teuthology.orchestra.run.smithi110.stdout:lab-extras 432 kB/s | 24 kB 00:00 2024-02-10T08:47:45.667 INFO:teuthology.orchestra.run.smithi055.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-10T08:47:45.667 INFO:teuthology.orchestra.run.smithi055.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-10T08:47:45.772 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-02-10T08:47:45.773 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-02-10T08:47:45.773 INFO:teuthology.orchestra.run.smithi055.stdout: Package Architecture Version Repository Size 2024-02-10T08:47:45.773 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-02-10T08:47:45.773 INFO:teuthology.orchestra.run.smithi055.stdout:Installing: 2024-02-10T08:47:45.773 INFO:teuthology.orchestra.run.smithi055.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-02-10T08:47:45.774 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2024-02-10T08:47:45.774 INFO:teuthology.orchestra.run.smithi055.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-02-10T08:47:45.774 INFO:teuthology.orchestra.run.smithi055.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-02-10T08:47:45.774 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-02-10T08:47:45.774 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-02-10T08:47:45.774 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-02-10T08:47:45.774 INFO:teuthology.orchestra.run.smithi055.stdout:Install 3 Packages 2024-02-10T08:47:45.774 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-02-10T08:47:45.775 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 90 M 2024-02-10T08:47:45.775 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 96 M 2024-02-10T08:47:45.775 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-02-10T08:47:46.284 INFO:teuthology.orchestra.run.smithi055.stdout:[MIRROR] kernel-modules-4.18.0-536.el8.x86_64.rpm: Status code: 503 for http://mirror.ette.biz/centos/8-stream/BaseOS/x86_64/os/Packages/kernel-modules-4.18.0-536.el8.x86_64.rpm (IP: 38.105.93.109) 2024-02-10T08:47:46.450 INFO:teuthology.orchestra.run.smithi110.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-10T08:47:46.450 INFO:teuthology.orchestra.run.smithi110.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-10T08:47:46.556 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-02-10T08:47:46.557 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-02-10T08:47:46.557 INFO:teuthology.orchestra.run.smithi110.stdout: Package Architecture Version Repository Size 2024-02-10T08:47:46.557 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-02-10T08:47:46.557 INFO:teuthology.orchestra.run.smithi110.stdout:Installing: 2024-02-10T08:47:46.558 INFO:teuthology.orchestra.run.smithi110.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-02-10T08:47:46.558 INFO:teuthology.orchestra.run.smithi110.stdout:Installing dependencies: 2024-02-10T08:47:46.558 INFO:teuthology.orchestra.run.smithi110.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-02-10T08:47:46.558 INFO:teuthology.orchestra.run.smithi110.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-02-10T08:47:46.558 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T08:47:46.558 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2024-02-10T08:47:46.558 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-02-10T08:47:46.558 INFO:teuthology.orchestra.run.smithi110.stdout:Install 3 Packages 2024-02-10T08:47:46.558 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T08:47:46.559 INFO:teuthology.orchestra.run.smithi110.stdout:Total download size: 90 M 2024-02-10T08:47:46.559 INFO:teuthology.orchestra.run.smithi110.stdout:Installed size: 96 M 2024-02-10T08:47:46.559 INFO:teuthology.orchestra.run.smithi110.stdout:Downloading Packages: 2024-02-10T08:47:49.546 INFO:teuthology.orchestra.run.smithi110.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 3.9 MB/s | 10 MB 00:02 2024-02-10T08:47:51.613 INFO:teuthology.orchestra.run.smithi055.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 1.9 MB/s | 10 MB 00:05 2024-02-10T08:48:03.095 INFO:teuthology.orchestra.run.smithi110.stdout:(2/3): kernel-core-4.18.0-536.el8.x86_64.rpm 2.7 MB/s | 44 MB 00:16 2024-02-10T08:48:03.888 INFO:teuthology.orchestra.run.smithi055.stdout:(2/3): kernel-core-4.18.0-536.el8.x86_64.rpm 2.5 MB/s | 44 MB 00:17 2024-02-10T08:48:05.528 INFO:teuthology.orchestra.run.smithi110.stdout:(3/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 1.9 MB/s | 36 MB 00:18 2024-02-10T08:48:05.528 INFO:teuthology.orchestra.run.smithi110.stdout:-------------------------------------------------------------------------------- 2024-02-10T08:48:05.528 INFO:teuthology.orchestra.run.smithi110.stdout:Total 4.8 MB/s | 90 MB 00:18 2024-02-10T08:48:06.207 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction check 2024-02-10T08:48:06.616 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction check succeeded. 2024-02-10T08:48:06.616 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction test 2024-02-10T08:48:07.858 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction test succeeded. 2024-02-10T08:48:07.890 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction 2024-02-10T08:48:10.653 INFO:teuthology.orchestra.run.smithi110.stdout: Preparing : 1/1 2024-02-10T08:48:11.176 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-10T08:48:14.759 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-10T08:48:15.368 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-10T08:48:18.804 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-10T08:48:19.099 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-02-10T08:48:40.744 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-02-10T08:48:40.766 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-10T08:48:41.122 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-02-10T08:48:41.123 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-02-10T08:48:41.123 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-02-10T08:48:41.947 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-10T08:48:41.948 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T08:48:41.948 INFO:teuthology.orchestra.run.smithi110.stdout:Installed: 2024-02-10T08:48:41.948 INFO:teuthology.orchestra.run.smithi110.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-02-10T08:48:41.948 INFO:teuthology.orchestra.run.smithi110.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-02-10T08:48:41.948 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T08:48:41.948 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-02-10T08:48:42.081 DEBUG:teuthology.orchestra.run.smithi110:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T08:48:42.295 INFO:teuthology.orchestra.run.smithi110.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-10T08:48:42.296 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-10T08:48:42.296 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-02-10T08:48:42.296 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-10T08:48:42.296 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-10T08:48:42.296 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-10T08:48:42.296 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi110.front.sepia.ceph.com, path=None, version=distro) 2024-02-10T08:48:42.296 DEBUG:teuthology.orchestra.run.smithi110:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T08:48:42.505 INFO:teuthology.orchestra.run.smithi110.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-10T08:48:42.505 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-10T08:48:42.506 DEBUG:teuthology.orchestra.run.smithi110:> sudo rpm -qi grub2-tools 2024-02-10T08:48:42.539 INFO:teuthology.orchestra.run.smithi110.stdout:Name : grub2-tools 2024-02-10T08:48:42.539 INFO:teuthology.orchestra.run.smithi110.stdout:Epoch : 1 2024-02-10T08:48:42.539 INFO:teuthology.orchestra.run.smithi110.stdout:Version : 2.02 2024-02-10T08:48:42.539 INFO:teuthology.orchestra.run.smithi110.stdout:Release : 129.el8 2024-02-10T08:48:42.540 INFO:teuthology.orchestra.run.smithi110.stdout:Architecture: x86_64 2024-02-10T08:48:42.540 INFO:teuthology.orchestra.run.smithi110.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-10T08:48:42.540 INFO:teuthology.orchestra.run.smithi110.stdout:Group : System Environment/Base 2024-02-10T08:48:42.540 INFO:teuthology.orchestra.run.smithi110.stdout:Size : 9265586 2024-02-10T08:48:42.540 INFO:teuthology.orchestra.run.smithi110.stdout:License : GPLv3+ 2024-02-10T08:48:42.540 INFO:teuthology.orchestra.run.smithi110.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-10T08:48:42.540 INFO:teuthology.orchestra.run.smithi110.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-10T08:48:42.540 INFO:teuthology.orchestra.run.smithi110.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-10T08:48:42.540 INFO:teuthology.orchestra.run.smithi110.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-10T08:48:42.541 INFO:teuthology.orchestra.run.smithi110.stdout:Relocations : (not relocatable) 2024-02-10T08:48:42.541 INFO:teuthology.orchestra.run.smithi110.stdout:Packager : CentOS BuildSystem 2024-02-10T08:48:42.541 INFO:teuthology.orchestra.run.smithi110.stdout:Vendor : CentOS 2024-02-10T08:48:42.541 INFO:teuthology.orchestra.run.smithi110.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-10T08:48:42.541 INFO:teuthology.orchestra.run.smithi110.stdout:Summary : Support tools for GRUB. 2024-02-10T08:48:42.541 INFO:teuthology.orchestra.run.smithi110.stdout:Description : 2024-02-10T08:48:42.541 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T08:48:42.541 INFO:teuthology.orchestra.run.smithi110.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-10T08:48:42.541 INFO:teuthology.orchestra.run.smithi110.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-10T08:48:42.541 INFO:teuthology.orchestra.run.smithi110.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-10T08:48:42.541 INFO:teuthology.orchestra.run.smithi110.stdout:hardware devices. 2024-02-10T08:48:42.541 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T08:48:42.541 INFO:teuthology.orchestra.run.smithi110.stdout:This subpackage provides tools for support of all platforms. 2024-02-10T08:48:42.542 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-10T08:48:42.542 INFO:teuthology.task.kernel:Updating grub on smithi110 to boot 4.18.0-536.el8.x86_64 2024-02-10T08:48:42.542 DEBUG:teuthology.orchestra.run.smithi110:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-10T08:48:44.028 INFO:teuthology.orchestra.run.smithi110.stderr:Generating grub configuration file ... 2024-02-10T08:48:45.838 INFO:teuthology.orchestra.run.smithi110.stderr:done 2024-02-10T08:48:45.840 DEBUG:teuthology.orchestra.run.smithi110:> mktemp 2024-02-10T08:48:45.881 INFO:teuthology.orchestra.run.smithi110.stdout:/tmp/tmp.7wHScZdfdQ 2024-02-10T08:48:45.881 DEBUG:teuthology.orchestra.run.smithi110:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.7wHScZdfdQ 2024-02-10T08:48:45.955 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 0666 /tmp/tmp.7wHScZdfdQ 2024-02-10T08:48:46.095 DEBUG:teuthology.orchestra.remote:smithi110:/tmp/tmp.7wHScZdfdQ is 6KB 2024-02-10T08:48:46.144 DEBUG:teuthology.orchestra.run.smithi110:> rm -fr /tmp/tmp.7wHScZdfdQ 2024-02-10T08:48:46.161 DEBUG:teuthology.orchestra.run.smithi110:> sudo /bin/ls /boot/loader/entries || true 2024-02-10T08:48:46.236 INFO:teuthology.orchestra.run.smithi110.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-10T08:48:46.237 INFO:teuthology.orchestra.run.smithi110.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-10T08:48:46.237 INFO:teuthology.orchestra.run.smithi110.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-10T08:48:46.237 INFO:teuthology.orchestra.run.smithi110.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-02-10T08:48:46.238 DEBUG:teuthology.orchestra.run.smithi110:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-02-10T08:48:46.391 DEBUG:teuthology.orchestra.run.smithi110:> sudo shutdown -r now 2024-02-10T08:49:16.394 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-10T08:49:16.395 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-02-10T08:49:16.396 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T08:50:16.398 DEBUG:teuthology.orchestra.remote:timed out 2024-02-10T08:50:25.400 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-02-10T08:50:25.401 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T08:50:25.819 DEBUG:teuthology.orchestra.run.smithi110:> true 2024-02-10T08:50:26.174 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-02-10T08:50:26.175 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-536.el8.x86_64"... 2024-02-10T08:50:26.175 DEBUG:teuthology.orchestra.run.smithi110:> uname -r 2024-02-10T08:50:26.192 INFO:teuthology.orchestra.run.smithi110.stdout:4.18.0-536.el8.x86_64 2024-02-10T08:50:26.192 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-02-10T08:50:26.192 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-10T08:50:26.192 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-10T08:50:27.193 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-10T08:50:27.194 DEBUG:teuthology.orchestra.run.smithi110:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-10T08:50:27.271 INFO:teuthology.orchestra.run.smithi110.stdout:ttyS1 2024-02-10T08:50:27.285 DEBUG:teuthology.parallel:result is None 2024-02-10T08:51:57.266 INFO:teuthology.orchestra.run.smithi055.stdout:[MIRROR] kernel-modules-4.18.0-536.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.cmich.edu/centos/8-stream/BaseOS/x86_64/os/Packages/kernel-modules-4.18.0-536.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2024-02-10T08:52:03.086 INFO:teuthology.orchestra.run.smithi055.stdout:(3/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 145 kB/s | 36 MB 04:16 2024-02-10T08:52:03.086 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-02-10T08:52:03.086 INFO:teuthology.orchestra.run.smithi055.stdout:Total 359 kB/s | 90 MB 04:17 2024-02-10T08:52:03.798 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-02-10T08:52:04.249 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-02-10T08:52:04.250 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-02-10T08:52:05.548 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-02-10T08:52:05.583 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-02-10T08:52:08.527 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-02-10T08:52:09.007 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-10T08:52:12.755 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-10T08:52:13.148 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-10T08:52:16.825 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-10T08:52:17.117 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-02-10T08:52:40.443 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-02-10T08:52:40.466 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-10T08:52:40.822 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-02-10T08:52:40.823 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-02-10T08:52:40.823 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-02-10T08:52:41.306 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-10T08:52:41.306 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-02-10T08:52:41.306 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-02-10T08:52:41.306 INFO:teuthology.orchestra.run.smithi055.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-02-10T08:52:41.306 INFO:teuthology.orchestra.run.smithi055.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-02-10T08:52:41.306 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-02-10T08:52:41.307 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-02-10T08:52:41.438 DEBUG:teuthology.orchestra.run.smithi055:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T08:52:41.665 INFO:teuthology.orchestra.run.smithi055.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-10T08:52:41.665 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-10T08:52:41.665 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-02-10T08:52:41.665 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-10T08:52:41.665 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-10T08:52:41.666 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-10T08:52:41.666 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi055.front.sepia.ceph.com, path=None, version=distro) 2024-02-10T08:52:41.666 DEBUG:teuthology.orchestra.run.smithi055:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T08:52:41.886 INFO:teuthology.orchestra.run.smithi055.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-10T08:52:41.886 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-10T08:52:41.887 DEBUG:teuthology.orchestra.run.smithi055:> sudo rpm -qi grub2-tools 2024-02-10T08:52:41.921 INFO:teuthology.orchestra.run.smithi055.stdout:Name : grub2-tools 2024-02-10T08:52:41.922 INFO:teuthology.orchestra.run.smithi055.stdout:Epoch : 1 2024-02-10T08:52:41.922 INFO:teuthology.orchestra.run.smithi055.stdout:Version : 2.02 2024-02-10T08:52:41.922 INFO:teuthology.orchestra.run.smithi055.stdout:Release : 129.el8 2024-02-10T08:52:41.922 INFO:teuthology.orchestra.run.smithi055.stdout:Architecture: x86_64 2024-02-10T08:52:41.922 INFO:teuthology.orchestra.run.smithi055.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-10T08:52:41.922 INFO:teuthology.orchestra.run.smithi055.stdout:Group : System Environment/Base 2024-02-10T08:52:41.922 INFO:teuthology.orchestra.run.smithi055.stdout:Size : 9265586 2024-02-10T08:52:41.922 INFO:teuthology.orchestra.run.smithi055.stdout:License : GPLv3+ 2024-02-10T08:52:41.922 INFO:teuthology.orchestra.run.smithi055.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-10T08:52:41.922 INFO:teuthology.orchestra.run.smithi055.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-10T08:52:41.922 INFO:teuthology.orchestra.run.smithi055.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-10T08:52:41.922 INFO:teuthology.orchestra.run.smithi055.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-10T08:52:41.923 INFO:teuthology.orchestra.run.smithi055.stdout:Relocations : (not relocatable) 2024-02-10T08:52:41.923 INFO:teuthology.orchestra.run.smithi055.stdout:Packager : CentOS BuildSystem 2024-02-10T08:52:41.923 INFO:teuthology.orchestra.run.smithi055.stdout:Vendor : CentOS 2024-02-10T08:52:41.923 INFO:teuthology.orchestra.run.smithi055.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-10T08:52:41.923 INFO:teuthology.orchestra.run.smithi055.stdout:Summary : Support tools for GRUB. 2024-02-10T08:52:41.923 INFO:teuthology.orchestra.run.smithi055.stdout:Description : 2024-02-10T08:52:41.923 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-02-10T08:52:41.923 INFO:teuthology.orchestra.run.smithi055.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-10T08:52:41.923 INFO:teuthology.orchestra.run.smithi055.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-10T08:52:41.923 INFO:teuthology.orchestra.run.smithi055.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-10T08:52:41.923 INFO:teuthology.orchestra.run.smithi055.stdout:hardware devices. 2024-02-10T08:52:41.923 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-02-10T08:52:41.923 INFO:teuthology.orchestra.run.smithi055.stdout:This subpackage provides tools for support of all platforms. 2024-02-10T08:52:41.924 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-10T08:52:41.924 INFO:teuthology.task.kernel:Updating grub on smithi055 to boot 4.18.0-536.el8.x86_64 2024-02-10T08:52:41.925 DEBUG:teuthology.orchestra.run.smithi055:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-10T08:52:43.385 INFO:teuthology.orchestra.run.smithi055.stderr:Generating grub configuration file ... 2024-02-10T08:52:45.532 INFO:teuthology.orchestra.run.smithi055.stderr:done 2024-02-10T08:52:45.536 DEBUG:teuthology.orchestra.run.smithi055:> mktemp 2024-02-10T08:52:45.564 INFO:teuthology.orchestra.run.smithi055.stdout:/tmp/tmp.RjZ5d6nn7s 2024-02-10T08:52:45.564 DEBUG:teuthology.orchestra.run.smithi055:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.RjZ5d6nn7s 2024-02-10T08:52:45.642 DEBUG:teuthology.orchestra.run.smithi055:> sudo chmod 0666 /tmp/tmp.RjZ5d6nn7s 2024-02-10T08:52:45.784 DEBUG:teuthology.orchestra.remote:smithi055:/tmp/tmp.RjZ5d6nn7s is 6KB 2024-02-10T08:52:45.832 DEBUG:teuthology.orchestra.run.smithi055:> rm -fr /tmp/tmp.RjZ5d6nn7s 2024-02-10T08:52:45.861 DEBUG:teuthology.orchestra.run.smithi055:> sudo /bin/ls /boot/loader/entries || true 2024-02-10T08:52:45.930 INFO:teuthology.orchestra.run.smithi055.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-10T08:52:45.930 INFO:teuthology.orchestra.run.smithi055.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-10T08:52:45.930 INFO:teuthology.orchestra.run.smithi055.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-10T08:52:45.930 INFO:teuthology.orchestra.run.smithi055.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-02-10T08:52:45.931 DEBUG:teuthology.orchestra.run.smithi055:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-02-10T08:52:46.082 DEBUG:teuthology.orchestra.run.smithi055:> sudo shutdown -r now 2024-02-10T08:53:16.085 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-10T08:53:16.086 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi055.front.sepia.ceph.com' 2024-02-10T08:53:16.087 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi055.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T08:54:16.090 DEBUG:teuthology.orchestra.remote:timed out 2024-02-10T08:54:25.091 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi055.front.sepia.ceph.com' 2024-02-10T08:54:25.092 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi055.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T08:54:25.369 DEBUG:teuthology.orchestra.run.smithi055:> true 2024-02-10T08:54:25.667 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi055.front.sepia.ceph.com' 2024-02-10T08:54:25.667 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-536.el8.x86_64"... 2024-02-10T08:54:25.667 DEBUG:teuthology.orchestra.run.smithi055:> uname -r 2024-02-10T08:54:25.729 INFO:teuthology.orchestra.run.smithi055.stdout:4.18.0-536.el8.x86_64 2024-02-10T08:54:25.729 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-02-10T08:54:25.729 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-10T08:54:25.729 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-10T08:54:26.730 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-10T08:54:26.731 DEBUG:teuthology.orchestra.run.smithi055:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-10T08:54:26.795 INFO:teuthology.orchestra.run.smithi055.stdout:ttyS1 2024-02-10T08:54:26.818 DEBUG:teuthology.parallel:result is None 2024-02-10T08:54:26.818 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-10T08:54:26.826 INFO:teuthology.task.internal:Creating test directory... 2024-02-10T08:54:26.826 DEBUG:teuthology.orchestra.run.smithi055:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-10T08:54:26.829 DEBUG:teuthology.orchestra.run.smithi110:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-10T08:54:26.852 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-10T08:54:26.859 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-10T08:54:26.870 INFO:teuthology.task.internal:Creating archive directory... 2024-02-10T08:54:26.870 DEBUG:teuthology.orchestra.run.smithi055:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-10T08:54:26.891 DEBUG:teuthology.orchestra.run.smithi110:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-10T08:54:26.925 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-10T08:54:26.932 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-10T08:54:26.933 DEBUG:teuthology.orchestra.run.smithi055:> 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-10T08:54:26.962 DEBUG:teuthology.orchestra.run.smithi110:> 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-10T08:54:27.003 INFO:teuthology.orchestra.run.smithi055.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T08:54:27.014 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T08:54:27.015 INFO:teuthology.orchestra.run.smithi055.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T08:54:27.026 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T08:54:27.027 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-10T08:54:27.034 INFO:teuthology.task.internal:Configuring sudo... 2024-02-10T08:54:27.034 DEBUG:teuthology.orchestra.run.smithi055:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-10T08:54:27.058 DEBUG:teuthology.orchestra.run.smithi110:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-10T08:54:27.088 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-10T08:54:27.098 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-10T08:54:27.098 DEBUG:teuthology.orchestra.run.smithi055:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-10T08:54:27.131 DEBUG:teuthology.orchestra.run.smithi110:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-10T08:54:27.150 DEBUG:teuthology.orchestra.run.smithi055:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T08:54:27.239 DEBUG:teuthology.orchestra.run.smithi055:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T08:54:27.292 DEBUG:teuthology.orchestra.run.smithi055:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T08:54:27.379 DEBUG:teuthology.orchestra.run.smithi055:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T08:54:27.425 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-02-10T08:54:27.425 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-10T08:54:27.494 DEBUG:teuthology.orchestra.run.smithi110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T08:54:27.539 DEBUG:teuthology.orchestra.run.smithi110:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T08:54:27.599 DEBUG:teuthology.orchestra.run.smithi110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T08:54:27.686 DEBUG:teuthology.orchestra.run.smithi110:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T08:54:27.728 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-02-10T08:54:27.728 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-10T08:54:27.796 DEBUG:teuthology.orchestra.run.smithi055:> sudo service rsyslog restart 2024-02-10T08:54:27.798 DEBUG:teuthology.orchestra.run.smithi110:> sudo service rsyslog restart 2024-02-10T08:54:27.859 INFO:teuthology.orchestra.run.smithi055.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-10T08:54:27.919 INFO:teuthology.orchestra.run.smithi110.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-10T08:54:28.339 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-10T08:54:28.347 INFO:teuthology.task.internal:Starting timer... 2024-02-10T08:54:28.347 INFO:teuthology.run_tasks:Running task pcp... 2024-02-10T08:54:28.360 INFO:teuthology.run_tasks:Running task selinux... 2024-02-10T08:54:28.368 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-10T08:54:28.368 DEBUG:teuthology.orchestra.run.smithi055:> sudo service auditd rotate 2024-02-10T08:54:28.485 INFO:teuthology.orchestra.run.smithi055.stdout:Rotating logs: 2024-02-10T08:54:28.487 DEBUG:teuthology.orchestra.run.smithi110:> sudo service auditd rotate 2024-02-10T08:54:28.562 INFO:teuthology.orchestra.run.smithi110.stdout:Rotating logs: 2024-02-10T08:54:28.565 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-10T08:54:28.565 DEBUG:teuthology.orchestra.run.smithi055:> /usr/sbin/getenforce 2024-02-10T08:54:28.592 INFO:teuthology.orchestra.run.smithi055.stdout:Permissive 2024-02-10T08:54:28.592 DEBUG:teuthology.orchestra.run.smithi110:> /usr/sbin/getenforce 2024-02-10T08:54:28.643 INFO:teuthology.orchestra.run.smithi110.stdout:Permissive 2024-02-10T08:54:28.643 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi055.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi110.front.sepia.ceph.com': 'permissive'} 2024-02-10T08:54:28.643 DEBUG:teuthology.orchestra.run.smithi055:> 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-10T08:54:28.674 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T08:54:28.674 DEBUG:teuthology.orchestra.run.smithi110:> 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-10T08:54:28.703 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T08:54:28.704 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-10T08:54:28.704 DEBUG:teuthology.orchestra.run.smithi055:> sudo /usr/sbin/setenforce permissive 2024-02-10T08:54:28.744 DEBUG:teuthology.orchestra.run.smithi110:> sudo /usr/sbin/setenforce permissive 2024-02-10T08:54:28.771 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-10T08:54:28.782 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-10T08:54:28.798 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-10T08:54:28.800 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi055.front.sepia.ceph.com,smithi110.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-10T09:02:50.312 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi055.front.sepia.ceph.com'), Remote(name='ubuntu@smithi110.front.sepia.ceph.com')] 2024-02-10T09:02:50.314 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi055.front.sepia.ceph.com' 2024-02-10T09:02:50.315 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi055.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T09:02:50.396 DEBUG:teuthology.orchestra.run.smithi055:> true 2024-02-10T09:02:50.469 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi055.front.sepia.ceph.com' 2024-02-10T09:02:50.470 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-02-10T09:02:50.470 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T09:02:50.542 DEBUG:teuthology.orchestra.run.smithi110:> true 2024-02-10T09:02:50.612 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-02-10T09:02:50.613 INFO:teuthology.run_tasks:Running task clock... 2024-02-10T09:02:50.624 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-10T09:02:50.625 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-10T09:02:50.625 DEBUG:teuthology.orchestra.run.smithi055:> 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-10T09:02:50.627 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-10T09:02:50.628 DEBUG:teuthology.orchestra.run.smithi110:> 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-10T09:02:50.662 INFO:teuthology.orchestra.run.smithi055.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-10T09:02:50.677 INFO:teuthology.orchestra.run.smithi055.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-10T09:02:50.687 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-10T09:02:50.702 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-10T09:02:50.741 INFO:teuthology.orchestra.run.smithi055.stderr:sudo: ntpd: command not found 2024-02-10T09:02:50.753 INFO:teuthology.orchestra.run.smithi055.stdout:506 Cannot talk to daemon 2024-02-10T09:02:50.768 INFO:teuthology.orchestra.run.smithi055.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-10T09:02:50.775 INFO:teuthology.orchestra.run.smithi110.stderr:sudo: ntpd: command not found 2024-02-10T09:02:50.782 INFO:teuthology.orchestra.run.smithi055.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-10T09:02:50.786 INFO:teuthology.orchestra.run.smithi110.stdout:506 Cannot talk to daemon 2024-02-10T09:02:50.800 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-10T09:02:50.813 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-10T09:02:50.852 INFO:teuthology.orchestra.run.smithi055.stderr:bash: ntpq: command not found 2024-02-10T09:02:50.856 INFO:teuthology.orchestra.run.smithi055.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-10T09:02:50.856 INFO:teuthology.orchestra.run.smithi055.stdout:=============================================================================== 2024-02-10T09:02:50.856 INFO:teuthology.orchestra.run.smithi055.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T09:02:50.856 INFO:teuthology.orchestra.run.smithi055.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T09:02:50.856 INFO:teuthology.orchestra.run.smithi055.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T09:02:50.856 INFO:teuthology.orchestra.run.smithi055.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T09:02:50.879 INFO:teuthology.orchestra.run.smithi110.stderr:bash: ntpq: command not found 2024-02-10T09:02:50.883 INFO:teuthology.orchestra.run.smithi110.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-10T09:02:50.883 INFO:teuthology.orchestra.run.smithi110.stdout:=============================================================================== 2024-02-10T09:02:50.883 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T09:02:50.884 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T09:02:50.884 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T09:02:50.884 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T09:02:50.884 INFO:teuthology.run_tasks:Running task pexec... 2024-02-10T09:02:50.893 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-10T09:02:50.894 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi055.front.sepia.ceph.com 2024-02-10T09:02:50.894 DEBUG:teuthology.orchestra.run.smithi055:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-10T09:02:50.894 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi110.front.sepia.ceph.com 2024-02-10T09:02:50.894 DEBUG:teuthology.orchestra.run.smithi110:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-10T09:02:51.705 INFO:teuthology.orchestra.run.smithi110.stdout:Last metadata expiration check: 0:01:49 ago on Sat 10 Feb 2024 09:01:02 AM UTC. 2024-02-10T09:02:51.715 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:26 ago on Sat 10 Feb 2024 09:01:25 AM UTC. 2024-02-10T09:02:53.665 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-02-10T09:02:53.666 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-02-10T09:02:53.666 INFO:teuthology.orchestra.run.smithi110.stdout: Package Architecture Version Repository Size 2024-02-10T09:02:53.666 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-02-10T09:02:53.666 INFO:teuthology.orchestra.run.smithi110.stdout:Resetting modules: 2024-02-10T09:02:53.666 INFO:teuthology.orchestra.run.smithi110.stdout: container-tools 2024-02-10T09:02:53.666 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:02:53.666 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2024-02-10T09:02:53.667 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-02-10T09:02:53.667 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:02:53.820 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-02-10T09:02:53.821 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-02-10T09:02:53.822 INFO:teuthology.orchestra.run.smithi055.stdout: Package Architecture Version Repository Size 2024-02-10T09:02:53.822 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-02-10T09:02:53.822 INFO:teuthology.orchestra.run.smithi055.stdout:Resetting modules: 2024-02-10T09:02:53.822 INFO:teuthology.orchestra.run.smithi055.stdout: container-tools 2024-02-10T09:02:53.822 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-02-10T09:02:53.822 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-02-10T09:02:53.822 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-02-10T09:02:53.822 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-02-10T09:02:53.973 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-02-10T09:02:54.092 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-02-10T09:02:54.797 INFO:teuthology.orchestra.run.smithi110.stdout:Last metadata expiration check: 0:01:52 ago on Sat 10 Feb 2024 09:01:02 AM UTC. 2024-02-10T09:02:54.966 INFO:teuthology.orchestra.run.smithi055.stdout:Last metadata expiration check: 0:01:29 ago on Sat 10 Feb 2024 09:01:25 AM UTC. 2024-02-10T09:02:56.716 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-02-10T09:02:56.750 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-02-10T09:02:56.751 INFO:teuthology.orchestra.run.smithi110.stdout: Package Arch Version Repository Size 2024-02-10T09:02:56.751 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-02-10T09:02:56.751 INFO:teuthology.orchestra.run.smithi110.stdout:Installing group/module packages: 2024-02-10T09:02:56.751 INFO:teuthology.orchestra.run.smithi110.stdout: aardvark-dns x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 1.0 M 2024-02-10T09:02:56.751 INFO:teuthology.orchestra.run.smithi110.stdout: buildah x86_64 1:1.34.0-1.module_el8+804+f131391c appstream 9.7 M 2024-02-10T09:02:56.751 INFO:teuthology.orchestra.run.smithi110.stdout: cockpit-podman noarch 82-1.module_el8+804+f131391c appstream 759 k 2024-02-10T09:02:56.751 INFO:teuthology.orchestra.run.smithi110.stdout: crun x86_64 1.12-1.module_el8+804+f131391c appstream 248 k 2024-02-10T09:02:56.751 INFO:teuthology.orchestra.run.smithi110.stdout: netavark x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 4.0 M 2024-02-10T09:02:56.751 INFO:teuthology.orchestra.run.smithi110.stdout: python3-podman noarch 4.8.2-1.module_el8+804+f131391c appstream 179 k 2024-02-10T09:02:56.751 INFO:teuthology.orchestra.run.smithi110.stdout: skopeo x86_64 2:1.14.0-2.module_el8+804+f131391c appstream 8.8 M 2024-02-10T09:02:56.751 INFO:teuthology.orchestra.run.smithi110.stdout: toolbox x86_64 0.0.99.4-8.module_el8+804+f131391c appstream 2.5 M 2024-02-10T09:02:56.751 INFO:teuthology.orchestra.run.smithi110.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-10T09:02:56.751 INFO:teuthology.orchestra.run.smithi110.stdout:Installing dependencies: 2024-02-10T09:02:56.752 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-10T09:02:56.752 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-10T09:02:56.752 INFO:teuthology.orchestra.run.smithi110.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-10T09:02:56.752 INFO:teuthology.orchestra.run.smithi110.stdout:Installing weak dependencies: 2024-02-10T09:02:56.752 INFO:teuthology.orchestra.run.smithi110.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-10T09:02:56.752 INFO:teuthology.orchestra.run.smithi110.stdout:Installing module profiles: 2024-02-10T09:02:56.752 INFO:teuthology.orchestra.run.smithi110.stdout: container-tools/common 2024-02-10T09:02:56.752 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:02:56.752 INFO:teuthology.orchestra.run.smithi110.stdout:Enabling module streams: 2024-02-10T09:02:56.752 INFO:teuthology.orchestra.run.smithi110.stdout: container-tools rhel8 2024-02-10T09:02:56.752 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:02:56.752 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2024-02-10T09:02:56.752 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-02-10T09:02:56.752 INFO:teuthology.orchestra.run.smithi110.stdout:Install 13 Packages 2024-02-10T09:02:56.753 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:02:56.753 INFO:teuthology.orchestra.run.smithi110.stdout:Total download size: 27 M 2024-02-10T09:02:56.753 INFO:teuthology.orchestra.run.smithi110.stdout:Installed size: 91 M 2024-02-10T09:02:56.753 INFO:teuthology.orchestra.run.smithi110.stdout:Downloading Packages: 2024-02-10T09:02:57.078 INFO:teuthology.orchestra.run.smithi055.stdout:Dependencies resolved. 2024-02-10T09:02:57.116 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-02-10T09:02:57.116 INFO:teuthology.orchestra.run.smithi055.stdout: Package Arch Version Repository Size 2024-02-10T09:02:57.117 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-02-10T09:02:57.117 INFO:teuthology.orchestra.run.smithi055.stdout:Installing group/module packages: 2024-02-10T09:02:57.117 INFO:teuthology.orchestra.run.smithi055.stdout: aardvark-dns x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 1.0 M 2024-02-10T09:02:57.117 INFO:teuthology.orchestra.run.smithi055.stdout: buildah x86_64 1:1.34.0-1.module_el8+804+f131391c appstream 9.7 M 2024-02-10T09:02:57.117 INFO:teuthology.orchestra.run.smithi055.stdout: cockpit-podman noarch 82-1.module_el8+804+f131391c appstream 759 k 2024-02-10T09:02:57.117 INFO:teuthology.orchestra.run.smithi055.stdout: crun x86_64 1.12-1.module_el8+804+f131391c appstream 248 k 2024-02-10T09:02:57.117 INFO:teuthology.orchestra.run.smithi055.stdout: netavark x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 4.0 M 2024-02-10T09:02:57.117 INFO:teuthology.orchestra.run.smithi055.stdout: python3-podman noarch 4.8.2-1.module_el8+804+f131391c appstream 179 k 2024-02-10T09:02:57.117 INFO:teuthology.orchestra.run.smithi055.stdout: skopeo x86_64 2:1.14.0-2.module_el8+804+f131391c appstream 8.8 M 2024-02-10T09:02:57.117 INFO:teuthology.orchestra.run.smithi055.stdout: toolbox x86_64 0.0.99.4-8.module_el8+804+f131391c appstream 2.5 M 2024-02-10T09:02:57.117 INFO:teuthology.orchestra.run.smithi055.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-10T09:02:57.117 INFO:teuthology.orchestra.run.smithi055.stdout:Installing dependencies: 2024-02-10T09:02:57.117 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-10T09:02:57.117 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-10T09:02:57.118 INFO:teuthology.orchestra.run.smithi055.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-10T09:02:57.118 INFO:teuthology.orchestra.run.smithi055.stdout:Installing weak dependencies: 2024-02-10T09:02:57.118 INFO:teuthology.orchestra.run.smithi055.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-02-10T09:02:57.118 INFO:teuthology.orchestra.run.smithi055.stdout:Installing module profiles: 2024-02-10T09:02:57.118 INFO:teuthology.orchestra.run.smithi055.stdout: container-tools/common 2024-02-10T09:02:57.118 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-02-10T09:02:57.118 INFO:teuthology.orchestra.run.smithi055.stdout:Enabling module streams: 2024-02-10T09:02:57.118 INFO:teuthology.orchestra.run.smithi055.stdout: container-tools rhel8 2024-02-10T09:02:57.118 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-02-10T09:02:57.118 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction Summary 2024-02-10T09:02:57.118 INFO:teuthology.orchestra.run.smithi055.stdout:================================================================================ 2024-02-10T09:02:57.118 INFO:teuthology.orchestra.run.smithi055.stdout:Install 13 Packages 2024-02-10T09:02:57.118 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-02-10T09:02:57.119 INFO:teuthology.orchestra.run.smithi055.stdout:Total download size: 27 M 2024-02-10T09:02:57.119 INFO:teuthology.orchestra.run.smithi055.stdout:Installed size: 91 M 2024-02-10T09:02:57.119 INFO:teuthology.orchestra.run.smithi055.stdout:Downloading Packages: 2024-02-10T09:02:57.413 INFO:teuthology.orchestra.run.smithi110.stdout:(1/13): aardvark-dns-1.9.0-1.module_el8+804+f13 2.1 MB/s | 1.0 MB 00:00 2024-02-10T09:02:57.478 INFO:teuthology.orchestra.run.smithi110.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 585 kB/s | 38 kB 00:00 2024-02-10T09:02:57.561 INFO:teuthology.orchestra.run.smithi110.stdout:(3/13): crun-1.12-1.module_el8+804+f131391c.x86 2.9 MB/s | 248 kB 00:00 2024-02-10T09:02:57.595 INFO:teuthology.orchestra.run.smithi110.stdout:(4/13): cockpit-podman-82-1.module_el8+804+f131 1.1 MB/s | 759 kB 00:00 2024-02-10T09:02:57.888 INFO:teuthology.orchestra.run.smithi110.stdout:(5/13): python3-podman-4.8.2-1.module_el8+804+f 615 kB/s | 179 kB 00:00 2024-02-10T09:02:57.963 INFO:teuthology.orchestra.run.smithi110.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 331 kB/s | 25 kB 00:00 2024-02-10T09:02:58.055 INFO:teuthology.orchestra.run.smithi110.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.0 MB/s | 94 kB 00:00 2024-02-10T09:02:58.192 INFO:teuthology.orchestra.run.smithi055.stdout:(1/13): buildah-1.34.0-1.module_el8+804+f131391 9.4 MB/s | 9.7 MB 00:01 2024-02-10T09:02:58.225 INFO:teuthology.orchestra.run.smithi055.stdout:(2/13): cockpit-podman-82-1.module_el8+804+f131 713 kB/s | 759 kB 00:01 2024-02-10T09:02:58.238 INFO:teuthology.orchestra.run.smithi110.stdout:(8/13): netavark-1.9.0-1.module_el8+804+f131391 5.8 MB/s | 4.0 MB 00:00 2024-02-10T09:02:58.250 INFO:teuthology.orchestra.run.smithi055.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 648 kB/s | 38 kB 00:00 2024-02-10T09:02:58.284 INFO:teuthology.orchestra.run.smithi055.stdout:(4/13): aardvark-dns-1.9.0-1.module_el8+804+f13 917 kB/s | 1.0 MB 00:01 2024-02-10T09:02:58.376 INFO:teuthology.orchestra.run.smithi055.stdout:(5/13): python3-podman-4.8.2-1.module_el8+804+f 1.9 MB/s | 179 kB 00:00 2024-02-10T09:02:58.460 INFO:teuthology.orchestra.run.smithi055.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 298 kB/s | 25 kB 00:00 2024-02-10T09:02:58.523 INFO:teuthology.orchestra.run.smithi110.stdout:(9/13): buildah-1.34.0-1.module_el8+804+f131391 6.1 MB/s | 9.7 MB 00:01 2024-02-10T09:02:58.543 INFO:teuthology.orchestra.run.smithi055.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.1 MB/s | 94 kB 00:00 2024-02-10T09:02:58.589 INFO:teuthology.orchestra.run.smithi110.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 795 kB/s | 53 kB 00:00 2024-02-10T09:02:58.618 INFO:teuthology.orchestra.run.smithi055.stdout:(8/13): crun-1.12-1.module_el8+804+f131391c.x86 632 kB/s | 248 kB 00:00 2024-02-10T09:02:58.648 INFO:teuthology.orchestra.run.smithi110.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 702 kB/s | 41 kB 00:00 2024-02-10T09:02:58.857 INFO:teuthology.orchestra.run.smithi110.stdout:(12/13): toolbox-0.0.99.4-8.module_el8+804+f131 4.1 MB/s | 2.5 MB 00:00 2024-02-10T09:03:00.132 INFO:teuthology.orchestra.run.smithi110.stdout:(13/13): skopeo-1.14.0-2.module_el8+804+f131391 4.2 MB/s | 8.8 MB 00:02 2024-02-10T09:03:00.132 INFO:teuthology.orchestra.run.smithi110.stdout:-------------------------------------------------------------------------------- 2024-02-10T09:03:00.132 INFO:teuthology.orchestra.run.smithi110.stdout:Total 8.1 MB/s | 27 MB 00:03 2024-02-10T09:03:00.394 INFO:teuthology.orchestra.run.smithi055.stdout:(9/13): skopeo-1.14.0-2.module_el8+804+f131391c 4.8 MB/s | 8.8 MB 00:01 2024-02-10T09:03:00.406 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction check 2024-02-10T09:03:00.427 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction check succeeded. 2024-02-10T09:03:00.428 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction test 2024-02-10T09:03:00.469 INFO:teuthology.orchestra.run.smithi055.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 704 kB/s | 53 kB 00:00 2024-02-10T09:03:00.527 INFO:teuthology.orchestra.run.smithi055.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 703 kB/s | 41 kB 00:00 2024-02-10T09:03:00.698 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction test succeeded. 2024-02-10T09:03:00.702 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction 2024-02-10T09:03:01.250 INFO:teuthology.orchestra.run.smithi055.stdout:(12/13): toolbox-0.0.99.4-8.module_el8+804+f131 978 kB/s | 2.5 MB 00:02 2024-02-10T09:03:01.461 INFO:teuthology.orchestra.run.smithi110.stdout: Preparing : 1/1 2024-02-10T09:03:01.662 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-10T09:03:01.850 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-10T09:03:01.853 INFO:teuthology.orchestra.run.smithi055.stdout:(13/13): netavark-1.9.0-1.module_el8+804+f13139 1.1 MB/s | 4.0 MB 00:03 2024-02-10T09:03:01.853 INFO:teuthology.orchestra.run.smithi055.stdout:-------------------------------------------------------------------------------- 2024-02-10T09:03:01.853 INFO:teuthology.orchestra.run.smithi055.stdout:Total 5.8 MB/s | 27 MB 00:04 2024-02-10T09:03:02.082 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-02-10T09:03:02.135 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction check 2024-02-10T09:03:02.157 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction check succeeded. 2024-02-10T09:03:02.157 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction test 2024-02-10T09:03:02.343 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-10T09:03:02.440 INFO:teuthology.orchestra.run.smithi055.stdout:Transaction test succeeded. 2024-02-10T09:03:02.444 INFO:teuthology.orchestra.run.smithi055.stdout:Running transaction 2024-02-10T09:03:02.916 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 5/13 2024-02-10T09:03:03.159 INFO:teuthology.orchestra.run.smithi055.stdout: Preparing : 1/1 2024-02-10T09:03:03.382 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-02-10T09:03:03.585 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-02-10T09:03:03.780 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-02-10T09:03:03.946 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-10T09:03:04.000 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-10T09:03:04.223 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 7/13 2024-02-10T09:03:04.436 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : crun-1.12-1.module_el8+804+f131391c.x86_64 8/13 2024-02-10T09:03:04.581 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 5/13 2024-02-10T09:03:04.712 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 9/13 2024-02-10T09:03:05.101 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 10/13 2024-02-10T09:03:05.613 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-10T09:03:05.970 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 7/13 2024-02-10T09:03:06.062 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-10T09:03:06.178 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : crun-1.12-1.module_el8+804+f131391c.x86_64 8/13 2024-02-10T09:03:06.287 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 12/13 2024-02-10T09:03:06.440 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 9/13 2024-02-10T09:03:06.473 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-10T09:03:06.939 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-10T09:03:06.940 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 1/13 2024-02-10T09:03:06.940 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2/13 2024-02-10T09:03:06.940 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : cockpit-podman-82-1.module_el8+804+f131391c.noarch 3/13 2024-02-10T09:03:06.940 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-10T09:03:06.940 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : crun-1.12-1.module_el8+804+f131391c.x86_64 5/13 2024-02-10T09:03:06.940 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-10T09:03:06.940 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 7/13 2024-02-10T09:03:06.940 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-10T09:03:06.940 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-10T09:03:06.940 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 10/13 2024-02-10T09:03:06.940 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-10T09:03:06.940 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-10T09:03:07.020 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 10/13 2024-02-10T09:03:07.499 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-10T09:03:07.499 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:03:07.499 INFO:teuthology.orchestra.run.smithi110.stdout:Installed: 2024-02-10T09:03:07.499 INFO:teuthology.orchestra.run.smithi110.stdout: aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-10T09:03:07.499 INFO:teuthology.orchestra.run.smithi110.stdout: buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2024-02-10T09:03:07.499 INFO:teuthology.orchestra.run.smithi110.stdout: cockpit-podman-82-1.module_el8+804+f131391c.noarch 2024-02-10T09:03:07.499 INFO:teuthology.orchestra.run.smithi110.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-10T09:03:07.500 INFO:teuthology.orchestra.run.smithi110.stdout: crun-1.12-1.module_el8+804+f131391c.x86_64 2024-02-10T09:03:07.500 INFO:teuthology.orchestra.run.smithi110.stdout: netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-10T09:03:07.500 INFO:teuthology.orchestra.run.smithi110.stdout: python3-podman-4.8.2-1.module_el8+804+f131391c.noarch 2024-02-10T09:03:07.500 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-10T09:03:07.500 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-10T09:03:07.500 INFO:teuthology.orchestra.run.smithi110.stdout: skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 2024-02-10T09:03:07.500 INFO:teuthology.orchestra.run.smithi110.stdout: toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 2024-02-10T09:03:07.500 INFO:teuthology.orchestra.run.smithi110.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-10T09:03:07.500 INFO:teuthology.orchestra.run.smithi110.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-10T09:03:07.500 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:03:07.500 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-02-10T09:03:07.840 DEBUG:teuthology.parallel:result is None 2024-02-10T09:03:08.020 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-10T09:03:08.237 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 12/13 2024-02-10T09:03:08.459 INFO:teuthology.orchestra.run.smithi055.stdout: Installing : cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-10T09:03:08.909 INFO:teuthology.orchestra.run.smithi055.stdout: Running scriptlet: cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-02-10T09:03:08.909 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 1/13 2024-02-10T09:03:08.909 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2/13 2024-02-10T09:03:08.909 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : cockpit-podman-82-1.module_el8+804+f131391c.noarch 3/13 2024-02-10T09:03:08.909 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-02-10T09:03:08.909 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : crun-1.12-1.module_el8+804+f131391c.x86_64 5/13 2024-02-10T09:03:08.910 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-02-10T09:03:08.910 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 7/13 2024-02-10T09:03:08.910 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-02-10T09:03:08.910 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-02-10T09:03:08.910 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 10/13 2024-02-10T09:03:08.910 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-02-10T09:03:08.910 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-02-10T09:03:09.408 INFO:teuthology.orchestra.run.smithi055.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-02-10T09:03:09.408 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-02-10T09:03:09.408 INFO:teuthology.orchestra.run.smithi055.stdout:Installed: 2024-02-10T09:03:09.408 INFO:teuthology.orchestra.run.smithi055.stdout: aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-10T09:03:09.408 INFO:teuthology.orchestra.run.smithi055.stdout: buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2024-02-10T09:03:09.408 INFO:teuthology.orchestra.run.smithi055.stdout: cockpit-podman-82-1.module_el8+804+f131391c.noarch 2024-02-10T09:03:09.409 INFO:teuthology.orchestra.run.smithi055.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-02-10T09:03:09.409 INFO:teuthology.orchestra.run.smithi055.stdout: crun-1.12-1.module_el8+804+f131391c.x86_64 2024-02-10T09:03:09.409 INFO:teuthology.orchestra.run.smithi055.stdout: netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-10T09:03:09.409 INFO:teuthology.orchestra.run.smithi055.stdout: python3-podman-4.8.2-1.module_el8+804+f131391c.noarch 2024-02-10T09:03:09.409 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-10T09:03:09.409 INFO:teuthology.orchestra.run.smithi055.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-10T09:03:09.409 INFO:teuthology.orchestra.run.smithi055.stdout: skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 2024-02-10T09:03:09.409 INFO:teuthology.orchestra.run.smithi055.stdout: toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 2024-02-10T09:03:09.409 INFO:teuthology.orchestra.run.smithi055.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-10T09:03:09.409 INFO:teuthology.orchestra.run.smithi055.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-10T09:03:09.409 INFO:teuthology.orchestra.run.smithi055.stdout: 2024-02-10T09:03:09.409 INFO:teuthology.orchestra.run.smithi055.stdout:Complete! 2024-02-10T09:03:09.658 DEBUG:teuthology.parallel:result is None 2024-02-10T09:03:09.659 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-10T09:03:09.733 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': '0e714d9a4bd2a821113e6318adb87bd06cf81ec1'} 2024-02-10T09:03:09.733 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.5 2024-02-10T09:03:09.734 INFO:tasks.cephadm:Cluster fsid is 365142d0-c7f3-11ee-95b8-87774f69a715 2024-02-10T09:03:09.734 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-10T09:03:09.734 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-10T09:03:09.734 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi055': '172.21.15.55', 'mon.smithi110': '172.21.15.110'} 2024-02-10T09:03:09.734 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-10T09:03:09.734 DEBUG:teuthology.orchestra.run.smithi055:> sudo hostname $(hostname -s) 2024-02-10T09:03:09.762 DEBUG:teuthology.orchestra.run.smithi110:> sudo hostname $(hostname -s) 2024-02-10T09:03:09.796 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2024-02-10T09:03:09.797 DEBUG:teuthology.orchestra.run.smithi055:> 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-10T09:03:10.307 INFO:teuthology.orchestra.run.smithi055.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Feb 10 09:03 /home/ubuntu/cephtest/cephadm 2024-02-10T09:03:10.307 DEBUG:teuthology.orchestra.run.smithi110:> 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-10T09:03:10.473 INFO:teuthology.orchestra.run.smithi110.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Feb 10 09:03 /home/ubuntu/cephtest/cephadm 2024-02-10T09:03:10.473 DEBUG:teuthology.orchestra.run.smithi055:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-10T09:03:10.495 DEBUG:teuthology.orchestra.run.smithi110:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-10T09:03:10.527 DEBUG:teuthology.orchestra.run.smithi055:> sudo mkdir -p /etc/ceph 2024-02-10T09:03:10.569 DEBUG:teuthology.orchestra.run.smithi110:> sudo mkdir -p /etc/ceph 2024-02-10T09:03:10.600 DEBUG:teuthology.orchestra.run.smithi055:> sudo chmod 777 /etc/ceph 2024-02-10T09:03:10.641 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 777 /etc/ceph 2024-02-10T09:03:10.670 INFO:tasks.cephadm:Writing seed config... 2024-02-10T09:03:10.671 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-10T09:03:10.671 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-10T09:03:10.671 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-10T09:03:10.671 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-10T09:03:10.671 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-10T09:03:10.672 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-10T09:03:10.672 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-10T09:03:10.672 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-10T09:03:10.672 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-02-10T09:03:10.672 DEBUG:teuthology.orchestra.run.smithi055:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-10T09:03:10.702 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 = 365142d0-c7f3-11ee-95b8-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-10T09:03:10.702 DEBUG:teuthology.orchestra.run.smithi055:mon.smithi055> sudo journalctl -f -n 0 -u ceph-365142d0-c7f3-11ee-95b8-87774f69a715@mon.smithi055.service 2024-02-10T09:03:10.744 INFO:tasks.cephadm:Bootstrapping... 2024-02-10T09:03:10.745 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 -v bootstrap --fsid 365142d0-c7f3-11ee-95b8-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.55 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-10T09:03:10.776 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:-- Logs begin at Sat 2024-02-10 08:54:01 UTC. -- 2024-02-10T09:03:11.040 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-10T09:03:12.642 INFO:teuthology.orchestra.run.smithi055.stderr:/bin/podman: 4.8.3 2024-02-10T09:03:12.652 INFO:teuthology.orchestra.run.smithi055.stderr:Verifying podman|docker is present... 2024-02-10T09:03:12.652 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-10T09:03:12.676 INFO:teuthology.orchestra.run.smithi055.stderr:/bin/podman: 4.8.3 2024-02-10T09:03:12.686 INFO:teuthology.orchestra.run.smithi055.stderr:Verifying lvm2 is present... 2024-02-10T09:03:12.687 INFO:teuthology.orchestra.run.smithi055.stderr:Verifying time synchronization is in place... 2024-02-10T09:03:12.687 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: systemctl is-enabled chrony.service 2024-02-10T09:03:12.694 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-10T09:03:12.695 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: systemctl is-active chrony.service 2024-02-10T09:03:12.701 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: inactive 2024-02-10T09:03:12.701 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-10T09:03:12.707 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: enabled 2024-02-10T09:03:12.708 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: systemctl is-active chronyd.service 2024-02-10T09:03:12.714 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: active 2024-02-10T09:03:12.714 INFO:teuthology.orchestra.run.smithi055.stderr:Unit chronyd.service is enabled and running 2024-02-10T09:03:12.715 INFO:teuthology.orchestra.run.smithi055.stderr:Repeating the final host check... 2024-02-10T09:03:12.715 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-02-10T09:03:12.736 INFO:teuthology.orchestra.run.smithi055.stderr:/bin/podman: 4.8.3 2024-02-10T09:03:12.748 INFO:teuthology.orchestra.run.smithi055.stderr:podman|docker (/bin/podman) is present 2024-02-10T09:03:12.748 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl is present 2024-02-10T09:03:12.748 INFO:teuthology.orchestra.run.smithi055.stderr:lvcreate is present 2024-02-10T09:03:12.748 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: systemctl is-enabled chrony.service 2024-02-10T09:03:12.754 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-10T09:03:12.754 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: systemctl is-active chrony.service 2024-02-10T09:03:12.760 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: inactive 2024-02-10T09:03:12.761 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: systemctl is-enabled chronyd.service 2024-02-10T09:03:12.766 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: enabled 2024-02-10T09:03:12.767 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: systemctl is-active chronyd.service 2024-02-10T09:03:12.772 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: active 2024-02-10T09:03:12.773 INFO:teuthology.orchestra.run.smithi055.stderr:Unit chronyd.service is enabled and running 2024-02-10T09:03:12.773 INFO:teuthology.orchestra.run.smithi055.stderr:Host looks OK 2024-02-10T09:03:12.773 INFO:teuthology.orchestra.run.smithi055.stderr:Cluster fsid: 365142d0-c7f3-11ee-95b8-87774f69a715 2024-02-10T09:03:12.774 INFO:teuthology.orchestra.run.smithi055.stderr:Acquiring lock 139750845759616 on /run/cephadm/365142d0-c7f3-11ee-95b8-87774f69a715.lock 2024-02-10T09:03:12.774 INFO:teuthology.orchestra.run.smithi055.stderr:Lock 139750845759616 acquired on /run/cephadm/365142d0-c7f3-11ee-95b8-87774f69a715.lock 2024-02-10T09:03:12.774 INFO:teuthology.orchestra.run.smithi055.stderr:Verifying IP 172.21.15.55 port 3300 ... 2024-02-10T09:03:12.775 INFO:teuthology.orchestra.run.smithi055.stderr:Verifying IP 172.21.15.55 port 6789 ... 2024-02-10T09:03:12.775 INFO:teuthology.orchestra.run.smithi055.stderr:Base mon IP is 172.21.15.55, final addrv is [v2:172.21.15.55:3300,v1:172.21.15.55:6789] 2024-02-10T09:03:12.775 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: /sbin/ip route ls 2024-02-10T09:03:12.777 INFO:teuthology.orchestra.run.smithi055.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.55 metric 100 2024-02-10T09:03:12.777 INFO:teuthology.orchestra.run.smithi055.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.55 metric 100 2024-02-10T09:03:12.778 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: /sbin/ip -6 route ls 2024-02-10T09:03:12.780 INFO:teuthology.orchestra.run.smithi055.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-10T09:03:12.780 INFO:teuthology.orchestra.run.smithi055.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-02-10T09:03:12.780 INFO:teuthology.orchestra.run.smithi055.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1798sec hoplimit 64 pref medium 2024-02-10T09:03:12.781 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: /sbin/ip -6 addr ls 2024-02-10T09:03:12.783 INFO:teuthology.orchestra.run.smithi055.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-10T09:03:12.783 INFO:teuthology.orchestra.run.smithi055.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-10T09:03:12.783 INFO:teuthology.orchestra.run.smithi055.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-10T09:03:12.783 INFO:teuthology.orchestra.run.smithi055.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2024-02-10T09:03:12.783 INFO:teuthology.orchestra.run.smithi055.stderr:/sbin/ip: inet6 fe80::ae1f:6bff:fef8:2606/64 scope link 2024-02-10T09:03:12.783 INFO:teuthology.orchestra.run.smithi055.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-10T09:03:12.784 INFO:teuthology.orchestra.run.smithi055.stderr:Mon IP `172.21.15.55` is in CIDR network `172.21.0.0/20` 2024-02-10T09:03:12.784 INFO:teuthology.orchestra.run.smithi055.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-10T09:03:12.785 INFO:teuthology.orchestra.run.smithi055.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2024-02-10T09:03:12.785 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.5 2024-02-10T09:03:12.883 INFO:teuthology.orchestra.run.smithi055.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.5... 2024-02-10T09:03:19.572 INFO:teuthology.orchestra.run.smithi055.stderr:/bin/podman: Getting image source signatures 2024-02-10T09:03:19.588 INFO:teuthology.orchestra.run.smithi055.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2024-02-10T09:03:19.588 INFO:teuthology.orchestra.run.smithi055.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-02-10T09:03:33.582 INFO:teuthology.orchestra.run.smithi055.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-02-10T09:03:33.766 INFO:teuthology.orchestra.run.smithi055.stderr:/bin/podman: Writing manifest to image destination 2024-02-10T09:03:34.077 INFO:teuthology.orchestra.run.smithi055.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-02-10T09:03:34.089 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --version 2024-02-10T09:03:34.758 INFO:teuthology.orchestra.run.smithi055.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-02-10T09:03:35.495 INFO:teuthology.orchestra.run.smithi055.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-02-10T09:03:35.496 INFO:teuthology.orchestra.run.smithi055.stderr:Extracting ceph user uid/gid from container image... 2024-02-10T09:03:35.496 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2024-02-10T09:03:36.020 INFO:teuthology.orchestra.run.smithi055.stderr:stat: 167 167 2024-02-10T09:03:36.615 INFO:teuthology.orchestra.run.smithi055.stderr:Creating initial keys... 2024-02-10T09:03:36.616 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-02-10T09:03:37.147 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-authtool: AQDpO8dlcC4fAhAAD1b0YM2ZCn28vs8TkFLeog== 2024-02-10T09:03:37.625 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-02-10T09:03:38.198 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-authtool: AQDqO8dlCGH0BBAAJ2Rbx27iVnCBvK1jCni5Rw== 2024-02-10T09:03:38.795 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2024-02-10T09:03:39.346 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-authtool: AQDrO8dlV1rbDRAA3+M2puYV5Xn0bvsnrheeVQ== 2024-02-10T09:03:40.069 INFO:teuthology.orchestra.run.smithi055.stderr:Creating initial monmap... 2024-02-10T09:03:40.069 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpb572xpnl:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --create --clobber --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 --addv smithi055 [v2:172.21.15.55:3300,v1:172.21.15.55:6789] /tmp/monmap 2024-02-10T09:03:40.620 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-10T09:03:40.621 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 365142d0-c7f3-11ee-95b8-87774f69a715 2024-02-10T09:03:40.621 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-10T09:03:41.122 INFO:teuthology.orchestra.run.smithi055.stderr:monmaptool for smithi055 [v2:172.21.15.55:3300,v1:172.21.15.55:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-10T09:03:41.122 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/monmaptool: set fsid to 365142d0-c7f3-11ee-95b8-87774f69a715 2024-02-10T09:03:41.122 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-10T09:03:41.123 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-02-10T09:03:41.123 INFO:teuthology.orchestra.run.smithi055.stderr:Creating mon... 2024-02-10T09:03:41.125 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/mon.smithi055:/var/lib/ceph/mon/ceph-smithi055:z -v /tmp/ceph-tmpl970gkva:/tmp/keyring:z -v /tmp/ceph-tmpb572xpnl:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --mkfs -i smithi055 --fsid 365142d0-c7f3-11ee-95b8-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-10T09:03:41.661 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.591+0000 7f5442c46700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-10T09:03:41.661 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.591+0000 7f5442c46700 1 imported monmap: 2024-02-10T09:03:41.661 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-10T09:03:41.661 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: fsid 365142d0-c7f3-11ee-95b8-87774f69a715 2024-02-10T09:03:41.661 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: last_changed 2024-02-10T09:03:40.497292+0000 2024-02-10T09:03:41.661 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: created 2024-02-10T09:03:40.497292+0000 2024-02-10T09:03:41.661 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-10T09:03:41.662 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-10T09:03:41.662 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon.smithi055 2024-02-10T09:03:41.662 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2024-02-10T09:03:41.662 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.591+0000 7f5442c46700 0 /usr/bin/ceph-mon: set fsid to 365142d0-c7f3-11ee-95b8-87774f69a715 2024-02-10T09:03:41.662 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.592+0000 7f5442c46700 4 rocksdb: RocksDB version: 6.8.1 2024-02-10T09:03:41.662 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2024-02-10T09:03:41.662 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.592+0000 7f5442c46700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-10T09:03:41.662 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.592+0000 7f5442c46700 4 rocksdb: Compile date Jul 8 2021 2024-02-10T09:03:41.662 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.592+0000 7f5442c46700 4 rocksdb: DB SUMMARY 2024-02-10T09:03:41.662 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2024-02-10T09:03:41.662 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.592+0000 7f5442c46700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi055/store.db dir, Total Num: 0, files: 2024-02-10T09:03:41.662 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2024-02-10T09:03:41.662 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.592+0000 7f5442c46700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi055/store.db: 2024-02-10T09:03:41.663 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2024-02-10T09:03:41.663 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.error_if_exists: 0 2024-02-10T09:03:41.663 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.create_if_missing: 1 2024-02-10T09:03:41.663 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.paranoid_checks: 1 2024-02-10T09:03:41.663 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.env: 0x562572d961c0 2024-02-10T09:03:41.663 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.fs: Posix File System 2024-02-10T09:03:41.663 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.info_log: 0x562574da2c20 2024-02-10T09:03:41.663 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-10T09:03:41.663 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.statistics: (nil) 2024-02-10T09:03:41.663 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.use_fsync: 0 2024-02-10T09:03:41.663 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.max_log_file_size: 0 2024-02-10T09:03:41.663 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-10T09:03:41.663 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-10T09:03:41.663 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-10T09:03:41.663 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-10T09:03:41.664 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.allow_fallocate: 1 2024-02-10T09:03:41.664 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-10T09:03:41.664 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-10T09:03:41.664 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.use_direct_reads: 0 2024-02-10T09:03:41.664 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-10T09:03:41.664 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-10T09:03:41.664 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.db_log_dir: 2024-02-10T09:03:41.664 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi055/store.db 2024-02-10T09:03:41.664 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-10T09:03:41.664 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.max_subcompactions: 1 2024-02-10T09:03:41.664 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.max_background_flushes: -1 2024-02-10T09:03:41.664 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-10T09:03:41.664 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-10T09:03:41.664 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-10T09:03:41.665 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-10T09:03:41.665 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-10T09:03:41.665 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-10T09:03:41.665 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-10T09:03:41.665 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.write_buffer_manager: 0x562574dab530 2024-02-10T09:03:41.665 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-10T09:03:41.665 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-10T09:03:41.665 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-10T09:03:41.665 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-10T09:03:41.665 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-10T09:03:41.665 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-10T09:03:41.665 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-10T09:03:41.665 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-10T09:03:41.665 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-10T09:03:41.665 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.unordered_write: 0 2024-02-10T09:03:41.666 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-10T09:03:41.666 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-10T09:03:41.666 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-10T09:03:41.666 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-10T09:03:41.666 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.row_cache: None 2024-02-10T09:03:41.666 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.wal_filter: None 2024-02-10T09:03:41.666 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-10T09:03:41.666 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-10T09:03:41.666 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.preserve_deletes: 0 2024-02-10T09:03:41.666 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.two_write_queues: 0 2024-02-10T09:03:41.666 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-10T09:03:41.666 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.atomic_flush: 0 2024-02-10T09:03:41.666 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-10T09:03:41.666 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-10T09:03:41.667 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-10T09:03:41.667 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.log_readahead_size: 0 2024-02-10T09:03:41.667 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-10T09:03:41.667 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.max_background_jobs: 2 2024-02-10T09:03:41.667 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.max_background_compactions: -1 2024-02-10T09:03:41.667 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-10T09:03:41.667 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-10T09:03:41.667 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-10T09:03:41.667 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-10T09:03:41.667 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-10T09:03:41.667 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-10T09:03:41.667 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-10T09:03:41.667 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-10T09:03:41.667 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.max_open_files: -1 2024-02-10T09:03:41.667 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-10T09:03:41.668 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-10T09:03:41.668 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-10T09:03:41.668 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-10T09:03:41.668 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Compression algorithms supported: 2024-02-10T09:03:41.668 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-10T09:03:41.668 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: kZSTD supported: 0 2024-02-10T09:03:41.668 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: kXpressCompression supported: 0 2024-02-10T09:03:41.668 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-10T09:03:41.668 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: kLZ4Compression supported: 1 2024-02-10T09:03:41.668 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: kBZip2Compression supported: 0 2024-02-10T09:03:41.668 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: kZlibCompression supported: 1 2024-02-10T09:03:41.668 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: kSnappyCompression supported: 1 2024-02-10T09:03:41.668 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.593+0000 7f5442c46700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-10T09:03:41.668 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.594+0000 7f5442c46700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-10T09:03:41.669 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2024-02-10T09:03:41.669 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi055/store.db/MANIFEST-000001 2024-02-10T09:03:41.669 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2024-02-10T09:03:41.669 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-10T09:03:41.669 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2024-02-10T09:03:41.669 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-10T09:03:41.669 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.merge_operator: 2024-02-10T09:03:41.669 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.compaction_filter: None 2024-02-10T09:03:41.669 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-10T09:03:41.669 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-10T09:03:41.669 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-10T09:03:41.669 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562574cbc160) 2024-02-10T09:03:41.669 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-10T09:03:41.669 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-10T09:03:41.669 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-10T09:03:41.670 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-10T09:03:41.670 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-10T09:03:41.670 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-10T09:03:41.670 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-10T09:03:41.670 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-10T09:03:41.670 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-10T09:03:41.670 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-10T09:03:41.670 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-10T09:03:41.670 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: block_cache: 0x562574cf2d10 2024-02-10T09:03:41.670 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-10T09:03:41.670 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-10T09:03:41.670 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-10T09:03:41.670 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-10T09:03:41.670 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-10T09:03:41.670 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-10T09:03:41.671 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-10T09:03:41.671 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-10T09:03:41.671 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-10T09:03:41.671 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-10T09:03:41.671 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-10T09:03:41.671 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-10T09:03:41.671 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-10T09:03:41.671 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-10T09:03:41.671 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-10T09:03:41.671 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-10T09:03:41.671 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-10T09:03:41.671 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-10T09:03:41.671 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-10T09:03:41.671 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-10T09:03:41.671 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-10T09:03:41.671 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-10T09:03:41.672 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2024-02-10T09:03:41.672 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-10T09:03:41.672 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-10T09:03:41.672 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.compression: NoCompression 2024-02-10T09:03:41.672 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-10T09:03:41.672 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-10T09:03:41.672 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-10T09:03:41.672 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.num_levels: 7 2024-02-10T09:03:41.672 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-10T09:03:41.672 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-10T09:03:41.672 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-10T09:03:41.672 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-10T09:03:41.672 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-10T09:03:41.672 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-10T09:03:41.673 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-10T09:03:41.673 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-10T09:03:41.673 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-10T09:03:41.673 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-10T09:03:41.673 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-10T09:03:41.673 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-10T09:03:41.673 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-10T09:03:41.673 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-10T09:03:41.673 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-10T09:03:41.673 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-10T09:03:41.673 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-10T09:03:41.673 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-10T09:03:41.673 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-10T09:03:41.673 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-10T09:03:41.673 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-10T09:03:41.674 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-10T09:03:41.674 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-10T09:03:41.674 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-10T09:03:41.674 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-10T09:03:41.674 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-10T09:03:41.674 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-10T09:03:41.674 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-10T09:03:41.674 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-10T09:03:41.674 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-10T09:03:41.674 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-10T09:03:41.674 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-10T09:03:41.674 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-10T09:03:41.674 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-10T09:03:41.674 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-10T09:03:41.674 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-10T09:03:41.675 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-10T09:03:41.675 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-10T09:03:41.675 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-10T09:03:41.675 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-10T09:03:41.675 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-10T09:03:41.675 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-10T09:03:41.675 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-10T09:03:41.675 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-10T09:03:41.675 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-10T09:03:41.675 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-10T09:03:41.675 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-10T09:03:41.675 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.table_properties_collectors: 2024-02-10T09:03:41.675 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.inplace_update_support: 0 2024-02-10T09:03:41.675 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-10T09:03:41.675 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-10T09:03:41.676 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-10T09:03:41.676 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-10T09:03:41.676 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.bloom_locality: 0 2024-02-10T09:03:41.676 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.max_successive_merges: 0 2024-02-10T09:03:41.676 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-10T09:03:41.676 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-10T09:03:41.676 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-10T09:03:41.676 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-10T09:03:41.676 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.ttl: 2592000 2024-02-10T09:03:41.676 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-10T09:03:41.676 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi055/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-10T09:03:41.676 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2024-02-10T09:03:41.676 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.597+0000 7f5442c46700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-10T09:03:41.677 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2024-02-10T09:03:41.677 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.599+0000 7f5442c46700 4 rocksdb: DB pointer 0x562574db7800 2024-02-10T09:03:41.677 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.599+0000 7f542bacf700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-10T09:03:41.677 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.599+0000 7f542bacf700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-10T09:03:41.677 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-10T09:03:41.677 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T09:03:41.677 INFO:teuthology.orchestra.run.smithi055.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-10T09:03:41.677 INFO:teuthology.orchestra.run.smithi055.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-10T09:03:41.677 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T09:03:41.677 INFO:teuthology.orchestra.run.smithi055.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-10T09:03:41.677 INFO:teuthology.orchestra.run.smithi055.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-10T09:03:41.677 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T09:03:41.677 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2024-02-10T09:03:41.677 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-10T09:03:41.677 INFO:teuthology.orchestra.run.smithi055.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-10T09:03:41.678 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T09:03:41.678 INFO:teuthology.orchestra.run.smithi055.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-10T09:03:41.678 INFO:teuthology.orchestra.run.smithi055.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-10T09:03:41.678 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2024-02-10T09:03:41.678 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-10T09:03:41.678 INFO:teuthology.orchestra.run.smithi055.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-10T09:03:41.678 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T09:03:41.678 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T09:03:41.678 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T09:03:41.678 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T09:03:41.678 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T09:03:41.678 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T09:03:41.678 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-10T09:03:41.678 INFO:teuthology.orchestra.run.smithi055.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-10T09:03:41.678 INFO:teuthology.orchestra.run.smithi055.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-10T09:03:41.679 INFO:teuthology.orchestra.run.smithi055.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-10T09:03:41.679 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2024-02-10T09:03:41.679 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-10T09:03:41.679 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2024-02-10T09:03:41.679 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-10T09:03:41.679 INFO:teuthology.orchestra.run.smithi055.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-10T09:03:41.679 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T09:03:41.679 INFO:teuthology.orchestra.run.smithi055.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-10T09:03:41.679 INFO:teuthology.orchestra.run.smithi055.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-10T09:03:41.679 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2024-02-10T09:03:41.679 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-10T09:03:41.679 INFO:teuthology.orchestra.run.smithi055.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-10T09:03:41.679 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T09:03:41.679 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T09:03:41.680 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T09:03:41.680 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T09:03:41.680 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T09:03:41.680 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T09:03:41.680 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-10T09:03:41.680 INFO:teuthology.orchestra.run.smithi055.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-10T09:03:41.680 INFO:teuthology.orchestra.run.smithi055.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-10T09:03:41.680 INFO:teuthology.orchestra.run.smithi055.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-10T09:03:41.680 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2024-02-10T09:03:41.680 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-10T09:03:41.680 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: 2024-02-10T09:03:41.680 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.601+0000 7f5442c46700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-10T09:03:41.680 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.601+0000 7f5442c46700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-10T09:03:41.680 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph-mon: debug 2024-02-10T09:03:41.601+0000 7f5442c46700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi055 for mon.smithi055 2024-02-10T09:03:42.146 INFO:teuthology.orchestra.run.smithi055.stderr:create mon.smithi055 on 2024-02-10T09:03:42.147 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/365142d0-c7f3-11ee-95b8-87774f69a715 2024-02-10T09:03:42.153 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: systemctl disable ceph.target 2024-02-10T09:03:42.253 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: systemctl enable ceph.target 2024-02-10T09:03:42.260 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-10T09:03:42.345 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: systemctl start ceph.target 2024-02-10T09:03:42.352 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: systemctl enable ceph-365142d0-c7f3-11ee-95b8-87774f69a715.target 2024-02-10T09:03:42.359 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-365142d0-c7f3-11ee-95b8-87774f69a715.target → /etc/systemd/system/ceph-365142d0-c7f3-11ee-95b8-87774f69a715.target. 2024-02-10T09:03:42.360 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-365142d0-c7f3-11ee-95b8-87774f69a715.target → /etc/systemd/system/ceph-365142d0-c7f3-11ee-95b8-87774f69a715.target. 2024-02-10T09:03:42.444 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: systemctl start ceph-365142d0-c7f3-11ee-95b8-87774f69a715.target 2024-02-10T09:03:42.451 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: systemctl daemon-reload 2024-02-10T09:03:42.540 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: systemctl stop ceph-365142d0-c7f3-11ee-95b8-87774f69a715@mon.smithi055 2024-02-10T09:03:42.575 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: systemctl reset-failed ceph-365142d0-c7f3-11ee-95b8-87774f69a715@mon.smithi055 2024-02-10T09:03:42.581 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: Failed to reset failed state of unit ceph-365142d0-c7f3-11ee-95b8-87774f69a715@mon.smithi055.service: Unit ceph-365142d0-c7f3-11ee-95b8-87774f69a715@mon.smithi055.service not loaded. 2024-02-10T09:03:42.581 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: systemctl enable ceph-365142d0-c7f3-11ee-95b8-87774f69a715@mon.smithi055 2024-02-10T09:03:42.588 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: Created symlink /etc/systemd/system/ceph-365142d0-c7f3-11ee-95b8-87774f69a715.target.wants/ceph-365142d0-c7f3-11ee-95b8-87774f69a715@mon.smithi055.service → /etc/systemd/system/ceph-365142d0-c7f3-11ee-95b8-87774f69a715@.service. 2024-02-10T09:03:42.677 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: systemctl start ceph-365142d0-c7f3-11ee-95b8-87774f69a715@mon.smithi055 2024-02-10T09:03:43.055 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:42 smithi055 systemd[1]: Starting Ceph mon.smithi055 for 365142d0-c7f3-11ee-95b8-87774f69a715... 2024-02-10T09:03:43.261 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-10T09:03:43.269 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: disabled 2024-02-10T09:03:43.270 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: systemctl is-active firewalld.service 2024-02-10T09:03:43.277 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: inactive 2024-02-10T09:03:43.278 INFO:teuthology.orchestra.run.smithi055.stderr:firewalld.service is not enabled 2024-02-10T09:03:43.278 INFO:teuthology.orchestra.run.smithi055.stderr:Not possible to enable service . firewalld.service is not available 2024-02-10T09:03:43.278 INFO:teuthology.orchestra.run.smithi055.stderr:Waiting for mon to start... 2024-02-10T09:03:43.278 INFO:teuthology.orchestra.run.smithi055.stderr:Waiting for mon... 2024-02-10T09:03:43.278 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/mon.smithi055:/var/lib/ceph/mon/ceph-smithi055:z -v /tmp/ceph-tmp396_opwf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp42cn9vot:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status 2024-02-10T09:03:43.483 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:43 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[34653]: cluster 2024-02-10T09:03:43.224332+0000 mon.smithi055 (mon.0) 0 : [INF] mkfs 365142d0-c7f3-11ee-95b8-87774f69a715 2024-02-10T09:03:43.483 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:43 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[34653]: cluster 2024-02-10T09:03:43.203051+0000 mon.smithi055 (mon.0) 1 : cluster [INF] mon.smithi055 is new leader, mons smithi055 in quorum (ranks 0) 2024-02-10T09:03:43.483 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:43 smithi055 bash[34638]: 9ff039593e397344cecf07cdad629dc1e28bbf8c39b2d6e7ab3596aba7d00344 2024-02-10T09:03:43.483 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:43 smithi055 systemd[1]: Started Ceph mon.smithi055 for 365142d0-c7f3-11ee-95b8-87774f69a715. 2024-02-10T09:03:44.087 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: cluster: 2024-02-10T09:03:44.087 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: id: 365142d0-c7f3-11ee-95b8-87774f69a715 2024-02-10T09:03:44.088 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-10T09:03:44.088 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 2024-02-10T09:03:44.088 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: services: 2024-02-10T09:03:44.088 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi055 (age 0.862477s) 2024-02-10T09:03:44.088 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-10T09:03:44.088 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-10T09:03:44.088 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 2024-02-10T09:03:44.088 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: data: 2024-02-10T09:03:44.088 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-10T09:03:44.088 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-10T09:03:44.088 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-10T09:03:44.088 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: pgs: 2024-02-10T09:03:44.088 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 2024-02-10T09:03:44.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:44 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[34653]: cluster 2024-02-10T09:03:43.223785+0000 mon.smithi055 (mon.0) 2 : cluster [INF] mon.smithi055 is new leader, mons smithi055 in quorum (ranks 0) 2024-02-10T09:03:44.365 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:44 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[34653]: cluster 2024-02-10T09:03:43.223962+0000 mon.smithi055 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi055=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0]} 2024-02-10T09:03:44.365 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:44 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[34653]: cluster 2024-02-10T09:03:43.225592+0000 mon.smithi055 (mon.0) 4 : cluster [DBG] fsmap 2024-02-10T09:03:44.365 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:44 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[34653]: cluster 2024-02-10T09:03:43.227365+0000 mon.smithi055 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-10T09:03:44.365 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:44 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[34653]: cluster 2024-02-10T09:03:43.227771+0000 mon.smithi055 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-10T09:03:44.365 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:44 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[34653]: audit 2024-02-10T09:03:44.086235+0000 mon.smithi055 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.55:0/3541195153' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-10T09:03:44.668 INFO:teuthology.orchestra.run.smithi055.stderr:mon is available 2024-02-10T09:03:44.669 INFO:teuthology.orchestra.run.smithi055.stderr:Assimilating anything we can from ceph.conf... 2024-02-10T09:03:44.669 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp396_opwf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp42cn9vot:/etc/ceph/ceph.conf:z -v /var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/mon.smithi055:/var/lib/ceph/mon/ceph-smithi055:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi055/config 2024-02-10T09:03:45.270 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 2024-02-10T09:03:45.270 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: [global] 2024-02-10T09:03:45.270 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: fsid = 365142d0-c7f3-11ee-95b8-87774f69a715 2024-02-10T09:03:45.270 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-10T09:03:45.270 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.55:3300,v1:172.21.15.55:6789] 2024-02-10T09:03:45.271 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-10T09:03:45.271 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-10T09:03:45.271 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-10T09:03:45.271 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-10T09:03:45.271 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 2024-02-10T09:03:45.271 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: [mgr] 2024-02-10T09:03:45.271 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-10T09:03:45.271 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 2024-02-10T09:03:45.271 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: [osd] 2024-02-10T09:03:45.271 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-10T09:03:45.271 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-10T09:03:45.546 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:45 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[34653]: audit 2024-02-10T09:03:45.261356+0000 mon.smithi055 (mon.0) 8 : audit [INF] from='client.? 172.21.15.55:0/1586189059' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-10T09:03:45.546 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:45 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[34653]: audit 2024-02-10T09:03:45.268745+0000 mon.smithi055 (mon.0) 9 : audit [INF] from='client.? 172.21.15.55:0/1586189059' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-10T09:03:45.757 INFO:teuthology.orchestra.run.smithi055.stderr:Generating new minimal ceph.conf... 2024-02-10T09:03:45.757 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp396_opwf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp42cn9vot:/etc/ceph/ceph.conf:z -v /var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/mon.smithi055:/var/lib/ceph/mon/ceph-smithi055:z docker.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi055/config 2024-02-10T09:03:46.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:46 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[34653]: audit 2024-02-10T09:03:46.328040+0000 mon.smithi055 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.55:0/2460977608' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:03:46.847 INFO:teuthology.orchestra.run.smithi055.stderr:Restarting the monitor... 2024-02-10T09:03:46.847 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: systemctl restart ceph-365142d0-c7f3-11ee-95b8-87774f69a715@mon.smithi055 2024-02-10T09:03:47.020 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:46 smithi055 systemd[1]: Stopping Ceph mon.smithi055 for 365142d0-c7f3-11ee-95b8-87774f69a715... 2024-02-10T09:03:47.020 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:47 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[34653]: debug 2024-02-10T09:03:47.019+0000 7f879998e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi055 -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-10T09:03:47.272 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:47 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[34653]: debug 2024-02-10T09:03:47.019+0000 7f879998e700 -1 mon.smithi055@0(leader) e1 *** Got Signal Terminated *** 2024-02-10T09:03:47.556 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:47 smithi055 podman[34987]: ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055 2024-02-10T09:03:47.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:47 smithi055 systemd[1]: ceph-365142d0-c7f3-11ee-95b8-87774f69a715@mon.smithi055.service: Succeeded. 2024-02-10T09:03:47.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:47 smithi055 systemd[1]: Stopped Ceph mon.smithi055 for 365142d0-c7f3-11ee-95b8-87774f69a715. 2024-02-10T09:03:47.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:47 smithi055 systemd[1]: Starting Ceph mon.smithi055 for 365142d0-c7f3-11ee-95b8-87774f69a715... 2024-02-10T09:03:48.120 INFO:teuthology.orchestra.run.smithi055.stderr:Setting mon public_network to 172.21.0.0/20 2024-02-10T09:03:48.120 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp396_opwf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp42cn9vot:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2024-02-10T09:03:48.297 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.031+0000 7f5c2799d700 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-10T09:03:48.297 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.031+0000 7f5c2799d700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2024-02-10T09:03:48.297 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.031+0000 7f5c2799d700 0 pidfile_write: ignore empty --pid-file 2024-02-10T09:03:48.298 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.036+0000 7f5c2799d700 0 load: jerasure load: lrc load: isa 2024-02-10T09:03:48.298 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: RocksDB version: 6.8.1 2024-02-10T09:03:48.298 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 2024-02-10T09:03:48.298 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-10T09:03:48.298 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Compile date Jul 8 2021 2024-02-10T09:03:48.298 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: DB SUMMARY 2024-02-10T09:03:48.298 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 2024-02-10T09:03:48.298 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: CURRENT file: CURRENT 2024-02-10T09:03:48.298 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 2024-02-10T09:03:48.298 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: IDENTITY file: IDENTITY 2024-02-10T09:03:48.298 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 2024-02-10T09:03:48.298 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-10T09:03:48.298 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 2024-02-10T09:03:48.299 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi055/store.db dir, Total Num: 1, files: 000004.sst 2024-02-10T09:03:48.299 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 2024-02-10T09:03:48.299 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi055/store.db: 000006.log size: 86195 ; 2024-02-10T09:03:48.299 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 2024-02-10T09:03:48.299 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.error_if_exists: 0 2024-02-10T09:03:48.299 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.create_if_missing: 0 2024-02-10T09:03:48.299 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.paranoid_checks: 1 2024-02-10T09:03:48.299 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.env: 0x55f68b7491c0 2024-02-10T09:03:48.299 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.fs: Posix File System 2024-02-10T09:03:48.299 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.info_log: 0x55f68ce79a40 2024-02-10T09:03:48.299 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-10T09:03:48.299 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.statistics: (nil) 2024-02-10T09:03:48.299 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.use_fsync: 0 2024-02-10T09:03:48.299 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.max_log_file_size: 0 2024-02-10T09:03:48.300 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-10T09:03:48.300 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-10T09:03:48.300 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-10T09:03:48.300 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-10T09:03:48.300 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.allow_fallocate: 1 2024-02-10T09:03:48.300 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-10T09:03:48.300 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-10T09:03:48.300 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.use_direct_reads: 0 2024-02-10T09:03:48.300 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-10T09:03:48.300 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.create_missing_column_families: 0 2024-02-10T09:03:48.300 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.db_log_dir: 2024-02-10T09:03:48.300 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi055/store.db 2024-02-10T09:03:48.300 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-10T09:03:48.300 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.max_subcompactions: 1 2024-02-10T09:03:48.301 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.max_background_flushes: -1 2024-02-10T09:03:48.301 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-10T09:03:48.301 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-10T09:03:48.301 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-10T09:03:48.301 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-10T09:03:48.301 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-10T09:03:48.301 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.advise_random_on_open: 1 2024-02-10T09:03:48.301 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-10T09:03:48.301 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.write_buffer_manager: 0x55f68daf0030 2024-02-10T09:03:48.301 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-10T09:03:48.301 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-10T09:03:48.301 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-10T09:03:48.301 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-10T09:03:48.301 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.rate_limiter: (nil) 2024-02-10T09:03:48.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-10T09:03:48.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-10T09:03:48.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-10T09:03:48.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-10T09:03:48.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.unordered_write: 0 2024-02-10T09:03:48.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-10T09:03:48.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-10T09:03:48.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-10T09:03:48.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-10T09:03:48.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.row_cache: None 2024-02-10T09:03:48.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.wal_filter: None 2024-02-10T09:03:48.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-10T09:03:48.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-10T09:03:48.302 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.preserve_deletes: 0 2024-02-10T09:03:48.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.two_write_queues: 0 2024-02-10T09:03:48.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.manual_wal_flush: 0 2024-02-10T09:03:48.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.atomic_flush: 0 2024-02-10T09:03:48.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-10T09:03:48.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-10T09:03:48.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-10T09:03:48.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.log_readahead_size: 0 2024-02-10T09:03:48.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-10T09:03:48.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.max_background_jobs: 2 2024-02-10T09:03:48.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.max_background_compactions: -1 2024-02-10T09:03:48.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-10T09:03:48.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-10T09:03:48.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-10T09:03:48.303 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.max_total_wal_size: 0 2024-02-10T09:03:48.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-10T09:03:48.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-10T09:03:48.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-10T09:03:48.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-10T09:03:48.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.max_open_files: -1 2024-02-10T09:03:48.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.bytes_per_sync: 0 2024-02-10T09:03:48.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-10T09:03:48.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-10T09:03:48.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-10T09:03:48.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Compression algorithms supported: 2024-02-10T09:03:48.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-10T09:03:48.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: kZSTD supported: 0 2024-02-10T09:03:48.304 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: kXpressCompression supported: 0 2024-02-10T09:03:48.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-10T09:03:48.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: kLZ4Compression supported: 1 2024-02-10T09:03:48.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: kBZip2Compression supported: 0 2024-02-10T09:03:48.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: kZlibCompression supported: 1 2024-02-10T09:03:48.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: kSnappyCompression supported: 1 2024-02-10T09:03:48.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-10T09:03:48.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi055/store.db/MANIFEST-000005 2024-02-10T09:03:48.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 2024-02-10T09:03:48.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-10T09:03:48.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 2024-02-10T09:03:48.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-10T09:03:48.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.merge_operator: 2024-02-10T09:03:48.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.compaction_filter: None 2024-02-10T09:03:48.305 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.compaction_filter_factory: None 2024-02-10T09:03:48.306 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-10T09:03:48.306 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-10T09:03:48.306 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f68cd92170) 2024-02-10T09:03:48.306 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cache_index_and_filter_blocks: 1 2024-02-10T09:03:48.306 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-10T09:03:48.306 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-10T09:03:48.306 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: pin_top_level_index_and_filter: 1 2024-02-10T09:03:48.306 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: index_type: 0 2024-02-10T09:03:48.306 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: data_block_index_type: 0 2024-02-10T09:03:48.306 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: index_shortening: 1 2024-02-10T09:03:48.306 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: data_block_hash_table_util_ratio: 0.750000 2024-02-10T09:03:48.306 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: hash_index_allow_collision: 1 2024-02-10T09:03:48.306 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: checksum: 1 2024-02-10T09:03:48.306 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: no_block_cache: 0 2024-02-10T09:03:48.307 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: block_cache: 0x55f68cdc8f10 2024-02-10T09:03:48.307 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: block_cache_name: BinnedLRUCache 2024-02-10T09:03:48.307 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: block_cache_options: 2024-02-10T09:03:48.307 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: capacity : 536870912 2024-02-10T09:03:48.307 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: num_shard_bits : 4 2024-02-10T09:03:48.307 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: strict_capacity_limit : 0 2024-02-10T09:03:48.307 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: high_pri_pool_ratio: 0.000 2024-02-10T09:03:48.307 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: block_cache_compressed: (nil) 2024-02-10T09:03:48.307 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: persistent_cache: (nil) 2024-02-10T09:03:48.307 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: block_size: 4096 2024-02-10T09:03:48.307 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: block_size_deviation: 10 2024-02-10T09:03:48.307 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: block_restart_interval: 16 2024-02-10T09:03:48.307 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: index_block_restart_interval: 1 2024-02-10T09:03:48.307 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: metadata_block_size: 4096 2024-02-10T09:03:48.307 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: partition_filters: 0 2024-02-10T09:03:48.308 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: use_delta_encoding: 1 2024-02-10T09:03:48.308 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-10T09:03:48.308 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: whole_key_filtering: 1 2024-02-10T09:03:48.308 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: verify_compression: 0 2024-02-10T09:03:48.308 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: read_amp_bytes_per_bit: 0 2024-02-10T09:03:48.308 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: format_version: 2 2024-02-10T09:03:48.308 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: enable_index_compression: 1 2024-02-10T09:03:48.308 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: block_align: 0 2024-02-10T09:03:48.308 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 2024-02-10T09:03:48.308 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-10T09:03:48.309 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-10T09:03:48.309 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.compression: NoCompression 2024-02-10T09:03:48.309 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-10T09:03:48.309 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-10T09:03:48.309 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-10T09:03:48.309 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.num_levels: 7 2024-02-10T09:03:48.309 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-10T09:03:48.309 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-10T09:03:48.309 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-10T09:03:48.309 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-10T09:03:48.309 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-10T09:03:48.309 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-10T09:03:48.309 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-10T09:03:48.309 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-10T09:03:48.309 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-10T09:03:48.309 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-10T09:03:48.310 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.compression_opts.level: 32767 2024-02-10T09:03:48.310 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-10T09:03:48.310 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-10T09:03:48.310 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-10T09:03:48.310 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.compression_opts.enabled: false 2024-02-10T09:03:48.310 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-10T09:03:48.310 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-10T09:03:48.310 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-10T09:03:48.310 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-10T09:03:48.310 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-10T09:03:48.310 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-10T09:03:48.310 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-10T09:03:48.310 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-10T09:03:48.310 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-10T09:03:48.310 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-10T09:03:48.311 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-10T09:03:48.311 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-10T09:03:48.311 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-10T09:03:48.311 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-10T09:03:48.311 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-10T09:03:48.311 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-10T09:03:48.311 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-10T09:03:48.311 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.arena_block_size: 4194304 2024-02-10T09:03:48.311 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-10T09:03:48.311 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-10T09:03:48.311 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-10T09:03:48.311 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-10T09:03:48.311 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-10T09:03:48.311 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-10T09:03:48.311 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-10T09:03:48.312 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-10T09:03:48.312 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-10T09:03:48.312 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-10T09:03:48.312 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-10T09:03:48.312 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-10T09:03:48.312 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-10T09:03:48.312 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-10T09:03:48.312 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.table_properties_collectors: 2024-02-10T09:03:48.312 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.inplace_update_support: 0 2024-02-10T09:03:48.312 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-10T09:03:48.312 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-10T09:03:48.312 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-10T09:03:48.312 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-10T09:03:48.312 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.bloom_locality: 0 2024-02-10T09:03:48.313 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.max_successive_merges: 0 2024-02-10T09:03:48.313 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-10T09:03:48.313 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-10T09:03:48.313 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.force_consistency_checks: 0 2024-02-10T09:03:48.313 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-10T09:03:48.313 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.ttl: 2592000 2024-02-10T09:03:48.313 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.037+0000 7f5c2799d700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-10T09:03:48.313 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.038+0000 7f5c2799d700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi055/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-10T09:03:48.313 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 2024-02-10T09:03:48.314 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.038+0000 7f5c2799d700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-10T09:03:48.314 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 2024-02-10T09:03:48.314 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.038+0000 7f5c2799d700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707555828038752, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-10T09:03:48.314 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.038+0000 7f5c2799d700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-10T09:03:48.314 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.038+0000 7f5c2799d700 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-10T09:03:48.314 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.039+0000 7f5c2799d700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707555828039671, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 82926, "table_properties": {"data_size": 81184, "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": 75726, "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": 1707555828, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-10T09:03:48.315 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.039+0000 7f5c2799d700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-10T09:03:48.315 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 2024-02-10T09:03:48.315 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.039+0000 7f5c2799d700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707555828040423, "job": 1, "event": "recovery_finished"} 2024-02-10T09:03:48.315 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.042+0000 7f5c2799d700 4 rocksdb: DB pointer 0x55f68ce8d800 2024-02-10T09:03:48.315 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.042+0000 7f5c0e7a5700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-10T09:03:48.315 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.042+0000 7f5c0e7a5700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-10T09:03:48.315 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: ** DB Stats ** 2024-02-10T09:03:48.315 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T09:03:48.315 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 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-10T09:03:48.315 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T09:03:48.315 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T09:03:48.315 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 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-10T09:03:48.315 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-10T09:03:48.315 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T09:03:48.315 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 2024-02-10T09:03:48.315 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: ** Compaction Stats [default] ** 2024-02-10T09:03:48.316 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 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-10T09:03:48.316 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T09:03:48.316 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: L0 2/0 82.67 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.4 0.00 0.00 1 0.001 0 0 2024-02-10T09:03:48.316 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Sum 2/0 82.67 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.4 0.00 0.00 1 0.001 0 0 2024-02-10T09:03:48.316 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.4 0.00 0.00 1 0.001 0 0 2024-02-10T09:03:48.316 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 2024-02-10T09:03:48.316 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: ** Compaction Stats [default] ** 2024-02-10T09:03:48.316 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 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-10T09:03:48.316 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T09:03:48.316 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 133.4 0.00 0.00 1 0.001 0 0 2024-02-10T09:03:48.316 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T09:03:48.316 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T09:03:48.316 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T09:03:48.316 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T09:03:48.317 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T09:03:48.317 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: AddFile(Keys): cumulative 0, interval 0 2024-02-10T09:03:48.317 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Cumulative compaction: 0.00 GB write, 15.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T09:03:48.317 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Interval compaction: 0.00 GB write, 15.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T09:03:48.317 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 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-10T09:03:48.317 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 2024-02-10T09:03:48.317 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: ** File Read Latency Histogram By Level [default] ** 2024-02-10T09:03:48.317 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 2024-02-10T09:03:48.317 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: ** Compaction Stats [default] ** 2024-02-10T09:03:48.317 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 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-10T09:03:48.317 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T09:03:48.317 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: L0 2/0 82.67 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.4 0.00 0.00 1 0.001 0 0 2024-02-10T09:03:48.317 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Sum 2/0 82.67 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.4 0.00 0.00 1 0.001 0 0 2024-02-10T09:03:48.317 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 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-10T09:03:48.317 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 2024-02-10T09:03:48.318 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: ** Compaction Stats [default] ** 2024-02-10T09:03:48.318 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 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-10T09:03:48.318 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T09:03:48.318 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 133.4 0.00 0.00 1 0.001 0 0 2024-02-10T09:03:48.318 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T09:03:48.318 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T09:03:48.318 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T09:03:48.318 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T09:03:48.318 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T09:03:48.318 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: AddFile(Keys): cumulative 0, interval 0 2024-02-10T09:03:48.318 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Cumulative compaction: 0.00 GB write, 15.43 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T09:03:48.318 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 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-10T09:03:48.319 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 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-10T09:03:48.319 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 2024-02-10T09:03:48.319 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: ** File Read Latency Histogram By Level [default] ** 2024-02-10T09:03:48.319 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 2024-02-10T09:03:48.319 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.043+0000 7f5c2799d700 0 starting mon.smithi055 rank 0 at public addrs [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] at bind addrs [v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi055 fsid 365142d0-c7f3-11ee-95b8-87774f69a715 2024-02-10T09:03:48.319 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.044+0000 7f5c2799d700 1 mon.smithi055@-1(???) e1 preinit fsid 365142d0-c7f3-11ee-95b8-87774f69a715 2024-02-10T09:03:48.319 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.044+0000 7f5c2799d700 0 mon.smithi055@-1(???).mds e1 new map 2024-02-10T09:03:48.319 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.044+0000 7f5c2799d700 0 mon.smithi055@-1(???).mds e1 print_map 2024-02-10T09:03:48.319 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: e1 2024-02-10T09:03:48.320 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-10T09:03:48.320 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 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-10T09:03:48.320 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: legacy client fscid: -1 2024-02-10T09:03:48.320 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 2024-02-10T09:03:48.320 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: No filesystems configured 2024-02-10T09:03:48.320 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 2024-02-10T09:03:48.320 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.044+0000 7f5c2799d700 0 mon.smithi055@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-10T09:03:48.320 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.044+0000 7f5c2799d700 0 mon.smithi055@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T09:03:48.320 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.044+0000 7f5c2799d700 0 mon.smithi055@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T09:03:48.320 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.044+0000 7f5c2799d700 0 mon.smithi055@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T09:03:48.320 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:03:46.328040+0000 mon.smithi055 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.55:0/2460977608' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:03:48.320 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:03:48.044+0000 7f5c2799d700 1 mon.smithi055@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-10T09:03:48.321 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:03:48.060146+0000 mon.smithi055 (mon.0) 1 : cluster [INF] mon.smithi055 is new leader, mons smithi055 in quorum (ranks 0) 2024-02-10T09:03:48.321 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:03:48.060193+0000 mon.smithi055 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi055=[v2:172.21.15.55:3300/0,v1:172.21.15.55:6789/0]} 2024-02-10T09:03:48.321 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:03:48.060224+0000 mon.smithi055 (mon.0) 3 : cluster [DBG] fsmap 2024-02-10T09:03:48.321 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:03:48.060248+0000 mon.smithi055 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-10T09:03:48.321 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:03:48.060694+0000 mon.smithi055 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-10T09:03:48.321 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 bash[35058]: cce22d4addc4d43c390fc67338c884aaf404e3d1b993258f77f73cc050a39755 2024-02-10T09:03:48.321 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:48 smithi055 systemd[1]: Started Ceph mon.smithi055 for 365142d0-c7f3-11ee-95b8-87774f69a715. 2024-02-10T09:03:49.248 INFO:teuthology.orchestra.run.smithi055.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-10T09:03:49.248 INFO:teuthology.orchestra.run.smithi055.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-10T09:03:49.248 INFO:teuthology.orchestra.run.smithi055.stderr:Creating mgr... 2024-02-10T09:03:49.248 INFO:teuthology.orchestra.run.smithi055.stderr:Verifying port 9283 ... 2024-02-10T09:03:49.250 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: systemctl daemon-reload 2024-02-10T09:03:49.353 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: systemctl stop ceph-365142d0-c7f3-11ee-95b8-87774f69a715@mgr.smithi055.ipragc 2024-02-10T09:03:49.379 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: systemctl reset-failed ceph-365142d0-c7f3-11ee-95b8-87774f69a715@mgr.smithi055.ipragc 2024-02-10T09:03:49.385 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: Failed to reset failed state of unit ceph-365142d0-c7f3-11ee-95b8-87774f69a715@mgr.smithi055.ipragc.service: Unit ceph-365142d0-c7f3-11ee-95b8-87774f69a715@mgr.smithi055.ipragc.service not loaded. 2024-02-10T09:03:49.385 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: systemctl enable ceph-365142d0-c7f3-11ee-95b8-87774f69a715@mgr.smithi055.ipragc 2024-02-10T09:03:49.391 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: Created symlink /etc/systemd/system/ceph-365142d0-c7f3-11ee-95b8-87774f69a715.target.wants/ceph-365142d0-c7f3-11ee-95b8-87774f69a715@mgr.smithi055.ipragc.service → /etc/systemd/system/ceph-365142d0-c7f3-11ee-95b8-87774f69a715@.service. 2024-02-10T09:03:49.477 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: systemctl start ceph-365142d0-c7f3-11ee-95b8-87774f69a715@mgr.smithi055.ipragc 2024-02-10T09:03:49.963 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:49 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:03:48.667007+0000 mon.smithi055 (mon.0) 6 : audit [INF] from='client.? 172.21.15.55:0/2871541609' entity='client.admin' 2024-02-10T09:03:50.048 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-10T09:03:50.056 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: disabled 2024-02-10T09:03:50.057 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: systemctl is-active firewalld.service 2024-02-10T09:03:50.064 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: inactive 2024-02-10T09:03:50.065 INFO:teuthology.orchestra.run.smithi055.stderr:firewalld.service is not enabled 2024-02-10T09:03:50.065 INFO:teuthology.orchestra.run.smithi055.stderr:Not possible to enable service . firewalld.service is not available 2024-02-10T09:03:50.065 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-10T09:03:50.072 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: disabled 2024-02-10T09:03:50.073 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: systemctl is-active firewalld.service 2024-02-10T09:03:50.081 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: inactive 2024-02-10T09:03:50.082 INFO:teuthology.orchestra.run.smithi055.stderr:firewalld.service is not enabled 2024-02-10T09:03:50.082 INFO:teuthology.orchestra.run.smithi055.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-10T09:03:50.082 INFO:teuthology.orchestra.run.smithi055.stderr:Waiting for mgr to start... 2024-02-10T09:03:50.082 INFO:teuthology.orchestra.run.smithi055.stderr:Waiting for mgr... 2024-02-10T09:03:50.083 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp396_opwf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp42cn9vot:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-02-10T09:03:50.791 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 2024-02-10T09:03:50.791 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: { 2024-02-10T09:03:50.791 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "fsid": "365142d0-c7f3-11ee-95b8-87774f69a715", 2024-02-10T09:03:50.791 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "health": { 2024-02-10T09:03:50.791 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-10T09:03:50.791 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "checks": {}, 2024-02-10T09:03:50.791 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "mutes": [] 2024-02-10T09:03:50.792 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2024-02-10T09:03:50.792 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-10T09:03:50.792 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "quorum": [ 2024-02-10T09:03:50.792 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 0 2024-02-10T09:03:50.792 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: ], 2024-02-10T09:03:50.792 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-10T09:03:50.792 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "smithi055" 2024-02-10T09:03:50.792 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: ], 2024-02-10T09:03:50.792 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-02-10T09:03:50.792 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "monmap": { 2024-02-10T09:03:50.792 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T09:03:50.792 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-10T09:03:50.792 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-10T09:03:50.792 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2024-02-10T09:03:50.793 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "osdmap": { 2024-02-10T09:03:50.793 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T09:03:50.793 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-10T09:03:50.793 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-10T09:03:50.793 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-10T09:03:50.793 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-10T09:03:50.796 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-10T09:03:50.796 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-10T09:03:50.799 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2024-02-10T09:03:50.799 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "pgmap": { 2024-02-10T09:03:50.799 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-10T09:03:50.799 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-10T09:03:50.800 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-10T09:03:50.800 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-10T09:03:50.800 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-10T09:03:50.800 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-10T09:03:50.800 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-10T09:03:50.800 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-10T09:03:50.800 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2024-02-10T09:03:50.800 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "fsmap": { 2024-02-10T09:03:50.800 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T09:03:50.800 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-10T09:03:50.800 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-10T09:03:50.801 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2024-02-10T09:03:50.801 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-10T09:03:50.801 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "available": false, 2024-02-10T09:03:50.801 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-10T09:03:50.801 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "modules": [ 2024-02-10T09:03:50.801 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "iostat", 2024-02-10T09:03:50.801 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "nfs", 2024-02-10T09:03:50.801 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "restful" 2024-02-10T09:03:50.801 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: ], 2024-02-10T09:03:50.801 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "services": {} 2024-02-10T09:03:50.801 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2024-02-10T09:03:50.801 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "servicemap": { 2024-02-10T09:03:50.801 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T09:03:50.801 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "modified": "2024-02-10T09:03:43.224692+0000", 2024-02-10T09:03:50.801 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "services": {} 2024-02-10T09:03:50.802 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2024-02-10T09:03:50.802 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-10T09:03:50.802 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: } 2024-02-10T09:03:51.114 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:50 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:03:50.788032+0000 mon.smithi055 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.55:0/2572945738' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T09:03:51.477 INFO:teuthology.orchestra.run.smithi055.stderr:mgr not available, waiting (1/15)... 2024-02-10T09:03:53.479 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp396_opwf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp42cn9vot:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-02-10T09:03:54.111 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 2024-02-10T09:03:54.111 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: { 2024-02-10T09:03:54.111 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "fsid": "365142d0-c7f3-11ee-95b8-87774f69a715", 2024-02-10T09:03:54.111 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "health": { 2024-02-10T09:03:54.111 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-10T09:03:54.111 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "checks": {}, 2024-02-10T09:03:54.111 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "mutes": [] 2024-02-10T09:03:54.111 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2024-02-10T09:03:54.111 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-10T09:03:54.112 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "quorum": [ 2024-02-10T09:03:54.112 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 0 2024-02-10T09:03:54.112 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: ], 2024-02-10T09:03:54.112 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-10T09:03:54.112 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "smithi055" 2024-02-10T09:03:54.112 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: ], 2024-02-10T09:03:54.112 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "quorum_age": 6, 2024-02-10T09:03:54.112 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "monmap": { 2024-02-10T09:03:54.112 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T09:03:54.112 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-10T09:03:54.112 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-10T09:03:54.112 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2024-02-10T09:03:54.112 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "osdmap": { 2024-02-10T09:03:54.112 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T09:03:54.112 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-10T09:03:54.113 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-10T09:03:54.113 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-10T09:03:54.113 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-10T09:03:54.116 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-10T09:03:54.116 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-10T09:03:54.116 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2024-02-10T09:03:54.116 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "pgmap": { 2024-02-10T09:03:54.116 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-10T09:03:54.116 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-10T09:03:54.116 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-10T09:03:54.116 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-10T09:03:54.116 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-10T09:03:54.116 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-10T09:03:54.116 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-10T09:03:54.116 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-10T09:03:54.117 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2024-02-10T09:03:54.117 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "fsmap": { 2024-02-10T09:03:54.117 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T09:03:54.117 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-10T09:03:54.117 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-10T09:03:54.117 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2024-02-10T09:03:54.117 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-10T09:03:54.117 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "available": false, 2024-02-10T09:03:54.117 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-10T09:03:54.117 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "modules": [ 2024-02-10T09:03:54.117 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "iostat", 2024-02-10T09:03:54.117 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "nfs", 2024-02-10T09:03:54.117 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "restful" 2024-02-10T09:03:54.117 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: ], 2024-02-10T09:03:54.117 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "services": {} 2024-02-10T09:03:54.117 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2024-02-10T09:03:54.117 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "servicemap": { 2024-02-10T09:03:54.118 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T09:03:54.118 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "modified": "2024-02-10T09:03:43.224692+0000", 2024-02-10T09:03:54.118 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "services": {} 2024-02-10T09:03:54.118 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2024-02-10T09:03:54.118 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-10T09:03:54.118 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: } 2024-02-10T09:03:54.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:54 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:03:54.108392+0000 mon.smithi055 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.55:0/1042325477' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T09:03:55.721 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:55 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:03:55.354107+0000 mon.smithi055 (mon.0) 9 : cluster [INF] Activating manager daemon smithi055.ipragc 2024-02-10T09:03:55.722 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:55 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:03:55.356793+0000 mon.smithi055 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi055.ipragc(active, starting, since 0.0027931s) 2024-02-10T09:03:55.722 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:55 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:03:55.357673+0000 mon.smithi055 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.55:0/1918572090' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T09:03:55.722 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:55 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:03:55.357790+0000 mon.smithi055 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.55:0/1918572090' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T09:03:55.722 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:55 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:03:55.357899+0000 mon.smithi055 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.55:0/1918572090' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T09:03:55.722 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:55 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:03:55.358035+0000 mon.smithi055 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.55:0/1918572090' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "mon metadata", "id": "smithi055"}]: dispatch 2024-02-10T09:03:55.722 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:55 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:03:55.358376+0000 mon.smithi055 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.55:0/1918572090' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "mgr metadata", "who": "smithi055.ipragc", "id": "smithi055.ipragc"}]: dispatch 2024-02-10T09:03:55.722 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:55 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:03:55.360351+0000 mon.smithi055 (mon.0) 16 : cluster [INF] Manager daemon smithi055.ipragc is now available 2024-02-10T09:03:55.722 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:55 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:03:55.370234+0000 mon.smithi055 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.55:0/1918572090' entity='mgr.smithi055.ipragc' 2024-02-10T09:03:55.722 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:55 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:03:55.373498+0000 mon.smithi055 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.55:0/1918572090' entity='mgr.smithi055.ipragc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.ipragc/mirror_snapshot_schedule"}]: dispatch 2024-02-10T09:03:55.722 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:55 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:03:55.374817+0000 mon.smithi055 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.55:0/1918572090' entity='mgr.smithi055.ipragc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.ipragc/trash_purge_schedule"}]: dispatch 2024-02-10T09:03:55.722 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:55 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:03:55.379959+0000 mon.smithi055 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.55:0/1918572090' entity='mgr.smithi055.ipragc' 2024-02-10T09:03:55.722 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:55 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:03:55.383909+0000 mon.smithi055 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.55:0/1918572090' entity='mgr.smithi055.ipragc' 2024-02-10T09:03:57.255 INFO:teuthology.orchestra.run.smithi055.stderr:mgr not available, waiting (2/15)... 2024-02-10T09:03:57.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:57 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:03:56.361700+0000 mon.smithi055 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi055.ipragc(active, since 1.0077s) 2024-02-10T09:03:59.258 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp396_opwf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp42cn9vot:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-02-10T09:03:59.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:03:59 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:03:58.362320+0000 mon.smithi055 (mon.0) 23 : cluster [DBG] mgrmap e4: smithi055.ipragc(active, since 3s) 2024-02-10T09:04:00.081 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 2024-02-10T09:04:00.082 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: { 2024-02-10T09:04:00.082 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "fsid": "365142d0-c7f3-11ee-95b8-87774f69a715", 2024-02-10T09:04:00.082 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "health": { 2024-02-10T09:04:00.082 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-10T09:04:00.082 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "checks": {}, 2024-02-10T09:04:00.082 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "mutes": [] 2024-02-10T09:04:00.082 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2024-02-10T09:04:00.082 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-10T09:04:00.082 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "quorum": [ 2024-02-10T09:04:00.082 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 0 2024-02-10T09:04:00.082 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: ], 2024-02-10T09:04:00.082 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-10T09:04:00.083 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "smithi055" 2024-02-10T09:04:00.083 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: ], 2024-02-10T09:04:00.083 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "quorum_age": 12, 2024-02-10T09:04:00.083 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "monmap": { 2024-02-10T09:04:00.083 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T09:04:00.083 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-10T09:04:00.083 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-10T09:04:00.083 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2024-02-10T09:04:00.083 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "osdmap": { 2024-02-10T09:04:00.083 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T09:04:00.083 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-10T09:04:00.083 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-10T09:04:00.083 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-10T09:04:00.083 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-10T09:04:00.083 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-10T09:04:00.083 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-10T09:04:00.084 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2024-02-10T09:04:00.084 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "pgmap": { 2024-02-10T09:04:00.084 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-10T09:04:00.084 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-10T09:04:00.084 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-10T09:04:00.084 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-10T09:04:00.084 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-10T09:04:00.084 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-10T09:04:00.084 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-10T09:04:00.085 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-10T09:04:00.085 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2024-02-10T09:04:00.085 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "fsmap": { 2024-02-10T09:04:00.085 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T09:04:00.085 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-10T09:04:00.085 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-10T09:04:00.085 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2024-02-10T09:04:00.085 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-10T09:04:00.086 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "available": true, 2024-02-10T09:04:00.086 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-10T09:04:00.086 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "modules": [ 2024-02-10T09:04:00.086 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "iostat", 2024-02-10T09:04:00.086 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "nfs", 2024-02-10T09:04:00.086 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "restful" 2024-02-10T09:04:00.086 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: ], 2024-02-10T09:04:00.086 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "services": {} 2024-02-10T09:04:00.086 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2024-02-10T09:04:00.086 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "servicemap": { 2024-02-10T09:04:00.086 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-10T09:04:00.086 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "modified": "2024-02-10T09:03:43.224692+0000", 2024-02-10T09:04:00.086 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "services": {} 2024-02-10T09:04:00.087 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: }, 2024-02-10T09:04:00.087 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-10T09:04:00.087 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: } 2024-02-10T09:04:00.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:00 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:00.075189+0000 mon.smithi055 (mon.0) 24 : audit [DBG] from='client.? 172.21.15.55:0/1046095634' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T09:04:00.786 INFO:teuthology.orchestra.run.smithi055.stderr:mgr is available 2024-02-10T09:04:00.786 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp396_opwf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp42cn9vot:/etc/ceph/ceph.conf:z -v /tmp/tmp4id29h35:/var/lib/ceph/user.conf:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2024-02-10T09:04:01.498 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 2024-02-10T09:04:01.498 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: [global] 2024-02-10T09:04:01.498 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: fsid = 365142d0-c7f3-11ee-95b8-87774f69a715 2024-02-10T09:04:01.498 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-10T09:04:01.498 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-10T09:04:01.498 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-10T09:04:01.498 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-10T09:04:01.498 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-10T09:04:01.498 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 2024-02-10T09:04:01.498 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: [mgr] 2024-02-10T09:04:01.499 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-10T09:04:01.499 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 2024-02-10T09:04:01.499 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: [osd] 2024-02-10T09:04:01.499 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-10T09:04:01.499 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-10T09:04:01.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:01 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:01.496234+0000 mon.smithi055 (mon.0) 25 : audit [INF] from='client.? 172.21.15.55:0/1646130404' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-10T09:04:02.201 INFO:teuthology.orchestra.run.smithi055.stderr:Enabling cephadm module... 2024-02-10T09:04:02.201 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp396_opwf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp42cn9vot:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2024-02-10T09:04:04.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:04 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:03.545785+0000 mon.smithi055 (mon.0) 26 : audit [INF] from='client.? 172.21.15.55:0/706688453' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-10T09:04:05.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:05 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:04.058326+0000 mon.smithi055 (mon.0) 27 : audit [INF] from='client.? 172.21.15.55:0/706688453' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-10T09:04:05.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:05 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:04:04.058380+0000 mon.smithi055 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi055.ipragc(active, since 8s) 2024-02-10T09:04:09.297 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp396_opwf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp42cn9vot:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-02-10T09:04:09.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:09 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:04:09.418562+0000 mon.smithi055 (mon.0) 29 : cluster [INF] Active manager daemon smithi055.ipragc restarted 2024-02-10T09:04:09.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:09 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:04:09.419061+0000 mon.smithi055 (mon.0) 30 : cluster [INF] Activating manager daemon smithi055.ipragc 2024-02-10T09:04:09.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:09 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:04:09.422724+0000 mon.smithi055 (mon.0) 31 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-10T09:04:10.865 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:10 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:04:09.471481+0000 mon.smithi055 (mon.0) 32 : cluster [DBG] mgrmap e6: smithi055.ipragc(active, starting, since 0.0524942s) 2024-02-10T09:04:10.865 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:10 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:09.473910+0000 mon.smithi055 (mon.0) 33 : audit [DBG] from='mgr.14116 172.21.15.55:0/545929041' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "mon metadata", "id": "smithi055"}]: dispatch 2024-02-10T09:04:10.865 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:10 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:09.474574+0000 mon.smithi055 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.55:0/545929041' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "mgr metadata", "who": "smithi055.ipragc", "id": "smithi055.ipragc"}]: dispatch 2024-02-10T09:04:10.865 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:10 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:09.475376+0000 mon.smithi055 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.55:0/545929041' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T09:04:10.865 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:10 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:09.475628+0000 mon.smithi055 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.55:0/545929041' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T09:04:10.865 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:10 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:09.475858+0000 mon.smithi055 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.55:0/545929041' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T09:04:10.865 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:10 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:04:09.490073+0000 mon.smithi055 (mon.0) 38 : cluster [INF] Manager daemon smithi055.ipragc is now available 2024-02-10T09:04:10.865 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:10 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:09.503659+0000 mon.smithi055 (mon.0) 39 : audit [INF] from='mgr.14116 172.21.15.55:0/545929041' entity='mgr.smithi055.ipragc' 2024-02-10T09:04:10.865 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:10 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:09.506345+0000 mon.smithi055 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.55:0/545929041' entity='mgr.smithi055.ipragc' 2024-02-10T09:04:10.865 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:10 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:09.508820+0000 mon.smithi055 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.55:0/545929041' entity='mgr.smithi055.ipragc' 2024-02-10T09:04:10.865 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:10 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:09.605906+0000 mon.smithi055 (mon.0) 42 : audit [INF] from='mgr.14116 172.21.15.55:0/545929041' entity='mgr.smithi055.ipragc' 2024-02-10T09:04:10.866 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:10 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:09.606651+0000 mon.smithi055 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.55:0/545929041' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:04:10.866 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:10 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:09.608267+0000 mon.smithi055 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.55:0/545929041' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:04:10.866 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:10 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:09.609806+0000 mon.smithi055 (mon.0) 45 : audit [DBG] from='mgr.14116 172.21.15.55:0/545929041' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:04:10.866 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:10 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:09.620827+0000 mon.smithi055 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.55:0/545929041' entity='mgr.smithi055.ipragc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.ipragc/mirror_snapshot_schedule"}]: dispatch 2024-02-10T09:04:10.866 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:10 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:09.622075+0000 mon.smithi055 (mon.0) 47 : audit [INF] from='mgr.14116 172.21.15.55:0/545929041' entity='mgr.smithi055.ipragc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.ipragc/trash_purge_schedule"}]: dispatch 2024-02-10T09:04:11.654 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: { 2024-02-10T09:04:11.655 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "epoch": 8, 2024-02-10T09:04:11.655 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "available": true, 2024-02-10T09:04:11.655 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "active_name": "smithi055.ipragc", 2024-02-10T09:04:11.655 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-10T09:04:11.655 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: } 2024-02-10T09:04:11.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:11 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:04:10.481021+0000 mon.smithi055 (mon.0) 48 : cluster [DBG] mgrmap e7: smithi055.ipragc(active, since 1.06203s) 2024-02-10T09:04:12.163 INFO:teuthology.orchestra.run.smithi055.stderr:Waiting for the mgr to restart... 2024-02-10T09:04:12.163 INFO:teuthology.orchestra.run.smithi055.stderr:Waiting for mgr epoch 8... 2024-02-10T09:04:12.163 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp396_opwf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp42cn9vot:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-02-10T09:04:12.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:12 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:04:11.490095+0000 mon.smithi055 (mon.0) 49 : cluster [DBG] mgrmap e8: smithi055.ipragc(active, since 2s) 2024-02-10T09:04:12.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:12 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:11.654077+0000 mon.smithi055 (mon.0) 50 : audit [DBG] from='client.? 172.21.15.55:0/549260721' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-10T09:04:12.893 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: { 2024-02-10T09:04:12.893 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "mgrmap_epoch": 8, 2024-02-10T09:04:12.893 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "initialized": true 2024-02-10T09:04:12.893 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: } 2024-02-10T09:04:13.568 INFO:teuthology.orchestra.run.smithi055.stderr:mgr epoch 8 is available 2024-02-10T09:04:13.569 INFO:teuthology.orchestra.run.smithi055.stderr:Setting orchestrator backend to cephadm... 2024-02-10T09:04:13.569 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp396_opwf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp42cn9vot:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch set backend cephadm 2024-02-10T09:04:14.340 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:14 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:12.886742+0000 mgr.smithi055.ipragc (mgr.14116) 1 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-10T09:04:14.340 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:14 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:12.892692+0000 mgr.smithi055.ipragc (mgr.14116) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-10T09:04:14.858 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp396_opwf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp42cn9vot:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm set-user root 2024-02-10T09:04:15.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:15 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:14.312220+0000 mgr.smithi055.ipragc (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-10T09:04:15.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:15 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:14.316085+0000 mon.smithi055 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.55:0/545929041' entity='mgr.smithi055.ipragc' 2024-02-10T09:04:15.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:15 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:14.319510+0000 mon.smithi055 (mon.0) 52 : audit [DBG] from='mgr.14116 172.21.15.55:0/545929041' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:04:15.638 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: value unchanged 2024-02-10T09:04:16.422 INFO:teuthology.orchestra.run.smithi055.stderr:Generating ssh key... 2024-02-10T09:04:16.422 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp396_opwf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp42cn9vot:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm generate-key 2024-02-10T09:04:16.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:16 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:15.638126+0000 mgr.smithi055.ipragc (mgr.14116) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:04:17.871 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp396_opwf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp42cn9vot:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2024-02-10T09:04:18.601 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTfaGeANT1EWtB+8xG15OaOhGTnz2Jvq0/2lOu2n0XmAnUMXHT1KOdQyYd0A9XmggquefIKfe4CvxeIOXIF0vP75gbJHIg14oLUyeWi1OEEiYnmT6ctJIVpPOxcADe6uZSb6PGcMxIXBW7sDFBb9GauaI3KMnejGyul39cuhbNL800hW1IakJMPKTLI07GbCRo4psJELOB5A9c+M53YiNLzbYx61BWdDnWFVsDHak6hIJ6uLUZiOVT0PAxt2fZuxRXbijyjSFT0z0zE5sfExxuGTYT5ZhRZa+/QRpYloFGMfn75MY6Et0kZJs7yqsi6Bpgv9davRR+r/nCCQJdjlVroVa7R8w6IOzXFwABiJ2k8z/fB3NH0B9QcN5Cg3RUWTN16qQmeIXthXEoy8lkW4ahOkoum1/bK+eJJ3jeCeSVSKExarzPcmCF1UYL5tps9gcigL4tMj1dMSgazr/sX9GD/MTDKLSzrvMNc3E69f1ENOZHEwBrfzCYunKlgH3+Kwk= ceph-365142d0-c7f3-11ee-95b8-87774f69a715 2024-02-10T09:04:18.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:18 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cephadm 2024-02-10T09:04:17.216784+0000 mgr.smithi055.ipragc (mgr.14116) 6 : cephadm [INF] Generating ssh key... 2024-02-10T09:04:18.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:18 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:17.337643+0000 mon.smithi055 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.55:0/545929041' entity='mgr.smithi055.ipragc' 2024-02-10T09:04:18.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:18 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:17.339552+0000 mon.smithi055 (mon.0) 54 : audit [INF] from='mgr.14116 172.21.15.55:0/545929041' entity='mgr.smithi055.ipragc' 2024-02-10T09:04:19.136 INFO:teuthology.orchestra.run.smithi055.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-10T09:04:19.136 INFO:teuthology.orchestra.run.smithi055.stderr:Adding key to root@localhost authorized_keys... 2024-02-10T09:04:19.136 INFO:teuthology.orchestra.run.smithi055.stderr:Adding host smithi055... 2024-02-10T09:04:19.137 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp396_opwf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp42cn9vot:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch host add smithi055 172.21.15.55 2024-02-10T09:04:19.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:19 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:18.600963+0000 mgr.smithi055.ipragc (mgr.14116) 7 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:04:20.435 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: Added host 'smithi055' with addr '172.21.15.55' 2024-02-10T09:04:20.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:20 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:19.834802+0000 mgr.smithi055.ipragc (mgr.14116) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi055", "addr": "172.21.15.55", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:04:21.124 INFO:teuthology.orchestra.run.smithi055.stderr:Deploying mon service with default placement... 2024-02-10T09:04:21.124 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp396_opwf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp42cn9vot:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mon 2024-02-10T09:04:21.834 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-10T09:04:21.857 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:21 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:20.433038+0000 mon.smithi055 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.55:0/545929041' entity='mgr.smithi055.ipragc' 2024-02-10T09:04:21.857 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:21 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cephadm 2024-02-10T09:04:20.433319+0000 mgr.smithi055.ipragc (mgr.14116) 9 : cephadm [INF] Added host smithi055 2024-02-10T09:04:21.857 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:21 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:20.433584+0000 mon.smithi055 (mon.0) 56 : audit [DBG] from='mgr.14116 172.21.15.55:0/545929041' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:04:22.508 INFO:teuthology.orchestra.run.smithi055.stderr:Deploying mgr service with default placement... 2024-02-10T09:04:22.508 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp396_opwf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp42cn9vot:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mgr 2024-02-10T09:04:23.114 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:22 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:21.828033+0000 mgr.smithi055.ipragc (mgr.14116) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:04:23.114 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:22 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cephadm 2024-02-10T09:04:21.828765+0000 mgr.smithi055.ipragc (mgr.14116) 11 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-10T09:04:23.114 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:22 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:21.832908+0000 mon.smithi055 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.55:0/545929041' entity='mgr.smithi055.ipragc' 2024-02-10T09:04:23.253 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-10T09:04:24.015 INFO:teuthology.orchestra.run.smithi055.stderr:Deploying crash service with default placement... 2024-02-10T09:04:24.016 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp396_opwf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp42cn9vot:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply crash 2024-02-10T09:04:24.289 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:23.248720+0000 mgr.smithi055.ipragc (mgr.14116) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:04:24.289 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cephadm 2024-02-10T09:04:23.249268+0000 mgr.smithi055.ipragc (mgr.14116) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-10T09:04:24.289 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:23.253514+0000 mon.smithi055 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.55:0/545929041' entity='mgr.smithi055.ipragc' 2024-02-10T09:04:24.741 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-10T09:04:25.262 INFO:teuthology.orchestra.run.smithi055.stderr:Enabling mgr prometheus module... 2024-02-10T09:04:25.262 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp396_opwf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp42cn9vot:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2024-02-10T09:04:26.114 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:25 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:24.736241+0000 mgr.smithi055.ipragc (mgr.14116) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:04:26.114 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:25 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cephadm 2024-02-10T09:04:24.736892+0000 mgr.smithi055.ipragc (mgr.14116) 15 : cephadm [INF] Saving service crash spec with placement * 2024-02-10T09:04:26.114 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:25 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:24.741228+0000 mon.smithi055 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.55:0/545929041' entity='mgr.smithi055.ipragc' 2024-02-10T09:04:27.114 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:26 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:26.019337+0000 mon.smithi055 (mon.0) 60 : audit [INF] from='client.? 172.21.15.55:0/1066461166' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-10T09:04:27.518 INFO:teuthology.orchestra.run.smithi055.stderr:Deploying prometheus service with default placement... 2024-02-10T09:04:27.518 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp396_opwf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp42cn9vot:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply prometheus 2024-02-10T09:04:27.793 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:27 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:26.752327+0000 mon.smithi055 (mon.0) 61 : audit [INF] from='client.? 172.21.15.55:0/1066461166' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-10T09:04:27.793 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:27 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:04:26.752382+0000 mon.smithi055 (mon.0) 62 : cluster [DBG] mgrmap e9: smithi055.ipragc(active, since 17s) 2024-02-10T09:04:33.187 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-10T09:04:33.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:33 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:04:32.126294+0000 mon.smithi055 (mon.0) 63 : cluster [INF] Active manager daemon smithi055.ipragc restarted 2024-02-10T09:04:33.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:33 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:04:32.126717+0000 mon.smithi055 (mon.0) 64 : cluster [INF] Activating manager daemon smithi055.ipragc 2024-02-10T09:04:33.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:33 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:04:32.128360+0000 mon.smithi055 (mon.0) 65 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-10T09:04:33.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:33 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:04:32.179692+0000 mon.smithi055 (mon.0) 66 : cluster [DBG] mgrmap e10: smithi055.ipragc(active, starting, since 0.0530668s) 2024-02-10T09:04:33.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:33 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:32.180660+0000 mon.smithi055 (mon.0) 67 : audit [DBG] from='mgr.14144 172.21.15.55:0/20244458' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "mon metadata", "id": "smithi055"}]: dispatch 2024-02-10T09:04:33.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:33 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:32.181267+0000 mon.smithi055 (mon.0) 68 : audit [DBG] from='mgr.14144 172.21.15.55:0/20244458' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "mgr metadata", "who": "smithi055.ipragc", "id": "smithi055.ipragc"}]: dispatch 2024-02-10T09:04:33.616 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:33 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:32.182211+0000 mon.smithi055 (mon.0) 69 : audit [DBG] from='mgr.14144 172.21.15.55:0/20244458' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T09:04:33.616 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:33 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:32.182373+0000 mon.smithi055 (mon.0) 70 : audit [DBG] from='mgr.14144 172.21.15.55:0/20244458' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T09:04:33.616 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:33 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:32.182526+0000 mon.smithi055 (mon.0) 71 : audit [DBG] from='mgr.14144 172.21.15.55:0/20244458' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T09:04:33.616 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:33 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:04:32.195988+0000 mon.smithi055 (mon.0) 72 : cluster [INF] Manager daemon smithi055.ipragc is now available 2024-02-10T09:04:33.616 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:33 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:32.299546+0000 mon.smithi055 (mon.0) 73 : audit [DBG] from='mgr.14144 172.21.15.55:0/20244458' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:04:33.616 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:33 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:32.300968+0000 mon.smithi055 (mon.0) 74 : audit [DBG] from='mgr.14144 172.21.15.55:0/20244458' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:04:33.616 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:33 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:32.325730+0000 mon.smithi055 (mon.0) 75 : audit [INF] from='mgr.14144 172.21.15.55:0/20244458' entity='mgr.smithi055.ipragc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.ipragc/mirror_snapshot_schedule"}]: dispatch 2024-02-10T09:04:33.616 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:33 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:32.328522+0000 mon.smithi055 (mon.0) 76 : audit [INF] from='mgr.14144 172.21.15.55:0/20244458' entity='mgr.smithi055.ipragc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.ipragc/trash_purge_schedule"}]: dispatch 2024-02-10T09:04:33.950 INFO:teuthology.orchestra.run.smithi055.stderr:Deploying grafana service with default placement... 2024-02-10T09:04:33.950 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp396_opwf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp42cn9vot:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply grafana 2024-02-10T09:04:34.221 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:34 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:04:33.181783+0000 mon.smithi055 (mon.0) 77 : cluster [DBG] mgrmap e11: smithi055.ipragc(active, since 1.05515s) 2024-02-10T09:04:34.221 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:34 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cephadm 2024-02-10T09:04:33.183039+0000 mgr.smithi055.ipragc (mgr.14144) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-10T09:04:34.221 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:34 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:33.185245+0000 mon.smithi055 (mon.0) 78 : audit [INF] from='mgr.14144 172.21.15.55:0/20244458' entity='mgr.smithi055.ipragc' 2024-02-10T09:04:34.689 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-10T09:04:35.331 INFO:teuthology.orchestra.run.smithi055.stderr:Deploying node-exporter service with default placement... 2024-02-10T09:04:35.331 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp396_opwf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp42cn9vot:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply node-exporter 2024-02-10T09:04:35.334 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:35 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:04:34.188952+0000 mon.smithi055 (mon.0) 79 : cluster [DBG] mgrmap e12: smithi055.ipragc(active, since 2s) 2024-02-10T09:04:35.334 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:35 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:34.685285+0000 mgr.smithi055.ipragc (mgr.14144) 3 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:04:35.334 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:35 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cephadm 2024-02-10T09:04:34.685833+0000 mgr.smithi055.ipragc (mgr.14144) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-10T09:04:35.334 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:35 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:34.688165+0000 mon.smithi055 (mon.0) 80 : audit [INF] from='mgr.14144 172.21.15.55:0/20244458' entity='mgr.smithi055.ipragc' 2024-02-10T09:04:36.099 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-10T09:04:36.753 INFO:teuthology.orchestra.run.smithi055.stderr:Deploying alertmanager service with default placement... 2024-02-10T09:04:36.754 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp396_opwf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp42cn9vot:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply alertmanager 2024-02-10T09:04:37.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:37 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:36.096451+0000 mgr.smithi055.ipragc (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-10T09:04:37.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:37 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cephadm 2024-02-10T09:04:36.097129+0000 mgr.smithi055.ipragc (mgr.14144) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-10T09:04:37.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:37 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:36.099413+0000 mon.smithi055 (mon.0) 81 : audit [INF] from='mgr.14144 172.21.15.55:0/20244458' entity='mgr.smithi055.ipragc' 2024-02-10T09:04:38.306 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-10T09:04:38.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:38 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:37.484260+0000 mgr.smithi055.ipragc (mgr.14144) 7 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:04:38.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:38 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cephadm 2024-02-10T09:04:37.484792+0000 mgr.smithi055.ipragc (mgr.14144) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-10T09:04:38.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:38 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:37.487342+0000 mon.smithi055 (mon.0) 82 : audit [INF] from='mgr.14144 172.21.15.55:0/20244458' entity='mgr.smithi055.ipragc' 2024-02-10T09:04:39.856 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp396_opwf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp42cn9vot:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2024-02-10T09:04:41.457 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp396_opwf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp42cn9vot:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2024-02-10T09:04:41.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:41 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:40.703712+0000 mon.smithi055 (mon.0) 83 : audit [INF] from='client.? 172.21.15.55:0/4047797491' entity='client.admin' 2024-02-10T09:04:43.114 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:42 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:41.909784+0000 mon.smithi055 (mon.0) 84 : audit [INF] from='mgr.14144 172.21.15.55:0/20244458' entity='mgr.smithi055.ipragc' 2024-02-10T09:04:43.114 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:42 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:42.204719+0000 mon.smithi055 (mon.0) 85 : audit [INF] from='mgr.14144 172.21.15.55:0/20244458' entity='mgr.smithi055.ipragc' 2024-02-10T09:04:43.115 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:42 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:42.660642+0000 mon.smithi055 (mon.0) 86 : audit [INF] from='client.? 172.21.15.55:0/3941527064' entity='client.admin' 2024-02-10T09:04:43.484 INFO:teuthology.orchestra.run.smithi055.stderr:Enabling the dashboard module... 2024-02-10T09:04:43.485 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp396_opwf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp42cn9vot:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2024-02-10T09:04:45.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:45 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:44.235945+0000 mon.smithi055 (mon.0) 87 : audit [INF] from='mgr.14144 172.21.15.55:0/20244458' entity='mgr.smithi055.ipragc' 2024-02-10T09:04:45.365 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:45 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:44.238280+0000 mon.smithi055 (mon.0) 88 : audit [INF] from='client.? 172.21.15.55:0/3503904381' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-10T09:04:45.898 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp396_opwf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp42cn9vot:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2024-02-10T09:04:46.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:46 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:45.243204+0000 mon.smithi055 (mon.0) 89 : audit [INF] from='client.? 172.21.15.55:0/3503904381' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-10T09:04:46.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:46 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:04:45.243266+0000 mon.smithi055 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi055.ipragc(active, since 13s) 2024-02-10T09:04:46.794 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: { 2024-02-10T09:04:46.794 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "epoch": 13, 2024-02-10T09:04:46.795 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "available": true, 2024-02-10T09:04:46.795 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "active_name": "smithi055.ipragc", 2024-02-10T09:04:46.795 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-10T09:04:46.795 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: } 2024-02-10T09:04:47.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:47 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:46.743294+0000 mon.smithi055 (mon.0) 91 : audit [DBG] from='client.? 172.21.15.55:0/1957614670' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-10T09:04:47.435 INFO:teuthology.orchestra.run.smithi055.stderr:Waiting for the mgr to restart... 2024-02-10T09:04:47.435 INFO:teuthology.orchestra.run.smithi055.stderr:Waiting for mgr epoch 13... 2024-02-10T09:04:47.435 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp396_opwf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp42cn9vot:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-02-10T09:04:50.929 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:50 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:04:50.622330+0000 mon.smithi055 (mon.0) 92 : cluster [INF] Active manager daemon smithi055.ipragc restarted 2024-02-10T09:04:50.929 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:50 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:04:50.622766+0000 mon.smithi055 (mon.0) 93 : cluster [INF] Activating manager daemon smithi055.ipragc 2024-02-10T09:04:50.929 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:50 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:04:50.633772+0000 mon.smithi055 (mon.0) 94 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-10T09:04:51.686 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: { 2024-02-10T09:04:51.686 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2024-02-10T09:04:51.686 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: "initialized": true 2024-02-10T09:04:51.686 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: } 2024-02-10T09:04:52.114 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:04:50.675245+0000 mon.smithi055 (mon.0) 95 : cluster [DBG] mgrmap e14: smithi055.ipragc(active, starting, since 0.0525637s) 2024-02-10T09:04:52.114 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:50.677747+0000 mon.smithi055 (mon.0) 96 : audit [DBG] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "mon metadata", "id": "smithi055"}]: dispatch 2024-02-10T09:04:52.114 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:50.678338+0000 mon.smithi055 (mon.0) 97 : audit [DBG] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "mgr metadata", "who": "smithi055.ipragc", "id": "smithi055.ipragc"}]: dispatch 2024-02-10T09:04:52.115 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:50.679563+0000 mon.smithi055 (mon.0) 98 : audit [DBG] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T09:04:52.115 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:50.679709+0000 mon.smithi055 (mon.0) 99 : audit [DBG] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T09:04:52.115 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:50.679833+0000 mon.smithi055 (mon.0) 100 : audit [DBG] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T09:04:52.115 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:04:50.692943+0000 mon.smithi055 (mon.0) 101 : cluster [INF] Manager daemon smithi055.ipragc is now available 2024-02-10T09:04:52.115 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:50.797787+0000 mon.smithi055 (mon.0) 102 : audit [DBG] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:04:52.115 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:50.798864+0000 mon.smithi055 (mon.0) 103 : audit [DBG] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:04:52.115 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:50.826871+0000 mon.smithi055 (mon.0) 104 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.ipragc/mirror_snapshot_schedule"}]: dispatch 2024-02-10T09:04:52.115 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:50.829169+0000 mon.smithi055 (mon.0) 105 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.ipragc/trash_purge_schedule"}]: dispatch 2024-02-10T09:04:52.663 INFO:teuthology.orchestra.run.smithi055.stderr:mgr epoch 13 is available 2024-02-10T09:04:52.663 INFO:teuthology.orchestra.run.smithi055.stderr:Generating a dashboard self-signed certificate... 2024-02-10T09:04:52.663 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp396_opwf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp42cn9vot:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2024-02-10T09:04:52.931 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:51.679294+0000 mgr.smithi055.ipragc (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-10T09:04:52.931 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:04:51.679559+0000 mon.smithi055 (mon.0) 106 : cluster [DBG] mgrmap e15: smithi055.ipragc(active, since 1.05687s) 2024-02-10T09:04:52.931 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:51.685511+0000 mgr.smithi055.ipragc (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-10T09:04:52.931 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:52.065672+0000 mon.smithi055 (mon.0) 107 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' 2024-02-10T09:04:53.799 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-10T09:04:54.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:54 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:04:53.072756+0000 mon.smithi055 (mon.0) 108 : cluster [DBG] mgrmap e16: smithi055.ipragc(active, since 2s) 2024-02-10T09:04:54.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:54 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:53.789496+0000 mon.smithi055 (mon.0) 109 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' 2024-02-10T09:04:54.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:54 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:53.799000+0000 mon.smithi055 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' 2024-02-10T09:04:54.560 INFO:teuthology.orchestra.run.smithi055.stderr:Creating initial admin user... 2024-02-10T09:04:54.561 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp396_opwf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp42cn9vot:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpddebiqq2:/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-10T09:04:55.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:55 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:53.583996+0000 mgr.smithi055.ipragc (mgr.14164) 3 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:04:55.864 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$0DJw2dRXdUMHwHOMizG.a.OVULxS41ZmgCtU3Reot4lfgSfP/kCnG", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1707555895, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-10T09:04:56.496 INFO:teuthology.orchestra.run.smithi055.stderr:Fetching dashboard port number... 2024-02-10T09:04:56.496 INFO:teuthology.orchestra.run.smithi055.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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp396_opwf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp42cn9vot:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2024-02-10T09:04:57.114 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:56 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:55.613174+0000 mgr.smithi055.ipragc (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-10T09:04:57.114 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:56 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:55.858946+0000 mon.smithi055 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' 2024-02-10T09:04:57.287 INFO:teuthology.orchestra.run.smithi055.stderr:/usr/bin/ceph: 8443 2024-02-10T09:04:57.936 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: systemctl is-enabled firewalld.service 2024-02-10T09:04:57.946 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: disabled 2024-02-10T09:04:57.946 INFO:teuthology.orchestra.run.smithi055.stderr:Running command: systemctl is-active firewalld.service 2024-02-10T09:04:57.954 INFO:teuthology.orchestra.run.smithi055.stderr:systemctl: inactive 2024-02-10T09:04:57.954 INFO:teuthology.orchestra.run.smithi055.stderr:firewalld.service is not enabled 2024-02-10T09:04:57.954 INFO:teuthology.orchestra.run.smithi055.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-10T09:04:57.957 INFO:teuthology.orchestra.run.smithi055.stderr:Ceph Dashboard is now available at: 2024-02-10T09:04:57.957 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-02-10T09:04:57.957 INFO:teuthology.orchestra.run.smithi055.stderr: URL: https://smithi055.front.sepia.ceph.com:8443/ 2024-02-10T09:04:57.957 INFO:teuthology.orchestra.run.smithi055.stderr: User: admin 2024-02-10T09:04:57.958 INFO:teuthology.orchestra.run.smithi055.stderr: Password: pzhlzza6i7 2024-02-10T09:04:57.958 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-02-10T09:04:57.958 INFO:teuthology.orchestra.run.smithi055.stderr:You can access the Ceph CLI with: 2024-02-10T09:04:57.958 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-02-10T09:04:57.958 INFO:teuthology.orchestra.run.smithi055.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-10T09:04:57.959 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-02-10T09:04:57.959 INFO:teuthology.orchestra.run.smithi055.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-10T09:04:57.959 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-02-10T09:04:57.959 INFO:teuthology.orchestra.run.smithi055.stderr: ceph telemetry on 2024-02-10T09:04:57.959 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-02-10T09:04:57.959 INFO:teuthology.orchestra.run.smithi055.stderr:For more information see: 2024-02-10T09:04:57.959 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-02-10T09:04:57.959 INFO:teuthology.orchestra.run.smithi055.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-02-10T09:04:57.959 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-02-10T09:04:57.959 INFO:teuthology.orchestra.run.smithi055.stderr:Bootstrap complete. 2024-02-10T09:04:57.959 INFO:teuthology.orchestra.run.smithi055.stderr:Releasing lock 139750845759616 on /run/cephadm/365142d0-c7f3-11ee-95b8-87774f69a715.lock 2024-02-10T09:04:57.959 INFO:teuthology.orchestra.run.smithi055.stderr:Lock 139750845759616 released on /run/cephadm/365142d0-c7f3-11ee-95b8-87774f69a715.lock 2024-02-10T09:04:57.993 INFO:tasks.cephadm:Fetching config... 2024-02-10T09:04:57.993 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-02-10T09:04:57.993 DEBUG:teuthology.orchestra.run.smithi055:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-10T09:04:58.013 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-10T09:04:58.013 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-02-10T09:04:58.013 DEBUG:teuthology.orchestra.run.smithi055:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-10T09:04:58.072 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-10T09:04:58.072 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-02-10T09:04:58.072 DEBUG:teuthology.orchestra.run.smithi055:> sudo dd if=/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/mon.smithi055/keyring of=/dev/stdout 2024-02-10T09:04:58.138 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:57 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:04:56.870452+0000 mon.smithi055 (mon.0) 112 : cluster [DBG] mgrmap e17: smithi055.ipragc(active, since 6s) 2024-02-10T09:04:58.138 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:04:57 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:04:57.287380+0000 mon.smithi055 (mon.0) 113 : audit [DBG] from='client.? 172.21.15.55:0/98998564' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-10T09:04:58.142 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-10T09:04:58.142 DEBUG:teuthology.orchestra.run.smithi055:> set -ex 2024-02-10T09:04:58.142 DEBUG:teuthology.orchestra.run.smithi055:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-10T09:04:58.201 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-10T09:04:58.201 DEBUG:teuthology.orchestra.run.smithi055:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTfaGeANT1EWtB+8xG15OaOhGTnz2Jvq0/2lOu2n0XmAnUMXHT1KOdQyYd0A9XmggquefIKfe4CvxeIOXIF0vP75gbJHIg14oLUyeWi1OEEiYnmT6ctJIVpPOxcADe6uZSb6PGcMxIXBW7sDFBb9GauaI3KMnejGyul39cuhbNL800hW1IakJMPKTLI07GbCRo4psJELOB5A9c+M53YiNLzbYx61BWdDnWFVsDHak6hIJ6uLUZiOVT0PAxt2fZuxRXbijyjSFT0z0zE5sfExxuGTYT5ZhRZa+/QRpYloFGMfn75MY6Et0kZJs7yqsi6Bpgv9davRR+r/nCCQJdjlVroVa7R8w6IOzXFwABiJ2k8z/fB3NH0B9QcN5Cg3RUWTN16qQmeIXthXEoy8lkW4ahOkoum1/bK+eJJ3jeCeSVSKExarzPcmCF1UYL5tps9gcigL4tMj1dMSgazr/sX9GD/MTDKLSzrvMNc3E69f1ENOZHEwBrfzCYunKlgH3+Kwk= ceph-365142d0-c7f3-11ee-95b8-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-10T09:04:58.283 INFO:teuthology.orchestra.run.smithi055.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTfaGeANT1EWtB+8xG15OaOhGTnz2Jvq0/2lOu2n0XmAnUMXHT1KOdQyYd0A9XmggquefIKfe4CvxeIOXIF0vP75gbJHIg14oLUyeWi1OEEiYnmT6ctJIVpPOxcADe6uZSb6PGcMxIXBW7sDFBb9GauaI3KMnejGyul39cuhbNL800hW1IakJMPKTLI07GbCRo4psJELOB5A9c+M53YiNLzbYx61BWdDnWFVsDHak6hIJ6uLUZiOVT0PAxt2fZuxRXbijyjSFT0z0zE5sfExxuGTYT5ZhRZa+/QRpYloFGMfn75MY6Et0kZJs7yqsi6Bpgv9davRR+r/nCCQJdjlVroVa7R8w6IOzXFwABiJ2k8z/fB3NH0B9QcN5Cg3RUWTN16qQmeIXthXEoy8lkW4ahOkoum1/bK+eJJ3jeCeSVSKExarzPcmCF1UYL5tps9gcigL4tMj1dMSgazr/sX9GD/MTDKLSzrvMNc3E69f1ENOZHEwBrfzCYunKlgH3+Kwk= ceph-365142d0-c7f3-11ee-95b8-87774f69a715 2024-02-10T09:04:58.296 DEBUG:teuthology.orchestra.run.smithi110:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTfaGeANT1EWtB+8xG15OaOhGTnz2Jvq0/2lOu2n0XmAnUMXHT1KOdQyYd0A9XmggquefIKfe4CvxeIOXIF0vP75gbJHIg14oLUyeWi1OEEiYnmT6ctJIVpPOxcADe6uZSb6PGcMxIXBW7sDFBb9GauaI3KMnejGyul39cuhbNL800hW1IakJMPKTLI07GbCRo4psJELOB5A9c+M53YiNLzbYx61BWdDnWFVsDHak6hIJ6uLUZiOVT0PAxt2fZuxRXbijyjSFT0z0zE5sfExxuGTYT5ZhRZa+/QRpYloFGMfn75MY6Et0kZJs7yqsi6Bpgv9davRR+r/nCCQJdjlVroVa7R8w6IOzXFwABiJ2k8z/fB3NH0B9QcN5Cg3RUWTN16qQmeIXthXEoy8lkW4ahOkoum1/bK+eJJ3jeCeSVSKExarzPcmCF1UYL5tps9gcigL4tMj1dMSgazr/sX9GD/MTDKLSzrvMNc3E69f1ENOZHEwBrfzCYunKlgH3+Kwk= ceph-365142d0-c7f3-11ee-95b8-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-10T09:04:58.341 INFO:teuthology.orchestra.run.smithi110.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTfaGeANT1EWtB+8xG15OaOhGTnz2Jvq0/2lOu2n0XmAnUMXHT1KOdQyYd0A9XmggquefIKfe4CvxeIOXIF0vP75gbJHIg14oLUyeWi1OEEiYnmT6ctJIVpPOxcADe6uZSb6PGcMxIXBW7sDFBb9GauaI3KMnejGyul39cuhbNL800hW1IakJMPKTLI07GbCRo4psJELOB5A9c+M53YiNLzbYx61BWdDnWFVsDHak6hIJ6uLUZiOVT0PAxt2fZuxRXbijyjSFT0z0zE5sfExxuGTYT5ZhRZa+/QRpYloFGMfn75MY6Et0kZJs7yqsi6Bpgv9davRR+r/nCCQJdjlVroVa7R8w6IOzXFwABiJ2k8z/fB3NH0B9QcN5Cg3RUWTN16qQmeIXthXEoy8lkW4ahOkoum1/bK+eJJ3jeCeSVSKExarzPcmCF1UYL5tps9gcigL4tMj1dMSgazr/sX9GD/MTDKLSzrvMNc3E69f1ENOZHEwBrfzCYunKlgH3+Kwk= ceph-365142d0-c7f3-11ee-95b8-87774f69a715 2024-02-10T09:04:58.353 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-10T09:05:02.262 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-10T09:05:02.263 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-10T09:05:02.590 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:02 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:05:01.474068+0000 mon.smithi055 (mon.0) 114 : audit [INF] from='client.? 172.21.15.55:0/29164760' entity='client.admin' 2024-02-10T09:05:04.203 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:04 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:05:03.124971+0000 mon.smithi055 (mon.0) 115 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' 2024-02-10T09:05:04.203 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:04 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:05:03.645471+0000 mon.smithi055 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi055", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:05:04.203 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:04 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:05:03.650563+0000 mon.smithi055 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' 2024-02-10T09:05:05.228 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:05 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cephadm 2024-02-10T09:05:03.657204+0000 mgr.smithi055.ipragc (mgr.14164) 5 : cephadm [INF] Deploying daemon alertmanager.smithi055 on smithi055 2024-02-10T09:05:05.228 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:05 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:05:04.591282+0000 mon.smithi055 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' 2024-02-10T09:05:05.251 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi110 2024-02-10T09:05:05.251 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-02-10T09:05:05.251 DEBUG:teuthology.orchestra.run.smithi110:> dd of=/etc/ceph/ceph.conf 2024-02-10T09:05:05.273 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-02-10T09:05:05.273 DEBUG:teuthology.orchestra.run.smithi110:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-10T09:05:05.333 INFO:tasks.cephadm:Adding host smithi110 to orchestrator... 2024-02-10T09:05:05.334 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph orch host add smithi110 2024-02-10T09:05:06.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:06 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:05:04.586708+0000 mgr.smithi055.ipragc (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-10T09:05:12.114 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:11 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:05:10.680899+0000 mgr.smithi055.ipragc (mgr.14164) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:05:14.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:14 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:05:12.681278+0000 mgr.smithi055.ipragc (mgr.14164) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:05:16.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:16 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:05:14.681670+0000 mgr.smithi055.ipragc (mgr.14164) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:05:18.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:18 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:05:16.682019+0000 mgr.smithi055.ipragc (mgr.14164) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:05:20.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:20 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:05:18.682348+0000 mgr.smithi055.ipragc (mgr.14164) 11 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:05:22.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:22 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:05:20.682689+0000 mgr.smithi055.ipragc (mgr.14164) 12 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:05:24.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:05:22.682986+0000 mgr.smithi055.ipragc (mgr.14164) 13 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:05:26.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:26 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:05:24.683288+0000 mgr.smithi055.ipragc (mgr.14164) 14 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:05:28.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:28 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:05:26.683557+0000 mgr.smithi055.ipragc (mgr.14164) 15 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:05:30.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:30 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:05:28.683841+0000 mgr.smithi055.ipragc (mgr.14164) 16 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:05:30.532 INFO:teuthology.orchestra.run.smithi110.stdout:Added host 'smithi110' with addr '172.21.15.110' 2024-02-10T09:05:31.170 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph orch host ls --format=json 2024-02-10T09:05:31.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:31 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:05:29.923908+0000 mgr.smithi055.ipragc (mgr.14164) 17 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi110", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:05:31.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:31 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:05:30.530314+0000 mon.smithi055 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' 2024-02-10T09:05:32.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:32 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cephadm 2024-02-10T09:05:30.530685+0000 mgr.smithi055.ipragc (mgr.14164) 18 : cephadm [INF] Added host smithi110 2024-02-10T09:05:32.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:32 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:05:30.684135+0000 mgr.smithi055.ipragc (mgr.14164) 19 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:05:33.351 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:05:33.351 INFO:teuthology.orchestra.run.smithi110.stdout:[{"addr": "172.21.15.55", "hostname": "smithi055", "labels": [], "status": ""}, {"addr": "172.21.15.110", "hostname": "smithi110", "labels": [], "status": ""}] 2024-02-10T09:05:34.023 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-10T09:05:34.023 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph osd crush tunables default 2024-02-10T09:05:34.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:34 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:05:32.684440+0000 mgr.smithi055.ipragc (mgr.14164) 20 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:05:35.408 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:35 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:05:33.350294+0000 mgr.smithi055.ipragc (mgr.14164) 21 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T09:05:36.194 INFO:teuthology.orchestra.run.smithi055.stderr:adjusted tunables profile to default 2024-02-10T09:05:36.550 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:36 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:05:34.684803+0000 mgr.smithi055.ipragc (mgr.14164) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:05:36.550 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:36 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:05:36.161266+0000 mon.smithi055 (mon.0) 120 : audit [INF] from='client.? 172.21.15.55:0/2270768402' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-10T09:05:36.835 INFO:tasks.cephadm:Adding mon.smithi055 on smithi055 2024-02-10T09:05:36.835 INFO:tasks.cephadm:Adding mon.smithi110 on smithi110 2024-02-10T09:05:36.835 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph orch apply mon '2;smithi055:172.21.15.55=smithi055;smithi110:172.21.15.110=smithi110' 2024-02-10T09:05:37.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:37 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:05:36.192420+0000 mon.smithi055 (mon.0) 121 : audit [INF] from='client.? 172.21.15.55:0/2270768402' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-10T09:05:37.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:37 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:05:36.192472+0000 mon.smithi055 (mon.0) 122 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-10T09:05:38.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:38 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:05:36.685060+0000 mgr.smithi055.ipragc (mgr.14164) 23 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:05:39.015 INFO:teuthology.orchestra.run.smithi110.stdout:Scheduled mon update... 2024-02-10T09:05:39.622 DEBUG:teuthology.orchestra.run.smithi110:mon.smithi110> sudo journalctl -f -n 0 -u ceph-365142d0-c7f3-11ee-95b8-87774f69a715@mon.smithi110.service 2024-02-10T09:05:39.625 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:05:39.625 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:05:39.654 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:-- Logs begin at Sat 2024-02-10 08:50:11 UTC. -- 2024-02-10T09:05:40.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:40 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:05:38.685351+0000 mgr.smithi055.ipragc (mgr.14164) 24 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:05:40.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:40 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:05:39.008494+0000 mgr.smithi055.ipragc (mgr.14164) 25 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi055:172.21.15.55=smithi055;smithi110:172.21.15.110=smithi110", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T09:05:40.365 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:40 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cephadm 2024-02-10T09:05:39.010079+0000 mgr.smithi055.ipragc (mgr.14164) 26 : cephadm [INF] Saving service mon spec with placement smithi055:172.21.15.55=smithi055;smithi110:172.21.15.110=smithi110;count:2 2024-02-10T09:05:40.365 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:40 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:05:39.014973+0000 mon.smithi055 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' 2024-02-10T09:05:41.753 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:05:41.753 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:05:41.754 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:05:42.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:42 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:05:40.685659+0000 mgr.smithi055.ipragc (mgr.14164) 27 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:05:42.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:42 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:05:41.752585+0000 mon.smithi055 (mon.0) 124 : audit [DBG] from='client.? 172.21.15.110:0/894847047' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:05:43.358 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:05:43.359 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:05:44.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:44 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:05:42.685957+0000 mgr.smithi055.ipragc (mgr.14164) 28 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:05:45.542 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:05:45.542 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:05:45.543 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:05:46.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:46 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:05:44.686367+0000 mgr.smithi055.ipragc (mgr.14164) 29 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:05:46.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:46 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:05:45.541740+0000 mon.smithi055 (mon.0) 125 : audit [DBG] from='client.? 172.21.15.110:0/779681279' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:05:47.230 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:05:47.230 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:05:48.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:05:46.686724+0000 mgr.smithi055.ipragc (mgr.14164) 30 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:05:49.319 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:05:49.319 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:05:49.321 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:05:50.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:50 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:05:48.687084+0000 mgr.smithi055.ipragc (mgr.14164) 31 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:05:50.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:50 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:05:49.319264+0000 mon.smithi055 (mon.0) 126 : audit [DBG] from='client.? 172.21.15.110:0/2013528263' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:05:51.005 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:05:51.005 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:05:51.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:05:50.828802+0000 mon.smithi055 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.ipragc/mirror_snapshot_schedule"}]: dispatch 2024-02-10T09:05:51.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:05:50.830332+0000 mon.smithi055 (mon.0) 128 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.ipragc/trash_purge_schedule"}]: dispatch 2024-02-10T09:05:52.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:05:50.687421+0000 mgr.smithi055.ipragc (mgr.14164) 32 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:05:54.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:54 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:05:52.687710+0000 mgr.smithi055.ipragc (mgr.14164) 33 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:05:56.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:56 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:05:54.688042+0000 mgr.smithi055.ipragc (mgr.14164) 34 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:05:58.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:05:58 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:05:56.688336+0000 mgr.smithi055.ipragc (mgr.14164) 35 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:06:00.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:00 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:05:58.688645+0000 mgr.smithi055.ipragc (mgr.14164) 36 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:06:00.925 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:06:00.925 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:06:00.926 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:06:01.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:01 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:06:00.474595+0000 mon.smithi055 (mon.0) 129 : audit [DBG] from='client.? 172.21.15.110:0/122178284' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:06:02.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:02 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:06:00.688967+0000 mgr.smithi055.ipragc (mgr.14164) 37 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:06:04.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:04 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:06:02.689270+0000 mgr.smithi055.ipragc (mgr.14164) 38 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:06:04.940 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:06:04.941 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:06:06.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:06 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:06:04.689538+0000 mgr.smithi055.ipragc (mgr.14164) 39 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:06:07.044 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:06:07.044 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:06:07.046 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:06:07.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:07 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:06:07.044111+0000 mon.smithi055 (mon.0) 130 : audit [DBG] from='client.? 172.21.15.110:0/3680416828' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:06:08.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:08 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:06:06.689884+0000 mgr.smithi055.ipragc (mgr.14164) 40 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:06:08.701 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:06:08.701 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:06:10.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:10 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:06:08.690199+0000 mgr.smithi055.ipragc (mgr.14164) 41 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:06:10.669 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:06:10.670 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:06:10.671 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:06:11.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:11 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:06:10.669393+0000 mon.smithi055 (mon.0) 131 : audit [DBG] from='client.? 172.21.15.110:0/2531436329' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:06:12.417 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:06:12.417 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:06:12.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:12 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:06:10.690556+0000 mgr.smithi055.ipragc (mgr.14164) 42 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:06:14.583 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:06:14.583 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:06:14.584 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:06:14.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:14 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:06:12.690917+0000 mgr.smithi055.ipragc (mgr.14164) 43 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:06:15.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:15 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:06:14.582802+0000 mon.smithi055 (mon.0) 132 : audit [DBG] from='client.? 172.21.15.110:0/626291346' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:06:16.471 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:06:16.472 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:06:16.616 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:16 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:06:14.691203+0000 mgr.smithi055.ipragc (mgr.14164) 44 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:06:18.502 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:06:18.502 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:06:18.503 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:06:18.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:18 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:06:16.691563+0000 mgr.smithi055.ipragc (mgr.14164) 45 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:06:19.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:19 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:06:18.501706+0000 mon.smithi055 (mon.0) 133 : audit [DBG] from='client.? 172.21.15.110:0/4081536099' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:06:20.226 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:06:20.226 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:06:20.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:20 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:06:18.691970+0000 mgr.smithi055.ipragc (mgr.14164) 46 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:06:22.294 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:06:22.294 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:06:22.295 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:06:22.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:22 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:06:20.692311+0000 mgr.smithi055.ipragc (mgr.14164) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:06:23.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:23 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:06:22.293630+0000 mon.smithi055 (mon.0) 134 : audit [DBG] from='client.? 172.21.15.110:0/2971107870' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:06:23.831 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:06:23.831 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:06:24.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:06:22.692612+0000 mgr.smithi055.ipragc (mgr.14164) 48 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:06:26.005 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:06:26.005 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:06:26.007 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:06:26.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:26 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:06:24.692906+0000 mgr.smithi055.ipragc (mgr.14164) 49 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:06:26.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:26 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:06:26.005404+0000 mon.smithi055 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.110:0/2978302707' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:06:27.721 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:06:27.721 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:06:28.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:28 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:06:26.693271+0000 mgr.smithi055.ipragc (mgr.14164) 50 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:06:29.784 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:06:29.784 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:06:29.785 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:06:30.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:30 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:06:28.693633+0000 mgr.smithi055.ipragc (mgr.14164) 51 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:06:30.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:30 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:06:29.783649+0000 mon.smithi055 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.110:0/1577850030' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:06:31.435 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:06:31.435 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:06:32.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:32 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:06:30.694027+0000 mgr.smithi055.ipragc (mgr.14164) 52 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:06:33.642 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:06:33.642 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:06:33.644 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:06:34.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:34 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:06:32.694378+0000 mgr.smithi055.ipragc (mgr.14164) 53 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:06:34.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:34 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:06:33.642182+0000 mon.smithi055 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.110:0/3247099457' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:06:35.725 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:06:35.725 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:06:36.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:36 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:06:34.694679+0000 mgr.smithi055.ipragc (mgr.14164) 54 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:06:37.943 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:06:37.943 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:06:37.945 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:06:38.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:38 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:06:36.694963+0000 mgr.smithi055.ipragc (mgr.14164) 55 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:06:38.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:38 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:06:37.942685+0000 mon.smithi055 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.110:0/3431798849' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:06:39.597 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:06:39.598 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:06:40.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:40 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:06:38.695309+0000 mgr.smithi055.ipragc (mgr.14164) 56 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:06:41.654 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:06:41.655 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:06:41.656 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:06:42.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:42 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:06:40.695648+0000 mgr.smithi055.ipragc (mgr.14164) 57 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:06:42.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:42 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:06:41.654326+0000 mon.smithi055 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.110:0/2422342386' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:06:43.308 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:06:43.309 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:06:44.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:44 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:06:42.695999+0000 mgr.smithi055.ipragc (mgr.14164) 58 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:06:45.476 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:06:45.476 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:06:45.478 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:06:46.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:46 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:06:44.696370+0000 mgr.smithi055.ipragc (mgr.14164) 59 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:06:46.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:46 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:06:45.475859+0000 mon.smithi055 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.110:0/1584792203' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:06:47.210 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:06:47.211 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:06:48.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:06:46.696725+0000 mgr.smithi055.ipragc (mgr.14164) 60 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:06:49.229 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:06:49.229 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:06:49.231 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:06:49.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:49 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:06:49.229000+0000 mon.smithi055 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.110:0/3719448938' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:06:50.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:50 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:06:48.697112+0000 mgr.smithi055.ipragc (mgr.14164) 61 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:06:50.885 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:06:50.885 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:06:51.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:06:50.829832+0000 mon.smithi055 (mon.0) 142 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.ipragc/mirror_snapshot_schedule"}]: dispatch 2024-02-10T09:06:51.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:06:50.831261+0000 mon.smithi055 (mon.0) 143 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.ipragc/trash_purge_schedule"}]: dispatch 2024-02-10T09:06:52.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:06:50.697353+0000 mgr.smithi055.ipragc (mgr.14164) 62 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:06:53.062 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:06:53.062 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:06:53.063 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:06:53.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:53 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:06:53.061856+0000 mon.smithi055 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.110:0/2516360933' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:06:54.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:54 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:06:52.697646+0000 mgr.smithi055.ipragc (mgr.14164) 63 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:06:54.728 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:06:54.731 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:06:55.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:55 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:06:54.697860+0000 mgr.smithi055.ipragc (mgr.14164) 64 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:06:56.900 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:06:56.900 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:06:56.902 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:06:58.114 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:57 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:06:56.698222+0000 mgr.smithi055.ipragc (mgr.14164) 65 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:06:58.114 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:06:57 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:06:56.900004+0000 mon.smithi055 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.110:0/1471168801' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:06:58.525 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:06:58.526 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:07:00.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:00 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:06:58.698529+0000 mgr.smithi055.ipragc (mgr.14164) 66 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:07:00.685 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:07:00.686 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:07:00.687 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:07:01.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:01 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:07:00.685293+0000 mon.smithi055 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.110:0/4158094188' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:07:02.300 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:07:02.300 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:07:02.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:02 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:07:00.698842+0000 mgr.smithi055.ipragc (mgr.14164) 67 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:07:04.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:04 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:07:02.699164+0000 mgr.smithi055.ipragc (mgr.14164) 68 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:07:04.510 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:07:04.510 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:07:04.512 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:07:05.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:05 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:07:04.509913+0000 mon.smithi055 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.110:0/2358821055' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:07:06.047 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:07:06.048 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:07:06.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:06 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:07:04.699423+0000 mgr.smithi055.ipragc (mgr.14164) 69 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:07:08.349 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:07:08.349 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:07:08.350 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:07:08.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:08 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:07:06.699723+0000 mgr.smithi055.ipragc (mgr.14164) 70 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:07:09.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:09 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:07:08.348705+0000 mon.smithi055 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.110:0/1097500715' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:07:10.007 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:07:10.007 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:07:10.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:10 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:07:08.700051+0000 mgr.smithi055.ipragc (mgr.14164) 71 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:07:12.162 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:07:12.162 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:07:12.164 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:07:12.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:12 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:07:10.700303+0000 mgr.smithi055.ipragc (mgr.14164) 72 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:07:13.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:13 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:07:12.162248+0000 mon.smithi055 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.110:0/3761090060' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:07:13.875 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:07:13.875 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:07:14.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:14 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:07:12.700643+0000 mgr.smithi055.ipragc (mgr.14164) 73 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:07:15.948 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:07:15.948 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:07:15.950 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:07:16.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:16 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:07:14.700984+0000 mgr.smithi055.ipragc (mgr.14164) 74 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:07:16.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:16 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:07:15.948203+0000 mon.smithi055 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.110:0/2263713573' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:07:17.724 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:07:17.725 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:07:18.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:18 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:07:16.701295+0000 mgr.smithi055.ipragc (mgr.14164) 75 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:07:19.819 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:07:19.819 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:07:19.821 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:07:20.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:20 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:07:18.701639+0000 mgr.smithi055.ipragc (mgr.14164) 76 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:07:20.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:20 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:07:19.819186+0000 mon.smithi055 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.110:0/4062565516' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:07:21.507 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:07:21.507 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:07:22.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:22 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:07:20.701945+0000 mgr.smithi055.ipragc (mgr.14164) 77 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:07:23.512 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:07:23.513 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:07:23.514 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:07:24.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:07:22.702287+0000 mgr.smithi055.ipragc (mgr.14164) 78 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:07:24.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:07:23.511874+0000 mon.smithi055 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.110:0/1426071' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:07:25.133 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:07:25.133 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:07:26.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:26 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:07:24.702593+0000 mgr.smithi055.ipragc (mgr.14164) 79 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:07:27.199 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:07:27.199 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:07:27.200 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:07:28.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:28 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:07:26.702830+0000 mgr.smithi055.ipragc (mgr.14164) 80 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:07:28.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:28 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:07:27.198758+0000 mon.smithi055 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.110:0/3319310728' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:07:28.913 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:07:28.913 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:07:30.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:30 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:07:28.703063+0000 mgr.smithi055.ipragc (mgr.14164) 81 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:07:31.134 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:07:31.135 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:07:31.136 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:07:31.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:31 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:07:31.134280+0000 mon.smithi055 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.110:0/1126233119' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:07:32.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:32 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:07:30.703381+0000 mgr.smithi055.ipragc (mgr.14164) 82 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:07:32.812 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:07:32.813 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:07:34.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:34 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:07:32.703757+0000 mgr.smithi055.ipragc (mgr.14164) 83 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:07:34.932 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:07:34.932 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:07:34.933 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:07:35.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:35 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:07:34.931571+0000 mon.smithi055 (mon.0) 155 : audit [DBG] from='client.? 172.21.15.110:0/1643228966' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:07:36.553 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:07:36.553 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:07:36.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:36 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:07:34.703970+0000 mgr.smithi055.ipragc (mgr.14164) 84 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:07:38.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:38 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:07:36.704326+0000 mgr.smithi055.ipragc (mgr.14164) 85 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:07:38.906 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:07:38.907 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:07:38.908 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:07:39.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:39 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:07:38.905942+0000 mon.smithi055 (mon.0) 156 : audit [DBG] from='client.? 172.21.15.110:0/1136180937' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:07:40.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:40 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:07:38.704690+0000 mgr.smithi055.ipragc (mgr.14164) 86 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:07:40.665 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:07:40.666 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:07:42.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:42 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:07:40.705014+0000 mgr.smithi055.ipragc (mgr.14164) 87 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:07:42.890 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:07:42.890 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:07:42.892 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:07:43.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:43 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:07:42.889881+0000 mon.smithi055 (mon.0) 157 : audit [DBG] from='client.? 172.21.15.110:0/3160124417' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:07:44.573 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:07:44.573 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:07:44.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:44 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:07:42.705353+0000 mgr.smithi055.ipragc (mgr.14164) 88 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:07:46.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:46 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:07:44.705708+0000 mgr.smithi055.ipragc (mgr.14164) 89 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:07:46.860 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:07:46.861 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:07:46.862 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:07:47.616 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:47 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:07:46.860125+0000 mon.smithi055 (mon.0) 158 : audit [DBG] from='client.? 172.21.15.110:0/2654724466' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:07:48.410 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:07:48.410 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:07:48.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:07:46.705972+0000 mgr.smithi055.ipragc (mgr.14164) 90 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:07:50.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:50 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:07:48.706308+0000 mgr.smithi055.ipragc (mgr.14164) 91 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:07:50.635 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:07:50.635 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:07:50.637 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:07:51.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:07:50.634649+0000 mon.smithi055 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.110:0/3825547494' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:07:51.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:07:50.830809+0000 mon.smithi055 (mon.0) 160 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.ipragc/mirror_snapshot_schedule"}]: dispatch 2024-02-10T09:07:51.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:07:50.832162+0000 mon.smithi055 (mon.0) 161 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.ipragc/trash_purge_schedule"}]: dispatch 2024-02-10T09:07:52.290 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:07:52.291 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:07:52.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:07:50.706671+0000 mgr.smithi055.ipragc (mgr.14164) 92 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:07:54.399 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:07:54.399 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:07:54.400 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:07:54.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:54 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:07:52.707021+0000 mgr.smithi055.ipragc (mgr.14164) 93 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:07:55.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:55 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:07:54.399045+0000 mon.smithi055 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.110:0/3235970321' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:07:56.080 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:07:56.080 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:07:56.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:56 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:07:54.707354+0000 mgr.smithi055.ipragc (mgr.14164) 94 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:07:58.202 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:07:58.202 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:07:58.203 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:07:58.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:58 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:07:56.707692+0000 mgr.smithi055.ipragc (mgr.14164) 95 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:07:58.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:07:58 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:07:58.201666+0000 mon.smithi055 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.110:0/4263211582' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:07:59.996 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:07:59.996 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:08:00.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:00 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:07:58.708031+0000 mgr.smithi055.ipragc (mgr.14164) 96 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:08:02.133 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:08:02.133 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:08:02.134 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:08:02.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:02 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:08:00.708303+0000 mgr.smithi055.ipragc (mgr.14164) 97 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:08:02.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:02 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:08:02.132645+0000 mon.smithi055 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.110:0/3507670388' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:08:03.826 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:08:03.826 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:08:04.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:04 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:08:02.708636+0000 mgr.smithi055.ipragc (mgr.14164) 98 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:08:06.029 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:08:06.029 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:08:06.031 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:08:06.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:06 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:08:04.708980+0000 mgr.smithi055.ipragc (mgr.14164) 99 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:08:06.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:06 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:08:06.028808+0000 mon.smithi055 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.110:0/4212697008' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:08:07.822 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:08:07.822 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:08:08.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:08 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:08:06.709342+0000 mgr.smithi055.ipragc (mgr.14164) 100 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:08:09.998 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:08:09.998 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:08:10.000 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:08:10.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:10 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:08:08.709710+0000 mgr.smithi055.ipragc (mgr.14164) 101 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:08:10.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:10 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:08:09.998042+0000 mon.smithi055 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.110:0/4040319294' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:08:11.683 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:08:11.683 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:08:12.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:12 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:08:10.710091+0000 mgr.smithi055.ipragc (mgr.14164) 102 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:08:13.913 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:08:13.913 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:08:13.915 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:08:14.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:14 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:08:12.710426+0000 mgr.smithi055.ipragc (mgr.14164) 103 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:08:14.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:14 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:08:13.913183+0000 mon.smithi055 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.110:0/3531581444' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:08:15.582 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:08:15.582 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:08:16.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:16 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:08:14.710782+0000 mgr.smithi055.ipragc (mgr.14164) 104 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:08:17.665 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:08:17.666 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:08:17.667 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:08:18.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:18 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:08:16.711155+0000 mgr.smithi055.ipragc (mgr.14164) 105 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:08:18.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:18 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:08:17.665214+0000 mon.smithi055 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.110:0/1046225974' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:08:19.361 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:08:19.362 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:08:20.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:20 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:08:18.711441+0000 mgr.smithi055.ipragc (mgr.14164) 106 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:08:21.431 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:08:21.431 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:08:21.433 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:08:22.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:22 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:08:20.711746+0000 mgr.smithi055.ipragc (mgr.14164) 107 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:08:22.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:22 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:08:21.430804+0000 mon.smithi055 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.110:0/1212026228' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:08:23.174 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:08:23.175 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:08:24.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:08:22.712019+0000 mgr.smithi055.ipragc (mgr.14164) 108 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:08:25.311 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:08:25.312 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:08:25.313 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:08:25.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:25 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:08:25.311016+0000 mon.smithi055 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.110:0/2100939302' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:08:26.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:26 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:08:24.712345+0000 mgr.smithi055.ipragc (mgr.14164) 109 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:08:27.080 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:08:27.080 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:08:27.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:27 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:08:26.712726+0000 mgr.smithi055.ipragc (mgr.14164) 110 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:08:29.224 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:08:29.224 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:08:29.225 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:08:30.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:30 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:08:28.713021+0000 mgr.smithi055.ipragc (mgr.14164) 111 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:08:30.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:30 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:08:29.223450+0000 mon.smithi055 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.110:0/1080237344' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:08:30.897 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:08:30.897 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:08:32.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:32 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:08:30.713313+0000 mgr.smithi055.ipragc (mgr.14164) 112 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:08:33.124 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:08:33.125 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:08:33.126 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:08:34.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:34 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:08:32.713555+0000 mgr.smithi055.ipragc (mgr.14164) 113 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:08:34.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:34 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:08:33.123857+0000 mon.smithi055 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.110:0/106853503' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:08:34.875 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:08:34.875 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:08:36.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:36 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:08:34.713898+0000 mgr.smithi055.ipragc (mgr.14164) 114 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:08:37.009 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:08:37.010 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:08:37.011 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:08:37.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:37 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:08:37.009366+0000 mon.smithi055 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.110:0/2009476733' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:08:38.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:38 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:08:36.714242+0000 mgr.smithi055.ipragc (mgr.14164) 115 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:08:38.630 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:08:38.630 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:08:40.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:40 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:08:38.714594+0000 mgr.smithi055.ipragc (mgr.14164) 116 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:08:40.647 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:08:40.647 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:08:40.648 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:08:41.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:41 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:08:40.646646+0000 mon.smithi055 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.110:0/496676201' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:08:42.349 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:08:42.350 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:08:42.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:42 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:08:40.714866+0000 mgr.smithi055.ipragc (mgr.14164) 117 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:08:44.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:44 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:08:42.715200+0000 mgr.smithi055.ipragc (mgr.14164) 118 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:08:44.790 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:08:44.790 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:08:44.791 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:08:45.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:45 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:08:44.789713+0000 mon.smithi055 (mon.0) 175 : audit [DBG] from='client.? 172.21.15.110:0/2539756888' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:08:46.403 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:08:46.404 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:08:46.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:46 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:08:44.715449+0000 mgr.smithi055.ipragc (mgr.14164) 119 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:08:48.554 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:08:48.555 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:08:48.556 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:08:48.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:08:46.715688+0000 mgr.smithi055.ipragc (mgr.14164) 120 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:08:49.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:49 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:08:48.554120+0000 mon.smithi055 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.110:0/3774398821' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:08:50.214 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:08:50.214 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:08:50.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:50 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:08:48.716030+0000 mgr.smithi055.ipragc (mgr.14164) 121 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:08:51.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:08:50.832042+0000 mon.smithi055 (mon.0) 177 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.ipragc/mirror_snapshot_schedule"}]: dispatch 2024-02-10T09:08:51.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:08:50.833079+0000 mon.smithi055 (mon.0) 178 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.ipragc/trash_purge_schedule"}]: dispatch 2024-02-10T09:08:52.368 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:08:52.368 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:08:52.370 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:08:52.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:08:50.716374+0000 mgr.smithi055.ipragc (mgr.14164) 122 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:08:53.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:53 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:08:52.368200+0000 mon.smithi055 (mon.0) 179 : audit [DBG] from='client.? 172.21.15.110:0/732162034' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:08:54.078 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:08:54.078 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:08:54.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:54 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:08:52.716606+0000 mgr.smithi055.ipragc (mgr.14164) 123 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:08:56.319 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:08:56.319 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:08:56.321 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:08:56.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:56 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:08:54.716866+0000 mgr.smithi055.ipragc (mgr.14164) 124 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:08:57.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:57 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:08:56.319502+0000 mon.smithi055 (mon.0) 180 : audit [DBG] from='client.? 172.21.15.110:0/3073590225' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:08:57.937 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:08:57.938 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:08:58.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:08:58 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:08:56.717165+0000 mgr.smithi055.ipragc (mgr.14164) 125 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:09:00.222 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:09:00.222 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:09:00.224 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:09:00.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:00 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:08:58.717521+0000 mgr.smithi055.ipragc (mgr.14164) 126 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:09:00.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:00 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:09:00.222199+0000 mon.smithi055 (mon.0) 181 : audit [DBG] from='client.? 172.21.15.110:0/1321661782' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:09:01.884 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:09:01.884 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:09:02.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:02 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:09:00.717886+0000 mgr.smithi055.ipragc (mgr.14164) 127 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:09:04.015 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:09:04.016 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:09:04.017 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:09:04.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:04 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:09:02.718270+0000 mgr.smithi055.ipragc (mgr.14164) 128 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:09:04.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:04 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:09:04.015331+0000 mon.smithi055 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.110:0/2149128911' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:09:05.660 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:09:05.660 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:09:06.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:06 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:09:04.718577+0000 mgr.smithi055.ipragc (mgr.14164) 129 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:09:07.709 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:09:07.709 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:09:07.711 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:09:08.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:08 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:09:06.718942+0000 mgr.smithi055.ipragc (mgr.14164) 130 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:09:08.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:08 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:09:07.708863+0000 mon.smithi055 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.110:0/1403917235' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:09:09.449 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:09:09.449 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:09:10.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:10 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:09:08.719364+0000 mgr.smithi055.ipragc (mgr.14164) 131 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:09:11.602 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:09:11.602 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:09:11.603 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:09:12.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:12 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:09:10.719717+0000 mgr.smithi055.ipragc (mgr.14164) 132 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:09:12.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:12 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:09:11.601941+0000 mon.smithi055 (mon.0) 184 : audit [DBG] from='client.? 172.21.15.110:0/3665693677' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:09:13.325 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:09:13.325 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:09:14.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:14 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:09:12.720075+0000 mgr.smithi055.ipragc (mgr.14164) 133 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:09:15.612 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:09:15.612 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:09:15.614 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:09:16.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:16 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:09:14.720396+0000 mgr.smithi055.ipragc (mgr.14164) 134 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:09:16.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:16 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:09:15.612038+0000 mon.smithi055 (mon.0) 185 : audit [DBG] from='client.? 172.21.15.110:0/2334122939' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:09:17.338 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:09:17.338 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:09:18.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:18 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:09:16.720808+0000 mgr.smithi055.ipragc (mgr.14164) 135 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:09:19.555 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:09:19.556 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:09:19.557 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:09:20.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:20 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:09:18.721125+0000 mgr.smithi055.ipragc (mgr.14164) 136 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:09:20.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:20 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:09:19.555533+0000 mon.smithi055 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.110:0/1849336934' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:09:21.219 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:09:21.219 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:09:22.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:22 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:09:20.721406+0000 mgr.smithi055.ipragc (mgr.14164) 137 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:09:23.488 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:09:23.488 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:09:23.489 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:09:24.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:09:22.721771+0000 mgr.smithi055.ipragc (mgr.14164) 138 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:09:24.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:09:23.487428+0000 mon.smithi055 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.110:0/2709704228' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:09:25.269 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:09:25.270 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:09:26.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:26 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:09:24.722093+0000 mgr.smithi055.ipragc (mgr.14164) 139 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:09:27.499 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:09:27.499 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:09:27.501 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:09:28.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:28 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:09:26.722430+0000 mgr.smithi055.ipragc (mgr.14164) 140 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:09:28.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:28 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:09:27.499204+0000 mon.smithi055 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.110:0/1415051981' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:09:29.158 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:09:29.158 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:09:30.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:30 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:09:28.722721+0000 mgr.smithi055.ipragc (mgr.14164) 141 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:09:31.208 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:09:31.208 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:09:31.209 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:09:31.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:31 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:09:31.207775+0000 mon.smithi055 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.110:0/1679451625' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:09:32.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:32 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:09:30.723006+0000 mgr.smithi055.ipragc (mgr.14164) 142 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:09:32.865 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:09:32.865 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:09:34.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:34 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:09:32.723388+0000 mgr.smithi055.ipragc (mgr.14164) 143 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:09:35.116 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:09:35.117 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:09:35.118 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:09:35.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:35 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:09:35.116625+0000 mon.smithi055 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.110:0/283847078' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:09:36.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:36 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:09:34.723710+0000 mgr.smithi055.ipragc (mgr.14164) 144 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:09:36.811 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:09:36.812 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:09:38.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:38 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:09:36.724071+0000 mgr.smithi055.ipragc (mgr.14164) 145 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:09:38.929 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:09:38.930 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:09:38.931 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:09:39.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:39 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:09:38.929355+0000 mon.smithi055 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.110:0/3986530757' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:09:40.610 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:09:40.610 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:09:40.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:40 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:09:38.724286+0000 mgr.smithi055.ipragc (mgr.14164) 146 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:09:42.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:42 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:09:40.724631+0000 mgr.smithi055.ipragc (mgr.14164) 147 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:09:42.805 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:09:42.806 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:09:42.807 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:09:43.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:43 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:09:42.805764+0000 mon.smithi055 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.110:0/1785811649' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:09:44.532 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:09:44.533 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:09:44.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:44 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:09:42.724972+0000 mgr.smithi055.ipragc (mgr.14164) 148 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:09:45.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:45 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:09:44.725344+0000 mgr.smithi055.ipragc (mgr.14164) 149 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:09:46.744 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:09:46.749 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:09:46.749 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:09:47.114 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:46 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:09:46.744415+0000 mon.smithi055 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.110:0/1262293166' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:09:48.114 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:47 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:09:46.725692+0000 mgr.smithi055.ipragc (mgr.14164) 150 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:09:48.472 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:09:48.473 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:09:50.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:50 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:09:48.726052+0000 mgr.smithi055.ipragc (mgr.14164) 151 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:09:50.644 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:09:50.645 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:09:50.646 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:09:51.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:09:50.644678+0000 mon.smithi055 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.110:0/1513409035' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:09:51.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:09:50.833085+0000 mon.smithi055 (mon.0) 195 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.ipragc/mirror_snapshot_schedule"}]: dispatch 2024-02-10T09:09:51.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:09:50.833947+0000 mon.smithi055 (mon.0) 196 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.ipragc/trash_purge_schedule"}]: dispatch 2024-02-10T09:09:52.392 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:09:52.393 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:09:52.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:09:50.726436+0000 mgr.smithi055.ipragc (mgr.14164) 152 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:09:54.550 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:09:54.551 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:09:54.552 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:09:54.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:54 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:09:52.726660+0000 mgr.smithi055.ipragc (mgr.14164) 153 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:09:55.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:55 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:09:54.550494+0000 mon.smithi055 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.110:0/1024942979' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:09:56.160 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:09:56.161 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:09:56.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:56 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:09:54.726938+0000 mgr.smithi055.ipragc (mgr.14164) 154 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:09:58.292 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:09:58.292 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:09:58.293 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:09:58.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:58 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:09:56.727174+0000 mgr.smithi055.ipragc (mgr.14164) 155 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:09:59.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:09:59 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:09:58.291757+0000 mon.smithi055 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.110:0/3978815233' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:10:00.016 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:10:00.016 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:10:00.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:00 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:09:58.727540+0000 mgr.smithi055.ipragc (mgr.14164) 156 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:10:02.347 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:10:02.347 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:10:02.348 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:10:02.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:02 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:10:00.727833+0000 mgr.smithi055.ipragc (mgr.14164) 157 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:10:02.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:02 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:10:02.146361+0000 mon.smithi055 (mon.0) 199 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi055", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-10T09:10:02.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:02 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:10:02.149377+0000 mon.smithi055 (mon.0) 200 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi055", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-10T09:10:02.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:02 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:10:02.150189+0000 mon.smithi055 (mon.0) 201 : audit [DBG] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:10:03.441 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cephadm 2024-02-10T09:10:02.143439+0000 mgr.smithi055.ipragc (mgr.14164) 158 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-365142d0-c7f3-11ee-95b8-87774f69a715-alertmanager.smithi055 2024-02-10T09:10:03.441 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: /bin/podman: stderr Error: no such container ceph-365142d0-c7f3-11ee-95b8-87774f69a715-alertmanager.smithi055 2024-02-10T09:10:03.442 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Deploy daemon alertmanager.smithi055 ... 2024-02-10T09:10:03.442 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-02-10T09:10:03.442 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-02-10T09:10:03.442 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr time="2024-02-10T09:05:40Z" 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-10T09:10:03.442 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr time="2024-02-10T09:06:17Z" 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-10T09:10:03.442 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr time="2024-02-10T09:06:55Z" 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-10T09:10:03.442 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 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-10T09:10:03.442 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-02-10T09:10:03.442 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-02-10T09:10:03.442 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr time="2024-02-10T09:08:09Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-10T09:10:03.442 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr time="2024-02-10T09:08:47Z" 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-10T09:10:03.442 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr time="2024-02-10T09:09:24Z" 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-10T09:10:03.442 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 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-10T09:10:03.443 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Traceback (most recent call last): 2024-02-10T09:10:03.443 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-10T09:10:03.443 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: main() 2024-02-10T09:10:03.443 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-10T09:10:03.443 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: r = ctx.func(ctx) 2024-02-10T09:10:03.443 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-10T09:10:03.443 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: return func(ctx) 2024-02-10T09:10:03.443 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-02-10T09:10:03.443 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-02-10T09:10:03.443 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2024-02-10T09:10:03.443 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-02-10T09:10:03.443 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-02-10T09:10:03.443 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: raise RuntimeError('uid/gid not found') 2024-02-10T09:10:03.444 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: RuntimeError: uid/gid not found 2024-02-10T09:10:03.444 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Traceback (most recent call last): 2024-02-10T09:10:03.444 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2024-02-10T09:10:03.444 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: yield (conn, connr) 2024-02-10T09:10:03.444 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2024-02-10T09:10:03.444 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: code, '\n'.join(err))) 2024-02-10T09:10:03.444 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 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-365142d0-c7f3-11ee-95b8-87774f69a715-alertmanager.smithi055 2024-02-10T09:10:03.444 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: /bin/podman: stderr Error: no such container ceph-365142d0-c7f3-11ee-95b8-87774f69a715-alertmanager.smithi055 2024-02-10T09:10:03.444 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Deploy daemon alertmanager.smithi055 ... 2024-02-10T09:10:03.444 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-02-10T09:10:03.444 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-02-10T09:10:03.444 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr time="2024-02-10T09:05:40Z" 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-10T09:10:03.444 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr time="2024-02-10T09:06:17Z" 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-10T09:10:03.445 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr time="2024-02-10T09:06:55Z" 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-10T09:10:03.445 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 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-10T09:10:03.445 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-02-10T09:10:03.445 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-02-10T09:10:03.445 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr time="2024-02-10T09:08:09Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-10T09:10:03.445 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr time="2024-02-10T09:08:47Z" 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-10T09:10:03.445 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr time="2024-02-10T09:09:24Z" 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-10T09:10:03.445 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 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-10T09:10:03.445 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Traceback (most recent call last): 2024-02-10T09:10:03.445 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-10T09:10:03.445 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: main() 2024-02-10T09:10:03.445 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-10T09:10:03.445 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: r = ctx.func(ctx) 2024-02-10T09:10:03.445 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-10T09:10:03.446 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: return func(ctx) 2024-02-10T09:10:03.446 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-02-10T09:10:03.446 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-02-10T09:10:03.446 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2024-02-10T09:10:03.446 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-02-10T09:10:03.446 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-02-10T09:10:03.446 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: raise RuntimeError('uid/gid not found') 2024-02-10T09:10:03.446 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: RuntimeError: uid/gid not found 2024-02-10T09:10:03.447 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cephadm 2024-02-10T09:10:02.143740+0000 mgr.smithi055.ipragc (mgr.14164) 159 : cephadm [ERR] Failed while placing alertmanager.smithi055 on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-365142d0-c7f3-11ee-95b8-87774f69a715-alertmanager.smithi055 2024-02-10T09:10:03.447 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: /bin/podman: stderr Error: no such container ceph-365142d0-c7f3-11ee-95b8-87774f69a715-alertmanager.smithi055 2024-02-10T09:10:03.447 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Deploy daemon alertmanager.smithi055 ... 2024-02-10T09:10:03.447 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2024-02-10T09:10:03.447 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-02-10T09:10:03.447 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr time="2024-02-10T09:05:40Z" 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-10T09:10:03.447 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr time="2024-02-10T09:06:17Z" 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-10T09:10:03.448 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr time="2024-02-10T09:06:55Z" 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-10T09:10:03.448 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 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-10T09:10:03.448 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2024-02-10T09:10:03.448 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2024-02-10T09:10:03.448 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr time="2024-02-10T09:08:09Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-10T09:10:03.448 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr time="2024-02-10T09:08:47Z" 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-10T09:10:03.448 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr time="2024-02-10T09:09:24Z" 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-10T09:10:03.448 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 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-10T09:10:03.448 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Traceback (most recent call last): 2024-02-10T09:10:03.448 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-10T09:10:03.448 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: main() 2024-02-10T09:10:03.448 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-10T09:10:03.448 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: r = ctx.func(ctx) 2024-02-10T09:10:03.449 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-10T09:10:03.449 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: return func(ctx) 2024-02-10T09:10:03.449 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-02-10T09:10:03.449 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-02-10T09:10:03.449 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2024-02-10T09:10:03.449 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2024-02-10T09:10:03.449 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-02-10T09:10:03.449 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: raise RuntimeError('uid/gid not found') 2024-02-10T09:10:03.449 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: RuntimeError: uid/gid not found 2024-02-10T09:10:03.449 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cephadm 2024-02-10T09:10:02.150813+0000 mgr.smithi055.ipragc (mgr.14164) 160 : cephadm [INF] Deploying daemon crash.smithi055 on smithi055 2024-02-10T09:10:03.449 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:03 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:10:02.346625+0000 mon.smithi055 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.110:0/2237383605' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:10:03.994 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:10:03.994 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:10:04.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:04 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:10:02.728154+0000 mgr.smithi055.ipragc (mgr.14164) 161 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:10:06.078 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:10:06.078 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:10:06.080 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:10:06.114 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:05 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:10:04.728465+0000 mgr.smithi055.ipragc (mgr.14164) 162 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:10:06.115 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:05 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:10:04.744053+0000 mon.smithi055 (mon.0) 203 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' 2024-02-10T09:10:06.115 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:05 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:10:04.888929+0000 mon.smithi055 (mon.0) 204 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' 2024-02-10T09:10:06.115 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:05 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:10:04.892975+0000 mon.smithi055 (mon.0) 205 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' 2024-02-10T09:10:06.115 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:05 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:10:04.893435+0000 mon.smithi055 (mon.0) 206 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-10T09:10:06.115 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:05 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:10:04.893777+0000 mgr.smithi055.ipragc (mgr.14164) 163 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-10T09:10:06.115 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:05 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:10:04.896204+0000 mon.smithi055 (mon.0) 207 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' 2024-02-10T09:10:06.115 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:05 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cephadm 2024-02-10T09:10:04.898999+0000 mgr.smithi055.ipragc (mgr.14164) 164 : cephadm [INF] Deploying daemon grafana.smithi055 on smithi055 2024-02-10T09:10:07.114 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:06 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:10:05.833847+0000 mon.smithi055 (mon.0) 208 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' 2024-02-10T09:10:07.114 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:06 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:10:06.077973+0000 mon.smithi055 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.110:0/871318785' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:10:07.732 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:10:07.733 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:10:08.114 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:07 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:10:06.728819+0000 mgr.smithi055.ipragc (mgr.14164) 165 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:10:09.755 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:10:09.755 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:10:09.757 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:10:10.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:10 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:10:08.729191+0000 mgr.smithi055.ipragc (mgr.14164) 166 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:10:10.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:10 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:10:09.755145+0000 mon.smithi055 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.110:0/1704111979' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:10:11.446 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:10:11.447 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:10:12.617 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:12 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:10:10.729581+0000 mgr.smithi055.ipragc (mgr.14164) 167 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:10:13.677 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:10:13.677 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:10:13.678 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:10:14.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:14 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:10:12.729830+0000 mgr.smithi055.ipragc (mgr.14164) 168 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:10:14.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:14 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:10:13.676842+0000 mon.smithi055 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.110:0/1874423999' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:10:15.447 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:10:15.448 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:10:16.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:16 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:10:14.730075+0000 mgr.smithi055.ipragc (mgr.14164) 169 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:10:17.552 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:10:17.553 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:10:17.554 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:10:18.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:18 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:10:16.730350+0000 mgr.smithi055.ipragc (mgr.14164) 170 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:10:18.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:18 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:10:17.552299+0000 mon.smithi055 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.110:0/1983344953' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:10:19.193 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:10:19.193 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:10:20.364 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:20 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:10:18.730586+0000 mgr.smithi055.ipragc (mgr.14164) 171 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:10:21.407 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:10:21.407 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:10:21.408 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:10:22.391 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:22 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:10:20.730869+0000 mgr.smithi055.ipragc (mgr.14164) 172 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:10:22.392 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:22 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:10:21.406558+0000 mon.smithi055 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.110:0/1038254422' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:10:23.147 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:10:23.147 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:10:23.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:23 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:10:22.455564+0000 mon.smithi055 (mon.0) 214 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' 2024-02-10T09:10:23.865 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:23 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cephadm 2024-02-10T09:10:22.457480+0000 mgr.smithi055.ipragc (mgr.14164) 173 : cephadm [INF] Deploying daemon node-exporter.smithi055 on smithi055 2024-02-10T09:10:23.865 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:23 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:10:22.731109+0000 mgr.smithi055.ipragc (mgr.14164) 174 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:10:25.174 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:10:25.174 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:10:25.176 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:10:26.114 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:25 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:10:24.731441+0000 mgr.smithi055.ipragc (mgr.14164) 175 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:10:26.115 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:25 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:10:25.174264+0000 mon.smithi055 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.110:0/1057935189' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:10:26.985 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:10:26.986 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:10:27.114 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:26 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:10:25.842400+0000 mon.smithi055 (mon.0) 216 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' 2024-02-10T09:10:28.114 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:27 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:10:26.731831+0000 mgr.smithi055.ipragc (mgr.14164) 176 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:10:29.238 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:10:29.239 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:10:29.239 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:10:30.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:30 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:10:28.732138+0000 mgr.smithi055.ipragc (mgr.14164) 177 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:10:30.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:30 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:10:29.237828+0000 mon.smithi055 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.110:0/3032543150' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:10:30.874 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:10:30.874 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:10:32.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:32 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:10:30.732487+0000 mgr.smithi055.ipragc (mgr.14164) 178 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:10:33.137 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:10:33.137 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:10:33.139 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:10:34.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:34 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:10:32.732860+0000 mgr.smithi055.ipragc (mgr.14164) 179 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:10:34.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:34 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:10:33.136797+0000 mon.smithi055 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.110:0/836683975' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:10:35.033 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:10:35.034 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:10:36.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:36 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:10:34.733157+0000 mgr.smithi055.ipragc (mgr.14164) 180 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:10:37.416 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:10:37.416 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:10:37.417 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:10:38.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:38 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:10:36.733427+0000 mgr.smithi055.ipragc (mgr.14164) 181 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:10:38.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:38 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:10:37.415169+0000 mon.smithi055 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.110:0/1736064632' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:10:39.170 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:10:39.170 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:10:40.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:40 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:10:38.733776+0000 mgr.smithi055.ipragc (mgr.14164) 182 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:10:41.459 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:10:41.459 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:10:41.461 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:10:42.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:42 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:10:40.734050+0000 mgr.smithi055.ipragc (mgr.14164) 183 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:10:42.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:42 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:10:41.458890+0000 mon.smithi055 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.110:0/3990314640' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:10:43.217 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:10:43.217 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:10:44.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:44 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:10:42.734388+0000 mgr.smithi055.ipragc (mgr.14164) 184 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:10:45.511 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:10:45.511 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:10:45.512 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:10:46.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:46 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:10:44.734730+0000 mgr.smithi055.ipragc (mgr.14164) 185 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:10:46.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:46 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:10:45.510423+0000 mon.smithi055 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.110:0/2009491629' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:10:47.432 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:10:47.433 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:10:48.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:10:46.734976+0000 mgr.smithi055.ipragc (mgr.14164) 186 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:10:49.793 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:10:49.794 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:10:49.795 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:10:50.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:50 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:10:48.735307+0000 mgr.smithi055.ipragc (mgr.14164) 187 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:10:50.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:50 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:10:49.793542+0000 mon.smithi055 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.110:0/1741020297' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:10:51.609 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:10:51.610 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:10:51.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:10:50.834010+0000 mon.smithi055 (mon.0) 223 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.ipragc/mirror_snapshot_schedule"}]: dispatch 2024-02-10T09:10:51.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:10:50.834959+0000 mon.smithi055 (mon.0) 224 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.ipragc/trash_purge_schedule"}]: dispatch 2024-02-10T09:10:52.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:10:50.735638+0000 mgr.smithi055.ipragc (mgr.14164) 188 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:10:54.013 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:10:54.013 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:10:54.015 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:10:54.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:54 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:10:52.736032+0000 mgr.smithi055.ipragc (mgr.14164) 189 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:10:54.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:54 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:10:54.013003+0000 mon.smithi055 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.110:0/1454475573' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:10:55.728 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:10:55.728 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:10:56.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:56 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:10:54.736434+0000 mgr.smithi055.ipragc (mgr.14164) 190 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:10:57.914 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:10:57.914 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:10:57.916 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:10:58.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:58 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:10:56.736840+0000 mgr.smithi055.ipragc (mgr.14164) 191 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:10:58.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:10:58 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:10:57.913855+0000 mon.smithi055 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.110:0/492614625' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:10:59.685 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:10:59.686 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:11:00.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:00 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:10:58.737112+0000 mgr.smithi055.ipragc (mgr.14164) 192 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:11:01.889 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:11:01.890 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:11:01.891 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:11:02.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:02 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:11:00.737394+0000 mgr.smithi055.ipragc (mgr.14164) 193 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:11:02.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:02 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:11:01.889403+0000 mon.smithi055 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.110:0/289294362' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:11:03.700 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:11:03.701 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:11:04.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:04 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:11:02.737641+0000 mgr.smithi055.ipragc (mgr.14164) 194 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:11:05.863 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:11:05.863 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:11:05.865 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:11:06.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:06 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:11:04.737992+0000 mgr.smithi055.ipragc (mgr.14164) 195 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:11:06.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:06 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:11:05.863095+0000 mon.smithi055 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.110:0/4233321954' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:11:07.718 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:11:07.718 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:11:08.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:08 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:11:06.738388+0000 mgr.smithi055.ipragc (mgr.14164) 196 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:11:10.058 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:11:10.058 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:11:10.060 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:11:10.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:10 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:11:08.738817+0000 mgr.smithi055.ipragc (mgr.14164) 197 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:11:10.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:10 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:11:10.058166+0000 mon.smithi055 (mon.0) 229 : audit [DBG] from='client.? 172.21.15.110:0/1543424095' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:11:11.911 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:11:11.912 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:11:12.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:12 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:11:10.739169+0000 mgr.smithi055.ipragc (mgr.14164) 198 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:11:14.165 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:11:14.165 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:11:14.167 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:11:14.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:14 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:11:12.739552+0000 mgr.smithi055.ipragc (mgr.14164) 199 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:11:14.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:14 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:11:14.164585+0000 mon.smithi055 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.110:0/738374122' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:11:15.964 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:11:15.964 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:11:16.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:16 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:11:14.739958+0000 mgr.smithi055.ipragc (mgr.14164) 200 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:11:18.215 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:11:18.215 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:11:18.216 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:11:18.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:18 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:11:16.740318+0000 mgr.smithi055.ipragc (mgr.14164) 201 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:11:18.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:18 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:11:18.214766+0000 mon.smithi055 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.110:0/1833837954' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:11:20.087 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:11:20.087 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:11:20.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:20 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:11:18.740653+0000 mgr.smithi055.ipragc (mgr.14164) 202 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:11:22.506 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:11:22.506 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:11:22.508 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:11:22.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:22 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:11:20.741003+0000 mgr.smithi055.ipragc (mgr.14164) 203 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:11:23.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:23 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:11:22.506141+0000 mon.smithi055 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.110:0/3034285607' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:11:24.388 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:11:24.389 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:11:24.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:11:22.741345+0000 mgr.smithi055.ipragc (mgr.14164) 204 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:11:26.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:26 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:11:24.741635+0000 mgr.smithi055.ipragc (mgr.14164) 205 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:11:26.793 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:11:26.793 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:11:26.794 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:11:27.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:27 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:11:26.792302+0000 mon.smithi055 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.110:0/3709819467' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:11:28.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:28 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:11:26.741927+0000 mgr.smithi055.ipragc (mgr.14164) 206 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:11:28.671 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:11:28.671 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:11:30.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:30 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:11:28.742286+0000 mgr.smithi055.ipragc (mgr.14164) 207 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:11:30.846 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:11:30.846 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:11:30.848 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:11:31.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:31 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:11:30.845725+0000 mon.smithi055 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.110:0/3189740140' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:11:32.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:32 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:11:30.742618+0000 mgr.smithi055.ipragc (mgr.14164) 208 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:11:32.618 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:11:32.619 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:11:34.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:34 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:11:32.742909+0000 mgr.smithi055.ipragc (mgr.14164) 209 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:11:34.836 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:11:34.836 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:11:34.838 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:11:35.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:35 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:11:34.835653+0000 mon.smithi055 (mon.0) 235 : audit [DBG] from='client.? 172.21.15.110:0/3107131804' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:11:36.488 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:11:36.488 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:11:36.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:36 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:11:34.743291+0000 mgr.smithi055.ipragc (mgr.14164) 210 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:11:38.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:38 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:11:36.743644+0000 mgr.smithi055.ipragc (mgr.14164) 211 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:11:38.851 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:11:38.851 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:11:38.852 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:11:39.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:39 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:11:38.850596+0000 mon.smithi055 (mon.0) 236 : audit [DBG] from='client.? 172.21.15.110:0/2024828215' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:11:40.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:40 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:11:38.744007+0000 mgr.smithi055.ipragc (mgr.14164) 212 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:11:40.649 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:11:40.650 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:11:42.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:42 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:11:40.744359+0000 mgr.smithi055.ipragc (mgr.14164) 213 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:11:42.880 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:11:42.881 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:11:42.882 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:11:43.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:43 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:11:42.880543+0000 mon.smithi055 (mon.0) 237 : audit [DBG] from='client.? 172.21.15.110:0/857307718' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:11:44.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:44 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:11:42.744742+0000 mgr.smithi055.ipragc (mgr.14164) 214 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:11:44.706 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:11:44.706 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:11:45.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:45 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:11:44.745116+0000 mgr.smithi055.ipragc (mgr.14164) 215 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:11:46.973 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:11:46.973 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:11:46.975 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:11:48.114 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:47 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:11:46.745528+0000 mgr.smithi055.ipragc (mgr.14164) 216 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:11:48.114 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:47 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:11:46.972852+0000 mon.smithi055 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.110:0/1631352033' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:11:48.885 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:11:48.885 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:11:50.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:50 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:11:48.745909+0000 mgr.smithi055.ipragc (mgr.14164) 217 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:11:51.093 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:11:51.094 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:11:51.095 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:11:51.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:11:50.835095+0000 mon.smithi055 (mon.0) 239 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.ipragc/mirror_snapshot_schedule"}]: dispatch 2024-02-10T09:11:51.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:11:50.835903+0000 mon.smithi055 (mon.0) 240 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.ipragc/trash_purge_schedule"}]: dispatch 2024-02-10T09:11:51.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:11:51.093542+0000 mon.smithi055 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.110:0/1442975278' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:11:52.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:11:50.746231+0000 mgr.smithi055.ipragc (mgr.14164) 218 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:11:52.769 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:11:52.769 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:11:54.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:54 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:11:52.746549+0000 mgr.smithi055.ipragc (mgr.14164) 219 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:11:55.169 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:11:55.169 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:11:55.170 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:11:56.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:56 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:11:54.746904+0000 mgr.smithi055.ipragc (mgr.14164) 220 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:11:56.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:56 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:11:55.168803+0000 mon.smithi055 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.110:0/1184908075' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:11:56.933 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:11:56.934 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:11:58.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:58 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:11:56.747249+0000 mgr.smithi055.ipragc (mgr.14164) 221 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:11:59.094 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:11:59.094 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:11:59.096 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:11:59.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:11:59 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:11:59.094053+0000 mon.smithi055 (mon.0) 243 : audit [DBG] from='client.? 172.21.15.110:0/3651215065' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:12:00.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:00 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:11:58.747639+0000 mgr.smithi055.ipragc (mgr.14164) 222 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:12:00.927 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:12:00.927 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:12:02.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:02 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:12:00.748036+0000 mgr.smithi055.ipragc (mgr.14164) 223 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:12:03.215 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:12:03.215 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:12:03.217 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:12:04.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:04 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:12:02.748411+0000 mgr.smithi055.ipragc (mgr.14164) 224 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:12:04.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:04 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:12:03.215152+0000 mon.smithi055 (mon.0) 244 : audit [DBG] from='client.? 172.21.15.110:0/2649718011' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:12:04.991 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:12:04.992 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:12:06.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:06 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:12:04.748815+0000 mgr.smithi055.ipragc (mgr.14164) 225 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:12:07.195 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:12:07.196 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:12:07.197 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:12:08.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:08 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:12:06.749199+0000 mgr.smithi055.ipragc (mgr.14164) 226 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:12:08.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:08 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:12:07.195321+0000 mon.smithi055 (mon.0) 245 : audit [DBG] from='client.? 172.21.15.110:0/863379751' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:12:08.857 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:12:08.857 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:12:10.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:10 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:12:08.749580+0000 mgr.smithi055.ipragc (mgr.14164) 227 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:12:11.122 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:12:11.122 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:12:11.124 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:12:11.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:11 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:12:11.121998+0000 mon.smithi055 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.110:0/4107740590' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:12:12.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:12 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:12:10.749898+0000 mgr.smithi055.ipragc (mgr.14164) 228 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:12:12.717 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:12:12.717 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:12:14.463 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:14 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:12:12.750133+0000 mgr.smithi055.ipragc (mgr.14164) 229 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:12:15.001 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:12:15.001 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:12:15.003 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:12:15.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:15 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:12:15.001288+0000 mon.smithi055 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.110:0/4247312020' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:12:16.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:16 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:12:14.750525+0000 mgr.smithi055.ipragc (mgr.14164) 230 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:12:16.843 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:12:16.843 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:12:18.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:18 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:12:16.750917+0000 mgr.smithi055.ipragc (mgr.14164) 231 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:12:19.427 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:12:19.427 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:12:19.429 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:12:20.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:20 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:12:18.751283+0000 mgr.smithi055.ipragc (mgr.14164) 232 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:12:20.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:20 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:12:19.427300+0000 mon.smithi055 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.110:0/3249714569' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:12:21.250 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:12:21.250 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:12:22.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:22 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:12:20.751669+0000 mgr.smithi055.ipragc (mgr.14164) 233 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:12:23.472 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:12:23.472 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:12:23.474 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:12:24.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:12:22.752004+0000 mgr.smithi055.ipragc (mgr.14164) 234 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:12:24.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cephadm 2024-02-10T09:12:23.156469+0000 mgr.smithi055.ipragc (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-365142d0-c7f3-11ee-95b8-87774f69a715-node-exporter.smithi055 2024-02-10T09:12:24.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: /bin/podman: stderr Error: no such container ceph-365142d0-c7f3-11ee-95b8-87774f69a715-node-exporter.smithi055 2024-02-10T09:12:24.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Deploy daemon node-exporter.smithi055 ... 2024-02-10T09:12:24.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Verifying port 9100 ... 2024-02-10T09:12:24.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Non-zero exit code 1 from systemctl start ceph-365142d0-c7f3-11ee-95b8-87774f69a715@node-exporter.smithi055 2024-02-10T09:12:24.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: systemctl: stderr Job for ceph-365142d0-c7f3-11ee-95b8-87774f69a715@node-exporter.smithi055.service failed because a timeout was exceeded. 2024-02-10T09:12:24.616 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: systemctl: stderr See "systemctl status ceph-365142d0-c7f3-11ee-95b8-87774f69a715@node-exporter.smithi055.service" and "journalctl -xe" for details. 2024-02-10T09:12:24.616 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Traceback (most recent call last): 2024-02-10T09:12:24.616 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-10T09:12:24.616 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: main() 2024-02-10T09:12:24.616 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-10T09:12:24.616 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: r = ctx.func(ctx) 2024-02-10T09:12:24.616 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-10T09:12:24.616 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: return func(ctx) 2024-02-10T09:12:24.616 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-02-10T09:12:24.616 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: ports=daemon_ports) 2024-02-10T09:12:24.616 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2024-02-10T09:12:24.616 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: c, osd_fsid=osd_fsid, ports=ports) 2024-02-10T09:12:24.616 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2024-02-10T09:12:24.617 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-02-10T09:12:24.617 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-02-10T09:12:24.617 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-02-10T09:12:24.617 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: RuntimeError: Failed command: systemctl start ceph-365142d0-c7f3-11ee-95b8-87774f69a715@node-exporter.smithi055 2024-02-10T09:12:24.617 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Traceback (most recent call last): 2024-02-10T09:12:24.617 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2024-02-10T09:12:24.617 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: yield (conn, connr) 2024-02-10T09:12:24.617 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2024-02-10T09:12:24.617 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: code, '\n'.join(err))) 2024-02-10T09:12:24.617 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 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-365142d0-c7f3-11ee-95b8-87774f69a715-node-exporter.smithi055 2024-02-10T09:12:24.617 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: /bin/podman: stderr Error: no such container ceph-365142d0-c7f3-11ee-95b8-87774f69a715-node-exporter.smithi055 2024-02-10T09:12:24.617 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Deploy daemon node-exporter.smithi055 ... 2024-02-10T09:12:24.617 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Verifying port 9100 ... 2024-02-10T09:12:24.617 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Non-zero exit code 1 from systemctl start ceph-365142d0-c7f3-11ee-95b8-87774f69a715@node-exporter.smithi055 2024-02-10T09:12:24.617 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: systemctl: stderr Job for ceph-365142d0-c7f3-11ee-95b8-87774f69a715@node-exporter.smithi055.service failed because a timeout was exceeded. 2024-02-10T09:12:24.618 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: systemctl: stderr See "systemctl status ceph-365142d0-c7f3-11ee-95b8-87774f69a715@node-exporter.smithi055.service" and "journalctl -xe" for details. 2024-02-10T09:12:24.618 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Traceback (most recent call last): 2024-02-10T09:12:24.618 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-10T09:12:24.618 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: main() 2024-02-10T09:12:24.618 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-10T09:12:24.618 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: r = ctx.func(ctx) 2024-02-10T09:12:24.618 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-10T09:12:24.618 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: return func(ctx) 2024-02-10T09:12:24.618 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-02-10T09:12:24.618 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: ports=daemon_ports) 2024-02-10T09:12:24.618 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2024-02-10T09:12:24.618 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: c, osd_fsid=osd_fsid, ports=ports) 2024-02-10T09:12:24.619 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2024-02-10T09:12:24.619 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-02-10T09:12:24.619 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-02-10T09:12:24.619 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-02-10T09:12:24.619 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: RuntimeError: Failed command: systemctl start ceph-365142d0-c7f3-11ee-95b8-87774f69a715@node-exporter.smithi055 2024-02-10T09:12:24.619 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cephadm 2024-02-10T09:12:23.156695+0000 mgr.smithi055.ipragc (mgr.14164) 236 : cephadm [ERR] Failed while placing node-exporter.smithi055 on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-365142d0-c7f3-11ee-95b8-87774f69a715-node-exporter.smithi055 2024-02-10T09:12:24.619 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: /bin/podman: stderr Error: no such container ceph-365142d0-c7f3-11ee-95b8-87774f69a715-node-exporter.smithi055 2024-02-10T09:12:24.619 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Deploy daemon node-exporter.smithi055 ... 2024-02-10T09:12:24.619 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Verifying port 9100 ... 2024-02-10T09:12:24.619 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Non-zero exit code 1 from systemctl start ceph-365142d0-c7f3-11ee-95b8-87774f69a715@node-exporter.smithi055 2024-02-10T09:12:24.619 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: systemctl: stderr Job for ceph-365142d0-c7f3-11ee-95b8-87774f69a715@node-exporter.smithi055.service failed because a timeout was exceeded. 2024-02-10T09:12:24.619 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: systemctl: stderr See "systemctl status ceph-365142d0-c7f3-11ee-95b8-87774f69a715@node-exporter.smithi055.service" and "journalctl -xe" for details. 2024-02-10T09:12:24.620 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Traceback (most recent call last): 2024-02-10T09:12:24.620 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-10T09:12:24.620 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: main() 2024-02-10T09:12:24.620 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-10T09:12:24.620 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: r = ctx.func(ctx) 2024-02-10T09:12:24.620 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-10T09:12:24.620 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: return func(ctx) 2024-02-10T09:12:24.620 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2024-02-10T09:12:24.620 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: ports=daemon_ports) 2024-02-10T09:12:24.620 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2024-02-10T09:12:24.620 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: c, osd_fsid=osd_fsid, ports=ports) 2024-02-10T09:12:24.620 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2024-02-10T09:12:24.620 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2024-02-10T09:12:24.620 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2024-02-10T09:12:24.621 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-02-10T09:12:24.621 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: RuntimeError: Failed command: systemctl start ceph-365142d0-c7f3-11ee-95b8-87774f69a715@node-exporter.smithi055 2024-02-10T09:12:24.621 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cephadm 2024-02-10T09:12:23.163270+0000 mgr.smithi055.ipragc (mgr.14164) 237 : cephadm [INF] Deploying daemon prometheus.smithi055 on smithi055 2024-02-10T09:12:24.621 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:12:23.471970+0000 mon.smithi055 (mon.0) 249 : audit [DBG] from='client.? 172.21.15.110:0/2336742365' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:12:25.295 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:12:25.295 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:12:26.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:26 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:12:24.752338+0000 mgr.smithi055.ipragc (mgr.14164) 238 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:12:26.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:26 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:12:25.849794+0000 mon.smithi055 (mon.0) 250 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' 2024-02-10T09:12:27.477 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:12:27.478 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:12:27.479 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:12:28.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:28 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:12:26.752679+0000 mgr.smithi055.ipragc (mgr.14164) 239 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:12:28.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:28 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:12:27.477108+0000 mon.smithi055 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.110:0/1159374557' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:12:29.254 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:12:29.254 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:12:30.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:30 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:12:28.753029+0000 mgr.smithi055.ipragc (mgr.14164) 240 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:12:31.476 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:12:31.477 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:12:31.479 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:12:32.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:32 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:12:30.753328+0000 mgr.smithi055.ipragc (mgr.14164) 241 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:12:32.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:32 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:12:31.476723+0000 mon.smithi055 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.110:0/233471461' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:12:33.317 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:12:33.317 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:12:34.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:34 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:12:32.753683+0000 mgr.smithi055.ipragc (mgr.14164) 242 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:12:35.536 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:12:35.536 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:12:35.538 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:12:36.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:36 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:12:34.754088+0000 mgr.smithi055.ipragc (mgr.14164) 243 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:12:36.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:36 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:12:35.536114+0000 mon.smithi055 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.110:0/3231320883' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:12:37.171 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:12:37.172 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:12:38.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:38 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:12:36.754451+0000 mgr.smithi055.ipragc (mgr.14164) 244 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:12:39.423 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:12:39.424 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:12:39.425 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:12:40.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:40 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:12:38.754785+0000 mgr.smithi055.ipragc (mgr.14164) 245 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:12:40.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:40 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:12:39.423790+0000 mon.smithi055 (mon.0) 254 : audit [DBG] from='client.? 172.21.15.110:0/420149316' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:12:41.108 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:12:41.108 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:12:42.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:42 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:12:40.755176+0000 mgr.smithi055.ipragc (mgr.14164) 246 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:12:43.504 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:12:43.504 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:12:43.505 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:12:44.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:44 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:12:42.755517+0000 mgr.smithi055.ipragc (mgr.14164) 247 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:12:44.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:44 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:12:43.503600+0000 mon.smithi055 (mon.0) 255 : audit [DBG] from='client.? 172.21.15.110:0/3664342899' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:12:45.282 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:12:45.283 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:12:46.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:46 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:12:44.755891+0000 mgr.smithi055.ipragc (mgr.14164) 248 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:12:47.591 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:12:47.592 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:12:47.593 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:12:48.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:12:46.756201+0000 mgr.smithi055.ipragc (mgr.14164) 249 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:12:48.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:12:47.591434+0000 mon.smithi055 (mon.0) 256 : audit [DBG] from='client.? 172.21.15.110:0/3368254732' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:12:49.367 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:12:49.367 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:12:50.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:50 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:12:48.756564+0000 mgr.smithi055.ipragc (mgr.14164) 250 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:12:51.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:12:50.836099+0000 mon.smithi055 (mon.0) 257 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.ipragc/mirror_snapshot_schedule"}]: dispatch 2024-02-10T09:12:51.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:12:50.836894+0000 mon.smithi055 (mon.0) 258 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.ipragc/trash_purge_schedule"}]: dispatch 2024-02-10T09:12:51.720 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:12:51.721 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:12:51.722 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:12:52.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:12:50.756797+0000 mgr.smithi055.ipragc (mgr.14164) 251 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:12:52.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:12:51.720436+0000 mon.smithi055 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.110:0/970833082' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:12:53.408 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:12:53.409 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:12:54.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:54 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:12:52.757078+0000 mgr.smithi055.ipragc (mgr.14164) 252 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:12:55.596 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:12:55.596 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:12:55.598 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:12:56.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:56 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:12:54.757393+0000 mgr.smithi055.ipragc (mgr.14164) 253 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:12:56.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:56 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:12:55.595845+0000 mon.smithi055 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.110:0/3030704606' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:12:57.419 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:12:57.419 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:12:58.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:12:58 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:12:56.757748+0000 mgr.smithi055.ipragc (mgr.14164) 254 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:12:59.629 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:12:59.629 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:12:59.630 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:13:00.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:00 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:12:58.758039+0000 mgr.smithi055.ipragc (mgr.14164) 255 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:13:00.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:00 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:12:59.628350+0000 mon.smithi055 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.110:0/2004219031' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:13:01.447 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:13:01.447 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:13:02.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:02 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:13:00.758379+0000 mgr.smithi055.ipragc (mgr.14164) 256 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:13:03.711 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:13:03.711 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:13:03.713 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:13:04.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:04 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:13:02.758665+0000 mgr.smithi055.ipragc (mgr.14164) 257 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:13:04.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:04 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:13:03.711331+0000 mon.smithi055 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.110:0/2271549982' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:13:05.512 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:13:05.512 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:13:06.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:06 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:13:04.758934+0000 mgr.smithi055.ipragc (mgr.14164) 258 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:13:07.881 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:13:07.881 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:13:07.882 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:13:08.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:08 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:13:06.759292+0000 mgr.smithi055.ipragc (mgr.14164) 259 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:13:08.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:08 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:13:07.880685+0000 mon.smithi055 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.110:0/3098218166' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:13:09.670 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:13:09.670 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:13:10.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:10 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:13:08.759684+0000 mgr.smithi055.ipragc (mgr.14164) 260 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:13:11.905 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:13:11.905 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:13:11.907 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:13:12.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:12 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:13:10.760009+0000 mgr.smithi055.ipragc (mgr.14164) 261 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:13:12.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:12 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:13:11.905011+0000 mon.smithi055 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.110:0/3310293615' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:13:13.745 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:13:13.746 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:13:14.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:14 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:13:12.760328+0000 mgr.smithi055.ipragc (mgr.14164) 262 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:13:16.015 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:13:16.015 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:13:16.017 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:13:16.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:16 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:13:14.760611+0000 mgr.smithi055.ipragc (mgr.14164) 263 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:13:16.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:16 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:13:16.015120+0000 mon.smithi055 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.110:0/2773335356' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:13:17.807 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:13:17.807 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:13:18.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:18 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:13:16.760870+0000 mgr.smithi055.ipragc (mgr.14164) 264 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:13:20.255 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:13:20.256 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:13:20.256 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:13:20.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:20 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:13:18.761154+0000 mgr.smithi055.ipragc (mgr.14164) 265 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:13:20.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:20 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:13:20.254404+0000 mon.smithi055 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.110:0/413807315' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:13:22.020 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:13:22.021 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:13:22.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:22 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:13:20.761479+0000 mgr.smithi055.ipragc (mgr.14164) 266 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:13:24.197 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:13:24.197 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:13:24.198 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:13:24.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:13:22.761782+0000 mgr.smithi055.ipragc (mgr.14164) 267 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:13:25.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:25 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:13:24.196883+0000 mon.smithi055 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.110:0/2560345552' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:13:26.085 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:13:26.085 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:13:26.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:26 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:13:24.762064+0000 mgr.smithi055.ipragc (mgr.14164) 268 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:13:28.487 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:13:28.487 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:13:28.489 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:13:28.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:28 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:13:26.762401+0000 mgr.smithi055.ipragc (mgr.14164) 269 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:13:29.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:29 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:13:28.486902+0000 mon.smithi055 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.110:0/2407208956' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:13:30.199 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:13:30.200 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:13:30.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:30 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:13:28.762736+0000 mgr.smithi055.ipragc (mgr.14164) 270 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:13:32.525 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:13:32.525 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:13:32.527 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:13:32.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:32 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:13:30.763029+0000 mgr.smithi055.ipragc (mgr.14164) 271 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:13:33.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:33 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:13:32.525262+0000 mon.smithi055 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.110:0/3591473434' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:13:34.405 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:13:34.405 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:13:34.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:34 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:13:32.763353+0000 mgr.smithi055.ipragc (mgr.14164) 272 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:13:36.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:36 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:13:34.763661+0000 mgr.smithi055.ipragc (mgr.14164) 273 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:13:36.806 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:13:36.807 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:13:36.808 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:13:37.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:37 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:13:36.806203+0000 mon.smithi055 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.110:0/3149059931' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:13:38.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:38 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:13:36.764033+0000 mgr.smithi055.ipragc (mgr.14164) 274 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:13:38.631 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:13:38.632 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:13:40.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:40 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:13:38.764411+0000 mgr.smithi055.ipragc (mgr.14164) 275 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:13:40.823 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:13:40.823 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:13:40.824 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:13:41.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:41 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:13:40.822737+0000 mon.smithi055 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.110:0/3606962001' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:13:42.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:42 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:13:40.764700+0000 mgr.smithi055.ipragc (mgr.14164) 276 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:13:42.638 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:13:42.638 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:13:44.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:44 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:13:42.764969+0000 mgr.smithi055.ipragc (mgr.14164) 277 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:13:44.889 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:13:44.889 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:13:44.891 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:13:45.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:45 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:13:44.889096+0000 mon.smithi055 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.110:0/3944127470' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:13:46.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:46 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:13:44.765306+0000 mgr.smithi055.ipragc (mgr.14164) 278 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:13:46.713 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:13:46.713 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:13:48.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:13:46.765706+0000 mgr.smithi055.ipragc (mgr.14164) 279 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:13:48.866 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:13:48.866 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:13:48.867 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:13:49.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:49 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:13:48.865629+0000 mon.smithi055 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.110:0/75636921' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:13:50.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:50 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:13:48.766100+0000 mgr.smithi055.ipragc (mgr.14164) 280 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:13:50.679 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:13:50.680 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:13:51.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:13:50.837156+0000 mon.smithi055 (mon.0) 274 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.ipragc/mirror_snapshot_schedule"}]: dispatch 2024-02-10T09:13:51.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:13:50.837907+0000 mon.smithi055 (mon.0) 275 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.ipragc/trash_purge_schedule"}]: dispatch 2024-02-10T09:13:52.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:13:50.766461+0000 mgr.smithi055.ipragc (mgr.14164) 281 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:13:52.872 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:13:52.872 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:13:52.873 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:13:53.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:53 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:13:52.872108+0000 mon.smithi055 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.110:0/1834831072' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:13:54.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:54 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:13:52.766772+0000 mgr.smithi055.ipragc (mgr.14164) 282 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:13:54.651 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:13:54.651 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:13:56.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:56 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:13:54.767112+0000 mgr.smithi055.ipragc (mgr.14164) 283 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:13:56.866 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:13:56.866 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:13:56.868 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:13:57.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:57 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:13:56.866397+0000 mon.smithi055 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.110:0/1770085392' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:13:58.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:13:58 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:13:56.767522+0000 mgr.smithi055.ipragc (mgr.14164) 284 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:13:58.754 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:13:58.754 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:14:00.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:00 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:13:58.767776+0000 mgr.smithi055.ipragc (mgr.14164) 285 : cluster [DBG] pgmap v268: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:14:01.187 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:14:01.187 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:14:01.189 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:14:01.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:01 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:14:01.186920+0000 mon.smithi055 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.110:0/2254818952' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:14:02.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:02 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:14:00.768120+0000 mgr.smithi055.ipragc (mgr.14164) 286 : cluster [DBG] pgmap v269: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:14:02.998 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:14:02.999 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:14:04.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:04 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:14:02.768392+0000 mgr.smithi055.ipragc (mgr.14164) 287 : cluster [DBG] pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:14:05.375 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:14:05.375 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:14:05.376 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:14:06.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:06 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:14:04.768753+0000 mgr.smithi055.ipragc (mgr.14164) 288 : cluster [DBG] pgmap v271: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:14:06.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:06 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:14:05.374617+0000 mon.smithi055 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.110:0/166094972' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:14:07.015 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:14:07.015 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:14:08.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:08 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:14:06.769126+0000 mgr.smithi055.ipragc (mgr.14164) 289 : cluster [DBG] pgmap v272: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:14:09.271 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:14:09.271 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:14:09.273 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:14:09.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:09 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:14:09.270847+0000 mon.smithi055 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.110:0/1479459654' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:14:10.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:10 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:14:08.769440+0000 mgr.smithi055.ipragc (mgr.14164) 290 : cluster [DBG] pgmap v273: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:14:11.073 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:14:11.073 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:14:12.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:12 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:14:10.769798+0000 mgr.smithi055.ipragc (mgr.14164) 291 : cluster [DBG] pgmap v274: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:14:13.303 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:14:13.303 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:14:13.304 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:14:14.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:14 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:14:12.770079+0000 mgr.smithi055.ipragc (mgr.14164) 292 : cluster [DBG] pgmap v275: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:14:14.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:14 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:14:13.302614+0000 mon.smithi055 (mon.0) 281 : audit [DBG] from='client.? 172.21.15.110:0/3421104099' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:14:15.096 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:14:15.096 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:14:16.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:16 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:14:14.770439+0000 mgr.smithi055.ipragc (mgr.14164) 293 : cluster [DBG] pgmap v276: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:14:17.588 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:14:17.588 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:14:17.589 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:14:18.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:18 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:14:16.770827+0000 mgr.smithi055.ipragc (mgr.14164) 294 : cluster [DBG] pgmap v277: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:14:18.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:18 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:14:17.587836+0000 mon.smithi055 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.110:0/1025390994' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:14:19.426 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:14:19.426 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:14:20.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:20 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:14:18.771109+0000 mgr.smithi055.ipragc (mgr.14164) 295 : cluster [DBG] pgmap v278: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:14:21.938 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:14:21.938 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:14:21.939 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:14:22.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:22 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:14:20.771392+0000 mgr.smithi055.ipragc (mgr.14164) 296 : cluster [DBG] pgmap v279: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:14:22.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:22 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:14:21.937606+0000 mon.smithi055 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.110:0/1612260333' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:14:23.767 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:14:23.768 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:14:24.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:14:22.771774+0000 mgr.smithi055.ipragc (mgr.14164) 297 : cluster [DBG] pgmap v280: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:14:26.012 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:14:26.012 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:14:26.013 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:14:26.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:26 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:14:24.772070+0000 mgr.smithi055.ipragc (mgr.14164) 298 : cluster [DBG] pgmap v281: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:14:26.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:26 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:14:26.011070+0000 mon.smithi055 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.110:0/2559681090' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:14:27.852 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:14:27.852 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:14:28.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:28 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:14:26.772416+0000 mgr.smithi055.ipragc (mgr.14164) 299 : cluster [DBG] pgmap v282: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:14:30.165 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:14:30.165 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:14:30.166 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:14:30.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:30 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:14:28.772805+0000 mgr.smithi055.ipragc (mgr.14164) 300 : cluster [DBG] pgmap v283: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:14:30.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:30 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:14:30.164792+0000 mon.smithi055 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.110:0/1174288580' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:14:31.802 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:14:31.802 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:14:32.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:32 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:14:30.773130+0000 mgr.smithi055.ipragc (mgr.14164) 301 : cluster [DBG] pgmap v284: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:14:34.233 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:14:34.233 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:14:34.234 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:14:34.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:34 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:14:32.773563+0000 mgr.smithi055.ipragc (mgr.14164) 302 : cluster [DBG] pgmap v285: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:14:34.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:34 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:14:34.232789+0000 mon.smithi055 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.110:0/2493855258' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:14:36.010 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:14:36.010 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:14:36.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:36 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:14:34.773932+0000 mgr.smithi055.ipragc (mgr.14164) 303 : cluster [DBG] pgmap v286: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:14:38.272 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:14:38.272 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:14:38.273 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:14:38.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:38 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:14:36.774329+0000 mgr.smithi055.ipragc (mgr.14164) 304 : cluster [DBG] pgmap v287: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:14:38.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:38 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:14:38.271707+0000 mon.smithi055 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.110:0/3833008493' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:14:39.997 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:14:39.997 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:14:40.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:40 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:14:38.774709+0000 mgr.smithi055.ipragc (mgr.14164) 305 : cluster [DBG] pgmap v288: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:14:42.213 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:14:42.213 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:14:42.215 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:14:42.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:42 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:14:40.775023+0000 mgr.smithi055.ipragc (mgr.14164) 306 : cluster [DBG] pgmap v289: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:14:42.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:42 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:14:42.213449+0000 mon.smithi055 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.110:0/2913688634' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:14:43.963 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:14:43.963 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:14:44.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:44 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:14:42.775240+0000 mgr.smithi055.ipragc (mgr.14164) 307 : cluster [DBG] pgmap v290: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:14:46.461 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:14:46.461 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:14:46.463 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:14:46.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:46 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:14:44.775516+0000 mgr.smithi055.ipragc (mgr.14164) 308 : cluster [DBG] pgmap v291: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:14:47.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:47 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:14:46.460942+0000 mon.smithi055 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.110:0/3083927606' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:14:48.233 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:14:48.233 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:14:48.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:14:46.775882+0000 mgr.smithi055.ipragc (mgr.14164) 309 : cluster [DBG] pgmap v292: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:14:50.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:50 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:14:48.776245+0000 mgr.smithi055.ipragc (mgr.14164) 310 : cluster [DBG] pgmap v293: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:14:50.636 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:14:50.636 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:14:50.638 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:14:51.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:14:50.522695+0000 mon.smithi055 (mon.0) 290 : audit [DBG] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T09:14:51.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:14:50.524052+0000 mon.smithi055 (mon.0) 291 : audit [DBG] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T09:14:51.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:14:50.524947+0000 mon.smithi055 (mon.0) 292 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T09:14:51.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:14:50.634968+0000 mon.smithi055 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.110:0/2438449738' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:14:51.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:14:50.768445+0000 mon.smithi055 (mon.0) 294 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' 2024-02-10T09:14:51.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:14:50.838303+0000 mon.smithi055 (mon.0) 295 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.ipragc/mirror_snapshot_schedule"}]: dispatch 2024-02-10T09:14:51.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:14:50.839049+0000 mon.smithi055 (mon.0) 296 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.ipragc/trash_purge_schedule"}]: dispatch 2024-02-10T09:14:51.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:14:50.859132+0000 mon.smithi055 (mon.0) 297 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' 2024-02-10T09:14:51.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:14:50.984265+0000 mon.smithi055 (mon.0) 298 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' 2024-02-10T09:14:52.513 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:14:52.513 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:14:52.616 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cephadm 2024-02-10T09:14:50.521595+0000 mgr.smithi055.ipragc (mgr.14164) 311 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-365142d0-c7f3-11ee-95b8-87774f69a715-prometheus.smithi055 2024-02-10T09:14:52.616 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: /bin/podman: stderr Error: no such container ceph-365142d0-c7f3-11ee-95b8-87774f69a715-prometheus.smithi055 2024-02-10T09:14:52.616 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Deploy daemon prometheus.smithi055 ... 2024-02-10T09:14:52.616 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus 2024-02-10T09:14:52.616 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1... 2024-02-10T09:14:52.616 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr time="2024-02-10T09:12:58Z" 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-10T09:14:52.616 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr time="2024-02-10T09:13:35Z" 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-10T09:14:52.617 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr time="2024-02-10T09:14:13Z" 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-10T09:14:52.617 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 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-10T09:14:52.617 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Traceback (most recent call last): 2024-02-10T09:14:52.617 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-10T09:14:52.617 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: main() 2024-02-10T09:14:52.617 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-10T09:14:52.617 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: r = ctx.func(ctx) 2024-02-10T09:14:52.617 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-10T09:14:52.617 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: return func(ctx) 2024-02-10T09:14:52.617 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-02-10T09:14:52.617 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-02-10T09:14:52.617 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4269, in extract_uid_gid_monitoring 2024-02-10T09:14:52.617 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: uid, gid = extract_uid_gid(ctx, file_path='/etc/prometheus') 2024-02-10T09:14:52.617 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-02-10T09:14:52.618 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: raise RuntimeError('uid/gid not found') 2024-02-10T09:14:52.618 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: RuntimeError: uid/gid not found 2024-02-10T09:14:52.618 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Traceback (most recent call last): 2024-02-10T09:14:52.618 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2024-02-10T09:14:52.618 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: yield (conn, connr) 2024-02-10T09:14:52.618 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2024-02-10T09:14:52.618 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: code, '\n'.join(err))) 2024-02-10T09:14:52.618 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 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-365142d0-c7f3-11ee-95b8-87774f69a715-prometheus.smithi055 2024-02-10T09:14:52.618 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: /bin/podman: stderr Error: no such container ceph-365142d0-c7f3-11ee-95b8-87774f69a715-prometheus.smithi055 2024-02-10T09:14:52.618 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Deploy daemon prometheus.smithi055 ... 2024-02-10T09:14:52.618 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus 2024-02-10T09:14:52.618 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1... 2024-02-10T09:14:52.618 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr time="2024-02-10T09:12:58Z" 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-10T09:14:52.618 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr time="2024-02-10T09:13:35Z" 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-10T09:14:52.619 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr time="2024-02-10T09:14:13Z" 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-10T09:14:52.619 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 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-10T09:14:52.619 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Traceback (most recent call last): 2024-02-10T09:14:52.619 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-10T09:14:52.619 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: main() 2024-02-10T09:14:52.619 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-10T09:14:52.619 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: r = ctx.func(ctx) 2024-02-10T09:14:52.619 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-10T09:14:52.619 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: return func(ctx) 2024-02-10T09:14:52.619 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-02-10T09:14:52.619 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-02-10T09:14:52.619 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4269, in extract_uid_gid_monitoring 2024-02-10T09:14:52.619 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: uid, gid = extract_uid_gid(ctx, file_path='/etc/prometheus') 2024-02-10T09:14:52.619 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-02-10T09:14:52.619 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: raise RuntimeError('uid/gid not found') 2024-02-10T09:14:52.619 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: RuntimeError: uid/gid not found 2024-02-10T09:14:52.620 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cephadm 2024-02-10T09:14:50.521840+0000 mgr.smithi055.ipragc (mgr.14164) 312 : cephadm [ERR] Failed while placing prometheus.smithi055 on smithi055: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-365142d0-c7f3-11ee-95b8-87774f69a715-prometheus.smithi055 2024-02-10T09:14:52.620 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: /bin/podman: stderr Error: no such container ceph-365142d0-c7f3-11ee-95b8-87774f69a715-prometheus.smithi055 2024-02-10T09:14:52.620 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Deploy daemon prometheus.smithi055 ... 2024-02-10T09:14:52.620 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 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=smithi055 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/prometheus:v2.18.1 -c %u %g /etc/prometheus 2024-02-10T09:14:52.620 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr Trying to pull docker.io/prom/prometheus:v2.18.1... 2024-02-10T09:14:52.620 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr time="2024-02-10T09:12:58Z" 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-10T09:14:52.620 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr time="2024-02-10T09:13:35Z" 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-10T09:14:52.620 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: stat: stderr time="2024-02-10T09:14:13Z" 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-10T09:14:52.620 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: 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-10T09:14:52.620 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: Traceback (most recent call last): 2024-02-10T09:14:52.620 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2024-02-10T09:14:52.620 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: main() 2024-02-10T09:14:52.620 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2024-02-10T09:14:52.621 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: r = ctx.func(ctx) 2024-02-10T09:14:52.621 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2024-02-10T09:14:52.621 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: return func(ctx) 2024-02-10T09:14:52.621 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2024-02-10T09:14:52.621 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2024-02-10T09:14:52.621 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4269, in extract_uid_gid_monitoring 2024-02-10T09:14:52.621 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: uid, gid = extract_uid_gid(ctx, file_path='/etc/prometheus') 2024-02-10T09:14:52.621 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: File "/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2024-02-10T09:14:52.621 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: raise RuntimeError('uid/gid not found') 2024-02-10T09:14:52.621 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: RuntimeError: uid/gid not found 2024-02-10T09:14:52.621 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:14:50.776513+0000 mgr.smithi055.ipragc (mgr.14164) 313 : cluster [DBG] pgmap v294: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:14:52.621 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:14:51.550771+0000 mon.smithi055 (mon.0) 299 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' 2024-02-10T09:14:54.114 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:53 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:14:52.776749+0000 mgr.smithi055.ipragc (mgr.14164) 314 : cluster [DBG] pgmap v295: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:14:54.115 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:53 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:14:52.844473+0000 mon.smithi055 (mon.0) 300 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' 2024-02-10T09:14:54.115 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:53 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cephadm 2024-02-10T09:14:53.095470+0000 mgr.smithi055.ipragc (mgr.14164) 315 : cephadm [INF] Updating smithi055:/etc/ceph/ceph.conf 2024-02-10T09:14:54.115 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:53 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cephadm 2024-02-10T09:14:53.122091+0000 mgr.smithi055.ipragc (mgr.14164) 316 : cephadm [INF] Updating smithi055:/etc/ceph/ceph.client.admin.keyring 2024-02-10T09:14:54.115 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:53 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:14:53.152408+0000 mon.smithi055 (mon.0) 301 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' 2024-02-10T09:14:56.114 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:55 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:14:54.777028+0000 mgr.smithi055.ipragc (mgr.14164) 317 : cluster [DBG] pgmap v296: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:14:56.309 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:14:56.309 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:14:56.311 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:14:57.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:57 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:14:56.126975+0000 mon.smithi055 (mon.0) 302 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' 2024-02-10T09:14:57.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:57 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:14:56.308781+0000 mon.smithi055 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.110:0/3722993614' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:14:57.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:57 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:14:56.424003+0000 mon.smithi055 (mon.0) 304 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' 2024-02-10T09:14:57.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:57 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:14:56.424823+0000 mon.smithi055 (mon.0) 305 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi110", "name": "osd_memory_target"}]: dispatch 2024-02-10T09:14:57.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:57 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:14:56.433365+0000 mon.smithi055 (mon.0) 306 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' 2024-02-10T09:14:58.191 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:14:58.191 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:14:58.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:58 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:14:56.426098+0000 mgr.smithi055.ipragc (mgr.14164) 318 : cluster [DBG] pgmap v297: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:14:58.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:58 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cephadm 2024-02-10T09:14:56.436233+0000 mgr.smithi055.ipragc (mgr.14164) 319 : cephadm [INF] Deploying daemon alertmanager.smithi055 on smithi055 2024-02-10T09:14:58.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:14:58 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:14:57.422431+0000 mon.smithi055 (mon.0) 307 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-02-10T09:15:00.376 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:15:00.376 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:15:00.377 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:15:00.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:00 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:14:58.426424+0000 mgr.smithi055.ipragc (mgr.14164) 320 : cluster [DBG] pgmap v298: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:01.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:01 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:15:00.375426+0000 mon.smithi055 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.110:0/36542616' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:15:02.168 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:15:02.169 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:15:02.555 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:02 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:15:00.426800+0000 mgr.smithi055.ipragc (mgr.14164) 321 : cluster [DBG] pgmap v299: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:04.354 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:15:04.354 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:15:04.356 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:15:04.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:04 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:15:02.427200+0000 mgr.smithi055.ipragc (mgr.14164) 322 : cluster [DBG] pgmap v300: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:05.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:05 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:15:04.354089+0000 mon.smithi055 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.110:0/269039896' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:15:06.083 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:15:06.083 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:15:06.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:06 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:15:04.427488+0000 mgr.smithi055.ipragc (mgr.14164) 323 : cluster [DBG] pgmap v301: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:08.307 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:15:08.307 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:15:08.308 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:15:08.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:08 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:15:06.427765+0000 mgr.smithi055.ipragc (mgr.14164) 324 : cluster [DBG] pgmap v302: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:09.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:09 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:15:08.306722+0000 mon.smithi055 (mon.0) 310 : audit [DBG] from='client.? 172.21.15.110:0/35381355' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:15:10.080 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:15:10.081 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:15:10.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:10 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:15:08.428189+0000 mgr.smithi055.ipragc (mgr.14164) 325 : cluster [DBG] pgmap v303: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:12.132 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:15:12.133 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:15:12.134 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:15:12.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:12 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:15:10.428509+0000 mgr.smithi055.ipragc (mgr.14164) 326 : cluster [DBG] pgmap v304: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:12.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:12 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:15:12.132405+0000 mon.smithi055 (mon.0) 311 : audit [DBG] from='client.? 172.21.15.110:0/3908423745' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:15:13.859 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:15:13.860 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:15:14.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:14 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:15:12.428881+0000 mgr.smithi055.ipragc (mgr.14164) 327 : cluster [DBG] pgmap v305: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:16.086 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:15:16.086 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:15:16.087 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:15:16.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:16 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:15:14.429279+0000 mgr.smithi055.ipragc (mgr.14164) 328 : cluster [DBG] pgmap v306: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:16.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:16 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:15:16.085394+0000 mon.smithi055 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.110:0/177628483' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:15:17.821 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:15:17.821 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:15:18.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:18 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:15:16.429658+0000 mgr.smithi055.ipragc (mgr.14164) 329 : cluster [DBG] pgmap v307: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:20.135 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:15:20.135 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:15:20.136 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:15:20.511 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:20 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:15:18.430032+0000 mgr.smithi055.ipragc (mgr.14164) 330 : cluster [DBG] pgmap v308: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:20.511 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:20 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:15:20.134548+0000 mon.smithi055 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.110:0/1033808404' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:15:21.876 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:15:21.876 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:15:22.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:22 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:15:20.430424+0000 mgr.smithi055.ipragc (mgr.14164) 331 : cluster [DBG] pgmap v309: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:24.262 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:15:24.262 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:15:24.264 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:15:24.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:15:22.430781+0000 mgr.smithi055.ipragc (mgr.14164) 332 : cluster [DBG] pgmap v310: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:25.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:25 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:15:24.261958+0000 mon.smithi055 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.110:0/3909406414' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:15:26.036 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:15:26.037 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:15:26.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:26 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:15:24.431147+0000 mgr.smithi055.ipragc (mgr.14164) 333 : cluster [DBG] pgmap v311: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:28.457 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:15:28.458 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:15:28.460 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:15:28.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:28 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:15:26.431512+0000 mgr.smithi055.ipragc (mgr.14164) 334 : cluster [DBG] pgmap v312: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:29.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:29 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:15:28.457672+0000 mon.smithi055 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.110:0/1911264113' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:15:30.199 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:15:30.200 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:15:30.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:30 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:15:28.431740+0000 mgr.smithi055.ipragc (mgr.14164) 335 : cluster [DBG] pgmap v313: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:32.363 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:15:32.363 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:15:32.364 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:15:32.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:32 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:15:30.432060+0000 mgr.smithi055.ipragc (mgr.14164) 336 : cluster [DBG] pgmap v314: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:33.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:33 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:15:32.362478+0000 mon.smithi055 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.110:0/505324400' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:15:34.102 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:15:34.103 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:15:34.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:34 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:15:32.432408+0000 mgr.smithi055.ipragc (mgr.14164) 337 : cluster [DBG] pgmap v315: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:36.477 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:15:36.477 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:15:36.479 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:15:36.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:36 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:15:34.432832+0000 mgr.smithi055.ipragc (mgr.14164) 338 : cluster [DBG] pgmap v316: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:37.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:37 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:15:36.476804+0000 mon.smithi055 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.110:0/1949900624' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:15:38.164 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:15:38.165 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:15:38.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:38 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:15:36.433224+0000 mgr.smithi055.ipragc (mgr.14164) 339 : cluster [DBG] pgmap v317: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:40.564 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:15:40.564 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:15:40.565 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:15:40.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:40 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:15:38.433594+0000 mgr.smithi055.ipragc (mgr.14164) 340 : cluster [DBG] pgmap v318: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:41.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:41 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:15:40.563243+0000 mon.smithi055 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.110:0/3127747063' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:15:42.462 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:15:42.463 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:15:42.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:42 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:15:40.433933+0000 mgr.smithi055.ipragc (mgr.14164) 341 : cluster [DBG] pgmap v319: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:44.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:44 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:15:42.434196+0000 mgr.smithi055.ipragc (mgr.14164) 342 : cluster [DBG] pgmap v320: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:44.817 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:15:44.817 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:15:44.819 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:15:45.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:45 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:15:44.816962+0000 mon.smithi055 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.110:0/2547940885' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:15:46.605 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:15:46.606 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:15:46.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:46 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:15:44.434507+0000 mgr.smithi055.ipragc (mgr.14164) 343 : cluster [DBG] pgmap v321: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:48.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:15:46.434770+0000 mgr.smithi055.ipragc (mgr.14164) 344 : cluster [DBG] pgmap v322: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:48.804 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:15:48.805 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:15:48.806 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:15:49.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:49 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:15:48.804822+0000 mon.smithi055 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.110:0/2232871219' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:15:50.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:50 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:15:48.435259+0000 mgr.smithi055.ipragc (mgr.14164) 345 : cluster [DBG] pgmap v323: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:50.699 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:15:50.700 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:15:51.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:15:50.839664+0000 mon.smithi055 (mon.0) 321 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.ipragc/mirror_snapshot_schedule"}]: dispatch 2024-02-10T09:15:51.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:15:50.839968+0000 mon.smithi055 (mon.0) 322 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.ipragc/trash_purge_schedule"}]: dispatch 2024-02-10T09:15:52.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:15:50.435748+0000 mgr.smithi055.ipragc (mgr.14164) 346 : cluster [DBG] pgmap v324: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:52.902 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:15:52.903 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:15:52.905 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:15:53.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:53 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:15:52.902648+0000 mon.smithi055 (mon.0) 323 : audit [DBG] from='client.? 172.21.15.110:0/156835434' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:15:54.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:54 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:15:52.436090+0000 mgr.smithi055.ipragc (mgr.14164) 347 : cluster [DBG] pgmap v325: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:54.940 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:15:54.941 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:15:56.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:56 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:15:54.436499+0000 mgr.smithi055.ipragc (mgr.14164) 348 : cluster [DBG] pgmap v326: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:57.147 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:15:57.147 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:15:57.149 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:15:57.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:57 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:15:57.146944+0000 mon.smithi055 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.110:0/1361968863' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:15:58.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:15:58 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:15:56.436857+0000 mgr.smithi055.ipragc (mgr.14164) 349 : cluster [DBG] pgmap v327: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:15:58.893 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:15:58.893 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:16:00.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:00 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:15:58.437333+0000 mgr.smithi055.ipragc (mgr.14164) 350 : cluster [DBG] pgmap v328: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:01.181 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:16:01.182 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:16:01.183 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:16:01.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:01 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:16:01.181555+0000 mon.smithi055 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.110:0/718693379' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:16:02.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:02 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:16:00.437699+0000 mgr.smithi055.ipragc (mgr.14164) 351 : cluster [DBG] pgmap v329: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:03.057 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:16:03.057 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:16:04.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:04 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:16:02.438049+0000 mgr.smithi055.ipragc (mgr.14164) 352 : cluster [DBG] pgmap v330: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:05.454 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:16:05.454 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:16:05.455 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:16:06.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:06 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:16:04.438371+0000 mgr.smithi055.ipragc (mgr.14164) 353 : cluster [DBG] pgmap v331: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:06.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:06 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:16:05.453831+0000 mon.smithi055 (mon.0) 326 : audit [DBG] from='client.? 172.21.15.110:0/1020967569' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:16:07.213 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:16:07.214 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:16:08.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:08 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:16:06.438691+0000 mgr.smithi055.ipragc (mgr.14164) 354 : cluster [DBG] pgmap v332: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:09.537 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:16:09.537 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:16:09.539 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:16:09.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:09 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:16:08.439060+0000 mgr.smithi055.ipragc (mgr.14164) 355 : cluster [DBG] pgmap v333: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:10.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:10 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:16:09.537003+0000 mon.smithi055 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.110:0/3274278473' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:16:11.419 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:16:11.419 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:16:11.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:11 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:16:10.439365+0000 mgr.smithi055.ipragc (mgr.14164) 356 : cluster [DBG] pgmap v334: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:13.725 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:16:13.725 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:16:13.727 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:16:14.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:14 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:16:12.439835+0000 mgr.smithi055.ipragc (mgr.14164) 357 : cluster [DBG] pgmap v335: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:14.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:14 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:16:13.724830+0000 mon.smithi055 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.110:0/2858719667' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:16:15.485 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:16:15.486 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:16:16.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:16 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:16:14.440322+0000 mgr.smithi055.ipragc (mgr.14164) 358 : cluster [DBG] pgmap v336: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:17.782 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:16:17.782 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:16:17.784 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:16:18.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:18 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:16:16.440736+0000 mgr.smithi055.ipragc (mgr.14164) 359 : cluster [DBG] pgmap v337: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:18.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:18 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:16:17.781983+0000 mon.smithi055 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.110:0/2493068306' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:16:19.653 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:16:19.654 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:16:20.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:20 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:16:18.441107+0000 mgr.smithi055.ipragc (mgr.14164) 360 : cluster [DBG] pgmap v338: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:21.944 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:16:21.945 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:16:21.946 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:16:22.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:22 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:16:20.441607+0000 mgr.smithi055.ipragc (mgr.14164) 361 : cluster [DBG] pgmap v339: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:22.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:22 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:16:21.943966+0000 mon.smithi055 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.110:0/3169519860' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:16:23.666 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:16:23.666 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:16:24.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:16:22.442069+0000 mgr.smithi055.ipragc (mgr.14164) 362 : cluster [DBG] pgmap v340: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:26.056 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:16:26.056 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:16:26.057 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:16:26.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:26 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:16:24.442572+0000 mgr.smithi055.ipragc (mgr.14164) 363 : cluster [DBG] pgmap v341: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:26.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:26 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:16:26.055519+0000 mon.smithi055 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.110:0/4175723872' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:16:27.739 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:16:27.739 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:16:28.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:28 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:16:26.442944+0000 mgr.smithi055.ipragc (mgr.14164) 364 : cluster [DBG] pgmap v342: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:30.082 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:16:30.083 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:16:30.084 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:16:30.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:30 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:16:28.443240+0000 mgr.smithi055.ipragc (mgr.14164) 365 : cluster [DBG] pgmap v343: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:30.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:30 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:16:30.082681+0000 mon.smithi055 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.110:0/3283712248' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:16:31.884 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:16:31.884 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:16:32.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:32 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:16:30.443707+0000 mgr.smithi055.ipragc (mgr.14164) 366 : cluster [DBG] pgmap v344: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:34.136 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:16:34.137 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:16:34.138 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:16:34.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:34 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:16:32.444035+0000 mgr.smithi055.ipragc (mgr.14164) 367 : cluster [DBG] pgmap v345: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:34.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:34 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:16:34.136180+0000 mon.smithi055 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.110:0/4152322967' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:16:35.957 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:16:35.958 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:16:36.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:36 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:16:34.444358+0000 mgr.smithi055.ipragc (mgr.14164) 368 : cluster [DBG] pgmap v346: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:38.166 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:16:38.166 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:16:38.168 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:16:38.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:38 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:16:36.444698+0000 mgr.smithi055.ipragc (mgr.14164) 369 : cluster [DBG] pgmap v347: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:38.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:38 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:16:38.166216+0000 mon.smithi055 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.110:0/2566061388' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:16:40.015 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:16:40.015 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:16:40.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:40 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:16:38.445065+0000 mgr.smithi055.ipragc (mgr.14164) 370 : cluster [DBG] pgmap v348: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:42.489 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:16:42.489 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:16:42.490 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:16:42.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:42 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:16:40.445417+0000 mgr.smithi055.ipragc (mgr.14164) 371 : cluster [DBG] pgmap v349: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:43.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:43 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:16:42.488851+0000 mon.smithi055 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.110:0/2755537609' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:16:44.374 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:16:44.375 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:16:44.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:44 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:16:42.445626+0000 mgr.smithi055.ipragc (mgr.14164) 372 : cluster [DBG] pgmap v350: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:46.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:46 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:16:44.445950+0000 mgr.smithi055.ipragc (mgr.14164) 373 : cluster [DBG] pgmap v351: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:46.758 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:16:46.758 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:16:46.759 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:16:47.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:47 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:16:46.757532+0000 mon.smithi055 (mon.0) 336 : audit [DBG] from='client.? 172.21.15.110:0/822338308' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:16:48.598 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:16:48.599 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:16:48.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:16:46.446266+0000 mgr.smithi055.ipragc (mgr.14164) 374 : cluster [DBG] pgmap v352: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:50.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:50 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:16:48.446643+0000 mgr.smithi055.ipragc (mgr.14164) 375 : cluster [DBG] pgmap v353: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:51.018 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:16:51.018 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:16:51.020 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:16:51.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:16:50.840602+0000 mon.smithi055 (mon.0) 337 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.ipragc/mirror_snapshot_schedule"}]: dispatch 2024-02-10T09:16:51.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:16:50.840856+0000 mon.smithi055 (mon.0) 338 : audit [INF] from='mgr.14164 172.21.15.55:0/3637607397' entity='mgr.smithi055.ipragc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi055.ipragc/trash_purge_schedule"}]: dispatch 2024-02-10T09:16:51.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:51 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:16:51.018064+0000 mon.smithi055 (mon.0) 339 : audit [DBG] from='client.? 172.21.15.110:0/1542566795' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:16:52.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:52 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:16:50.446998+0000 mgr.smithi055.ipragc (mgr.14164) 376 : cluster [DBG] pgmap v354: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:52.904 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:16:52.905 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:16:54.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:54 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:16:52.447336+0000 mgr.smithi055.ipragc (mgr.14164) 377 : cluster [DBG] pgmap v355: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:55.439 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:16:55.439 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:16:55.439 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:16:56.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:56 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:16:54.447613+0000 mgr.smithi055.ipragc (mgr.14164) 378 : cluster [DBG] pgmap v356: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:56.907 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:56 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:16:55.435828+0000 mon.smithi055 (mon.0) 340 : audit [DBG] from='client.? 172.21.15.110:0/2183916149' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:16:57.129 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:16:57.129 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:16:58.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:58 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:16:56.447914+0000 mgr.smithi055.ipragc (mgr.14164) 379 : cluster [DBG] pgmap v357: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:59.364 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:16:59.365 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:16:59.366 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:16:59.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:59 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:16:58.448280+0000 mgr.smithi055.ipragc (mgr.14164) 380 : cluster [DBG] pgmap v358: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:16:59.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:16:59 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:16:59.364505+0000 mon.smithi055 (mon.0) 341 : audit [DBG] from='client.? 172.21.15.110:0/114793742' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:17:01.247 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:17:01.247 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:17:01.864 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:01 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:17:00.448666+0000 mgr.smithi055.ipragc (mgr.14164) 381 : cluster [DBG] pgmap v359: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:03.625 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:17:03.625 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:17:03.626 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:17:04.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:04 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:17:02.448994+0000 mgr.smithi055.ipragc (mgr.14164) 382 : cluster [DBG] pgmap v360: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:04.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:04 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:17:03.624638+0000 mon.smithi055 (mon.0) 342 : audit [DBG] from='client.? 172.21.15.110:0/3753559989' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:17:05.434 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:17:05.434 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:17:06.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:06 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:17:04.449369+0000 mgr.smithi055.ipragc (mgr.14164) 383 : cluster [DBG] pgmap v361: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:07.876 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:17:07.876 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:17:07.877 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:17:08.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:08 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:17:06.449686+0000 mgr.smithi055.ipragc (mgr.14164) 384 : cluster [DBG] pgmap v362: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:08.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:08 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:17:07.875325+0000 mon.smithi055 (mon.0) 343 : audit [DBG] from='client.? 172.21.15.110:0/1344422849' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:17:09.769 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:17:09.769 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:17:10.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:10 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:17:08.450054+0000 mgr.smithi055.ipragc (mgr.14164) 385 : cluster [DBG] pgmap v363: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:12.121 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:17:12.121 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:17:12.123 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:17:12.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:12 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:17:10.450485+0000 mgr.smithi055.ipragc (mgr.14164) 386 : cluster [DBG] pgmap v364: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:12.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:12 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:17:12.120945+0000 mon.smithi055 (mon.0) 344 : audit [DBG] from='client.? 172.21.15.110:0/1224014844' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:17:13.829 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:17:13.830 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:17:14.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:14 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:17:12.450822+0000 mgr.smithi055.ipragc (mgr.14164) 387 : cluster [DBG] pgmap v365: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:16.161 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:17:16.162 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:17:16.163 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:17:16.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:16 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:17:14.451183+0000 mgr.smithi055.ipragc (mgr.14164) 388 : cluster [DBG] pgmap v366: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:16.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:16 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:17:16.161188+0000 mon.smithi055 (mon.0) 345 : audit [DBG] from='client.? 172.21.15.110:0/627449078' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:17:17.908 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:17:17.908 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:17:18.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:18 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:17:16.451617+0000 mgr.smithi055.ipragc (mgr.14164) 389 : cluster [DBG] pgmap v367: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:20.058 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:17:20.058 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:17:20.059 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:17:20.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:20 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:17:18.451913+0000 mgr.smithi055.ipragc (mgr.14164) 390 : cluster [DBG] pgmap v368: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:20.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:20 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:17:20.057852+0000 mon.smithi055 (mon.0) 346 : audit [DBG] from='client.? 172.21.15.110:0/357886422' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:17:21.744 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:17:21.744 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:17:22.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:22 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:17:20.452248+0000 mgr.smithi055.ipragc (mgr.14164) 391 : cluster [DBG] pgmap v369: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:24.217 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:17:24.217 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:17:24.218 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:17:24.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:17:22.452650+0000 mgr.smithi055.ipragc (mgr.14164) 392 : cluster [DBG] pgmap v370: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:24.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:24 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:17:24.216624+0000 mon.smithi055 (mon.0) 347 : audit [DBG] from='client.? 172.21.15.110:0/801588503' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:17:25.974 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:17:25.974 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:17:26.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:26 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:17:24.452980+0000 mgr.smithi055.ipragc (mgr.14164) 393 : cluster [DBG] pgmap v371: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:28.258 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:17:28.259 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:17:28.260 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:17:28.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:28 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:17:26.453346+0000 mgr.smithi055.ipragc (mgr.14164) 394 : cluster [DBG] pgmap v372: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:29.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:29 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:17:28.258485+0000 mon.smithi055 (mon.0) 348 : audit [DBG] from='client.? 172.21.15.110:0/3171654903' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:17:30.013 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:17:30.013 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:17:30.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:30 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:17:28.453689+0000 mgr.smithi055.ipragc (mgr.14164) 395 : cluster [DBG] pgmap v373: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:32.220 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:17:32.220 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:17:32.221 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:17:32.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:32 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:17:30.454094+0000 mgr.smithi055.ipragc (mgr.14164) 396 : cluster [DBG] pgmap v374: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:32.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:32 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:17:32.219670+0000 mon.smithi055 (mon.0) 349 : audit [DBG] from='client.? 172.21.15.110:0/1257908792' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:17:34.014 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:17:34.015 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:17:34.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:34 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:17:32.454370+0000 mgr.smithi055.ipragc (mgr.14164) 397 : cluster [DBG] pgmap v375: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:36.193 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:17:36.193 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:17:36.195 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:17:36.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:36 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:17:34.454726+0000 mgr.smithi055.ipragc (mgr.14164) 398 : cluster [DBG] pgmap v376: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:36.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:36 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:17:36.192772+0000 mon.smithi055 (mon.0) 350 : audit [DBG] from='client.? 172.21.15.110:0/3665400457' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:17:37.922 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:17:37.923 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:17:38.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:38 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:17:36.455084+0000 mgr.smithi055.ipragc (mgr.14164) 399 : cluster [DBG] pgmap v377: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:40.139 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:17:40.139 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:17:40.140 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:17:40.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:40 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:17:38.455375+0000 mgr.smithi055.ipragc (mgr.14164) 400 : cluster [DBG] pgmap v378: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:40.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:40 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:17:40.138008+0000 mon.smithi055 (mon.0) 351 : audit [DBG] from='client.? 172.21.15.110:0/275084829' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:17:41.816 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:17:41.816 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:17:42.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:42 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:17:40.455670+0000 mgr.smithi055.ipragc (mgr.14164) 401 : cluster [DBG] pgmap v379: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:44.283 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:17:44.283 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:17:44.285 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:17:44.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:44 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:17:42.455972+0000 mgr.smithi055.ipragc (mgr.14164) 402 : cluster [DBG] pgmap v380: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:44.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:44 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:17:44.283057+0000 mon.smithi055 (mon.0) 352 : audit [DBG] from='client.? 172.21.15.110:0/2893175414' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:17:46.069 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T09:17:46.069 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T09:17:46.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:46 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:17:44.456358+0000 mgr.smithi055.ipragc (mgr.14164) 403 : cluster [DBG] pgmap v381: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:48.548 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-02-10T09:17:48.548 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"365142d0-c7f3-11ee-95b8-87774f69a715","modified":"2024-02-10T09:03:40.497292Z","created":"2024-02-10T09:03:40.497292Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi055","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.55:3300","nonce":0},{"type":"v1","addr":"172.21.15.55:6789","nonce":0}]},"addr":"172.21.15.55:6789/0","public_addr":"172.21.15.55:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T09:17:48.550 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-02-10T09:17:48.614 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:48 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: cluster 2024-02-10T09:17:46.456766+0000 mgr.smithi055.ipragc (mgr.14164) 404 : cluster [DBG] pgmap v382: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T09:17:49.340 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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-10T09:17:49.342 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-10T09:17:49.342 DEBUG:teuthology.orchestra.run.smithi055:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-10T09:17:49.366 DEBUG:teuthology.orchestra.run.smithi110:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-10T09:17:49.386 INFO:tasks.cephadm:Stopping all daemons... 2024-02-10T09:17:49.387 INFO:tasks.cephadm.mon.smithi055:Stopping mon.smithi055... 2024-02-10T09:17:49.387 DEBUG:teuthology.orchestra.run.smithi055:> sudo systemctl stop ceph-365142d0-c7f3-11ee-95b8-87774f69a715@mon.smithi055 2024-02-10T09:17:49.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:49 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: audit 2024-02-10T09:17:48.548309+0000 mon.smithi055 (mon.0) 353 : audit [DBG] from='client.? 172.21.15.110:0/387599943' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T09:17:49.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:49 smithi055 systemd[1]: Stopping Ceph mon.smithi055 for 365142d0-c7f3-11ee-95b8-87774f69a715... 2024-02-10T09:17:49.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:49 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:17:49.568+0000 7f5c177b7700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi055 -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-10T09:17:49.615 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:49 smithi055 ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055[35073]: debug 2024-02-10T09:17:49.568+0000 7f5c177b7700 -1 mon.smithi055@0(leader) e1 *** Got Signal Terminated *** 2024-02-10T09:17:50.608 INFO:journalctl@ceph.mon.smithi055.smithi055.stdout:Feb 10 09:17:50 smithi055 podman[41532]: ceph-365142d0-c7f3-11ee-95b8-87774f69a715-mon.smithi055 2024-02-10T09:17:50.613 DEBUG:teuthology.orchestra.run.smithi055:> sudo pkill -f 'journalctl -f -n 0 -u ceph-365142d0-c7f3-11ee-95b8-87774f69a715@mon.smithi055.service' 2024-02-10T09:17:50.665 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T09:17:50.666 INFO:tasks.cephadm.mon.smithi055:Stopped mon.smithi055 2024-02-10T09:17:50.666 INFO:tasks.cephadm.mon.smithi110:Stopping mon.smithi110... 2024-02-10T09:17:50.666 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ceph-365142d0-c7f3-11ee-95b8-87774f69a715@mon.smithi110 2024-02-10T09:17:50.703 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to stop ceph-365142d0-c7f3-11ee-95b8-87774f69a715@mon.smithi110.service: Unit ceph-365142d0-c7f3-11ee-95b8-87774f69a715@mon.smithi110.service not loaded. 2024-02-10T09:17:50.705 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-02-10T09:17:50.705 ERROR:tasks.cephadm:Failed to stop "ceph.mon.smithi110" Traceback (most recent call last): File "/home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi110 with status 5: 'sudo systemctl stop ceph-365142d0-c7f3-11ee-95b8-87774f69a715@mon.smithi110' 2024-02-10T09:17:50.706 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-10T09:17:50.708 DEBUG:teuthology.misc:Transferring archived files from smithi055:/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555355/remote/ubuntu@smithi055.front.sepia.ceph.com/crash 2024-02-10T09:17:50.709 DEBUG:teuthology.orchestra.run.smithi055:> sudo tar c -f - -C /var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/crash -- . 2024-02-10T09:17:50.754 DEBUG:teuthology.misc:Transferring archived files from smithi110:/var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555355/remote/ubuntu@smithi110.front.sepia.ceph.com/crash 2024-02-10T09:17:50.755 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/crash -- . 2024-02-10T09:17:50.804 INFO:teuthology.orchestra.run.smithi110.stderr:tar: /var/lib/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/crash: Cannot open: No such file or directory 2024-02-10T09:17:50.804 INFO:teuthology.orchestra.run.smithi110.stderr:tar: Error is not recoverable: exiting now 2024-02-10T09:17:50.805 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-10T09:17:50.805 DEBUG:teuthology.orchestra.run.smithi055:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-10T09:17:50.837 INFO:tasks.cephadm:Compressing logs... 2024-02-10T09:17:50.837 DEBUG:teuthology.orchestra.run.smithi055:> 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-10T09:17:50.880 DEBUG:teuthology.orchestra.run.smithi110:> 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-10T09:17:50.908 INFO:teuthology.orchestra.run.smithi055.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-10T09:17:50.908 INFO:teuthology.orchestra.run.smithi055.stderr:: No such file or directory 2024-02-10T09:17:50.908 INFO:teuthology.orchestra.run.smithi055.stderr:gzip -5 --verbose -- /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/ceph-volume.log 2024-02-10T09:17:50.908 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/ceph.audit.log 2024-02-10T09:17:50.908 INFO:teuthology.orchestra.run.smithi055.stderr:gzip -5 --verbose -- /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/ceph.cephadm.log 2024-02-10T09:17:50.908 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/ceph-volume.log: /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/ceph.log 2024-02-10T09:17:50.909 INFO:teuthology.orchestra.run.smithi055.stderr:gzip -5 --verbose -- /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/ceph-mgr.smithi055.ipragc.log 2024-02-10T09:17:50.910 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/ceph.cephadm.log: /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/ceph.log: 90.2% -- replaced with /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/ceph-volume.log.gz 2024-02-10T09:17:50.910 INFO:teuthology.orchestra.run.smithi055.stderr: 88.7% -- replaced with /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/ceph.audit.log.gz 2024-02-10T09:17:50.910 INFO:teuthology.orchestra.run.smithi055.stderr: 92.1% -- replaced with /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/ceph.cephadm.log.gz 2024-02-10T09:17:50.910 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/ceph-mgr.smithi055.ipragc.log: 88.8% -- replaced with /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/ceph.log.gz 2024-02-10T09:17:50.910 INFO:teuthology.orchestra.run.smithi055.stderr:gzip -5 --verbose -- /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/ceph-mon.smithi055.log 2024-02-10T09:17:50.910 INFO:teuthology.orchestra.run.smithi055.stderr:/var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/ceph-mon.smithi055.log: 91.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-10T09:17:50.911 INFO:teuthology.orchestra.run.smithi110.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-10T09:17:50.911 INFO:teuthology.orchestra.run.smithi110.stderr:: No such file or directory 2024-02-10T09:17:50.911 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/ceph-volume.log 2024-02-10T09:17:50.912 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/ceph-volume.log: 88.4% -- replaced with /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/ceph-volume.log.gz 2024-02-10T09:17:50.913 INFO:teuthology.orchestra.run.smithi110.stderr: 95.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-10T09:17:50.915 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-02-10T09:17:50.915 INFO:teuthology.orchestra.run.smithi110.stderr:real 0m0.015s 2024-02-10T09:17:50.915 INFO:teuthology.orchestra.run.smithi110.stderr:user 0m0.012s 2024-02-10T09:17:50.915 INFO:teuthology.orchestra.run.smithi110.stderr:sys 0m0.014s 2024-02-10T09:17:51.017 INFO:teuthology.orchestra.run.smithi055.stderr: 92.9% -- replaced with /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/ceph-mgr.smithi055.ipragc.log.gz 2024-02-10T09:17:51.099 INFO:teuthology.orchestra.run.smithi055.stderr: 90.5% -- replaced with /var/log/ceph/365142d0-c7f3-11ee-95b8-87774f69a715/ceph-mon.smithi055.log.gz 2024-02-10T09:17:51.101 INFO:teuthology.orchestra.run.smithi055.stderr: 2024-02-10T09:17:51.101 INFO:teuthology.orchestra.run.smithi055.stderr:real 0m0.205s 2024-02-10T09:17:51.101 INFO:teuthology.orchestra.run.smithi055.stderr:user 0m0.304s 2024-02-10T09:17:51.101 INFO:teuthology.orchestra.run.smithi055.stderr:sys 0m0.025s 2024-02-10T09:17:51.101 INFO:tasks.cephadm:Archiving logs... 2024-02-10T09:17:51.101 DEBUG:teuthology.misc:Transferring archived files from smithi055:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555355/remote/ubuntu@smithi055.front.sepia.ceph.com/log 2024-02-10T09:17:51.103 DEBUG:teuthology.orchestra.run.smithi055:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-10T09:17:51.227 DEBUG:teuthology.misc:Transferring archived files from smithi110:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555355/remote/ubuntu@smithi110.front.sepia.ceph.com/log 2024-02-10T09:17:51.228 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-10T09:17:51.263 INFO:tasks.cephadm:Removing cluster... 2024-02-10T09:17:51.263 DEBUG:teuthology.orchestra.run.smithi055:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 --force 2024-02-10T09:19:58.428 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 365142d0-c7f3-11ee-95b8-87774f69a715 --force 2024-02-10T09:19:58.740 INFO:tasks.cephadm:Removing cephadm ... 2024-02-10T09:19:58.740 DEBUG:teuthology.orchestra.run.smithi055:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-10T09:19:58.759 DEBUG:teuthology.orchestra.run.smithi110:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-10T09:19:58.777 INFO:tasks.cephadm:Teardown complete 2024-02-10T09:19:58.777 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi110 with status 5: 'sudo systemctl stop ceph-365142d0-c7f3-11ee-95b8-87774f69a715@mon.smithi110' 2024-02-10T09:19:58.995 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=5fdc0f9b29a14d2ba2710781cebd652b Traceback (most recent call last): File "/home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi110 with status 5: 'sudo systemctl stop ceph-365142d0-c7f3-11ee-95b8-87774f69a715@mon.smithi110' 2024-02-10T09:19:59.000 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-10T09:19:59.012 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-10T09:19:59.027 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-10T09:19:59.027 DEBUG:teuthology.orchestra.run.smithi055:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-10T09:19:59.041 DEBUG:teuthology.orchestra.run.smithi110:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-10T09:19:59.051 INFO:teuthology.orchestra.run.smithi055.stderr:bash: ntpq: command not found 2024-02-10T09:19:59.055 INFO:teuthology.orchestra.run.smithi055.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-10T09:19:59.055 INFO:teuthology.orchestra.run.smithi055.stdout:=============================================================================== 2024-02-10T09:19:59.055 INFO:teuthology.orchestra.run.smithi055.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 53 -108us[ -79us] +/- 87ms 2024-02-10T09:19:59.055 INFO:teuthology.orchestra.run.smithi055.stdout:^* hv02.front.sepia.ceph.com 3 6 377 51 +89us[ +118us] +/- 64ms 2024-02-10T09:19:59.055 INFO:teuthology.orchestra.run.smithi055.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 53 +13us[ +42us] +/- 69ms 2024-02-10T09:19:59.055 INFO:teuthology.orchestra.run.smithi055.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T09:19:59.058 INFO:teuthology.orchestra.run.smithi110.stderr:bash: ntpq: command not found 2024-02-10T09:19:59.062 INFO:teuthology.orchestra.run.smithi110.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-10T09:19:59.062 INFO:teuthology.orchestra.run.smithi110.stdout:=============================================================================== 2024-02-10T09:19:59.062 INFO:teuthology.orchestra.run.smithi110.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 52 -107us[ -107us] +/- 87ms 2024-02-10T09:19:59.062 INFO:teuthology.orchestra.run.smithi110.stdout:^* hv02.front.sepia.ceph.com 3 7 377 52 +49us[ +76us] +/- 64ms 2024-02-10T09:19:59.063 INFO:teuthology.orchestra.run.smithi110.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 51 +20us[ +20us] +/- 69ms 2024-02-10T09:19:59.063 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T09:19:59.063 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-10T09:19:59.072 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-10T09:19:59.072 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-10T09:19:59.081 DEBUG:teuthology.orchestra.run.smithi055:> 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-10T09:19:59.162 DEBUG:teuthology.orchestra.run.smithi110:> 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-10T09:19:59.227 DEBUG:teuthology.orchestra.run.smithi055:> 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-10T09:19:59.257 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T09:19:59.258 DEBUG:teuthology.orchestra.run.smithi110:> 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-10T09:19:59.286 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T09:19:59.287 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-10T09:19:59.296 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-10T09:19:59.304 INFO:teuthology.task.internal:Duration was 1530.957383 seconds 2024-02-10T09:19:59.304 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-10T09:19:59.312 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-10T09:19:59.313 DEBUG:teuthology.orchestra.run.smithi055:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-10T09:19:59.316 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-10T09:19:59.361 INFO:teuthology.orchestra.run.smithi055.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-10T09:19:59.372 INFO:teuthology.orchestra.run.smithi110.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-10T09:19:59.626 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-10T09:19:59.626 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi055.front.sepia.ceph.com 2024-02-10T09:19:59.626 DEBUG:teuthology.orchestra.run.smithi055:> 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-10T09:19:59.650 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi110.front.sepia.ceph.com 2024-02-10T09:19:59.651 DEBUG:teuthology.orchestra.run.smithi110:> 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-10T09:19:59.672 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-10T09:19:59.672 DEBUG:teuthology.orchestra.run.smithi055:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-10T09:19:59.693 DEBUG:teuthology.orchestra.run.smithi110:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-10T09:19:59.760 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-10T09:19:59.761 DEBUG:teuthology.orchestra.run.smithi055:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-10T09:19:59.763 DEBUG:teuthology.orchestra.run.smithi110:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-10T09:19:59.853 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-10T09:19:59.863 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-10T09:19:59.864 DEBUG:teuthology.orchestra.run.smithi055:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-10T09:19:59.891 DEBUG:teuthology.orchestra.run.smithi110:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-10T09:19:59.918 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-10T09:19:59.932 DEBUG:teuthology.orchestra.run.smithi055:> 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-10T09:19:59.934 DEBUG:teuthology.orchestra.run.smithi110:> 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-10T09:19:59.959 INFO:teuthology.orchestra.run.smithi055.stdout:kernel.core_pattern = core 2024-02-10T09:19:59.984 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern = core 2024-02-10T09:20:00.030 DEBUG:teuthology.orchestra.run.smithi055:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-10T09:20:00.047 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T09:20:00.047 DEBUG:teuthology.orchestra.run.smithi110:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-10T09:20:00.086 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T09:20:00.087 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-10T09:20:00.096 INFO:teuthology.task.internal:Transferring archived files... 2024-02-10T09:20:00.097 DEBUG:teuthology.misc:Transferring archived files from smithi055:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555355/remote/smithi055 2024-02-10T09:20:00.098 DEBUG:teuthology.orchestra.run.smithi055:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-10T09:20:00.139 DEBUG:teuthology.misc:Transferring archived files from smithi110:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555355/remote/smithi110 2024-02-10T09:20:00.140 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-10T09:20:00.179 INFO:teuthology.task.internal:Removing archive directory... 2024-02-10T09:20:00.179 DEBUG:teuthology.orchestra.run.smithi055:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-10T09:20:00.182 DEBUG:teuthology.orchestra.run.smithi110:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-10T09:20:00.231 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-10T09:20:00.243 INFO:teuthology.task.internal:Not uploading archives. 2024-02-10T09:20:00.243 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-10T09:20:00.252 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-10T09:20:00.252 DEBUG:teuthology.orchestra.run.smithi055:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-10T09:20:00.255 DEBUG:teuthology.orchestra.run.smithi110:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-10T09:20:00.270 INFO:teuthology.orchestra.run.smithi055.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 10 09:20 /home/ubuntu/cephtest 2024-02-10T09:20:00.288 INFO:teuthology.orchestra.run.smithi110.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 10 09:20 /home/ubuntu/cephtest 2024-02-10T09:20:00.289 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-10T09:20:00.300 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-10T09:20:00.321 INFO:teuthology.nuke:Checking targets against current locks 2024-02-10T09:20:00.349 DEBUG:teuthology.nuke:shortname: smithi055 2024-02-10T09:20:00.349 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-10T09:20:00.373 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi055.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555355', '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-10 08:41:19.824130', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHhuMckTfUIQZD28m2v590SeUL6R9DjmuAC0gtE5OJw4zll8reyhpC5Z0cez8GCkSFIrQB5WlJ/TBcPrg1R1ZUw='} 2024-02-10T09:20:00.376 DEBUG:teuthology.nuke:shortname: smithi110 2024-02-10T09:20:00.377 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-10T09:20:00.396 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi110.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555355', '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-10 08:41:19.822729', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI5S5xglfcEGGzWx58dqhu2pLOG1ZkFKGfbfGE0yM9JHDKE6BCkPtU8fqsq5vdnFYKTZqc6yn8UseEMqAkesftc='} 2024-02-10T09:20:00.422 INFO:teuthology.orchestra.console.smithi055:Power off 2024-02-10T09:20:00.422 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-10T09:20:00.445 DEBUG:teuthology.orchestra.console.smithi055:power off output: Chassis Power Control: Down/Off 2024-02-10T09:20:00.446 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T09:20:00.463 INFO:teuthology.orchestra.console.smithi110:Power off 2024-02-10T09:20:00.463 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-10T09:20:00.472 DEBUG:teuthology.orchestra.console.smithi055:check power output: Chassis Power is on 2024-02-10T09:20:00.484 DEBUG:teuthology.orchestra.console.smithi110:power off output: Chassis Power Control: Down/Off 2024-02-10T09:20:00.485 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T09:20:00.507 DEBUG:teuthology.orchestra.console.smithi110:check power output: Chassis Power is on 2024-02-10T09:20:04.473 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T09:20:04.508 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T09:20:04.583 DEBUG:teuthology.orchestra.console.smithi055:check power output: Chassis Power is on 2024-02-10T09:20:04.618 DEBUG:teuthology.orchestra.console.smithi110:check power output: Chassis Power is on 2024-02-10T09:20:08.588 DEBUG:teuthology.orchestra.console.smithi055:pexpect command: ipmitool -H smithi055.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T09:20:08.618 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T09:20:08.698 DEBUG:teuthology.orchestra.console.smithi055:check power output: Chassis Power is off 2024-02-10T09:20:08.728 DEBUG:teuthology.orchestra.console.smithi110:check power output: Chassis Power is off 2024-02-10T09:20:08.800 INFO:teuthology.orchestra.console.smithi055:Power off completed 2024-02-10T09:20:08.830 INFO:teuthology.orchestra.console.smithi110:Power off completed 2024-02-10T09:20:08.934 INFO:teuthology.run:Summary data: description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 1530.9573829174042 failure_reason: 'Command failed on smithi110 with status 5: ''sudo systemctl stop ceph-365142d0-c7f3-11ee-95b8-87774f69a715@mon.smithi110''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=5fdc0f9b29a14d2ba2710781cebd652b status: fail success: false 2024-02-10T09:20:08.934 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-10T09:20:09.022 INFO:teuthology.run:FAIL