2024-09-10T18:02:02.099 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-10T18:02:02.117 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-10T18:02:02.208 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900201 branch: wip-guits-quincy-2024-09-09-1810-quincy description: orch:cephadm/mgr-nfs-upgrade/{0-centos_9.stream 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} email: gabrioux@ibm.com first_in_suite: false job_id: '7900201' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-quincy-2024-09-09-1810-quincy 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: 5be57395ea235535910512ae73ba8e7ff25fe588 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5be57395ea235535910512ae73ba8e7ff25fe588 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 - scontext=system_u:system_r:getty_t:s0 workunit: branch: quincy-orch-centos-9-teuth sha1: fad5356a94e6044ce1062d748daa5a0f2ed53a7d owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 4625 sha1: 5be57395ea235535910512ae73ba8e7ff25fe588 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: quincy-orch-centos-9-teuth suite_path: /home/teuthworker/src/github.com_adk3798_ceph_fad5356a94e6044ce1062d748daa5a0f2ed53a7d/qa suite_relpath: qa suite_repo: https://github.com/adk3798/ceph.git suite_sha1: fad5356a94e6044ce1062d748daa5a0f2ed53a7d targets: smithi086.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOIVVFMXXxfbG6HnWbP/YrQ27VU2CwrHjXMULWbw2ZUl8Wao84bLXb7LvOPvkF34CcaHfdOH7j9HJklsqYY3e+I= smithi155.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK0s7w4A/ZDXikBEKaoFAhLa6Er2YOOnXpRRJioMbExoiR6+b9bnAitEfE5LjSEfSKteT0lc6hDlcM4WXT8LaI0= tasks: - cephadm: avoid_pacific_features: true cephadm_branch: v16.2.4 cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v16.2.4 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 6 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-10_17:53:37 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 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-09-10T18:02:02.208 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_adk3798_ceph_fad5356a94e6044ce1062d748daa5a0f2ed53a7d/qa; will attempt to use it 2024-09-10T18:02:02.209 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_adk3798_ceph_fad5356a94e6044ce1062d748daa5a0f2ed53a7d/qa/tasks 2024-09-10T18:02:02.209 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-10T18:02:02.211 INFO:teuthology.task.internal:Checking packages... 2024-09-10T18:02:02.234 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '5be57395ea235535910512ae73ba8e7ff25fe588' 2024-09-10T18:02:02.234 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-10T18:02:02.234 INFO:teuthology.packaging:ref: None 2024-09-10T18:02:02.234 INFO:teuthology.packaging:tag: None 2024-09-10T18:02:02.234 INFO:teuthology.packaging:branch: wip-guits-quincy-2024-09-09-1810-quincy 2024-09-10T18:02:02.234 INFO:teuthology.packaging:sha1: 5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:02:02.234 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-guits-quincy-2024-09-09-1810-quincy 2024-09-10T18:02:02.380 INFO:teuthology.task.internal:Found packages for ceph version 17.2.7-1606.g5be57395 2024-09-10T18:02:02.382 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-10T18:02:02.388 INFO:teuthology.task.internal:no buildpackages task found 2024-09-10T18:02:02.388 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-10T18:02:02.440 INFO:teuthology.task.internal:Saving configuration 2024-09-10T18:02:02.454 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-10T18:02:02.461 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-10T18:02:02.487 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi086.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900201', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-10 17:56:54.072183', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOIVVFMXXxfbG6HnWbP/YrQ27VU2CwrHjXMULWbw2ZUl8Wao84bLXb7LvOPvkF34CcaHfdOH7j9HJklsqYY3e+I='} 2024-09-10T18:02:02.510 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi155.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900201', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-10 17:56:54.070706', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK0s7w4A/ZDXikBEKaoFAhLa6Er2YOOnXpRRJioMbExoiR6+b9bnAitEfE5LjSEfSKteT0lc6hDlcM4WXT8LaI0='} 2024-09-10T18:02:02.510 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-10T18:02:02.517 INFO:teuthology.task.internal:roles: ubuntu@smithi086.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-09-10T18:02:02.518 INFO:teuthology.task.internal:roles: ubuntu@smithi155.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-09-10T18:02:02.518 INFO:teuthology.run_tasks:Running task console_log... 2024-09-10T18:02:02.603 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff183053ac0>, signals=[15]) 2024-09-10T18:02:02.603 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-10T18:02:02.610 INFO:teuthology.task.internal:Opening connections... 2024-09-10T18:02:02.610 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi086.front.sepia.ceph.com 2024-09-10T18:02:02.611 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:02:02.688 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi155.front.sepia.ceph.com 2024-09-10T18:02:02.689 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:02:02.765 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-10T18:02:02.772 DEBUG:teuthology.orchestra.run.smithi086:> uname -m 2024-09-10T18:02:02.792 INFO:teuthology.orchestra.run.smithi086.stdout:x86_64 2024-09-10T18:02:02.792 DEBUG:teuthology.orchestra.run.smithi086:> cat /etc/os-release 2024-09-10T18:02:02.849 INFO:teuthology.orchestra.run.smithi086.stdout:NAME="CentOS Stream" 2024-09-10T18:02:02.850 INFO:teuthology.orchestra.run.smithi086.stdout:VERSION="9" 2024-09-10T18:02:02.850 INFO:teuthology.orchestra.run.smithi086.stdout:ID="centos" 2024-09-10T18:02:02.850 INFO:teuthology.orchestra.run.smithi086.stdout:ID_LIKE="rhel fedora" 2024-09-10T18:02:02.850 INFO:teuthology.orchestra.run.smithi086.stdout:VERSION_ID="9" 2024-09-10T18:02:02.850 INFO:teuthology.orchestra.run.smithi086.stdout:PLATFORM_ID="platform:el9" 2024-09-10T18:02:02.850 INFO:teuthology.orchestra.run.smithi086.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-10T18:02:02.850 INFO:teuthology.orchestra.run.smithi086.stdout:ANSI_COLOR="0;31" 2024-09-10T18:02:02.850 INFO:teuthology.orchestra.run.smithi086.stdout:LOGO="fedora-logo-icon" 2024-09-10T18:02:02.850 INFO:teuthology.orchestra.run.smithi086.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-10T18:02:02.850 INFO:teuthology.orchestra.run.smithi086.stdout:HOME_URL="https://centos.org/" 2024-09-10T18:02:02.850 INFO:teuthology.orchestra.run.smithi086.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-10T18:02:02.850 INFO:teuthology.orchestra.run.smithi086.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-10T18:02:02.850 INFO:teuthology.orchestra.run.smithi086.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-10T18:02:02.851 INFO:teuthology.lock.ops:Updating smithi086.front.sepia.ceph.com on lock server 2024-09-10T18:02:02.874 DEBUG:teuthology.orchestra.run.smithi155:> uname -m 2024-09-10T18:02:02.894 INFO:teuthology.orchestra.run.smithi155.stdout:x86_64 2024-09-10T18:02:02.894 DEBUG:teuthology.orchestra.run.smithi155:> cat /etc/os-release 2024-09-10T18:02:02.951 INFO:teuthology.orchestra.run.smithi155.stdout:NAME="CentOS Stream" 2024-09-10T18:02:02.951 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION="9" 2024-09-10T18:02:02.951 INFO:teuthology.orchestra.run.smithi155.stdout:ID="centos" 2024-09-10T18:02:02.951 INFO:teuthology.orchestra.run.smithi155.stdout:ID_LIKE="rhel fedora" 2024-09-10T18:02:02.951 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION_ID="9" 2024-09-10T18:02:02.952 INFO:teuthology.orchestra.run.smithi155.stdout:PLATFORM_ID="platform:el9" 2024-09-10T18:02:02.952 INFO:teuthology.orchestra.run.smithi155.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-10T18:02:02.952 INFO:teuthology.orchestra.run.smithi155.stdout:ANSI_COLOR="0;31" 2024-09-10T18:02:02.952 INFO:teuthology.orchestra.run.smithi155.stdout:LOGO="fedora-logo-icon" 2024-09-10T18:02:02.952 INFO:teuthology.orchestra.run.smithi155.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-10T18:02:02.952 INFO:teuthology.orchestra.run.smithi155.stdout:HOME_URL="https://centos.org/" 2024-09-10T18:02:02.952 INFO:teuthology.orchestra.run.smithi155.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-10T18:02:02.952 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-10T18:02:02.952 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-10T18:02:02.953 INFO:teuthology.lock.ops:Updating smithi155.front.sepia.ceph.com on lock server 2024-09-10T18:02:02.999 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-10T18:02:03.008 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-10T18:02:03.086 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-10T18:02:03.086 DEBUG:teuthology.orchestra.run.smithi086:> test '!' -e /home/ubuntu/cephtest 2024-09-10T18:02:03.089 DEBUG:teuthology.orchestra.run.smithi155:> test '!' -e /home/ubuntu/cephtest 2024-09-10T18:02:03.107 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-10T18:02:03.113 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-10T18:02:03.113 DEBUG:teuthology.orchestra.run.smithi086:> test -z $(ls -A /var/lib/ceph) 2024-09-10T18:02:03.146 DEBUG:teuthology.orchestra.run.smithi155:> test -z $(ls -A /var/lib/ceph) 2024-09-10T18:02:03.174 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-10T18:02:03.217 INFO:teuthology.run_tasks:Running task kernel... 2024-09-10T18:02:03.234 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-10T18:02:03.235 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-10T18:02:03.235 DEBUG:teuthology.orchestra.run.smithi086:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-10T18:02:03.235 DEBUG:teuthology.orchestra.run.smithi155:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-10T18:02:03.253 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T18:02:03.253 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T18:02:03.253 DEBUG:teuthology.orchestra.run.smithi155:> uname -r 2024-09-10T18:02:03.254 DEBUG:teuthology.orchestra.run.smithi086:> uname -r 2024-09-10T18:02:03.311 INFO:teuthology.orchestra.run.smithi086.stdout:5.14.0-503.el9.x86_64 2024-09-10T18:02:03.311 INFO:teuthology.task.kernel:Running kernel on smithi086: 5.14.0-503.el9.x86_64 2024-09-10T18:02:03.311 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum install -y kernel 2024-09-10T18:02:03.313 INFO:teuthology.orchestra.run.smithi155.stdout:5.14.0-503.el9.x86_64 2024-09-10T18:02:03.313 INFO:teuthology.task.kernel:Running kernel on smithi155: 5.14.0-503.el9.x86_64 2024-09-10T18:02:03.313 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum install -y kernel 2024-09-10T18:02:05.602 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.2 MB 00:00 2024-09-10T18:02:07.088 INFO:teuthology.orchestra.run.smithi086.stdout:CentOS Stream 9 - BaseOS 4.1 MB/s | 8.2 MB 00:02 2024-09-10T18:02:11.227 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - AppStream 4.5 MB/s | 20 MB 00:04 2024-09-10T18:02:13.396 INFO:teuthology.orchestra.run.smithi086.stdout:CentOS Stream 9 - AppStream 3.9 MB/s | 20 MB 00:05 2024-09-10T18:02:17.094 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - CRB 3.2 MB/s | 6.5 MB 00:02 2024-09-10T18:02:17.755 INFO:teuthology.orchestra.run.smithi086.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.5 MB 00:00 2024-09-10T18:02:18.986 INFO:teuthology.orchestra.run.smithi155.stdout:CentOS Stream 9 - Extras packages 27 kB/s | 19 kB 00:00 2024-09-10T18:02:19.214 INFO:teuthology.orchestra.run.smithi086.stdout:CentOS Stream 9 - Extras packages 74 kB/s | 19 kB 00:00 2024-09-10T18:02:19.866 INFO:teuthology.orchestra.run.smithi155.stdout:Extra Packages for Enterprise Linux 30 MB/s | 23 MB 00:00 2024-09-10T18:02:20.010 INFO:teuthology.orchestra.run.smithi086.stdout:Extra Packages for Enterprise Linux 34 MB/s | 23 MB 00:00 2024-09-10T18:02:25.297 INFO:teuthology.orchestra.run.smithi155.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-09-10T18:02:25.433 INFO:teuthology.orchestra.run.smithi086.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-09-10T18:02:27.320 INFO:teuthology.orchestra.run.smithi155.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-10T18:02:27.320 INFO:teuthology.orchestra.run.smithi155.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-10T18:02:27.405 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2024-09-10T18:02:27.413 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-09-10T18:02:27.413 INFO:teuthology.orchestra.run.smithi155.stdout: Package Architecture Version Repository Size 2024-09-10T18:02:27.413 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-09-10T18:02:27.413 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2024-09-10T18:02:27.413 INFO:teuthology.orchestra.run.smithi155.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-10T18:02:27.414 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2024-09-10T18:02:27.414 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-10T18:02:27.414 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-10T18:02:27.414 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-10T18:02:27.414 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T18:02:27.414 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2024-09-10T18:02:27.414 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2024-09-10T18:02:27.414 INFO:teuthology.orchestra.run.smithi155.stdout:Install 4 Packages 2024-09-10T18:02:27.414 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T18:02:27.415 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 79 M 2024-09-10T18:02:27.415 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 126 M 2024-09-10T18:02:27.415 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2024-09-10T18:02:27.489 INFO:teuthology.orchestra.run.smithi086.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-10T18:02:27.489 INFO:teuthology.orchestra.run.smithi086.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-10T18:02:27.585 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2024-09-10T18:02:27.598 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-09-10T18:02:27.598 INFO:teuthology.orchestra.run.smithi086.stdout: Package Architecture Version Repository Size 2024-09-10T18:02:27.598 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-09-10T18:02:27.598 INFO:teuthology.orchestra.run.smithi086.stdout:Installing: 2024-09-10T18:02:27.598 INFO:teuthology.orchestra.run.smithi086.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-10T18:02:27.598 INFO:teuthology.orchestra.run.smithi086.stdout:Installing dependencies: 2024-09-10T18:02:27.599 INFO:teuthology.orchestra.run.smithi086.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-10T18:02:27.599 INFO:teuthology.orchestra.run.smithi086.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-10T18:02:27.599 INFO:teuthology.orchestra.run.smithi086.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-10T18:02:27.599 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-10T18:02:27.599 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction Summary 2024-09-10T18:02:27.600 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2024-09-10T18:02:27.600 INFO:teuthology.orchestra.run.smithi086.stdout:Install 4 Packages 2024-09-10T18:02:27.600 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-10T18:02:27.600 INFO:teuthology.orchestra.run.smithi086.stdout:Total download size: 79 M 2024-09-10T18:02:27.600 INFO:teuthology.orchestra.run.smithi086.stdout:Installed size: 126 M 2024-09-10T18:02:27.600 INFO:teuthology.orchestra.run.smithi086.stdout:Downloading Packages: 2024-09-10T18:02:27.640 INFO:teuthology.orchestra.run.smithi155.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 225 kB/s | 23 kB 00:00 2024-09-10T18:02:28.023 INFO:teuthology.orchestra.run.smithi155.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 32 MB/s | 16 MB 00:00 2024-09-10T18:02:28.168 INFO:teuthology.orchestra.run.smithi086.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 42 kB/s | 23 kB 00:00 2024-09-10T18:02:28.456 INFO:teuthology.orchestra.run.smithi155.stdout:(3/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 38 MB/s | 35 MB 00:00 2024-09-10T18:02:28.723 INFO:teuthology.orchestra.run.smithi155.stdout:(4/4): kernel-modules-core-5.14.0-505.el9.x86_6 26 MB/s | 29 MB 00:01 2024-09-10T18:02:28.723 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:02:28.724 INFO:teuthology.orchestra.run.smithi155.stdout:Total 60 MB/s | 79 MB 00:01 2024-09-10T18:02:29.043 INFO:teuthology.orchestra.run.smithi086.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 11 MB/s | 16 MB 00:01 2024-09-10T18:02:29.410 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2024-09-10T18:02:29.780 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2024-09-10T18:02:29.781 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2024-09-10T18:02:29.818 INFO:teuthology.orchestra.run.smithi086.stdout:(3/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 16 MB/s | 35 MB 00:02 2024-09-10T18:02:30.418 INFO:teuthology.orchestra.run.smithi086.stdout:(4/4): kernel-modules-core-5.14.0-505.el9.x86_6 13 MB/s | 29 MB 00:02 2024-09-10T18:02:30.419 INFO:teuthology.orchestra.run.smithi086.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:02:30.419 INFO:teuthology.orchestra.run.smithi086.stdout:Total 28 MB/s | 79 MB 00:02 2024-09-10T18:02:30.741 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2024-09-10T18:02:30.741 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2024-09-10T18:02:31.099 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction check 2024-09-10T18:02:31.464 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction check succeeded. 2024-09-10T18:02:31.465 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction test 2024-09-10T18:02:32.439 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction test succeeded. 2024-09-10T18:02:32.439 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction 2024-09-10T18:02:33.219 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2024-09-10T18:02:33.889 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-10T18:02:33.998 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T18:02:34.889 INFO:teuthology.orchestra.run.smithi086.stdout: Preparing : 1/1 2024-09-10T18:02:35.570 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-10T18:02:35.652 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T18:02:36.799 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T18:02:36.958 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T18:02:38.449 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T18:02:38.606 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T18:02:41.801 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T18:02:42.000 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:02:43.477 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T18:02:43.514 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:02:46.819 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:02:48.384 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:03:25.207 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:03:25.246 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:03:25.573 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:03:25.573 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-10T18:03:25.573 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T18:03:25.573 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T18:03:26.329 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:03:26.368 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:03:26.397 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:03:26.398 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T18:03:26.398 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2024-09-10T18:03:26.398 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-10T18:03:26.398 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-10T18:03:26.398 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-10T18:03:26.398 INFO:teuthology.orchestra.run.smithi155.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-10T18:03:26.398 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T18:03:26.398 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2024-09-10T18:03:26.755 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:03:26.755 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-10T18:03:26.755 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T18:03:26.755 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T18:03:26.766 DEBUG:teuthology.orchestra.run.smithi155:> rpm -q kernel | sort -rV | head -n 1 2024-09-10T18:03:26.850 INFO:teuthology.orchestra.run.smithi155.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-10T18:03:26.851 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-10T18:03:26.851 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-10T18:03:26.851 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-10T18:03:26.851 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-10T18:03:26.852 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-10T18:03:26.852 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi155.front.sepia.ceph.com, path=None, version=distro) 2024-09-10T18:03:26.852 DEBUG:teuthology.orchestra.run.smithi155:> rpm -q kernel | sort -rV | head -n 1 2024-09-10T18:03:26.911 INFO:teuthology.orchestra.run.smithi155.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-10T18:03:26.912 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-10T18:03:26.912 DEBUG:teuthology.orchestra.run.smithi155:> sudo rpm -qi grub2-tools 2024-09-10T18:03:26.944 INFO:teuthology.orchestra.run.smithi155.stdout:Name : grub2-tools 2024-09-10T18:03:26.944 INFO:teuthology.orchestra.run.smithi155.stdout:Epoch : 1 2024-09-10T18:03:26.944 INFO:teuthology.orchestra.run.smithi155.stdout:Version : 2.06 2024-09-10T18:03:26.944 INFO:teuthology.orchestra.run.smithi155.stdout:Release : 82.el9 2024-09-10T18:03:26.944 INFO:teuthology.orchestra.run.smithi155.stdout:Architecture: x86_64 2024-09-10T18:03:26.945 INFO:teuthology.orchestra.run.smithi155.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-10T18:03:26.945 INFO:teuthology.orchestra.run.smithi155.stdout:Group : Unspecified 2024-09-10T18:03:26.945 INFO:teuthology.orchestra.run.smithi155.stdout:Size : 8274670 2024-09-10T18:03:26.945 INFO:teuthology.orchestra.run.smithi155.stdout:License : GPLv3+ 2024-09-10T18:03:26.945 INFO:teuthology.orchestra.run.smithi155.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-10T18:03:26.945 INFO:teuthology.orchestra.run.smithi155.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-10T18:03:26.945 INFO:teuthology.orchestra.run.smithi155.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-10T18:03:26.945 INFO:teuthology.orchestra.run.smithi155.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-10T18:03:26.945 INFO:teuthology.orchestra.run.smithi155.stdout:Packager : builder@centos.org 2024-09-10T18:03:26.945 INFO:teuthology.orchestra.run.smithi155.stdout:Vendor : CentOS 2024-09-10T18:03:26.945 INFO:teuthology.orchestra.run.smithi155.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-10T18:03:26.945 INFO:teuthology.orchestra.run.smithi155.stdout:Summary : Support tools for GRUB. 2024-09-10T18:03:26.945 INFO:teuthology.orchestra.run.smithi155.stdout:Description : 2024-09-10T18:03:26.946 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T18:03:26.946 INFO:teuthology.orchestra.run.smithi155.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-10T18:03:26.946 INFO:teuthology.orchestra.run.smithi155.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-10T18:03:26.946 INFO:teuthology.orchestra.run.smithi155.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-10T18:03:26.946 INFO:teuthology.orchestra.run.smithi155.stdout:hardware devices. 2024-09-10T18:03:26.946 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T18:03:26.946 INFO:teuthology.orchestra.run.smithi155.stdout:This subpackage provides tools for support of all platforms. 2024-09-10T18:03:26.947 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-10T18:03:26.947 INFO:teuthology.task.kernel:Updating grub on smithi155 to boot 5.14.0-505.el9.x86_64 2024-09-10T18:03:26.947 DEBUG:teuthology.orchestra.run.smithi155:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-10T18:03:27.589 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:03:27.589 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-10T18:03:27.589 INFO:teuthology.orchestra.run.smithi086.stdout:Installed: 2024-09-10T18:03:27.589 INFO:teuthology.orchestra.run.smithi086.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-10T18:03:27.589 INFO:teuthology.orchestra.run.smithi086.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-10T18:03:27.590 INFO:teuthology.orchestra.run.smithi086.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-10T18:03:27.590 INFO:teuthology.orchestra.run.smithi086.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-10T18:03:27.590 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-10T18:03:27.590 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2024-09-10T18:03:27.600 INFO:teuthology.orchestra.run.smithi155.stderr:Generating grub configuration file ... 2024-09-10T18:03:27.944 DEBUG:teuthology.orchestra.run.smithi086:> rpm -q kernel | sort -rV | head -n 1 2024-09-10T18:03:28.025 INFO:teuthology.orchestra.run.smithi086.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-10T18:03:28.025 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-10T18:03:28.026 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-10T18:03:28.026 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-10T18:03:28.026 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-10T18:03:28.026 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-10T18:03:28.026 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi086.front.sepia.ceph.com, path=None, version=distro) 2024-09-10T18:03:28.026 DEBUG:teuthology.orchestra.run.smithi086:> rpm -q kernel | sort -rV | head -n 1 2024-09-10T18:03:28.085 INFO:teuthology.orchestra.run.smithi086.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-10T18:03:28.085 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-10T18:03:28.085 DEBUG:teuthology.orchestra.run.smithi086:> sudo rpm -qi grub2-tools 2024-09-10T18:03:28.123 INFO:teuthology.orchestra.run.smithi086.stdout:Name : grub2-tools 2024-09-10T18:03:28.123 INFO:teuthology.orchestra.run.smithi086.stdout:Epoch : 1 2024-09-10T18:03:28.123 INFO:teuthology.orchestra.run.smithi086.stdout:Version : 2.06 2024-09-10T18:03:28.123 INFO:teuthology.orchestra.run.smithi086.stdout:Release : 82.el9 2024-09-10T18:03:28.123 INFO:teuthology.orchestra.run.smithi086.stdout:Architecture: x86_64 2024-09-10T18:03:28.123 INFO:teuthology.orchestra.run.smithi086.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-10T18:03:28.123 INFO:teuthology.orchestra.run.smithi086.stdout:Group : Unspecified 2024-09-10T18:03:28.123 INFO:teuthology.orchestra.run.smithi086.stdout:Size : 8274670 2024-09-10T18:03:28.123 INFO:teuthology.orchestra.run.smithi086.stdout:License : GPLv3+ 2024-09-10T18:03:28.123 INFO:teuthology.orchestra.run.smithi086.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-10T18:03:28.123 INFO:teuthology.orchestra.run.smithi086.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-10T18:03:28.124 INFO:teuthology.orchestra.run.smithi086.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-10T18:03:28.124 INFO:teuthology.orchestra.run.smithi086.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-10T18:03:28.124 INFO:teuthology.orchestra.run.smithi086.stdout:Packager : builder@centos.org 2024-09-10T18:03:28.124 INFO:teuthology.orchestra.run.smithi086.stdout:Vendor : CentOS 2024-09-10T18:03:28.124 INFO:teuthology.orchestra.run.smithi086.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-10T18:03:28.124 INFO:teuthology.orchestra.run.smithi086.stdout:Summary : Support tools for GRUB. 2024-09-10T18:03:28.124 INFO:teuthology.orchestra.run.smithi086.stdout:Description : 2024-09-10T18:03:28.124 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-10T18:03:28.124 INFO:teuthology.orchestra.run.smithi086.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-10T18:03:28.124 INFO:teuthology.orchestra.run.smithi086.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-10T18:03:28.124 INFO:teuthology.orchestra.run.smithi086.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-10T18:03:28.125 INFO:teuthology.orchestra.run.smithi086.stdout:hardware devices. 2024-09-10T18:03:28.125 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-10T18:03:28.125 INFO:teuthology.orchestra.run.smithi086.stdout:This subpackage provides tools for support of all platforms. 2024-09-10T18:03:28.126 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-10T18:03:28.126 INFO:teuthology.task.kernel:Updating grub on smithi086 to boot 5.14.0-505.el9.x86_64 2024-09-10T18:03:28.126 DEBUG:teuthology.orchestra.run.smithi086:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-10T18:03:28.761 INFO:teuthology.orchestra.run.smithi086.stderr:Generating grub configuration file ... 2024-09-10T18:03:28.934 INFO:teuthology.orchestra.run.smithi155.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-10T18:03:28.965 INFO:teuthology.orchestra.run.smithi155.stderr:done 2024-09-10T18:03:28.967 DEBUG:teuthology.orchestra.run.smithi155:> mktemp 2024-09-10T18:03:28.983 INFO:teuthology.orchestra.run.smithi155.stdout:/tmp/tmp.lIHv44qnAc 2024-09-10T18:03:28.983 DEBUG:teuthology.orchestra.run.smithi155:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.lIHv44qnAc 2024-09-10T18:03:29.050 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod 0666 /tmp/tmp.lIHv44qnAc 2024-09-10T18:03:29.189 DEBUG:teuthology.orchestra.remote:smithi155:/tmp/tmp.lIHv44qnAc is 6KB 2024-09-10T18:03:29.238 DEBUG:teuthology.orchestra.run.smithi155:> rm -fr /tmp/tmp.lIHv44qnAc 2024-09-10T18:03:29.253 DEBUG:teuthology.orchestra.run.smithi155:> sudo /bin/ls /boot/loader/entries || true 2024-09-10T18:03:29.318 INFO:teuthology.orchestra.run.smithi155.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-10T18:03:29.319 INFO:teuthology.orchestra.run.smithi155.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-10T18:03:29.319 INFO:teuthology.orchestra.run.smithi155.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-10T18:03:29.319 INFO:teuthology.orchestra.run.smithi155.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-10T18:03:29.320 DEBUG:teuthology.orchestra.run.smithi155:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-10T18:03:29.475 DEBUG:teuthology.orchestra.run.smithi155:> sudo shutdown -r now 2024-09-10T18:03:30.104 INFO:teuthology.orchestra.run.smithi086.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-10T18:03:30.119 INFO:teuthology.orchestra.run.smithi086.stderr:done 2024-09-10T18:03:30.122 DEBUG:teuthology.orchestra.run.smithi086:> mktemp 2024-09-10T18:03:30.137 INFO:teuthology.orchestra.run.smithi086.stdout:/tmp/tmp.wIFgLRYQo3 2024-09-10T18:03:30.138 DEBUG:teuthology.orchestra.run.smithi086:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.wIFgLRYQo3 2024-09-10T18:03:30.211 DEBUG:teuthology.orchestra.run.smithi086:> sudo chmod 0666 /tmp/tmp.wIFgLRYQo3 2024-09-10T18:03:30.358 DEBUG:teuthology.orchestra.remote:smithi086:/tmp/tmp.wIFgLRYQo3 is 6KB 2024-09-10T18:03:30.406 DEBUG:teuthology.orchestra.run.smithi086:> rm -fr /tmp/tmp.wIFgLRYQo3 2024-09-10T18:03:30.420 DEBUG:teuthology.orchestra.run.smithi086:> sudo /bin/ls /boot/loader/entries || true 2024-09-10T18:03:30.483 INFO:teuthology.orchestra.run.smithi086.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-10T18:03:30.483 INFO:teuthology.orchestra.run.smithi086.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-10T18:03:30.484 INFO:teuthology.orchestra.run.smithi086.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-10T18:03:30.484 INFO:teuthology.orchestra.run.smithi086.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-10T18:03:30.485 DEBUG:teuthology.orchestra.run.smithi086:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-10T18:03:30.665 DEBUG:teuthology.orchestra.run.smithi086:> sudo shutdown -r now 2024-09-10T18:03:59.507 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-10T18:03:59.507 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-09-10T18:03:59.509 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:04:00.670 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-10T18:04:00.670 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-09-10T18:04:00.670 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:04:17.853 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.155 2024-09-10T18:04:19.133 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2024-09-10T18:04:26.862 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-09-10T18:04:26.863 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:04:28.135 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-09-10T18:04:28.136 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:04:29.921 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.155 2024-09-10T18:04:31.197 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2024-09-10T18:04:41.931 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-09-10T18:04:41.932 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:04:43.199 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-09-10T18:04:43.200 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:04:46.273 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2024-09-10T18:05:00.353 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.155 2024-09-10T18:05:01.274 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-09-10T18:05:01.275 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:05:04.349 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2024-09-10T18:05:15.361 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-09-10T18:05:15.362 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:05:15.853 DEBUG:teuthology.orchestra.run.smithi155:> true 2024-09-10T18:05:16.261 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-09-10T18:05:16.261 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-505.el9.x86_64"... 2024-09-10T18:05:16.261 DEBUG:teuthology.orchestra.run.smithi155:> uname -r 2024-09-10T18:05:16.276 INFO:teuthology.orchestra.run.smithi155.stdout:5.14.0-505.el9.x86_64 2024-09-10T18:05:16.277 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-10T18:05:16.277 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-10T18:05:16.277 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-10T18:05:17.277 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-10T18:05:17.278 DEBUG:teuthology.orchestra.run.smithi155:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-10T18:05:17.361 INFO:teuthology.orchestra.run.smithi155.stdout:ttyS1 2024-09-10T18:05:17.383 DEBUG:teuthology.parallel:result is None 2024-09-10T18:05:22.350 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-09-10T18:05:22.351 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:05:22.753 DEBUG:teuthology.orchestra.run.smithi086:> true 2024-09-10T18:05:23.123 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-09-10T18:05:23.123 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-505.el9.x86_64"... 2024-09-10T18:05:23.123 DEBUG:teuthology.orchestra.run.smithi086:> uname -r 2024-09-10T18:05:23.139 INFO:teuthology.orchestra.run.smithi086.stdout:5.14.0-505.el9.x86_64 2024-09-10T18:05:23.139 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-10T18:05:23.139 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-10T18:05:23.139 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-10T18:05:24.141 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-10T18:05:24.141 DEBUG:teuthology.orchestra.run.smithi086:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-10T18:05:24.234 INFO:teuthology.orchestra.run.smithi086.stdout:ttyS1 2024-09-10T18:05:24.260 DEBUG:teuthology.parallel:result is None 2024-09-10T18:05:24.261 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-10T18:05:24.268 INFO:teuthology.task.internal:Creating test directory... 2024-09-10T18:05:24.268 DEBUG:teuthology.orchestra.run.smithi086:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-10T18:05:24.271 DEBUG:teuthology.orchestra.run.smithi155:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-10T18:05:24.289 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-10T18:05:24.314 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-10T18:05:24.321 INFO:teuthology.task.internal:Creating archive directory... 2024-09-10T18:05:24.322 DEBUG:teuthology.orchestra.run.smithi086:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-10T18:05:24.328 DEBUG:teuthology.orchestra.run.smithi155:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-10T18:05:24.366 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-10T18:05:24.372 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-10T18:05:24.372 DEBUG:teuthology.orchestra.run.smithi086:> 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-09-10T18:05:24.404 DEBUG:teuthology.orchestra.run.smithi155:> 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-09-10T18:05:24.430 INFO:teuthology.orchestra.run.smithi086.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T18:05:24.430 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T18:05:24.441 INFO:teuthology.orchestra.run.smithi086.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T18:05:24.441 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T18:05:24.443 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-10T18:05:24.450 INFO:teuthology.task.internal:Configuring sudo... 2024-09-10T18:05:24.451 DEBUG:teuthology.orchestra.run.smithi086:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-10T18:05:24.486 DEBUG:teuthology.orchestra.run.smithi155:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-10T18:05:24.513 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-10T18:05:24.523 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-10T18:05:24.523 DEBUG:teuthology.orchestra.run.smithi086:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-10T18:05:24.553 DEBUG:teuthology.orchestra.run.smithi155:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-10T18:05:24.568 DEBUG:teuthology.orchestra.run.smithi086:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T18:05:24.651 DEBUG:teuthology.orchestra.run.smithi086:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T18:05:24.702 DEBUG:teuthology.orchestra.run.smithi086:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T18:05:24.777 DEBUG:teuthology.orchestra.run.smithi086:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T18:05:24.825 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-09-10T18:05:24.825 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-10T18:05:24.889 DEBUG:teuthology.orchestra.run.smithi155:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T18:05:24.927 DEBUG:teuthology.orchestra.run.smithi155:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T18:05:24.977 DEBUG:teuthology.orchestra.run.smithi155:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T18:05:25.052 DEBUG:teuthology.orchestra.run.smithi155:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T18:05:25.100 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-10T18:05:25.100 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-10T18:05:25.165 DEBUG:teuthology.orchestra.run.smithi086:> sudo service rsyslog restart 2024-09-10T18:05:25.168 DEBUG:teuthology.orchestra.run.smithi155:> sudo service rsyslog restart 2024-09-10T18:05:25.217 INFO:teuthology.orchestra.run.smithi086.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-10T18:05:25.258 INFO:teuthology.orchestra.run.smithi155.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-10T18:05:25.764 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-10T18:05:25.775 INFO:teuthology.task.internal:Starting timer... 2024-09-10T18:05:25.776 INFO:teuthology.run_tasks:Running task pcp... 2024-09-10T18:05:25.792 INFO:teuthology.run_tasks:Running task selinux... 2024-09-10T18:05:25.801 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0', 'scontext=system_u:system_r:getty_t:s0']} 2024-09-10T18:05:25.801 DEBUG:teuthology.orchestra.run.smithi086:> sudo service auditd rotate 2024-09-10T18:05:25.854 INFO:teuthology.orchestra.run.smithi086.stdout:Rotating logs: 2024-09-10T18:05:25.856 DEBUG:teuthology.orchestra.run.smithi155:> sudo service auditd rotate 2024-09-10T18:05:25.912 INFO:teuthology.orchestra.run.smithi155.stdout:Rotating logs: 2024-09-10T18:05:25.914 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-10T18:05:25.914 DEBUG:teuthology.orchestra.run.smithi086:> /usr/sbin/getenforce 2024-09-10T18:05:25.939 INFO:teuthology.orchestra.run.smithi086.stdout:Permissive 2024-09-10T18:05:25.940 DEBUG:teuthology.orchestra.run.smithi155:> /usr/sbin/getenforce 2024-09-10T18:05:25.966 INFO:teuthology.orchestra.run.smithi155.stdout:Permissive 2024-09-10T18:05:25.966 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi086.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi155.front.sepia.ceph.com': 'permissive'} 2024-09-10T18:05:25.967 DEBUG:teuthology.orchestra.run.smithi086:> 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 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-10T18:05:26.005 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T18:05:26.006 DEBUG:teuthology.orchestra.run.smithi155:> 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 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-10T18:05:26.032 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T18:05:26.033 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-10T18:05:26.033 DEBUG:teuthology.orchestra.run.smithi086:> sudo /usr/sbin/setenforce permissive 2024-09-10T18:05:26.076 DEBUG:teuthology.orchestra.run.smithi155:> sudo /usr/sbin/setenforce permissive 2024-09-10T18:05:26.104 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-10T18:05:26.114 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-10T18:05:26.126 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-09-10T18:05:26.127 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi086.front.sepia.ceph.com,smithi155.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-10T18:09:10.254 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi086.front.sepia.ceph.com'), Remote(name='ubuntu@smithi155.front.sepia.ceph.com')] 2024-09-10T18:09:10.256 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-09-10T18:09:10.258 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:09:10.336 DEBUG:teuthology.orchestra.run.smithi086:> true 2024-09-10T18:09:10.413 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi086.front.sepia.ceph.com' 2024-09-10T18:09:10.413 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-09-10T18:09:10.414 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:09:10.494 DEBUG:teuthology.orchestra.run.smithi155:> true 2024-09-10T18:09:10.584 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi155.front.sepia.ceph.com' 2024-09-10T18:09:10.585 INFO:teuthology.run_tasks:Running task clock... 2024-09-10T18:09:10.594 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-10T18:09:10.595 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-10T18:09:10.595 DEBUG:teuthology.orchestra.run.smithi086:> 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-09-10T18:09:10.598 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-10T18:09:10.598 DEBUG:teuthology.orchestra.run.smithi155:> 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-09-10T18:09:10.625 INFO:teuthology.orchestra.run.smithi086.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-10T18:09:10.639 INFO:teuthology.orchestra.run.smithi086.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-10T18:09:10.655 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-10T18:09:10.663 INFO:teuthology.orchestra.run.smithi086.stderr:sudo: ntpd: command not found 2024-09-10T18:09:10.670 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-10T18:09:10.674 INFO:teuthology.orchestra.run.smithi086.stdout:506 Cannot talk to daemon 2024-09-10T18:09:10.689 INFO:teuthology.orchestra.run.smithi086.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-10T18:09:10.696 INFO:teuthology.orchestra.run.smithi155.stderr:sudo: ntpd: command not found 2024-09-10T18:09:10.702 INFO:teuthology.orchestra.run.smithi086.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-10T18:09:10.706 INFO:teuthology.orchestra.run.smithi155.stdout:506 Cannot talk to daemon 2024-09-10T18:09:10.721 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-10T18:09:10.735 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-10T18:09:10.764 INFO:teuthology.orchestra.run.smithi086.stderr:bash: line 1: ntpq: command not found 2024-09-10T18:09:10.768 INFO:teuthology.orchestra.run.smithi086.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-10T18:09:10.769 INFO:teuthology.orchestra.run.smithi086.stdout:=============================================================================== 2024-09-10T18:09:10.769 INFO:teuthology.orchestra.run.smithi086.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:09:10.769 INFO:teuthology.orchestra.run.smithi086.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:09:10.769 INFO:teuthology.orchestra.run.smithi086.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:09:10.769 INFO:teuthology.orchestra.run.smithi086.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:09:10.790 INFO:teuthology.orchestra.run.smithi155.stderr:bash: line 1: ntpq: command not found 2024-09-10T18:09:10.793 INFO:teuthology.orchestra.run.smithi155.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-10T18:09:10.794 INFO:teuthology.orchestra.run.smithi155.stdout:=============================================================================== 2024-09-10T18:09:10.794 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:09:10.794 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:09:10.794 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:09:10.794 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:09:10.795 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-10T18:09:10.927 INFO:tasks.cephadm:Config: {'avoid_pacific_features': True, 'cephadm_branch': 'v16.2.4', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v16.2.4', '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': '5be57395ea235535910512ae73ba8e7ff25fe588'} 2024-09-10T18:09:10.927 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.4 2024-09-10T18:09:10.928 INFO:tasks.cephadm:Cluster fsid is c77f8420-6f9f-11ef-bcea-c7b262605968 2024-09-10T18:09:10.928 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-10T18:09:10.928 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-09-10T18:09:10.928 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi086': '172.21.15.86', 'mon.smithi155': '172.21.15.155'} 2024-09-10T18:09:10.928 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-10T18:09:10.928 DEBUG:teuthology.orchestra.run.smithi086:> sudo hostname $(hostname -s) 2024-09-10T18:09:10.955 DEBUG:teuthology.orchestra.run.smithi155:> sudo hostname $(hostname -s) 2024-09-10T18:09:10.980 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.4)... 2024-09-10T18:09:10.981 DEBUG:teuthology.orchestra.run.smithi086:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.4/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-10T18:09:11.279 INFO:teuthology.orchestra.run.smithi086.stdout:-rw-r--r--. 1 ubuntu ubuntu 292005 Sep 10 18:09 /home/ubuntu/cephtest/cephadm 2024-09-10T18:09:11.279 DEBUG:teuthology.orchestra.run.smithi155:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.4/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-10T18:09:11.398 INFO:teuthology.orchestra.run.smithi155.stdout:-rw-r--r--. 1 ubuntu ubuntu 292005 Sep 10 18:09 /home/ubuntu/cephtest/cephadm 2024-09-10T18:09:11.398 DEBUG:teuthology.orchestra.run.smithi086:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-10T18:09:11.414 DEBUG:teuthology.orchestra.run.smithi155:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-10T18:09:11.440 INFO:tasks.cephadm:Pulling image docker.io/ceph/ceph:v16.2.4 on all hosts... 2024-09-10T18:09:11.440 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 pull 2024-09-10T18:09:11.457 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 pull 2024-09-10T18:09:12.993 INFO:teuthology.orchestra.run.smithi155.stderr:Pulling container image docker.io/ceph/ceph:v16.2.4... 2024-09-10T18:09:13.029 INFO:teuthology.orchestra.run.smithi086.stderr:Pulling container image docker.io/ceph/ceph:v16.2.4... 2024-09-10T18:09:30.633 INFO:teuthology.orchestra.run.smithi155.stdout:{ 2024-09-10T18:09:30.634 INFO:teuthology.orchestra.run.smithi155.stdout: "ceph_version": "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)", 2024-09-10T18:09:30.634 INFO:teuthology.orchestra.run.smithi155.stdout: "image_id": "8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29", 2024-09-10T18:09:30.634 INFO:teuthology.orchestra.run.smithi155.stdout: "repo_digests": [ 2024-09-10T18:09:30.634 INFO:teuthology.orchestra.run.smithi155.stdout: "docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949", 2024-09-10T18:09:30.634 INFO:teuthology.orchestra.run.smithi155.stdout: "docker.io/ceph/ceph@sha256:70536e31b29a4241999ec4fd13d93e5860a5ffdc5467911e57e6bf04dfe68337" 2024-09-10T18:09:30.634 INFO:teuthology.orchestra.run.smithi155.stdout: ] 2024-09-10T18:09:30.634 INFO:teuthology.orchestra.run.smithi155.stdout:} 2024-09-10T18:09:31.038 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:09:31.038 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph_version": "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)", 2024-09-10T18:09:31.038 INFO:teuthology.orchestra.run.smithi086.stdout: "image_id": "8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29", 2024-09-10T18:09:31.038 INFO:teuthology.orchestra.run.smithi086.stdout: "repo_digests": [ 2024-09-10T18:09:31.038 INFO:teuthology.orchestra.run.smithi086.stdout: "docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949", 2024-09-10T18:09:31.038 INFO:teuthology.orchestra.run.smithi086.stdout: "docker.io/ceph/ceph@sha256:70536e31b29a4241999ec4fd13d93e5860a5ffdc5467911e57e6bf04dfe68337" 2024-09-10T18:09:31.038 INFO:teuthology.orchestra.run.smithi086.stdout: ] 2024-09-10T18:09:31.039 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:09:31.056 DEBUG:teuthology.orchestra.run.smithi086:> sudo mkdir -p /etc/ceph 2024-09-10T18:09:31.109 DEBUG:teuthology.orchestra.run.smithi155:> sudo mkdir -p /etc/ceph 2024-09-10T18:09:31.139 DEBUG:teuthology.orchestra.run.smithi086:> sudo chmod 777 /etc/ceph 2024-09-10T18:09:31.163 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod 777 /etc/ceph 2024-09-10T18:09:31.205 INFO:tasks.cephadm:Writing seed config... 2024-09-10T18:09:31.206 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-10T18:09:31.206 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-10T18:09:31.206 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-10T18:09:31.207 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-10T18:09:31.207 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-10T18:09:31.207 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-10T18:09:31.207 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-10T18:09:31.207 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-09-10T18:09:31.207 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-09-10T18:09:31.208 DEBUG:teuthology.orchestra.run.smithi086:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-10T18:09:31.223 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 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 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 = c77f8420-6f9f-11ef-bcea-c7b262605968 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops 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-09-10T18:09:31.224 DEBUG:teuthology.orchestra.run.smithi086:mon.smithi086> sudo journalctl -f -n 0 -u ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@mon.smithi086.service 2024-09-10T18:09:31.266 INFO:tasks.cephadm:Bootstrapping... 2024-09-10T18:09:31.267 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 -v bootstrap --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 --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.86 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-10T18:09:31.451 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-09-10T18:09:31.473 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: 5.2.2 2024-09-10T18:09:31.475 INFO:teuthology.orchestra.run.smithi086.stderr:Verifying podman|docker is present... 2024-09-10T18:09:31.475 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-09-10T18:09:31.495 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: 5.2.2 2024-09-10T18:09:31.497 INFO:teuthology.orchestra.run.smithi086.stderr:Verifying lvm2 is present... 2024-09-10T18:09:31.497 INFO:teuthology.orchestra.run.smithi086.stderr:Verifying time synchronization is in place... 2024-09-10T18:09:31.497 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: systemctl is-enabled chrony.service 2024-09-10T18:09:31.504 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-09-10T18:09:31.505 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: systemctl is-active chrony.service 2024-09-10T18:09:31.510 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: inactive 2024-09-10T18:09:31.511 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: systemctl is-enabled chronyd.service 2024-09-10T18:09:31.521 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: enabled 2024-09-10T18:09:31.521 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: systemctl is-active chronyd.service 2024-09-10T18:09:31.523 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: active 2024-09-10T18:09:31.524 INFO:teuthology.orchestra.run.smithi086.stderr:Unit chronyd.service is enabled and running 2024-09-10T18:09:31.524 INFO:teuthology.orchestra.run.smithi086.stderr:Repeating the final host check... 2024-09-10T18:09:31.524 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-09-10T18:09:31.544 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: 5.2.2 2024-09-10T18:09:31.546 INFO:teuthology.orchestra.run.smithi086.stderr:podman|docker (/bin/podman) is present 2024-09-10T18:09:31.546 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl is present 2024-09-10T18:09:31.547 INFO:teuthology.orchestra.run.smithi086.stderr:lvcreate is present 2024-09-10T18:09:31.547 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: systemctl is-enabled chrony.service 2024-09-10T18:09:31.553 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-09-10T18:09:31.553 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: systemctl is-active chrony.service 2024-09-10T18:09:31.559 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: inactive 2024-09-10T18:09:31.559 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: systemctl is-enabled chronyd.service 2024-09-10T18:09:31.566 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: enabled 2024-09-10T18:09:31.566 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: systemctl is-active chronyd.service 2024-09-10T18:09:31.572 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: active 2024-09-10T18:09:31.573 INFO:teuthology.orchestra.run.smithi086.stderr:Unit chronyd.service is enabled and running 2024-09-10T18:09:31.573 INFO:teuthology.orchestra.run.smithi086.stderr:Host looks OK 2024-09-10T18:09:31.573 INFO:teuthology.orchestra.run.smithi086.stderr:Cluster fsid: c77f8420-6f9f-11ef-bcea-c7b262605968 2024-09-10T18:09:31.573 INFO:teuthology.orchestra.run.smithi086.stderr:Acquiring lock 139804946271392 on /run/cephadm/c77f8420-6f9f-11ef-bcea-c7b262605968.lock 2024-09-10T18:09:31.573 INFO:teuthology.orchestra.run.smithi086.stderr:Lock 139804946271392 acquired on /run/cephadm/c77f8420-6f9f-11ef-bcea-c7b262605968.lock 2024-09-10T18:09:31.574 INFO:teuthology.orchestra.run.smithi086.stderr:Verifying IP 172.21.15.86 port 3300 ... 2024-09-10T18:09:31.574 INFO:teuthology.orchestra.run.smithi086.stderr:Verifying IP 172.21.15.86 port 6789 ... 2024-09-10T18:09:31.574 INFO:teuthology.orchestra.run.smithi086.stderr:Base mon IP is 172.21.15.86, final addrv is [v2:172.21.15.86:3300,v1:172.21.15.86:6789] 2024-09-10T18:09:31.574 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /sbin/ip route ls 2024-09-10T18:09:31.576 INFO:teuthology.orchestra.run.smithi086.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.86 metric 100 2024-09-10T18:09:31.576 INFO:teuthology.orchestra.run.smithi086.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.86 metric 100 2024-09-10T18:09:31.577 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /sbin/ip -6 route ls 2024-09-10T18:09:31.579 INFO:teuthology.orchestra.run.smithi086.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-09-10T18:09:31.579 INFO:teuthology.orchestra.run.smithi086.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-09-10T18:09:31.579 INFO:teuthology.orchestra.run.smithi086.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-09-10T18:09:31.579 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /sbin/ip -6 addr ls 2024-09-10T18:09:31.582 INFO:teuthology.orchestra.run.smithi086.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-10T18:09:31.582 INFO:teuthology.orchestra.run.smithi086.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-09-10T18:09:31.582 INFO:teuthology.orchestra.run.smithi086.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-09-10T18:09:31.582 INFO:teuthology.orchestra.run.smithi086.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-09-10T18:09:31.582 INFO:teuthology.orchestra.run.smithi086.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d809/64 scope link noprefixroute 2024-09-10T18:09:31.582 INFO:teuthology.orchestra.run.smithi086.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-09-10T18:09:31.583 INFO:teuthology.orchestra.run.smithi086.stderr:Mon IP 172.21.15.86 is in CIDR network 172.21.0.0/20 2024-09-10T18:09:31.583 INFO:teuthology.orchestra.run.smithi086.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-10T18:09:31.583 INFO:teuthology.orchestra.run.smithi086.stderr:Pulling container image docker.io/ceph/ceph:v16.2.4... 2024-09-10T18:09:31.584 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.4 2024-09-10T18:09:31.681 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.4... 2024-09-10T18:09:38.151 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: Getting image source signatures 2024-09-10T18:09:38.151 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: Copying blob sha256:551101690791055467b1840be133b2e6b029d263771bc6c46a96bb7acdacac39 2024-09-10T18:09:38.151 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-09-10T18:09:38.151 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: Copying config sha256:8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2024-09-10T18:09:40.571 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: Writing manifest to image destination 2024-09-10T18:09:42.043 INFO:teuthology.orchestra.run.smithi086.stderr:/bin/podman: 8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2024-09-10T18:09:42.046 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --version 2024-09-10T18:09:43.293 INFO:teuthology.orchestra.run.smithi086.stderr:ceph: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2024-09-10T18:09:43.834 INFO:teuthology.orchestra.run.smithi086.stderr:Ceph version: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2024-09-10T18:09:43.834 INFO:teuthology.orchestra.run.smithi086.stderr:Extracting ceph user uid/gid from container image... 2024-09-10T18:09:43.834 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 -c %u %g /var/lib/ceph 2024-09-10T18:09:44.225 INFO:teuthology.orchestra.run.smithi086.stderr:stat: 167 167 2024-09-10T18:09:44.873 INFO:teuthology.orchestra.run.smithi086.stderr:Creating initial keys... 2024-09-10T18:09:44.873 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2024-09-10T18:09:45.272 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-authtool: AQBpi+BmuZSPCxAAW7iMu6gOA0rd/Bm7S4yAOw== 2024-09-10T18:09:45.771 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2024-09-10T18:09:46.196 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-authtool: AQBqi+BmF8qSBxAAfe01JH6/rtDGAssyaffQMA== 2024-09-10T18:09:46.678 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2024-09-10T18:09:47.059 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-authtool: AQBqi+Bmrbz8ORAA8iNdOOZHmDivp70mWB3ycg== 2024-09-10T18:09:47.591 INFO:teuthology.orchestra.run.smithi086.stderr:Creating initial monmap... 2024-09-10T18:09:47.592 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmp71l20759:/tmp/monmap:z docker.io/ceph/ceph:v16.2.4 --create --clobber --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 --addv smithi086 [v2:172.21.15.86:3300,v1:172.21.15.86:6789] /tmp/monmap 2024-09-10T18:09:48.007 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-10T18:09:48.007 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to c77f8420-6f9f-11ef-bcea-c7b262605968 2024-09-10T18:09:48.007 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-10T18:09:48.488 INFO:teuthology.orchestra.run.smithi086.stderr:monmaptool for smithi086 [v2:172.21.15.86:3300,v1:172.21.15.86:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-10T18:09:48.488 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/monmaptool: set fsid to c77f8420-6f9f-11ef-bcea-c7b262605968 2024-09-10T18:09:48.488 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-10T18:09:48.488 INFO:teuthology.orchestra.run.smithi086.stderr: 2024-09-10T18:09:48.488 INFO:teuthology.orchestra.run.smithi086.stderr:Creating mon... 2024-09-10T18:09:48.490 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/mon.smithi086:/var/lib/ceph/mon/ceph-smithi086:z -v /tmp/ceph-tmpru508d8x:/tmp/keyring:z -v /tmp/ceph-tmp71l20759:/tmp/monmap:z docker.io/ceph/ceph:v16.2.4 --mkfs -i smithi086 --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -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-09-10T18:09:48.925 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.860+0000 7f8a7e608700 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-10T18:09:48.925 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.861+0000 7f8a7e608700 1 imported monmap: 2024-09-10T18:09:48.925 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: epoch 0 2024-09-10T18:09:48.925 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: fsid c77f8420-6f9f-11ef-bcea-c7b262605968 2024-09-10T18:09:48.925 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: last_changed 2024-09-10T18:09:47.917936+0000 2024-09-10T18:09:48.925 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: created 2024-09-10T18:09:47.917936+0000 2024-09-10T18:09:48.955 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-09-10T18:09:48.955 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-09-10T18:09:48.955 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] mon.smithi086 2024-09-10T18:09:48.955 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2024-09-10T18:09:48.955 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.861+0000 7f8a7e608700 0 /usr/bin/ceph-mon: set fsid to c77f8420-6f9f-11ef-bcea-c7b262605968 2024-09-10T18:09:48.955 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: RocksDB version: 6.8.1 2024-09-10T18:09:48.955 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2024-09-10T18:09:48.955 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-10T18:09:48.955 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Compile date May 13 2021 2024-09-10T18:09:48.955 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: DB SUMMARY 2024-09-10T18:09:48.955 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2024-09-10T18:09:48.955 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi086/store.db dir, Total Num: 0, files: 2024-09-10T18:09:48.955 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2024-09-10T18:09:48.956 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi086/store.db: 2024-09-10T18:09:48.956 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2024-09-10T18:09:48.956 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.error_if_exists: 0 2024-09-10T18:09:48.956 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.create_if_missing: 1 2024-09-10T18:09:48.956 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.paranoid_checks: 1 2024-09-10T18:09:48.956 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.env: 0x564ce8da11c0 2024-09-10T18:09:48.956 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.fs: Posix File System 2024-09-10T18:09:48.956 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.info_log: 0x564ce9f54ec0 2024-09-10T18:09:48.956 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-10T18:09:48.956 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.statistics: (nil) 2024-09-10T18:09:48.956 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.use_fsync: 0 2024-09-10T18:09:48.956 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.max_log_file_size: 0 2024-09-10T18:09:48.956 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T18:09:48.956 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T18:09:48.956 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-10T18:09:48.957 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-10T18:09:48.957 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.allow_fallocate: 1 2024-09-10T18:09:48.957 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-10T18:09:48.957 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-10T18:09:48.957 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.use_direct_reads: 0 2024-09-10T18:09:48.957 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T18:09:48.957 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.create_missing_column_families: 0 2024-09-10T18:09:48.957 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.db_log_dir: 2024-09-10T18:09:48.957 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi086/store.db 2024-09-10T18:09:48.957 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T18:09:48.957 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.max_subcompactions: 1 2024-09-10T18:09:48.957 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.max_background_flushes: -1 2024-09-10T18:09:48.957 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T18:09:48.958 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T18:09:48.958 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-10T18:09:48.958 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T18:09:48.958 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T18:09:48.958 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.advise_random_on_open: 1 2024-09-10T18:09:48.958 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-10T18:09:48.958 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.write_buffer_manager: 0x564ce9f5b530 2024-09-10T18:09:48.958 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T18:09:48.958 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-10T18:09:48.958 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T18:09:48.958 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T18:09:48.958 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.rate_limiter: (nil) 2024-09-10T18:09:48.958 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T18:09:48.958 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-10T18:09:48.959 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-10T18:09:48.959 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-10T18:09:48.959 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.unordered_write: 0 2024-09-10T18:09:48.959 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T18:09:48.959 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T18:09:48.959 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T18:09:48.959 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T18:09:48.959 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.row_cache: None 2024-09-10T18:09:48.959 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.wal_filter: None 2024-09-10T18:09:48.959 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T18:09:48.959 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-10T18:09:48.959 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.preserve_deletes: 0 2024-09-10T18:09:48.959 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.two_write_queues: 0 2024-09-10T18:09:48.959 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.manual_wal_flush: 0 2024-09-10T18:09:48.960 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.atomic_flush: 0 2024-09-10T18:09:48.960 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T18:09:48.960 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-10T18:09:48.960 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-10T18:09:48.960 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.log_readahead_size: 0 2024-09-10T18:09:48.960 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-09-10T18:09:48.960 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.max_background_jobs: 2 2024-09-10T18:09:48.960 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.max_background_compactions: -1 2024-09-10T18:09:48.960 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T18:09:48.960 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T18:09:48.960 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T18:09:48.960 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.max_total_wal_size: 0 2024-09-10T18:09:48.960 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T18:09:48.961 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T18:09:48.961 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T18:09:48.961 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T18:09:48.961 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.max_open_files: -1 2024-09-10T18:09:48.961 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.bytes_per_sync: 0 2024-09-10T18:09:48.961 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T18:09:48.961 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-10T18:09:48.961 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-10T18:09:48.961 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Compression algorithms supported: 2024-09-10T18:09:48.961 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T18:09:48.961 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: kZSTD supported: 0 2024-09-10T18:09:48.961 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: kXpressCompression supported: 0 2024-09-10T18:09:48.961 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-10T18:09:48.961 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: kLZ4Compression supported: 1 2024-09-10T18:09:48.962 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: kBZip2Compression supported: 0 2024-09-10T18:09:48.962 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: kZlibCompression supported: 1 2024-09-10T18:09:48.962 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: kSnappyCompression supported: 1 2024-09-10T18:09:48.962 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T18:09:48.962 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.862+0000 7f8a7e608700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-09-10T18:09:48.962 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2024-09-10T18:09:48.962 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi086/store.db/MANIFEST-000001 2024-09-10T18:09:48.962 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2024-09-10T18:09:48.962 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-09-10T18:09:48.962 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2024-09-10T18:09:48.962 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T18:09:48.962 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.merge_operator: 2024-09-10T18:09:48.962 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.compaction_filter: None 2024-09-10T18:09:48.963 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.compaction_filter_factory: None 2024-09-10T18:09:48.963 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T18:09:48.963 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T18:09:48.963 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564ce9e6dcb8) 2024-09-10T18:09:48.963 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-09-10T18:09:48.963 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-10T18:09:48.963 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T18:09:48.963 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-09-10T18:09:48.963 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: index_type: 0 2024-09-10T18:09:48.963 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-09-10T18:09:48.963 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-09-10T18:09:48.963 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-09-10T18:09:48.963 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-09-10T18:09:48.964 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: checksum: 1 2024-09-10T18:09:48.964 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-09-10T18:09:48.964 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: block_cache: 0x564ce9ea2d10 2024-09-10T18:09:48.964 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-09-10T18:09:48.964 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-09-10T18:09:48.964 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-09-10T18:09:48.964 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-09-10T18:09:48.964 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-09-10T18:09:48.964 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-09-10T18:09:48.964 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-09-10T18:09:48.964 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-09-10T18:09:48.964 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-09-10T18:09:48.964 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-09-10T18:09:48.965 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-09-10T18:09:48.965 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-09-10T18:09:48.965 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-09-10T18:09:48.965 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-09-10T18:09:48.965 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-09-10T18:09:48.965 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-10T18:09:48.965 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-09-10T18:09:48.965 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-09-10T18:09:48.965 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-09-10T18:09:48.965 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: format_version: 2 2024-09-10T18:09:48.965 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-09-10T18:09:48.966 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: block_align: 0 2024-09-10T18:09:48.966 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2024-09-10T18:09:48.966 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-10T18:09:48.966 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-10T18:09:48.966 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.compression: NoCompression 2024-09-10T18:09:48.966 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-10T18:09:48.966 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-10T18:09:48.966 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T18:09:48.967 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.num_levels: 7 2024-09-10T18:09:48.967 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T18:09:48.967 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T18:09:48.967 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-10T18:09:48.967 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T18:09:48.967 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T18:09:48.967 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T18:09:48.967 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T18:09:48.967 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:09:48.967 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T18:09:48.967 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T18:09:48.967 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.compression_opts.level: 32767 2024-09-10T18:09:48.968 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-10T18:09:48.968 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T18:09:48.968 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:09:48.968 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.compression_opts.enabled: false 2024-09-10T18:09:48.968 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T18:09:48.968 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T18:09:48.968 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T18:09:48.968 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-10T18:09:48.968 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T18:09:48.968 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T18:09:48.968 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T18:09:48.969 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T18:09:48.969 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T18:09:48.969 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T18:09:48.969 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T18:09:48.969 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T18:09:48.969 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T18:09:48.969 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T18:09:48.969 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T18:09:48.969 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T18:09:48.969 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T18:09:48.969 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.arena_block_size: 4194304 2024-09-10T18:09:48.970 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T18:09:48.970 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T18:09:48.970 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-10T18:09:48.970 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-10T18:09:48.970 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T18:09:48.970 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T18:09:48.970 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T18:09:48.970 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T18:09:48.970 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T18:09:48.970 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T18:09:48.970 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T18:09:48.970 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T18:09:48.970 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T18:09:48.970 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T18:09:48.971 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.table_properties_collectors: 2024-09-10T18:09:48.971 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.inplace_update_support: 0 2024-09-10T18:09:48.971 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T18:09:48.971 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T18:09:48.971 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T18:09:48.971 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T18:09:48.971 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.bloom_locality: 0 2024-09-10T18:09:48.971 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.max_successive_merges: 0 2024-09-10T18:09:48.971 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T18:09:48.971 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-10T18:09:48.971 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.force_consistency_checks: 0 2024-09-10T18:09:48.971 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-10T18:09:48.971 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.ttl: 2592000 2024-09-10T18:09:48.972 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-10T18:09:48.972 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi086/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-09-10T18:09:48.972 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2024-09-10T18:09:48.972 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.863+0000 7f8a7e608700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-09-10T18:09:48.972 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2024-09-10T18:09:48.972 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.864+0000 7f8a7e608700 4 rocksdb: DB pointer 0x564ce9f67800 2024-09-10T18:09:48.972 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.864+0000 7f8a674a1700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-09-10T18:09:48.972 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.864+0000 7f8a674a1700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-09-10T18:09:48.972 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-09-10T18:09:48.972 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:09:48.972 INFO:teuthology.orchestra.run.smithi086.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-09-10T18:09:48.972 INFO:teuthology.orchestra.run.smithi086.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-09-10T18:09:48.972 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:09:48.972 INFO:teuthology.orchestra.run.smithi086.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-09-10T18:09:48.973 INFO:teuthology.orchestra.run.smithi086.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-09-10T18:09:48.973 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:09:48.973 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2024-09-10T18:09:48.973 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-09-10T18:09:48.973 INFO:teuthology.orchestra.run.smithi086.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-09-10T18:09:48.973 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:09:48.973 INFO:teuthology.orchestra.run.smithi086.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-09-10T18:09:48.973 INFO:teuthology.orchestra.run.smithi086.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-09-10T18:09:48.973 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2024-09-10T18:09:48.973 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-09-10T18:09:48.974 INFO:teuthology.orchestra.run.smithi086.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-09-10T18:09:48.974 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:09:48.974 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:09:48.974 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T18:09:48.974 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:09:48.974 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:09:48.974 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:09:48.974 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:09:48.974 INFO:teuthology.orchestra.run.smithi086.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-09-10T18:09:48.974 INFO:teuthology.orchestra.run.smithi086.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-09-10T18:09:48.974 INFO:teuthology.orchestra.run.smithi086.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-09-10T18:09:48.974 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2024-09-10T18:09:48.974 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:09:48.974 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2024-09-10T18:09:48.975 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-09-10T18:09:48.975 INFO:teuthology.orchestra.run.smithi086.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-09-10T18:09:48.975 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:09:48.975 INFO:teuthology.orchestra.run.smithi086.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-09-10T18:09:48.975 INFO:teuthology.orchestra.run.smithi086.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-09-10T18:09:48.975 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2024-09-10T18:09:48.975 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-09-10T18:09:48.975 INFO:teuthology.orchestra.run.smithi086.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-09-10T18:09:48.975 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:09:48.975 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:09:48.975 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T18:09:48.975 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:09:48.975 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:09:48.975 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:09:48.976 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:09:48.976 INFO:teuthology.orchestra.run.smithi086.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-09-10T18:09:48.976 INFO:teuthology.orchestra.run.smithi086.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-09-10T18:09:48.976 INFO:teuthology.orchestra.run.smithi086.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-09-10T18:09:48.976 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2024-09-10T18:09:48.976 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:09:48.976 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2024-09-10T18:09:48.976 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.865+0000 7f8a7e608700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-09-10T18:09:48.976 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.866+0000 7f8a7e608700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-09-10T18:09:48.976 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2024-09-10T18:09:48.866+0000 7f8a7e608700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi086 for mon.smithi086 2024-09-10T18:09:49.443 INFO:teuthology.orchestra.run.smithi086.stderr:create mon.smithi086 on 2024-09-10T18:09:49.444 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968 2024-09-10T18:09:49.450 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: systemctl disable ceph.target 2024-09-10T18:09:49.648 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: systemctl enable ceph.target 2024-09-10T18:09:49.655 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-10T18:09:49.786 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: systemctl start ceph.target 2024-09-10T18:09:49.794 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: systemctl enable ceph-c77f8420-6f9f-11ef-bcea-c7b262605968.target 2024-09-10T18:09:49.801 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-c77f8420-6f9f-11ef-bcea-c7b262605968.target → /etc/systemd/system/ceph-c77f8420-6f9f-11ef-bcea-c7b262605968.target. 2024-09-10T18:09:49.801 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-c77f8420-6f9f-11ef-bcea-c7b262605968.target → /etc/systemd/system/ceph-c77f8420-6f9f-11ef-bcea-c7b262605968.target. 2024-09-10T18:09:49.931 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: systemctl start ceph-c77f8420-6f9f-11ef-bcea-c7b262605968.target 2024-09-10T18:09:49.948 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: systemctl daemon-reload 2024-09-10T18:09:50.086 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: systemctl stop ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@mon.smithi086 2024-09-10T18:09:50.101 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: systemctl reset-failed ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@mon.smithi086 2024-09-10T18:09:50.106 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: Failed to reset failed state of unit ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@mon.smithi086.service: Unit ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@mon.smithi086.service not loaded. 2024-09-10T18:09:50.107 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: systemctl enable ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@mon.smithi086 2024-09-10T18:09:50.114 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: Created symlink /etc/systemd/system/ceph-c77f8420-6f9f-11ef-bcea-c7b262605968.target.wants/ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@mon.smithi086.service → /etc/systemd/system/ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@.service. 2024-09-10T18:09:50.261 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: systemctl start ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@mon.smithi086 2024-09-10T18:09:50.723 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:50 smithi086 podman[23169]: 2024-09-10 18:09:50.680770907 +0000 UTC m=+0.343939145 container start 102d7c04206b22eec5b1f98d2247edbb3fd12f859bdc2f805a27078e26f5c4ad (image=docker.io/ceph/ceph:v16.2.4, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086, maintainer=Dimitri Savineau , GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, GIT_BRANCH=HEAD, RELEASE=HEAD, org.label-schema.build-date=20201204, ceph=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-16.2.4, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0) 2024-09-10T18:09:50.723 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23185]: cluster 2024-09-10T18:09:50.717676+0000 mon.smithi086 (mon.0) 0 : [INF] mkfs c77f8420-6f9f-11ef-bcea-c7b262605968 2024-09-10T18:09:50.776 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: systemctl is-enabled firewalld.service 2024-09-10T18:09:50.783 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: disabled 2024-09-10T18:09:50.784 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: systemctl is-active firewalld.service 2024-09-10T18:09:50.790 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: inactive 2024-09-10T18:09:50.791 INFO:teuthology.orchestra.run.smithi086.stderr:firewalld.service is not enabled 2024-09-10T18:09:50.791 INFO:teuthology.orchestra.run.smithi086.stderr:Not possible to enable service . firewalld.service is not available 2024-09-10T18:09:50.791 INFO:teuthology.orchestra.run.smithi086.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-09-10T18:09:50.792 INFO:teuthology.orchestra.run.smithi086.stderr:Waiting for mon to start... 2024-09-10T18:09:50.792 INFO:teuthology.orchestra.run.smithi086.stderr:Waiting for mon... 2024-09-10T18:09:50.792 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/mon.smithi086:/var/lib/ceph/mon/ceph-smithi086:z -v /tmp/ceph-tmpvl64ydzf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpcdzffbkn:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status 2024-09-10T18:09:51.016 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23185]: cluster 2024-09-10T18:09:50.712510+0000 mon.smithi086 (mon.0) 1 : cluster [INF] mon.smithi086 is new leader, mons smithi086 in quorum (ranks 0) 2024-09-10T18:09:51.016 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:50 smithi086 bash[23169]: 102d7c04206b22eec5b1f98d2247edbb3fd12f859bdc2f805a27078e26f5c4ad 2024-09-10T18:09:51.016 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:50 smithi086 systemd[1]: Started Ceph mon.smithi086 for c77f8420-6f9f-11ef-bcea-c7b262605968. 2024-09-10T18:09:51.293 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: cluster: 2024-09-10T18:09:51.293 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: id: c77f8420-6f9f-11ef-bcea-c7b262605968 2024-09-10T18:09:51.293 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-09-10T18:09:51.293 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: 2024-09-10T18:09:51.293 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: services: 2024-09-10T18:09:51.293 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi086 (age 0.573373s) 2024-09-10T18:09:51.293 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: mgr: no daemons active 2024-09-10T18:09:51.293 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-09-10T18:09:51.294 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: 2024-09-10T18:09:51.294 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: data: 2024-09-10T18:09:51.294 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-09-10T18:09:51.294 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-09-10T18:09:51.294 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-09-10T18:09:51.294 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: pgs: 2024-09-10T18:09:51.294 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: 2024-09-10T18:09:51.927 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:51 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23185]: cluster 2024-09-10T18:09:50.716451+0000 mon.smithi086 (mon.0) 2 : cluster [INF] mon.smithi086 is new leader, mons smithi086 in quorum (ranks 0) 2024-09-10T18:09:51.927 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:51 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23185]: cluster 2024-09-10T18:09:50.716598+0000 mon.smithi086 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi086=[v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0]} 2024-09-10T18:09:51.927 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:51 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23185]: cluster 2024-09-10T18:09:50.719674+0000 mon.smithi086 (mon.0) 4 : cluster [DBG] fsmap 2024-09-10T18:09:51.927 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:51 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23185]: cluster 2024-09-10T18:09:50.723384+0000 mon.smithi086 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-10T18:09:51.927 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:51 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23185]: cluster 2024-09-10T18:09:50.723771+0000 mon.smithi086 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-09-10T18:09:51.927 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:51 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23185]: audit 2024-09-10T18:09:51.289798+0000 mon.smithi086 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.86:0/1059635012' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T18:09:51.929 INFO:teuthology.orchestra.run.smithi086.stderr:mon is available 2024-09-10T18:09:51.930 INFO:teuthology.orchestra.run.smithi086.stderr:Assimilating anything we can from ceph.conf... 2024-09-10T18:09:51.930 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvl64ydzf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpcdzffbkn:/etc/ceph/ceph.conf:z -v /var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/mon.smithi086:/var/lib/ceph/mon/ceph-smithi086:z docker.io/ceph/ceph:v16.2.4 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi086/config 2024-09-10T18:09:52.456 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: 2024-09-10T18:09:52.456 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: [global] 2024-09-10T18:09:52.456 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: fsid = c77f8420-6f9f-11ef-bcea-c7b262605968 2024-09-10T18:09:52.456 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: log_to_journald = false 2024-09-10T18:09:52.456 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.86:3300,v1:172.21.15.86:6789] 2024-09-10T18:09:52.456 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-09-10T18:09:52.456 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-09-10T18:09:52.457 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-09-10T18:09:52.457 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-09-10T18:09:52.457 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: 2024-09-10T18:09:52.457 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: [mgr] 2024-09-10T18:09:52.457 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-09-10T18:09:52.457 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: 2024-09-10T18:09:52.457 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: [osd] 2024-09-10T18:09:52.457 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-09-10T18:09:52.457 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: osd_memory_target_autotune = true 2024-09-10T18:09:52.457 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-09-10T18:09:53.028 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:52 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23185]: audit 2024-09-10T18:09:52.450727+0000 mon.smithi086 (mon.0) 8 : audit [INF] from='client.? 172.21.15.86:0/4278114261' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-10T18:09:53.028 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:52 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23185]: audit 2024-09-10T18:09:52.453340+0000 mon.smithi086 (mon.0) 9 : audit [INF] from='client.? 172.21.15.86:0/4278114261' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-10T18:09:53.032 INFO:teuthology.orchestra.run.smithi086.stderr:Generating new minimal ceph.conf... 2024-09-10T18:09:53.032 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvl64ydzf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpcdzffbkn:/etc/ceph/ceph.conf:z -v /var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/mon.smithi086:/var/lib/ceph/mon/ceph-smithi086:z docker.io/ceph/ceph:v16.2.4 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi086/config 2024-09-10T18:09:54.080 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:53 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23185]: audit 2024-09-10T18:09:53.516216+0000 mon.smithi086 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.86:0/4192515449' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:09:54.083 INFO:teuthology.orchestra.run.smithi086.stderr:Restarting the monitor... 2024-09-10T18:09:54.083 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@mon.smithi086 2024-09-10T18:09:54.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:54 smithi086 systemd[1]: Stopping Ceph mon.smithi086 for c77f8420-6f9f-11ef-bcea-c7b262605968... 2024-09-10T18:09:54.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:54 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23185]: debug 2024-09-10T18:09:54.215+0000 7fb85f625700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi086 -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-09-10T18:09:54.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:54 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23185]: debug 2024-09-10T18:09:54.215+0000 7fb85f625700 -1 mon.smithi086@0(leader) e1 *** Got Signal Terminated *** 2024-09-10T18:09:54.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:54 smithi086 podman[23405]: 2024-09-10 18:09:54.236568788 +0000 UTC m=+0.125468768 container died 102d7c04206b22eec5b1f98d2247edbb3fd12f859bdc2f805a27078e26f5c4ad (image=docker.io/ceph/ceph:v16.2.4, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20201204, CEPH_POINT_RELEASE=-16.2.4, maintainer=Dimitri Savineau ) 2024-09-10T18:09:54.767 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:54 smithi086 podman[23405]: 2024-09-10 18:09:54.539956718 +0000 UTC m=+0.428856688 container cleanup 102d7c04206b22eec5b1f98d2247edbb3fd12f859bdc2f805a27078e26f5c4ad (image=docker.io/ceph/ceph:v16.2.4, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, RELEASE=HEAD, CEPH_POINT_RELEASE=-16.2.4, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image) 2024-09-10T18:09:54.767 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:54 smithi086 podman[23405]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086 2024-09-10T18:09:55.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:54 smithi086 podman[23417]: 2024-09-10 18:09:54.765720554 +0000 UTC m=+0.522202878 container remove 102d7c04206b22eec5b1f98d2247edbb3fd12f859bdc2f805a27078e26f5c4ad (image=docker.io/ceph/ceph:v16.2.4, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, CEPH_POINT_RELEASE=-16.2.4, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=HEAD, ceph=True, org.label-schema.name=CentOS Base Image) 2024-09-10T18:09:55.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:54 smithi086 systemd[1]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@mon.smithi086.service: Deactivated successfully. 2024-09-10T18:09:55.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:54 smithi086 systemd[1]: Stopped Ceph mon.smithi086 for c77f8420-6f9f-11ef-bcea-c7b262605968. 2024-09-10T18:09:55.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:54 smithi086 systemd[1]: Starting Ceph mon.smithi086 for c77f8420-6f9f-11ef-bcea-c7b262605968... 2024-09-10T18:09:55.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:54 smithi086 podman[23461]: 2024-09-10 18:09:54.881516456 +0000 UTC m=+0.016692440 image pull 8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 docker.io/ceph/ceph:v16.2.4 2024-09-10T18:09:55.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 podman[23461]: 2024-09-10 18:09:54.999999396 +0000 UTC m=+0.135175371 container create 51db5ba0401d3b71e2dcbe2790d10b3692dad2605300da746191f3f24e950184 (image=docker.io/ceph/ceph:v16.2.4, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086, ceph=True, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, GIT_BRANCH=HEAD, maintainer=Dimitri Savineau , GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=HEAD, CEPH_POINT_RELEASE=-16.2.4, org.label-schema.license=GPLv2) 2024-09-10T18:09:55.315 INFO:teuthology.orchestra.run.smithi086.stderr:Setting mon public_network to 172.21.0.0/20 2024-09-10T18:09:55.315 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvl64ydzf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpcdzffbkn:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mon public_network 172.21.0.0/20 2024-09-10T18:09:55.429 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 podman[23461]: 2024-09-10 18:09:55.226669932 +0000 UTC m=+0.361845908 container init 51db5ba0401d3b71e2dcbe2790d10b3692dad2605300da746191f3f24e950184 (image=docker.io/ceph/ceph:v16.2.4, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086, GIT_CLEAN=True, CEPH_POINT_RELEASE=-16.2.4, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, maintainer=Dimitri Savineau , org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20201204, RELEASE=HEAD, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True) 2024-09-10T18:09:55.430 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 podman[23461]: 2024-09-10 18:09:55.229782919 +0000 UTC m=+0.364958904 container start 51db5ba0401d3b71e2dcbe2790d10b3692dad2605300da746191f3f24e950184 (image=docker.io/ceph/ceph:v16.2.4, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086, RELEASE=HEAD, ceph=True, CEPH_POINT_RELEASE=-16.2.4, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20201204, GIT_CLEAN=True, maintainer=Dimitri Savineau ) 2024-09-10T18:09:55.430 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.248+0000 7f1dee3f7700 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-10T18:09:55.430 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.248+0000 7f1dee3f7700 0 ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable), process ceph-mon, pid 2 2024-09-10T18:09:55.430 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.248+0000 7f1dee3f7700 0 pidfile_write: ignore empty --pid-file 2024-09-10T18:09:55.430 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.252+0000 7f1dee3f7700 0 load: jerasure load: lrc load: isa 2024-09-10T18:09:55.430 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: RocksDB version: 6.8.1 2024-09-10T18:09:55.430 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: 2024-09-10T18:09:55.430 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-10T18:09:55.430 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Compile date May 13 2021 2024-09-10T18:09:55.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: DB SUMMARY 2024-09-10T18:09:55.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: 2024-09-10T18:09:55.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: CURRENT file: CURRENT 2024-09-10T18:09:55.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: 2024-09-10T18:09:55.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: IDENTITY file: IDENTITY 2024-09-10T18:09:55.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: 2024-09-10T18:09:55.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-09-10T18:09:55.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: 2024-09-10T18:09:55.432 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi086/store.db dir, Total Num: 1, files: 000004.sst 2024-09-10T18:09:55.432 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: 2024-09-10T18:09:55.432 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi086/store.db: 000006.log size: 85385 ; 2024-09-10T18:09:55.432 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: 2024-09-10T18:09:55.432 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.error_if_exists: 0 2024-09-10T18:09:55.433 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.create_if_missing: 0 2024-09-10T18:09:55.433 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.paranoid_checks: 1 2024-09-10T18:09:55.433 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.env: 0x55c7617a11c0 2024-09-10T18:09:55.433 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.fs: Posix File System 2024-09-10T18:09:55.433 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.info_log: 0x55c763d51960 2024-09-10T18:09:55.433 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-10T18:09:55.433 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.statistics: (nil) 2024-09-10T18:09:55.433 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.use_fsync: 0 2024-09-10T18:09:55.433 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.max_log_file_size: 0 2024-09-10T18:09:55.433 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T18:09:55.433 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T18:09:55.433 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-10T18:09:55.434 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-10T18:09:55.434 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.allow_fallocate: 1 2024-09-10T18:09:55.434 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-10T18:09:55.434 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-10T18:09:55.434 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.use_direct_reads: 0 2024-09-10T18:09:55.434 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T18:09:55.434 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.create_missing_column_families: 0 2024-09-10T18:09:55.434 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.db_log_dir: 2024-09-10T18:09:55.434 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi086/store.db 2024-09-10T18:09:55.434 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T18:09:55.434 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.max_subcompactions: 1 2024-09-10T18:09:55.434 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.max_background_flushes: -1 2024-09-10T18:09:55.434 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T18:09:55.434 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T18:09:55.435 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-10T18:09:55.435 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T18:09:55.435 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T18:09:55.435 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.advise_random_on_open: 1 2024-09-10T18:09:55.435 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-10T18:09:55.435 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.write_buffer_manager: 0x55c7649c6030 2024-09-10T18:09:55.435 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T18:09:55.435 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-10T18:09:55.435 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T18:09:55.436 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T18:09:55.436 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.rate_limiter: (nil) 2024-09-10T18:09:55.436 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T18:09:55.436 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-10T18:09:55.436 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-10T18:09:55.436 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-10T18:09:55.436 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.unordered_write: 0 2024-09-10T18:09:55.436 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T18:09:55.437 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T18:09:55.437 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T18:09:55.437 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T18:09:55.437 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.row_cache: None 2024-09-10T18:09:55.437 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.wal_filter: None 2024-09-10T18:09:55.437 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T18:09:55.438 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-10T18:09:55.438 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.preserve_deletes: 0 2024-09-10T18:09:55.438 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.two_write_queues: 0 2024-09-10T18:09:55.438 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.manual_wal_flush: 0 2024-09-10T18:09:55.438 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.atomic_flush: 0 2024-09-10T18:09:55.439 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T18:09:55.439 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-10T18:09:55.439 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-10T18:09:55.439 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.log_readahead_size: 0 2024-09-10T18:09:55.439 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-09-10T18:09:55.439 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.max_background_jobs: 2 2024-09-10T18:09:55.440 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.max_background_compactions: -1 2024-09-10T18:09:55.440 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T18:09:55.440 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T18:09:55.440 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T18:09:55.440 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.max_total_wal_size: 0 2024-09-10T18:09:55.440 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T18:09:55.441 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T18:09:55.441 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T18:09:55.441 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T18:09:55.441 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.max_open_files: -1 2024-09-10T18:09:55.441 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.bytes_per_sync: 0 2024-09-10T18:09:55.441 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T18:09:55.442 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-10T18:09:55.442 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-10T18:09:55.442 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Compression algorithms supported: 2024-09-10T18:09:55.442 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T18:09:55.443 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: kZSTD supported: 0 2024-09-10T18:09:55.443 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: kXpressCompression supported: 0 2024-09-10T18:09:55.443 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-10T18:09:55.443 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: kLZ4Compression supported: 1 2024-09-10T18:09:55.444 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: kBZip2Compression supported: 0 2024-09-10T18:09:55.444 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: kZlibCompression supported: 1 2024-09-10T18:09:55.444 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: kSnappyCompression supported: 1 2024-09-10T18:09:55.444 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T18:09:55.444 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi086/store.db/MANIFEST-000005 2024-09-10T18:09:55.444 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: 2024-09-10T18:09:55.445 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-09-10T18:09:55.445 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: 2024-09-10T18:09:55.445 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T18:09:55.446 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.merge_operator: 2024-09-10T18:09:55.446 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.compaction_filter: None 2024-09-10T18:09:55.446 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.compaction_filter_factory: None 2024-09-10T18:09:55.446 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T18:09:55.446 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T18:09:55.447 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c763c69cb0) 2024-09-10T18:09:55.447 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cache_index_and_filter_blocks: 1 2024-09-10T18:09:55.447 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-10T18:09:55.447 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T18:09:55.447 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: pin_top_level_index_and_filter: 1 2024-09-10T18:09:55.447 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: index_type: 0 2024-09-10T18:09:55.448 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: data_block_index_type: 0 2024-09-10T18:09:55.450 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: index_shortening: 1 2024-09-10T18:09:55.451 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: data_block_hash_table_util_ratio: 0.750000 2024-09-10T18:09:55.451 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: hash_index_allow_collision: 1 2024-09-10T18:09:55.451 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: checksum: 1 2024-09-10T18:09:55.451 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: no_block_cache: 0 2024-09-10T18:09:55.451 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: block_cache: 0x55c763c9ef10 2024-09-10T18:09:55.451 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: block_cache_name: BinnedLRUCache 2024-09-10T18:09:55.451 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: block_cache_options: 2024-09-10T18:09:55.451 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: capacity : 536870912 2024-09-10T18:09:55.451 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: num_shard_bits : 4 2024-09-10T18:09:55.452 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: strict_capacity_limit : 0 2024-09-10T18:09:55.452 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: high_pri_pool_ratio: 0.000 2024-09-10T18:09:55.452 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: block_cache_compressed: (nil) 2024-09-10T18:09:55.452 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: persistent_cache: (nil) 2024-09-10T18:09:55.452 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: block_size: 4096 2024-09-10T18:09:55.452 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: block_size_deviation: 10 2024-09-10T18:09:55.452 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: block_restart_interval: 16 2024-09-10T18:09:55.452 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: index_block_restart_interval: 1 2024-09-10T18:09:55.452 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: metadata_block_size: 4096 2024-09-10T18:09:55.452 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: partition_filters: 0 2024-09-10T18:09:55.452 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: use_delta_encoding: 1 2024-09-10T18:09:55.452 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-10T18:09:55.452 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: whole_key_filtering: 1 2024-09-10T18:09:55.453 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: verify_compression: 0 2024-09-10T18:09:55.453 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: read_amp_bytes_per_bit: 0 2024-09-10T18:09:55.453 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: format_version: 2 2024-09-10T18:09:55.453 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: enable_index_compression: 1 2024-09-10T18:09:55.453 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: block_align: 0 2024-09-10T18:09:55.453 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: 2024-09-10T18:09:55.453 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-10T18:09:55.453 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-10T18:09:55.453 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.compression: NoCompression 2024-09-10T18:09:55.453 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-10T18:09:55.453 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-10T18:09:55.453 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T18:09:55.453 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.num_levels: 7 2024-09-10T18:09:55.454 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T18:09:55.454 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T18:09:55.454 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-10T18:09:55.454 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T18:09:55.454 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T18:09:55.454 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T18:09:55.454 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T18:09:55.454 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:09:55.454 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T18:09:55.454 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T18:09:55.454 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.compression_opts.level: 32767 2024-09-10T18:09:55.454 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-10T18:09:55.454 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T18:09:55.454 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:09:55.455 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.compression_opts.enabled: false 2024-09-10T18:09:55.455 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T18:09:55.455 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T18:09:55.455 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T18:09:55.455 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-10T18:09:55.455 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T18:09:55.455 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T18:09:55.455 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T18:09:55.455 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T18:09:55.455 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T18:09:55.455 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T18:09:55.455 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T18:09:55.456 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T18:09:55.456 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T18:09:55.456 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T18:09:55.456 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T18:09:55.456 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T18:09:55.456 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T18:09:55.456 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.arena_block_size: 4194304 2024-09-10T18:09:55.456 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T18:09:55.456 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T18:09:55.456 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-10T18:09:55.456 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-10T18:09:55.456 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T18:09:55.456 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T18:09:55.457 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T18:09:55.457 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T18:09:55.457 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T18:09:55.457 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T18:09:55.457 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T18:09:55.457 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T18:09:55.457 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T18:09:55.457 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T18:09:55.457 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.table_properties_collectors: 2024-09-10T18:09:55.457 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.inplace_update_support: 0 2024-09-10T18:09:55.457 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T18:09:55.457 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T18:09:55.457 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T18:09:55.458 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T18:09:55.458 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.bloom_locality: 0 2024-09-10T18:09:55.458 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.max_successive_merges: 0 2024-09-10T18:09:55.458 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T18:09:55.458 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-10T18:09:55.458 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.force_consistency_checks: 0 2024-09-10T18:09:55.458 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-10T18:09:55.458 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.ttl: 2592000 2024-09-10T18:09:55.458 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.253+0000 7f1dee3f7700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-10T18:09:55.458 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.254+0000 7f1dee3f7700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi086/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-09-10T18:09:55.458 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: 2024-09-10T18:09:55.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.254+0000 7f1dee3f7700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-09-10T18:09:55.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: 2024-09-10T18:09:55.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.254+0000 7f1dee3f7700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725991795255521, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-09-10T18:09:55.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.254+0000 7f1dee3f7700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-09-10T18:09:55.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.254+0000 7f1dee3f7700 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-09-10T18:09:55.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.255+0000 7f1dee3f7700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725991795256311, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 82194, "table_properties": {"data_size": 80464, "index_size": 335, "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": 9315, "raw_average_key_size": 47, "raw_value_size": 75053, "raw_average_value_size": 379, "num_data_blocks": 11, "num_entries": 198, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1725991795, "oldest_key_time": 3, "file_creation_time": 0}} 2024-09-10T18:09:55.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.255+0000 7f1dee3f7700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-09-10T18:09:55.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: 2024-09-10T18:09:55.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.255+0000 7f1dee3f7700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725991795256734, "job": 1, "event": "recovery_finished"} 2024-09-10T18:09:55.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.256+0000 7f1dee3f7700 4 rocksdb: DB pointer 0x55c763d63800 2024-09-10T18:09:55.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.256+0000 7f1dd520f700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-09-10T18:09:55.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.256+0000 7f1dd520f700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-09-10T18:09:55.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: ** DB Stats ** 2024-09-10T18:09:55.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:09:55.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-10T18:09:55.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T18:09:55.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:09:55.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-10T18:09:55.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-10T18:09:55.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:09:55.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: 2024-09-10T18:09:55.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: ** Compaction Stats [default] ** 2024-09-10T18:09:55.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: 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-09-10T18:09:55.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:09:55.460 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: L0 2/0 81.96 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 146.0 0.00 0.00 1 0.001 0 0 2024-09-10T18:09:55.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Sum 2/0 81.96 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 146.0 0.00 0.00 1 0.001 0 0 2024-09-10T18:09:55.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 146.0 0.00 0.00 1 0.001 0 0 2024-09-10T18:09:55.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: 2024-09-10T18:09:55.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: ** Compaction Stats [default] ** 2024-09-10T18:09:55.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: 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-09-10T18:09:55.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:09:55.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 146.0 0.00 0.00 1 0.001 0 0 2024-09-10T18:09:55.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:09:55.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T18:09:55.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:09:55.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:09:55.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:09:55.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:09:55.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Cumulative compaction: 0.00 GB write, 28.29 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:09:55.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Interval compaction: 0.00 GB write, 28.29 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:09:55.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: 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-09-10T18:09:55.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: 2024-09-10T18:09:55.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:09:55.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: 2024-09-10T18:09:55.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: ** Compaction Stats [default] ** 2024-09-10T18:09:55.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: 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-09-10T18:09:55.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:09:55.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: L0 2/0 81.96 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 146.0 0.00 0.00 1 0.001 0 0 2024-09-10T18:09:55.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Sum 2/0 81.96 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 146.0 0.00 0.00 1 0.001 0 0 2024-09-10T18:09:55.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: 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-09-10T18:09:55.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: 2024-09-10T18:09:55.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: ** Compaction Stats [default] ** 2024-09-10T18:09:55.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: 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-09-10T18:09:55.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:09:55.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 146.0 0.00 0.00 1 0.001 0 0 2024-09-10T18:09:55.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:09:55.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T18:09:55.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:09:55.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:09:55.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:09:55.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:09:55.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Cumulative compaction: 0.00 GB write, 28.01 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:09:55.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:09:55.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: 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-09-10T18:09:55.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: 2024-09-10T18:09:55.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:09:55.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: 2024-09-10T18:09:55.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.257+0000 7f1dee3f7700 0 starting mon.smithi086 rank 0 at public addrs [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] at bind addrs [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi086 fsid c77f8420-6f9f-11ef-bcea-c7b262605968 2024-09-10T18:09:55.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.258+0000 7f1dee3f7700 1 mon.smithi086@-1(???) e1 preinit fsid c77f8420-6f9f-11ef-bcea-c7b262605968 2024-09-10T18:09:55.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.258+0000 7f1dee3f7700 0 mon.smithi086@-1(???).mds e1 new map 2024-09-10T18:09:55.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.258+0000 7f1dee3f7700 0 mon.smithi086@-1(???).mds e1 print_map 2024-09-10T18:09:55.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: e1 2024-09-10T18:09:55.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-10T18:09:55.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: 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-09-10T18:09:55.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: legacy client fscid: -1 2024-09-10T18:09:55.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: 2024-09-10T18:09:55.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: No filesystems configured 2024-09-10T18:09:55.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: 2024-09-10T18:09:55.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.258+0000 7f1dee3f7700 0 mon.smithi086@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-10T18:09:55.465 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.258+0000 7f1dee3f7700 0 mon.smithi086@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T18:09:55.465 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.258+0000 7f1dee3f7700 0 mon.smithi086@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T18:09:55.465 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.258+0000 7f1dee3f7700 0 mon.smithi086@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T18:09:55.465 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:09:53.516216+0000 mon.smithi086 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.86:0/4192515449' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:09:55.465 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.258+0000 7f1dee3f7700 1 mon.smithi086@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-10T18:09:55.465 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.259+0000 7f1dee3f7700 20 expand_channel_meta expand map: {default=false} 2024-09-10T18:09:55.465 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.259+0000 7f1dee3f7700 20 expand_channel_meta from 'false' to 'false' 2024-09-10T18:09:55.465 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.259+0000 7f1dee3f7700 20 expand_channel_meta expanded map: {default=false} 2024-09-10T18:09:55.465 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.259+0000 7f1dee3f7700 20 expand_channel_meta expand map: {default=info} 2024-09-10T18:09:55.465 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.259+0000 7f1dee3f7700 20 expand_channel_meta from 'info' to 'info' 2024-09-10T18:09:55.465 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.259+0000 7f1dee3f7700 20 expand_channel_meta expanded map: {default=info} 2024-09-10T18:09:55.465 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.259+0000 7f1dee3f7700 20 expand_channel_meta expand map: {default=daemon} 2024-09-10T18:09:55.465 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.259+0000 7f1dee3f7700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-09-10T18:09:55.465 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.259+0000 7f1dee3f7700 20 expand_channel_meta expanded map: {default=daemon} 2024-09-10T18:09:55.466 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.259+0000 7f1dee3f7700 20 expand_channel_meta expand map: {default=debug} 2024-09-10T18:09:55.466 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.259+0000 7f1dee3f7700 20 expand_channel_meta from 'debug' to 'debug' 2024-09-10T18:09:55.466 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:09:55.259+0000 7f1dee3f7700 20 expand_channel_meta expanded map: {default=debug} 2024-09-10T18:09:55.466 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 bash[23461]: 51db5ba0401d3b71e2dcbe2790d10b3692dad2605300da746191f3f24e950184 2024-09-10T18:09:55.466 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 systemd[1]: Started Ceph mon.smithi086 for c77f8420-6f9f-11ef-bcea-c7b262605968. 2024-09-10T18:09:55.466 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:09:55.262239+0000 mon.smithi086 (mon.0) 1 : cluster [INF] mon.smithi086 is new leader, mons smithi086 in quorum (ranks 0) 2024-09-10T18:09:55.466 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:09:55.262281+0000 mon.smithi086 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi086=[v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0]} 2024-09-10T18:09:55.466 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:09:55.262311+0000 mon.smithi086 (mon.0) 3 : cluster [DBG] fsmap 2024-09-10T18:09:55.466 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:09:55.262333+0000 mon.smithi086 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-10T18:09:55.466 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:09:55.264306+0000 mon.smithi086 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-09-10T18:09:56.421 INFO:teuthology.orchestra.run.smithi086.stderr:Wrote config to /etc/ceph/ceph.conf 2024-09-10T18:09:56.421 INFO:teuthology.orchestra.run.smithi086.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-10T18:09:56.421 INFO:teuthology.orchestra.run.smithi086.stderr:Creating mgr... 2024-09-10T18:09:56.421 INFO:teuthology.orchestra.run.smithi086.stderr:Verifying port 9283 ... 2024-09-10T18:09:56.423 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: systemctl daemon-reload 2024-09-10T18:09:56.571 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: systemctl stop ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@mgr.smithi086.qqqtpz 2024-09-10T18:09:56.587 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: systemctl reset-failed ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@mgr.smithi086.qqqtpz 2024-09-10T18:09:56.592 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: Failed to reset failed state of unit ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@mgr.smithi086.qqqtpz.service: Unit ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@mgr.smithi086.qqqtpz.service not loaded. 2024-09-10T18:09:56.593 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: systemctl enable ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@mgr.smithi086.qqqtpz 2024-09-10T18:09:56.600 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: Created symlink /etc/systemd/system/ceph-c77f8420-6f9f-11ef-bcea-c7b262605968.target.wants/ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@mgr.smithi086.qqqtpz.service → /etc/systemd/system/ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@.service. 2024-09-10T18:09:56.744 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: systemctl start ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@mgr.smithi086.qqqtpz 2024-09-10T18:09:57.044 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:56 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:09:55.882980+0000 mon.smithi086 (mon.0) 6 : audit [INF] from='client.? 172.21.15.86:0/792536884' entity='client.admin' 2024-09-10T18:09:57.276 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: systemctl is-enabled firewalld.service 2024-09-10T18:09:57.285 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: disabled 2024-09-10T18:09:57.285 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: systemctl is-active firewalld.service 2024-09-10T18:09:57.291 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: inactive 2024-09-10T18:09:57.292 INFO:teuthology.orchestra.run.smithi086.stderr:firewalld.service is not enabled 2024-09-10T18:09:57.292 INFO:teuthology.orchestra.run.smithi086.stderr:Not possible to enable service . firewalld.service is not available 2024-09-10T18:09:57.293 INFO:teuthology.orchestra.run.smithi086.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-09-10T18:09:57.293 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: systemctl is-enabled firewalld.service 2024-09-10T18:09:57.300 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: disabled 2024-09-10T18:09:57.301 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: systemctl is-active firewalld.service 2024-09-10T18:09:57.309 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: inactive 2024-09-10T18:09:57.310 INFO:teuthology.orchestra.run.smithi086.stderr:firewalld.service is not enabled 2024-09-10T18:09:57.310 INFO:teuthology.orchestra.run.smithi086.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-09-10T18:09:57.310 INFO:teuthology.orchestra.run.smithi086.stderr:Waiting for mgr to start... 2024-09-10T18:09:57.310 INFO:teuthology.orchestra.run.smithi086.stderr:Waiting for mgr... 2024-09-10T18:09:57.311 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvl64ydzf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpcdzffbkn:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2024-09-10T18:09:57.802 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: 2024-09-10T18:09:57.803 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: { 2024-09-10T18:09:57.803 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "fsid": "c77f8420-6f9f-11ef-bcea-c7b262605968", 2024-09-10T18:09:57.803 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "health": { 2024-09-10T18:09:57.803 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-09-10T18:09:57.803 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "checks": {}, 2024-09-10T18:09:57.803 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "mutes": [] 2024-09-10T18:09:57.803 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2024-09-10T18:09:57.803 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-09-10T18:09:57.804 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "quorum": [ 2024-09-10T18:09:57.804 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: 0 2024-09-10T18:09:57.804 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: ], 2024-09-10T18:09:57.804 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "quorum_names": [ 2024-09-10T18:09:57.804 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "smithi086" 2024-09-10T18:09:57.804 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: ], 2024-09-10T18:09:57.804 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-09-10T18:09:57.804 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "monmap": { 2024-09-10T18:09:57.804 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-10T18:09:57.804 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-09-10T18:09:57.804 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_mons": 1 2024-09-10T18:09:57.804 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2024-09-10T18:09:57.804 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "osdmap": { 2024-09-10T18:09:57.805 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-10T18:09:57.805 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_osds": 0, 2024-09-10T18:09:57.805 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-09-10T18:09:57.805 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-09-10T18:09:57.805 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-09-10T18:09:57.805 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-09-10T18:09:57.805 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-09-10T18:09:57.805 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2024-09-10T18:09:57.805 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "pgmap": { 2024-09-10T18:09:57.805 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-09-10T18:09:57.805 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-09-10T18:09:57.805 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_pools": 0, 2024-09-10T18:09:57.805 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_objects": 0, 2024-09-10T18:09:57.805 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-09-10T18:09:57.806 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-09-10T18:09:57.806 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-09-10T18:09:57.806 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "bytes_total": 0 2024-09-10T18:09:57.806 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2024-09-10T18:09:57.806 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "fsmap": { 2024-09-10T18:09:57.806 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-10T18:09:57.806 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "by_rank": [], 2024-09-10T18:09:57.806 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "up:standby": 0 2024-09-10T18:09:57.806 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2024-09-10T18:09:57.806 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "mgrmap": { 2024-09-10T18:09:57.806 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "available": false, 2024-09-10T18:09:57.806 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-09-10T18:09:57.807 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "modules": [ 2024-09-10T18:09:57.807 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "iostat", 2024-09-10T18:09:57.807 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "restful" 2024-09-10T18:09:57.807 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: ], 2024-09-10T18:09:57.807 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "services": {} 2024-09-10T18:09:57.807 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2024-09-10T18:09:57.807 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "servicemap": { 2024-09-10T18:09:57.807 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-10T18:09:57.807 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "modified": "2024-09-10T18:09:50.718018+0000", 2024-09-10T18:09:57.807 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "services": {} 2024-09-10T18:09:57.807 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2024-09-10T18:09:57.807 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "progress_events": {} 2024-09-10T18:09:57.807 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: } 2024-09-10T18:09:58.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:09:57 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:09:57.793605+0000 mon.smithi086 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.86:0/2445832842' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-10T18:09:58.363 INFO:teuthology.orchestra.run.smithi086.stderr:mgr not available, waiting (1/15)... 2024-09-10T18:10:00.366 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvl64ydzf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpcdzffbkn:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2024-09-10T18:10:00.923 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: 2024-09-10T18:10:00.923 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: { 2024-09-10T18:10:00.923 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "fsid": "c77f8420-6f9f-11ef-bcea-c7b262605968", 2024-09-10T18:10:00.923 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "health": { 2024-09-10T18:10:00.923 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-09-10T18:10:00.923 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "checks": {}, 2024-09-10T18:10:00.923 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "mutes": [] 2024-09-10T18:10:00.923 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2024-09-10T18:10:00.923 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-09-10T18:10:00.923 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "quorum": [ 2024-09-10T18:10:00.923 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: 0 2024-09-10T18:10:00.924 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: ], 2024-09-10T18:10:00.924 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "quorum_names": [ 2024-09-10T18:10:00.924 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "smithi086" 2024-09-10T18:10:00.924 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: ], 2024-09-10T18:10:00.924 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "quorum_age": 5, 2024-09-10T18:10:00.924 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "monmap": { 2024-09-10T18:10:00.924 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-10T18:10:00.924 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-09-10T18:10:00.924 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_mons": 1 2024-09-10T18:10:00.924 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2024-09-10T18:10:00.924 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "osdmap": { 2024-09-10T18:10:00.924 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-10T18:10:00.924 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_osds": 0, 2024-09-10T18:10:00.925 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-09-10T18:10:00.925 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-09-10T18:10:00.925 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-09-10T18:10:00.925 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-09-10T18:10:00.925 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-09-10T18:10:00.925 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2024-09-10T18:10:00.925 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "pgmap": { 2024-09-10T18:10:00.925 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-09-10T18:10:00.925 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-09-10T18:10:00.925 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_pools": 0, 2024-09-10T18:10:00.925 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_objects": 0, 2024-09-10T18:10:00.925 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-09-10T18:10:00.925 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-09-10T18:10:00.926 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-09-10T18:10:00.926 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "bytes_total": 0 2024-09-10T18:10:00.926 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2024-09-10T18:10:00.926 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "fsmap": { 2024-09-10T18:10:00.926 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-10T18:10:00.926 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "by_rank": [], 2024-09-10T18:10:00.926 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "up:standby": 0 2024-09-10T18:10:00.926 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2024-09-10T18:10:00.926 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "mgrmap": { 2024-09-10T18:10:00.926 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "available": false, 2024-09-10T18:10:00.926 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-09-10T18:10:00.926 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "modules": [ 2024-09-10T18:10:00.926 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "iostat", 2024-09-10T18:10:00.926 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "restful" 2024-09-10T18:10:00.926 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: ], 2024-09-10T18:10:00.927 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "services": {} 2024-09-10T18:10:00.927 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2024-09-10T18:10:00.927 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "servicemap": { 2024-09-10T18:10:00.927 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-10T18:10:00.927 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "modified": "2024-09-10T18:09:50.718018+0000", 2024-09-10T18:10:00.927 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "services": {} 2024-09-10T18:10:00.927 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2024-09-10T18:10:00.927 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "progress_events": {} 2024-09-10T18:10:00.927 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: } 2024-09-10T18:10:01.483 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:01 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:00.915880+0000 mon.smithi086 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.86:0/2779444728' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-10T18:10:01.485 INFO:teuthology.orchestra.run.smithi086.stderr:mgr not available, waiting (2/15)... 2024-09-10T18:10:02.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:10:02.112638+0000 mon.smithi086 (mon.0) 9 : cluster [INF] Activating manager daemon smithi086.qqqtpz 2024-09-10T18:10:02.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:10:02.115296+0000 mon.smithi086 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi086.qqqtpz(active, starting, since 0.00273924s) 2024-09-10T18:10:02.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:02.116205+0000 mon.smithi086 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.86:0/2884046026' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:10:02.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:02.116326+0000 mon.smithi086 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.86:0/2884046026' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:10:02.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:02.116432+0000 mon.smithi086 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.86:0/2884046026' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:10:02.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:02.116537+0000 mon.smithi086 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.86:0/2884046026' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-09-10T18:10:02.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:02.116892+0000 mon.smithi086 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.86:0/2884046026' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr metadata", "who": "smithi086.qqqtpz", "id": "smithi086.qqqtpz"}]: dispatch 2024-09-10T18:10:02.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:10:02.118631+0000 mon.smithi086 (mon.0) 16 : cluster [INF] Manager daemon smithi086.qqqtpz is now available 2024-09-10T18:10:02.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:02.126485+0000 mon.smithi086 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.86:0/2884046026' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:10:02.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:02.129606+0000 mon.smithi086 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.86:0/2884046026' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:10:02.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:02.130634+0000 mon.smithi086 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.86:0/2884046026' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/trash_purge_schedule"}]: dispatch 2024-09-10T18:10:02.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:02.135698+0000 mon.smithi086 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.86:0/2884046026' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:10:02.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:02.138156+0000 mon.smithi086 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.86:0/2884046026' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:10:03.488 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvl64ydzf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpcdzffbkn:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2024-09-10T18:10:04.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:10:03.118457+0000 mon.smithi086 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi086.qqqtpz(active, since 1.0059s) 2024-09-10T18:10:04.376 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: 2024-09-10T18:10:04.377 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: { 2024-09-10T18:10:04.377 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "fsid": "c77f8420-6f9f-11ef-bcea-c7b262605968", 2024-09-10T18:10:04.377 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "health": { 2024-09-10T18:10:04.377 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-09-10T18:10:04.377 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "checks": {}, 2024-09-10T18:10:04.377 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "mutes": [] 2024-09-10T18:10:04.377 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2024-09-10T18:10:04.377 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-09-10T18:10:04.378 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "quorum": [ 2024-09-10T18:10:04.378 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: 0 2024-09-10T18:10:04.378 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: ], 2024-09-10T18:10:04.378 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "quorum_names": [ 2024-09-10T18:10:04.378 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "smithi086" 2024-09-10T18:10:04.378 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: ], 2024-09-10T18:10:04.378 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "quorum_age": 9, 2024-09-10T18:10:04.378 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "monmap": { 2024-09-10T18:10:04.378 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-10T18:10:04.379 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-09-10T18:10:04.379 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_mons": 1 2024-09-10T18:10:04.379 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2024-09-10T18:10:04.379 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "osdmap": { 2024-09-10T18:10:04.379 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-10T18:10:04.379 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_osds": 0, 2024-09-10T18:10:04.379 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-09-10T18:10:04.379 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-09-10T18:10:04.379 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-09-10T18:10:04.379 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-09-10T18:10:04.380 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-09-10T18:10:04.380 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2024-09-10T18:10:04.380 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "pgmap": { 2024-09-10T18:10:04.380 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-09-10T18:10:04.380 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-09-10T18:10:04.380 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_pools": 0, 2024-09-10T18:10:04.380 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_objects": 0, 2024-09-10T18:10:04.380 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-09-10T18:10:04.380 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-09-10T18:10:04.381 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-09-10T18:10:04.381 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "bytes_total": 0 2024-09-10T18:10:04.381 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2024-09-10T18:10:04.381 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "fsmap": { 2024-09-10T18:10:04.381 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-10T18:10:04.381 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "by_rank": [], 2024-09-10T18:10:04.381 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "up:standby": 0 2024-09-10T18:10:04.381 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2024-09-10T18:10:04.381 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "mgrmap": { 2024-09-10T18:10:04.381 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "available": true, 2024-09-10T18:10:04.382 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-09-10T18:10:04.382 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "modules": [ 2024-09-10T18:10:04.382 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "iostat", 2024-09-10T18:10:04.382 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "restful" 2024-09-10T18:10:04.382 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: ], 2024-09-10T18:10:04.382 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "services": {} 2024-09-10T18:10:04.382 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2024-09-10T18:10:04.382 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "servicemap": { 2024-09-10T18:10:04.382 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-10T18:10:04.382 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "modified": "2024-09-10T18:09:50.718018+0000", 2024-09-10T18:10:04.382 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "services": {} 2024-09-10T18:10:04.383 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2024-09-10T18:10:04.383 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "progress_events": {} 2024-09-10T18:10:04.383 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: } 2024-09-10T18:10:04.841 INFO:teuthology.orchestra.run.smithi086.stderr:mgr is available 2024-09-10T18:10:04.842 INFO:teuthology.orchestra.run.smithi086.stderr:Enabling cephadm module... 2024-09-10T18:10:04.842 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvl64ydzf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpcdzffbkn:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable cephadm 2024-09-10T18:10:05.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:10:04.119713+0000 mon.smithi086 (mon.0) 23 : cluster [DBG] mgrmap e4: smithi086.qqqtpz(active, since 2s) 2024-09-10T18:10:05.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:04.367469+0000 mon.smithi086 (mon.0) 24 : audit [DBG] from='client.? 172.21.15.86:0/3274638928' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-10T18:10:06.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:05.427308+0000 mon.smithi086 (mon.0) 25 : audit [INF] from='client.? 172.21.15.86:0/89351535' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-10T18:10:06.847 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvl64ydzf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpcdzffbkn:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr stat 2024-09-10T18:10:07.427 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:07 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:06.267247+0000 mon.smithi086 (mon.0) 26 : audit [INF] from='client.? 172.21.15.86:0/89351535' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-10T18:10:07.427 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:07 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:10:06.267304+0000 mon.smithi086 (mon.0) 27 : cluster [DBG] mgrmap e5: smithi086.qqqtpz(active, since 4s) 2024-09-10T18:10:07.428 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: { 2024-09-10T18:10:07.428 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "epoch": 5, 2024-09-10T18:10:07.428 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "available": true, 2024-09-10T18:10:07.428 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "active_name": "smithi086.qqqtpz", 2024-09-10T18:10:07.428 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_standby": 0 2024-09-10T18:10:07.428 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: } 2024-09-10T18:10:08.036 INFO:teuthology.orchestra.run.smithi086.stderr:Waiting for the mgr to restart... 2024-09-10T18:10:08.037 INFO:teuthology.orchestra.run.smithi086.stderr:Waiting for mgr epoch 5... 2024-09-10T18:10:08.037 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvl64ydzf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpcdzffbkn:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2024-09-10T18:10:08.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:08 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:07.425590+0000 mon.smithi086 (mon.0) 28 : audit [DBG] from='client.? 172.21.15.86:0/429262267' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-10T18:10:11.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:11 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:10:11.167027+0000 mon.smithi086 (mon.0) 29 : cluster [INF] Active manager daemon smithi086.qqqtpz restarted 2024-09-10T18:10:11.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:11 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:10:11.167382+0000 mon.smithi086 (mon.0) 30 : cluster [INF] Activating manager daemon smithi086.qqqtpz 2024-09-10T18:10:11.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:11 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:10:11.169640+0000 mon.smithi086 (mon.0) 31 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-10T18:10:12.280 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: { 2024-09-10T18:10:12.280 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-09-10T18:10:12.281 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "initialized": true 2024-09-10T18:10:12.281 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: } 2024-09-10T18:10:12.581 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:10:11.268234+0000 mon.smithi086 (mon.0) 32 : cluster [DBG] mgrmap e6: smithi086.qqqtpz(active, starting, since 0.100921s) 2024-09-10T18:10:12.582 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:11.269251+0000 mon.smithi086 (mon.0) 33 : audit [DBG] from='mgr.14114 172.21.15.86:0/759190673' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-09-10T18:10:12.582 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:11.269847+0000 mon.smithi086 (mon.0) 34 : audit [DBG] from='mgr.14114 172.21.15.86:0/759190673' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr metadata", "who": "smithi086.qqqtpz", "id": "smithi086.qqqtpz"}]: dispatch 2024-09-10T18:10:12.582 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:11.270480+0000 mon.smithi086 (mon.0) 35 : audit [DBG] from='mgr.14114 172.21.15.86:0/759190673' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:10:12.582 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:11.270611+0000 mon.smithi086 (mon.0) 36 : audit [DBG] from='mgr.14114 172.21.15.86:0/759190673' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:10:12.582 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:11.270723+0000 mon.smithi086 (mon.0) 37 : audit [DBG] from='mgr.14114 172.21.15.86:0/759190673' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:10:12.582 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:10:11.272403+0000 mon.smithi086 (mon.0) 38 : cluster [INF] Manager daemon smithi086.qqqtpz is now available 2024-09-10T18:10:12.582 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:11.286084+0000 mon.smithi086 (mon.0) 39 : audit [INF] from='mgr.14114 172.21.15.86:0/759190673' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:10:12.582 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:11.288701+0000 mon.smithi086 (mon.0) 40 : audit [INF] from='mgr.14114 172.21.15.86:0/759190673' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:10:12.582 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:11.291160+0000 mon.smithi086 (mon.0) 41 : audit [INF] from='mgr.14114 172.21.15.86:0/759190673' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:10:12.582 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:11.377848+0000 mon.smithi086 (mon.0) 42 : audit [INF] from='mgr.14114 172.21.15.86:0/759190673' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:10:12.582 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:11.378591+0000 mon.smithi086 (mon.0) 43 : audit [DBG] from='mgr.14114 172.21.15.86:0/759190673' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:10:12.583 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:11.380071+0000 mon.smithi086 (mon.0) 44 : audit [DBG] from='mgr.14114 172.21.15.86:0/759190673' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:10:12.583 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:11.381408+0000 mon.smithi086 (mon.0) 45 : audit [DBG] from='mgr.14114 172.21.15.86:0/759190673' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:10:12.583 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:11.390698+0000 mon.smithi086 (mon.0) 46 : audit [INF] from='mgr.14114 172.21.15.86:0/759190673' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:10:12.583 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:11.391828+0000 mon.smithi086 (mon.0) 47 : audit [INF] from='mgr.14114 172.21.15.86:0/759190673' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/trash_purge_schedule"}]: dispatch 2024-09-10T18:10:12.835 INFO:teuthology.orchestra.run.smithi086.stderr:mgr epoch 5 is available 2024-09-10T18:10:12.835 INFO:teuthology.orchestra.run.smithi086.stderr:Setting orchestrator backend to cephadm... 2024-09-10T18:10:12.835 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvl64ydzf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpcdzffbkn:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch set backend cephadm 2024-09-10T18:10:13.453 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:13 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:12.270347+0000 mgr.smithi086.qqqtpz (mgr.14114) 1 : audit [DBG] from='client.14118 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-10T18:10:13.453 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:13 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:10:12.271171+0000 mon.smithi086 (mon.0) 48 : cluster [DBG] mgrmap e7: smithi086.qqqtpz(active, since 1.10386s) 2024-09-10T18:10:13.453 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:13 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:12.278003+0000 mgr.smithi086.qqqtpz (mgr.14114) 2 : audit [DBG] from='client.14118 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-10T18:10:13.939 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvl64ydzf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpcdzffbkn:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm set-user root 2024-09-10T18:10:14.306 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:14 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:10:13.280148+0000 mon.smithi086 (mon.0) 49 : cluster [DBG] mgrmap e8: smithi086.qqqtpz(active, since 2s) 2024-09-10T18:10:14.306 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:14 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:13.439479+0000 mon.smithi086 (mon.0) 50 : audit [INF] from='mgr.14114 172.21.15.86:0/759190673' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:10:14.306 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:14 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:13.442587+0000 mon.smithi086 (mon.0) 51 : audit [DBG] from='mgr.14114 172.21.15.86:0/759190673' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:10:14.496 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: value unchanged 2024-09-10T18:10:15.053 INFO:teuthology.orchestra.run.smithi086.stderr:Generating ssh key... 2024-09-10T18:10:15.053 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvl64ydzf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpcdzffbkn:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm generate-key 2024-09-10T18:10:15.302 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:13.435643+0000 mgr.smithi086.qqqtpz (mgr.14114) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:10:16.315 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:14.494483+0000 mgr.smithi086.qqqtpz (mgr.14114) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:10:16.315 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:15.762202+0000 mon.smithi086 (mon.0) 52 : audit [INF] from='mgr.14114 172.21.15.86:0/759190673' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:10:16.315 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:15.767478+0000 mon.smithi086 (mon.0) 53 : audit [INF] from='mgr.14114 172.21.15.86:0/759190673' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:10:16.317 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvl64ydzf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpcdzffbkn:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm get-pub-key 2024-09-10T18:10:16.861 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAUrrNsx/q9GwJsJ/vZsL97slrvBLHAPw9mb6//K5j1HR0qVMqiUJZE53at2HD9KZx/WaXJtqJW6XReOxvOb6oyBfbynjGCDnuPhfyUf2JEqC1qazRedohrS08qbvBi0ZsCHV+8BiqezIHm2bnakQ6uZIYr+jziLf89wiELnk88TbAQj/mpKKtdkEaDsMAl+FfmbN6DlbKBw1vw/Yuf2TCvGeM00eo3h/bNoU5i/bEacmiyxmQYtq7nmQOveQZZcOts11CfHqn7A7TXAqP6On7UNQPZZSCO/gJVyUirm56/I0O/6be/XldN/3wcFs8h1+cYvbi5fHrxrjxnEKCDgUvky8SGqdiV2Pj12WvHgns1alFeqwg9jF+C1JAuTgxfjSvNlucdrs3xkYHVfuhJ2aH5HGrceb+3P2BLEmqW0wM+8J+8ctGmwipOpj/82ETa1bV2YShXl5nddSoPtwyhE7IvD0S6nrC4V91er1lyUN76NsCrml8OQuFOCNUypnf6kk= ceph-c77f8420-6f9f-11ef-bcea-c7b262605968 2024-09-10T18:10:17.398 INFO:teuthology.orchestra.run.smithi086.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-10T18:10:17.398 INFO:teuthology.orchestra.run.smithi086.stderr:Adding key to root@localhost authorized_keys... 2024-09-10T18:10:17.404 INFO:teuthology.orchestra.run.smithi086.stderr:Adding host smithi086... 2024-09-10T18:10:17.404 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvl64ydzf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpcdzffbkn:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch host add smithi086 172.21.15.86 2024-09-10T18:10:17.525 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:17 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:10:15.689021+0000 mgr.smithi086.qqqtpz (mgr.14114) 6 : cephadm [INF] Generating ssh key... 2024-09-10T18:10:18.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:18 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:16.859247+0000 mgr.smithi086.qqqtpz (mgr.14114) 7 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:10:18.630 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: Added host 'smithi086' 2024-09-10T18:10:19.230 INFO:teuthology.orchestra.run.smithi086.stderr:Deploying mon service with default placement... 2024-09-10T18:10:19.230 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvl64ydzf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpcdzffbkn:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply mon 2024-09-10T18:10:19.480 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:19 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:17.989078+0000 mgr.smithi086.qqqtpz (mgr.14114) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi086", "addr": "172.21.15.86", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:10:19.480 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:19 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:18.627330+0000 mon.smithi086 (mon.0) 54 : audit [INF] from='mgr.14114 172.21.15.86:0/759190673' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:10:19.480 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:19 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:18.627847+0000 mon.smithi086 (mon.0) 55 : audit [DBG] from='mgr.14114 172.21.15.86:0/759190673' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:10:19.860 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: Scheduled mon update... 2024-09-10T18:10:20.442 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:20 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:10:18.627625+0000 mgr.smithi086.qqqtpz (mgr.14114) 9 : cephadm [INF] Added host smithi086 2024-09-10T18:10:20.442 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:20 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:19.858507+0000 mon.smithi086 (mon.0) 56 : audit [INF] from='mgr.14114 172.21.15.86:0/759190673' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:10:20.444 INFO:teuthology.orchestra.run.smithi086.stderr:Deploying mgr service with default placement... 2024-09-10T18:10:20.444 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvl64ydzf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpcdzffbkn:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply mgr 2024-09-10T18:10:21.040 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-09-10T18:10:21.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:21 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:19.855598+0000 mgr.smithi086.qqqtpz (mgr.14114) 10 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:10:21.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:21 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:10:19.856351+0000 mgr.smithi086.qqqtpz (mgr.14114) 11 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-10T18:10:21.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:21 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:21.038667+0000 mon.smithi086 (mon.0) 57 : audit [INF] from='mgr.14114 172.21.15.86:0/759190673' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:10:21.616 INFO:teuthology.orchestra.run.smithi086.stderr:Deploying crash service with default placement... 2024-09-10T18:10:21.616 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvl64ydzf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpcdzffbkn:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply crash 2024-09-10T18:10:22.205 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: Scheduled crash update... 2024-09-10T18:10:22.511 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:22 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:21.036042+0000 mgr.smithi086.qqqtpz (mgr.14114) 12 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:10:22.511 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:22 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:10:21.036565+0000 mgr.smithi086.qqqtpz (mgr.14114) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-10T18:10:22.511 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:22 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:22.203866+0000 mon.smithi086 (mon.0) 58 : audit [INF] from='mgr.14114 172.21.15.86:0/759190673' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:10:22.830 INFO:teuthology.orchestra.run.smithi086.stderr:Enabling mgr prometheus module... 2024-09-10T18:10:22.830 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvl64ydzf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpcdzffbkn:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable prometheus 2024-09-10T18:10:23.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:23 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:22.201088+0000 mgr.smithi086.qqqtpz (mgr.14114) 14 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:10:23.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:23 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:10:22.201739+0000 mgr.smithi086.qqqtpz (mgr.14114) 15 : cephadm [INF] Saving service crash spec with placement * 2024-09-10T18:10:24.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:24 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:23.430334+0000 mon.smithi086 (mon.0) 59 : audit [INF] from='client.? 172.21.15.86:0/1119601260' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-10T18:10:24.853 INFO:teuthology.orchestra.run.smithi086.stderr:Deploying prometheus service with default placement... 2024-09-10T18:10:24.854 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvl64ydzf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpcdzffbkn:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply prometheus 2024-09-10T18:10:25.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:24.294010+0000 mon.smithi086 (mon.0) 60 : audit [INF] from='client.? 172.21.15.86:0/1119601260' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-10T18:10:25.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:10:24.294067+0000 mon.smithi086 (mon.0) 61 : cluster [DBG] mgrmap e9: smithi086.qqqtpz(active, since 13s) 2024-09-10T18:10:29.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:10:29.305948+0000 mon.smithi086 (mon.0) 62 : cluster [INF] Active manager daemon smithi086.qqqtpz restarted 2024-09-10T18:10:29.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:10:29.306361+0000 mon.smithi086 (mon.0) 63 : cluster [INF] Activating manager daemon smithi086.qqqtpz 2024-09-10T18:10:29.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:10:29.310709+0000 mon.smithi086 (mon.0) 64 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-10T18:10:30.375 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-09-10T18:10:30.657 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:30 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:10:29.361708+0000 mon.smithi086 (mon.0) 65 : cluster [DBG] mgrmap e10: smithi086.qqqtpz(active, starting, since 0.055432s) 2024-09-10T18:10:30.657 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:30 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:29.364227+0000 mon.smithi086 (mon.0) 66 : audit [DBG] from='mgr.14142 172.21.15.86:0/4049269725' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-09-10T18:10:30.657 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:30 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:29.364434+0000 mon.smithi086 (mon.0) 67 : audit [DBG] from='mgr.14142 172.21.15.86:0/4049269725' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr metadata", "who": "smithi086.qqqtpz", "id": "smithi086.qqqtpz"}]: dispatch 2024-09-10T18:10:30.657 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:30 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:29.364619+0000 mon.smithi086 (mon.0) 68 : audit [DBG] from='mgr.14142 172.21.15.86:0/4049269725' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:10:30.657 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:30 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:29.364766+0000 mon.smithi086 (mon.0) 69 : audit [DBG] from='mgr.14142 172.21.15.86:0/4049269725' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:10:30.657 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:30 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:29.364910+0000 mon.smithi086 (mon.0) 70 : audit [DBG] from='mgr.14142 172.21.15.86:0/4049269725' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:10:30.657 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:30 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:10:29.366608+0000 mon.smithi086 (mon.0) 71 : cluster [INF] Manager daemon smithi086.qqqtpz is now available 2024-09-10T18:10:30.657 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:30 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:29.462075+0000 mon.smithi086 (mon.0) 72 : audit [DBG] from='mgr.14142 172.21.15.86:0/4049269725' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:10:30.658 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:30 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:29.463595+0000 mon.smithi086 (mon.0) 73 : audit [DBG] from='mgr.14142 172.21.15.86:0/4049269725' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:10:30.658 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:30 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:29.477210+0000 mon.smithi086 (mon.0) 74 : audit [INF] from='mgr.14142 172.21.15.86:0/4049269725' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:10:30.658 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:30 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:29.479407+0000 mon.smithi086 (mon.0) 75 : audit [INF] from='mgr.14142 172.21.15.86:0/4049269725' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/trash_purge_schedule"}]: dispatch 2024-09-10T18:10:30.925 INFO:teuthology.orchestra.run.smithi086.stderr:Deploying grafana service with default placement... 2024-09-10T18:10:30.926 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvl64ydzf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpcdzffbkn:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply grafana 2024-09-10T18:10:31.543 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:31 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:10:30.368967+0000 mon.smithi086 (mon.0) 76 : cluster [DBG] mgrmap e11: smithi086.qqqtpz(active, since 1.06269s) 2024-09-10T18:10:31.543 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:31 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:10:30.370060+0000 mgr.smithi086.qqqtpz (mgr.14142) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-10T18:10:31.543 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:31 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:30.372572+0000 mon.smithi086 (mon.0) 77 : audit [INF] from='mgr.14142 172.21.15.86:0/4049269725' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:10:31.543 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-09-10T18:10:32.098 INFO:teuthology.orchestra.run.smithi086.stderr:Deploying node-exporter service with default placement... 2024-09-10T18:10:32.098 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvl64ydzf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpcdzffbkn:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply node-exporter 2024-09-10T18:10:32.699 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:10:31.377474+0000 mon.smithi086 (mon.0) 78 : cluster [DBG] mgrmap e12: smithi086.qqqtpz(active, since 2s) 2024-09-10T18:10:32.699 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:31.535499+0000 mgr.smithi086.qqqtpz (mgr.14142) 3 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:10:32.699 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:10:31.535992+0000 mgr.smithi086.qqqtpz (mgr.14142) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-10T18:10:32.699 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:31.541282+0000 mon.smithi086 (mon.0) 79 : audit [INF] from='mgr.14142 172.21.15.86:0/4049269725' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:10:32.699 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-09-10T18:10:33.279 INFO:teuthology.orchestra.run.smithi086.stderr:Deploying alertmanager service with default placement... 2024-09-10T18:10:33.279 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvl64ydzf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpcdzffbkn:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply alertmanager 2024-09-10T18:10:33.875 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:32.691513+0000 mgr.smithi086.qqqtpz (mgr.14142) 5 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:10:33.875 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:10:32.692242+0000 mgr.smithi086.qqqtpz (mgr.14142) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-10T18:10:33.876 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:32.697238+0000 mon.smithi086 (mon.0) 80 : audit [INF] from='mgr.14142 172.21.15.86:0/4049269725' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:10:33.876 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-09-10T18:10:34.434 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvl64ydzf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpcdzffbkn:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mgr mgr/cephadm/container_init True --force 2024-09-10T18:10:35.054 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:34 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:33.871117+0000 mgr.smithi086.qqqtpz (mgr.14142) 7 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:10:35.054 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:34 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:10:33.871647+0000 mgr.smithi086.qqqtpz (mgr.14142) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-10T18:10:35.054 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:34 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:33.873847+0000 mon.smithi086 (mon.0) 81 : audit [INF] from='mgr.14142 172.21.15.86:0/4049269725' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:10:35.632 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvl64ydzf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpcdzffbkn:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mgr mgr/dashboard/ssl_server_port 8443 2024-09-10T18:10:36.229 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:35.041387+0000 mon.smithi086 (mon.0) 82 : audit [INF] from='client.? 172.21.15.86:0/1173583645' entity='client.admin' 2024-09-10T18:10:37.016 INFO:teuthology.orchestra.run.smithi086.stderr:Enabling the dashboard module... 2024-09-10T18:10:37.016 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvl64ydzf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpcdzffbkn:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable dashboard 2024-09-10T18:10:37.565 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:36.216378+0000 mon.smithi086 (mon.0) 83 : audit [INF] from='client.? 172.21.15.86:0/3577567782' entity='client.admin' 2024-09-10T18:10:38.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:38 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:37.619544+0000 mon.smithi086 (mon.0) 84 : audit [INF] from='client.? 172.21.15.86:0/407722501' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-10T18:10:39.144 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvl64ydzf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpcdzffbkn:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr stat 2024-09-10T18:10:39.477 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:39 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:38.223225+0000 mon.smithi086 (mon.0) 85 : audit [INF] from='client.? 172.21.15.86:0/407722501' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-10T18:10:39.478 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:39 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:10:38.223289+0000 mon.smithi086 (mon.0) 86 : cluster [DBG] mgrmap e13: smithi086.qqqtpz(active, since 8s) 2024-09-10T18:10:39.788 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: { 2024-09-10T18:10:39.788 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "epoch": 13, 2024-09-10T18:10:39.788 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "available": true, 2024-09-10T18:10:39.788 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "active_name": "smithi086.qqqtpz", 2024-09-10T18:10:39.788 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_standby": 0 2024-09-10T18:10:39.789 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: } 2024-09-10T18:10:40.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:39.786347+0000 mon.smithi086 (mon.0) 87 : audit [DBG] from='client.? 172.21.15.86:0/2459583376' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-10T18:10:40.375 INFO:teuthology.orchestra.run.smithi086.stderr:Waiting for the mgr to restart... 2024-09-10T18:10:40.375 INFO:teuthology.orchestra.run.smithi086.stderr:Waiting for mgr epoch 13... 2024-09-10T18:10:40.375 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvl64ydzf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpcdzffbkn:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2024-09-10T18:10:43.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:10:43.214988+0000 mon.smithi086 (mon.0) 88 : cluster [INF] Active manager daemon smithi086.qqqtpz restarted 2024-09-10T18:10:43.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:10:43.215378+0000 mon.smithi086 (mon.0) 89 : cluster [INF] Activating manager daemon smithi086.qqqtpz 2024-09-10T18:10:43.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:10:43.217032+0000 mon.smithi086 (mon.0) 90 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-10T18:10:44.284 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: { 2024-09-10T18:10:44.284 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2024-09-10T18:10:44.284 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "initialized": true 2024-09-10T18:10:44.284 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: } 2024-09-10T18:10:44.587 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:10:43.267663+0000 mon.smithi086 (mon.0) 91 : cluster [DBG] mgrmap e14: smithi086.qqqtpz(active, starting, since 0.0523705s) 2024-09-10T18:10:44.587 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:43.268592+0000 mon.smithi086 (mon.0) 92 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-09-10T18:10:44.587 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:43.270494+0000 mon.smithi086 (mon.0) 93 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr metadata", "who": "smithi086.qqqtpz", "id": "smithi086.qqqtpz"}]: dispatch 2024-09-10T18:10:44.587 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:43.270707+0000 mon.smithi086 (mon.0) 94 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:10:44.587 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:43.270833+0000 mon.smithi086 (mon.0) 95 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:10:44.587 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:43.270970+0000 mon.smithi086 (mon.0) 96 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:10:44.587 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:10:43.272805+0000 mon.smithi086 (mon.0) 97 : cluster [INF] Manager daemon smithi086.qqqtpz is now available 2024-09-10T18:10:44.587 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:43.368145+0000 mon.smithi086 (mon.0) 98 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:10:44.587 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:43.370485+0000 mon.smithi086 (mon.0) 99 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:10:44.588 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:43.391939+0000 mon.smithi086 (mon.0) 100 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:10:44.588 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:43.395308+0000 mon.smithi086 (mon.0) 101 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/trash_purge_schedule"}]: dispatch 2024-09-10T18:10:44.889 INFO:teuthology.orchestra.run.smithi086.stderr:mgr epoch 13 is available 2024-09-10T18:10:44.889 INFO:teuthology.orchestra.run.smithi086.stderr:Generating a dashboard self-signed certificate... 2024-09-10T18:10:44.889 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvl64ydzf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpcdzffbkn:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 dashboard create-self-signed-cert 2024-09-10T18:10:45.576 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:44.274588+0000 mgr.smithi086.qqqtpz (mgr.14162) 1 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-10T18:10:45.577 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:10:44.275042+0000 mon.smithi086 (mon.0) 102 : cluster [DBG] mgrmap e15: smithi086.qqqtpz(active, since 1.05975s) 2024-09-10T18:10:45.577 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:44.280843+0000 mgr.smithi086.qqqtpz (mgr.14162) 2 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-10T18:10:45.577 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: Self-signed certificate created 2024-09-10T18:10:46.161 INFO:teuthology.orchestra.run.smithi086.stderr:Creating initial admin user... 2024-09-10T18:10:46.162 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvl64ydzf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpcdzffbkn:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp7rafz5cf:/tmp/dashboard.pw:z docker.io/ceph/ceph:v16.2.4 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2024-09-10T18:10:46.512 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:46 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:10:45.278659+0000 mon.smithi086 (mon.0) 103 : cluster [DBG] mgrmap e16: smithi086.qqqtpz(active, since 2s) 2024-09-10T18:10:46.512 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:46 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:45.459509+0000 mgr.smithi086.qqqtpz (mgr.14162) 3 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:10:46.512 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:46 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:45.572273+0000 mon.smithi086 (mon.0) 104 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:10:46.512 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:46 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:45.574148+0000 mon.smithi086 (mon.0) 105 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:10:46.999 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$jKNEDxf8BG0VVfPFjRy.Fe3wvb00qdDiPRqgCFNhltQmrAQD7jtmS", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1725991846, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-10T18:10:47.551 INFO:teuthology.orchestra.run.smithi086.stderr:Fetching dashboard port number... 2024-09-10T18:10:47.551 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvl64ydzf:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpcdzffbkn:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config get mgr mgr/dashboard/ssl_server_port 2024-09-10T18:10:48.157 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: 8443 2024-09-10T18:10:48.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:47 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:46.782198+0000 mgr.smithi086.qqqtpz (mgr.14162) 4 : audit [DBG] from='client.14174 -' 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-09-10T18:10:48.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:47 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:46.997955+0000 mon.smithi086 (mon.0) 106 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:10:48.733 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: systemctl is-enabled firewalld.service 2024-09-10T18:10:48.742 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: disabled 2024-09-10T18:10:48.742 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: systemctl is-active firewalld.service 2024-09-10T18:10:48.749 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: inactive 2024-09-10T18:10:48.749 INFO:teuthology.orchestra.run.smithi086.stderr:firewalld.service is not enabled 2024-09-10T18:10:48.749 INFO:teuthology.orchestra.run.smithi086.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-10T18:10:48.752 INFO:teuthology.orchestra.run.smithi086.stderr:Ceph Dashboard is now available at: 2024-09-10T18:10:48.752 INFO:teuthology.orchestra.run.smithi086.stderr: 2024-09-10T18:10:48.752 INFO:teuthology.orchestra.run.smithi086.stderr: URL: https://smithi086.front.sepia.ceph.com:8443/ 2024-09-10T18:10:48.752 INFO:teuthology.orchestra.run.smithi086.stderr: User: admin 2024-09-10T18:10:48.753 INFO:teuthology.orchestra.run.smithi086.stderr: Password: 0mmc65m316 2024-09-10T18:10:48.753 INFO:teuthology.orchestra.run.smithi086.stderr: 2024-09-10T18:10:48.753 INFO:teuthology.orchestra.run.smithi086.stderr:You can access the Ceph CLI with: 2024-09-10T18:10:48.753 INFO:teuthology.orchestra.run.smithi086.stderr: 2024-09-10T18:10:48.753 INFO:teuthology.orchestra.run.smithi086.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-10T18:10:48.753 INFO:teuthology.orchestra.run.smithi086.stderr: 2024-09-10T18:10:48.753 INFO:teuthology.orchestra.run.smithi086.stderr:Please consider enabling telemetry to help improve Ceph: 2024-09-10T18:10:48.753 INFO:teuthology.orchestra.run.smithi086.stderr: 2024-09-10T18:10:48.753 INFO:teuthology.orchestra.run.smithi086.stderr: ceph telemetry on 2024-09-10T18:10:48.753 INFO:teuthology.orchestra.run.smithi086.stderr: 2024-09-10T18:10:48.753 INFO:teuthology.orchestra.run.smithi086.stderr:For more information see: 2024-09-10T18:10:48.753 INFO:teuthology.orchestra.run.smithi086.stderr: 2024-09-10T18:10:48.753 INFO:teuthology.orchestra.run.smithi086.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-09-10T18:10:48.753 INFO:teuthology.orchestra.run.smithi086.stderr: 2024-09-10T18:10:48.754 INFO:teuthology.orchestra.run.smithi086.stderr:Bootstrap complete. 2024-09-10T18:10:48.754 INFO:teuthology.orchestra.run.smithi086.stderr:Releasing lock 139804946271392 on /run/cephadm/c77f8420-6f9f-11ef-bcea-c7b262605968.lock 2024-09-10T18:10:48.754 INFO:teuthology.orchestra.run.smithi086.stderr:Lock 139804946271392 released on /run/cephadm/c77f8420-6f9f-11ef-bcea-c7b262605968.lock 2024-09-10T18:10:48.784 INFO:tasks.cephadm:Fetching config... 2024-09-10T18:10:48.785 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-09-10T18:10:48.785 DEBUG:teuthology.orchestra.run.smithi086:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-10T18:10:48.800 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-10T18:10:48.800 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-09-10T18:10:48.800 DEBUG:teuthology.orchestra.run.smithi086:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-10T18:10:48.856 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-10T18:10:48.856 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-09-10T18:10:48.856 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/mon.smithi086/keyring of=/dev/stdout 2024-09-10T18:10:48.920 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-10T18:10:48.920 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-09-10T18:10:48.921 DEBUG:teuthology.orchestra.run.smithi086:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-10T18:10:48.977 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-10T18:10:48.978 DEBUG:teuthology.orchestra.run.smithi086:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAUrrNsx/q9GwJsJ/vZsL97slrvBLHAPw9mb6//K5j1HR0qVMqiUJZE53at2HD9KZx/WaXJtqJW6XReOxvOb6oyBfbynjGCDnuPhfyUf2JEqC1qazRedohrS08qbvBi0ZsCHV+8BiqezIHm2bnakQ6uZIYr+jziLf89wiELnk88TbAQj/mpKKtdkEaDsMAl+FfmbN6DlbKBw1vw/Yuf2TCvGeM00eo3h/bNoU5i/bEacmiyxmQYtq7nmQOveQZZcOts11CfHqn7A7TXAqP6On7UNQPZZSCO/gJVyUirm56/I0O/6be/XldN/3wcFs8h1+cYvbi5fHrxrjxnEKCDgUvky8SGqdiV2Pj12WvHgns1alFeqwg9jF+C1JAuTgxfjSvNlucdrs3xkYHVfuhJ2aH5HGrceb+3P2BLEmqW0wM+8J+8ctGmwipOpj/82ETa1bV2YShXl5nddSoPtwyhE7IvD0S6nrC4V91er1lyUN76NsCrml8OQuFOCNUypnf6kk= ceph-c77f8420-6f9f-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-10T18:10:49.052 INFO:teuthology.orchestra.run.smithi086.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAUrrNsx/q9GwJsJ/vZsL97slrvBLHAPw9mb6//K5j1HR0qVMqiUJZE53at2HD9KZx/WaXJtqJW6XReOxvOb6oyBfbynjGCDnuPhfyUf2JEqC1qazRedohrS08qbvBi0ZsCHV+8BiqezIHm2bnakQ6uZIYr+jziLf89wiELnk88TbAQj/mpKKtdkEaDsMAl+FfmbN6DlbKBw1vw/Yuf2TCvGeM00eo3h/bNoU5i/bEacmiyxmQYtq7nmQOveQZZcOts11CfHqn7A7TXAqP6On7UNQPZZSCO/gJVyUirm56/I0O/6be/XldN/3wcFs8h1+cYvbi5fHrxrjxnEKCDgUvky8SGqdiV2Pj12WvHgns1alFeqwg9jF+C1JAuTgxfjSvNlucdrs3xkYHVfuhJ2aH5HGrceb+3P2BLEmqW0wM+8J+8ctGmwipOpj/82ETa1bV2YShXl5nddSoPtwyhE7IvD0S6nrC4V91er1lyUN76NsCrml8OQuFOCNUypnf6kk= ceph-c77f8420-6f9f-11ef-bcea-c7b262605968 2024-09-10T18:10:49.063 DEBUG:teuthology.orchestra.run.smithi155:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAUrrNsx/q9GwJsJ/vZsL97slrvBLHAPw9mb6//K5j1HR0qVMqiUJZE53at2HD9KZx/WaXJtqJW6XReOxvOb6oyBfbynjGCDnuPhfyUf2JEqC1qazRedohrS08qbvBi0ZsCHV+8BiqezIHm2bnakQ6uZIYr+jziLf89wiELnk88TbAQj/mpKKtdkEaDsMAl+FfmbN6DlbKBw1vw/Yuf2TCvGeM00eo3h/bNoU5i/bEacmiyxmQYtq7nmQOveQZZcOts11CfHqn7A7TXAqP6On7UNQPZZSCO/gJVyUirm56/I0O/6be/XldN/3wcFs8h1+cYvbi5fHrxrjxnEKCDgUvky8SGqdiV2Pj12WvHgns1alFeqwg9jF+C1JAuTgxfjSvNlucdrs3xkYHVfuhJ2aH5HGrceb+3P2BLEmqW0wM+8J+8ctGmwipOpj/82ETa1bV2YShXl5nddSoPtwyhE7IvD0S6nrC4V91er1lyUN76NsCrml8OQuFOCNUypnf6kk= ceph-c77f8420-6f9f-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-10T18:10:49.197 INFO:teuthology.orchestra.run.smithi155.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAUrrNsx/q9GwJsJ/vZsL97slrvBLHAPw9mb6//K5j1HR0qVMqiUJZE53at2HD9KZx/WaXJtqJW6XReOxvOb6oyBfbynjGCDnuPhfyUf2JEqC1qazRedohrS08qbvBi0ZsCHV+8BiqezIHm2bnakQ6uZIYr+jziLf89wiELnk88TbAQj/mpKKtdkEaDsMAl+FfmbN6DlbKBw1vw/Yuf2TCvGeM00eo3h/bNoU5i/bEacmiyxmQYtq7nmQOveQZZcOts11CfHqn7A7TXAqP6On7UNQPZZSCO/gJVyUirm56/I0O/6be/XldN/3wcFs8h1+cYvbi5fHrxrjxnEKCDgUvky8SGqdiV2Pj12WvHgns1alFeqwg9jF+C1JAuTgxfjSvNlucdrs3xkYHVfuhJ2aH5HGrceb+3P2BLEmqW0wM+8J+8ctGmwipOpj/82ETa1bV2YShXl5nddSoPtwyhE7IvD0S6nrC4V91er1lyUN76NsCrml8OQuFOCNUypnf6kk= ceph-c77f8420-6f9f-11ef-bcea-c7b262605968 2024-09-10T18:10:49.210 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-10T18:10:49.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:48.156418+0000 mon.smithi086 (mon.0) 107 : audit [DBG] from='client.? 172.21.15.86:0/1290908532' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-10T18:10:51.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:10:50.000844+0000 mon.smithi086 (mon.0) 108 : cluster [DBG] mgrmap e17: smithi086.qqqtpz(active, since 6s) 2024-09-10T18:10:52.056 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi155 2024-09-10T18:10:52.056 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-10T18:10:52.056 DEBUG:teuthology.orchestra.run.smithi155:> dd of=/etc/ceph/ceph.conf 2024-09-10T18:10:52.075 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-10T18:10:52.075 DEBUG:teuthology.orchestra.run.smithi155:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T18:10:52.134 INFO:tasks.cephadm:Adding host smithi155 to orchestrator... 2024-09-10T18:10:52.134 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph orch host add smithi155 2024-09-10T18:10:52.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:52 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:51.145915+0000 mon.smithi086 (mon.0) 109 : audit [INF] from='client.? 172.21.15.86:0/506358202' entity='client.admin' 2024-09-10T18:10:53.803 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:53 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:52.461989+0000 mon.smithi086 (mon.0) 110 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:10:53.805 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:53 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:52.743753+0000 mon.smithi086 (mon.0) 111 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:10:54.755 INFO:teuthology.orchestra.run.smithi086.stdout:Added host 'smithi155' 2024-09-10T18:10:54.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:54 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:54.102113+0000 mgr.smithi086.qqqtpz (mgr.14162) 5 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi155", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:10:56.047 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:54.747260+0000 mon.smithi086 (mon.0) 112 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:10:56.047 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:54.753994+0000 mon.smithi086 (mon.0) 113 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:10:56.047 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:10:54.754308+0000 mgr.smithi086.qqqtpz (mgr.14162) 6 : cephadm [INF] Added host smithi155 2024-09-10T18:10:57.084 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph orch host ls --format=json 2024-09-10T18:10:59.369 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-10T18:10:59.369 INFO:teuthology.orchestra.run.smithi086.stdout:[{"addr": "172.21.15.86", "hostname": "smithi086", "labels": [], "status": ""}, {"addr": "smithi155", "hostname": "smithi155", "labels": [], "status": ""}] 2024-09-10T18:10:59.848 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-10T18:10:59.849 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph osd crush tunables default 2024-09-10T18:11:00.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:58.978745+0000 mon.smithi086 (mon.0) 114 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:11:00.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:59.287142+0000 mon.smithi086 (mon.0) 115 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:11:00.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:10:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:59.291944+0000 mon.smithi086 (mon.0) 116 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:11:01.240 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:10:59.298048+0000 mgr.smithi086.qqqtpz (mgr.14162) 7 : cephadm [INF] Deploying daemon alertmanager.smithi086 on smithi086 2024-09-10T18:11:01.240 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:10:59.367375+0000 mgr.smithi086.qqqtpz (mgr.14162) 8 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:11:01.985 INFO:teuthology.orchestra.run.smithi086.stderr:adjusted tunables profile to default 2024-09-10T18:11:02.287 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:01 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:01.833787+0000 mon.smithi086 (mon.0) 117 : audit [INF] from='client.? 172.21.15.86:0/3955557152' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-10T18:11:02.640 INFO:tasks.cephadm:Adding mon.smithi086 on smithi086 2024-09-10T18:11:02.640 INFO:tasks.cephadm:Adding mon.smithi155 on smithi155 2024-09-10T18:11:02.640 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph orch apply mon '2;smithi086:172.21.15.86=smithi086;smithi155:172.21.15.155=smithi155' 2024-09-10T18:11:03.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:01.982263+0000 mon.smithi086 (mon.0) 118 : audit [INF] from='client.? 172.21.15.86:0/3955557152' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-10T18:11:03.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:11:01.982302+0000 mon.smithi086 (mon.0) 119 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-10T18:11:04.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:03 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:11:03.271049+0000 mgr.smithi086.qqqtpz (mgr.14162) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:11:04.378 INFO:teuthology.orchestra.run.smithi155.stdout:Scheduled mon update... 2024-09-10T18:11:04.940 DEBUG:teuthology.orchestra.run.smithi155:mon.smithi155> sudo journalctl -f -n 0 -u ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@mon.smithi155.service 2024-09-10T18:11:04.943 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-10T18:11:04.943 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T18:11:05.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:04.372743+0000 mgr.smithi086.qqqtpz (mgr.14162) 10 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi086:172.21.15.86=smithi086;smithi155:172.21.15.155=smithi155", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:11:05.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:11:04.374137+0000 mgr.smithi086.qqqtpz (mgr.14162) 11 : cephadm [INF] Saving service mon spec with placement smithi086:172.21.15.86=smithi086;smithi155:172.21.15.155=smithi155;count:2 2024-09-10T18:11:05.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:04.376537+0000 mon.smithi086 (mon.0) 120 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:11:05.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:11:05.271286+0000 mgr.smithi086.qqqtpz (mgr.14162) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:11:06.674 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T18:11:06.674 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"c77f8420-6f9f-11ef-bcea-c7b262605968","modified":"2024-09-10T18:09:47.917936Z","created":"2024-09-10T18:09:47.917936Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi086","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:3300","nonce":0},{"type":"v1","addr":"172.21.15.86:6789","nonce":0}]},"addr":"172.21.15.86:6789/0","public_addr":"172.21.15.86:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-10T18:11:06.676 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-10T18:11:07.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:06.673043+0000 mon.smithi086 (mon.0) 121 : audit [DBG] from='client.? 172.21.15.155:0/2439919180' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:11:08.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:07 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:11:07.271523+0000 mgr.smithi086.qqqtpz (mgr.14162) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:11:08.264 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-10T18:11:08.264 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T18:11:09.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:11:09.271767+0000 mgr.smithi086.qqqtpz (mgr.14162) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:11:10.008 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T18:11:10.008 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"c77f8420-6f9f-11ef-bcea-c7b262605968","modified":"2024-09-10T18:09:47.917936Z","created":"2024-09-10T18:09:47.917936Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi086","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:3300","nonce":0},{"type":"v1","addr":"172.21.15.86:6789","nonce":0}]},"addr":"172.21.15.86:6789/0","public_addr":"172.21.15.86:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-10T18:11:10.010 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-10T18:11:10.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:10 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:10.006941+0000 mon.smithi086 (mon.0) 122 : audit [DBG] from='client.? 172.21.15.155:0/3294613055' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:11:11.491 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:11 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:11:11.272055+0000 mgr.smithi086.qqqtpz (mgr.14162) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:11:11.523 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-10T18:11:11.524 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T18:11:13.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:13 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:11:13.272249+0000 mgr.smithi086.qqqtpz (mgr.14162) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:11:13.376 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T18:11:13.376 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"c77f8420-6f9f-11ef-bcea-c7b262605968","modified":"2024-09-10T18:09:47.917936Z","created":"2024-09-10T18:09:47.917936Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi086","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:3300","nonce":0},{"type":"v1","addr":"172.21.15.86:6789","nonce":0}]},"addr":"172.21.15.86:6789/0","public_addr":"172.21.15.86:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-10T18:11:13.378 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-10T18:11:14.512 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:14 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:13.345786+0000 mon.smithi086 (mon.0) 123 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:11:14.512 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:14 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:13.346710+0000 mon.smithi086 (mon.0) 124 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi086", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-10T18:11:14.512 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:14 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:13.348249+0000 mon.smithi086 (mon.0) 125 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi086", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-10T18:11:14.512 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:14 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:13.348790+0000 mon.smithi086 (mon.0) 126 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:11:14.512 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:14 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:11:13.349365+0000 mgr.smithi086.qqqtpz (mgr.14162) 17 : cephadm [INF] Deploying daemon crash.smithi086 on smithi086 2024-09-10T18:11:14.512 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:14 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:13.374635+0000 mon.smithi086 (mon.0) 127 : audit [DBG] from='client.? 172.21.15.155:0/1606904763' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:11:14.979 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-10T18:11:14.979 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T18:11:15.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:11:15.272448+0000 mgr.smithi086.qqqtpz (mgr.14162) 18 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:11:16.622 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T18:11:16.622 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"c77f8420-6f9f-11ef-bcea-c7b262605968","modified":"2024-09-10T18:09:47.917936Z","created":"2024-09-10T18:09:47.917936Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi086","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:3300","nonce":0},{"type":"v1","addr":"172.21.15.86:6789","nonce":0}]},"addr":"172.21.15.86:6789/0","public_addr":"172.21.15.86:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-10T18:11:16.623 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-10T18:11:16.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:15.383398+0000 mon.smithi086 (mon.0) 128 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:11:16.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:15.496227+0000 mon.smithi086 (mon.0) 129 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:11:16.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:15.501271+0000 mon.smithi086 (mon.0) 130 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:11:16.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:15.501678+0000 mon.smithi086 (mon.0) 131 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T18:11:16.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:15.502116+0000 mgr.smithi086.qqqtpz (mgr.14162) 19 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T18:11:16.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:15.505275+0000 mon.smithi086 (mon.0) 132 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:11:16.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:11:15.508098+0000 mgr.smithi086.qqqtpz (mgr.14162) 20 : cephadm [INF] Deploying daemon grafana.smithi086 on smithi086 2024-09-10T18:11:17.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:17 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:16.619762+0000 mon.smithi086 (mon.0) 133 : audit [DBG] from='client.? 172.21.15.155:0/3903921578' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:11:17.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:17 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:11:17.272799+0000 mgr.smithi086.qqqtpz (mgr.14162) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:11:18.156 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-10T18:11:18.156 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T18:11:19.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:19 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:11:19.273063+0000 mgr.smithi086.qqqtpz (mgr.14162) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:11:20.003 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T18:11:20.003 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"c77f8420-6f9f-11ef-bcea-c7b262605968","modified":"2024-09-10T18:09:47.917936Z","created":"2024-09-10T18:09:47.917936Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi086","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:3300","nonce":0},{"type":"v1","addr":"172.21.15.86:6789","nonce":0}]},"addr":"172.21.15.86:6789/0","public_addr":"172.21.15.86:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-10T18:11:20.005 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-10T18:11:20.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:20 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:20.001642+0000 mon.smithi086 (mon.0) 134 : audit [DBG] from='client.? 172.21.15.155:0/2053626960' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:11:21.576 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-10T18:11:21.577 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T18:11:21.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:21 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:11:21.273431+0000 mgr.smithi086.qqqtpz (mgr.14162) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:11:23.149 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T18:11:23.149 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"c77f8420-6f9f-11ef-bcea-c7b262605968","modified":"2024-09-10T18:09:47.917936Z","created":"2024-09-10T18:09:47.917936Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi086","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:3300","nonce":0},{"type":"v1","addr":"172.21.15.86:6789","nonce":0}]},"addr":"172.21.15.86:6789/0","public_addr":"172.21.15.86:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-10T18:11:23.150 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-10T18:11:23.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:23 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:23.147109+0000 mon.smithi086 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.155:0/2691347436' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:11:24.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:24 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:11:23.273699+0000 mgr.smithi086.qqqtpz (mgr.14162) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:11:24.621 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-10T18:11:24.622 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T18:11:25.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:11:25.273908+0000 mgr.smithi086.qqqtpz (mgr.14162) 25 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:11:26.400 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T18:11:26.401 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"c77f8420-6f9f-11ef-bcea-c7b262605968","modified":"2024-09-10T18:09:47.917936Z","created":"2024-09-10T18:09:47.917936Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi086","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:3300","nonce":0},{"type":"v1","addr":"172.21.15.86:6789","nonce":0}]},"addr":"172.21.15.86:6789/0","public_addr":"172.21.15.86:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-10T18:11:26.402 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-10T18:11:26.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:26.398796+0000 mon.smithi086 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.155:0/2523755334' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:11:27.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:27 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:11:27.274143+0000 mgr.smithi086.qqqtpz (mgr.14162) 26 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:11:27.950 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-10T18:11:27.950 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T18:11:29.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:11:29.274474+0000 mgr.smithi086.qqqtpz (mgr.14162) 27 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:11:29.788 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T18:11:29.788 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"c77f8420-6f9f-11ef-bcea-c7b262605968","modified":"2024-09-10T18:09:47.917936Z","created":"2024-09-10T18:09:47.917936Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi086","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:3300","nonce":0},{"type":"v1","addr":"172.21.15.86:6789","nonce":0}]},"addr":"172.21.15.86:6789/0","public_addr":"172.21.15.86:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-10T18:11:29.790 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-10T18:11:30.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:30 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:29.786822+0000 mon.smithi086 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.155:0/98087803' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:11:31.296 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-10T18:11:31.296 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T18:11:31.517 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:31 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:11:31.274744+0000 mgr.smithi086.qqqtpz (mgr.14162) 28 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:11:32.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:31.395821+0000 mon.smithi086 (mon.0) 138 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:11:32.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:11:31.397034+0000 mgr.smithi086.qqqtpz (mgr.14162) 29 : cephadm [INF] Deploying daemon node-exporter.smithi086 on smithi086 2024-09-10T18:11:33.074 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T18:11:33.074 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"c77f8420-6f9f-11ef-bcea-c7b262605968","modified":"2024-09-10T18:09:47.917936Z","created":"2024-09-10T18:09:47.917936Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi086","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:3300","nonce":0},{"type":"v1","addr":"172.21.15.86:6789","nonce":0}]},"addr":"172.21.15.86:6789/0","public_addr":"172.21.15.86:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-10T18:11:33.076 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-10T18:11:33.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:33.072723+0000 mon.smithi086 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.155:0/2720678148' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:11:33.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:11:33.274988+0000 mgr.smithi086.qqqtpz (mgr.14162) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:11:34.641 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-10T18:11:34.642 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T18:11:35.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:11:35.275333+0000 mgr.smithi086.qqqtpz (mgr.14162) 31 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:11:36.352 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T18:11:36.352 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"c77f8420-6f9f-11ef-bcea-c7b262605968","modified":"2024-09-10T18:09:47.917936Z","created":"2024-09-10T18:09:47.917936Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi086","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:3300","nonce":0},{"type":"v1","addr":"172.21.15.86:6789","nonce":0}]},"addr":"172.21.15.86:6789/0","public_addr":"172.21.15.86:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-10T18:11:36.353 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-10T18:11:36.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:36.350378+0000 mon.smithi086 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.155:0/2123068066' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:11:37.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:11:37.275606+0000 mgr.smithi086.qqqtpz (mgr.14162) 32 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:11:37.904 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-10T18:11:37.905 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T18:11:39.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:39 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:11:39.275858+0000 mgr.smithi086.qqqtpz (mgr.14162) 33 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:11:39.716 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T18:11:39.716 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"c77f8420-6f9f-11ef-bcea-c7b262605968","modified":"2024-09-10T18:09:47.917936Z","created":"2024-09-10T18:09:47.917936Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi086","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:3300","nonce":0},{"type":"v1","addr":"172.21.15.86:6789","nonce":0}]},"addr":"172.21.15.86:6789/0","public_addr":"172.21.15.86:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-10T18:11:39.718 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-10T18:11:40.574 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:39.714626+0000 mon.smithi086 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.155:0/2313920476' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:11:41.316 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-10T18:11:41.316 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T18:11:42.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:41 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:40.642321+0000 mon.smithi086 (mon.0) 142 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:11:42.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:41 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:11:40.647870+0000 mgr.smithi086.qqqtpz (mgr.14162) 34 : cephadm [INF] Deploying daemon prometheus.smithi086 on smithi086 2024-09-10T18:11:42.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:41 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:11:41.276159+0000 mgr.smithi086.qqqtpz (mgr.14162) 35 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:11:42.960 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T18:11:42.961 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"c77f8420-6f9f-11ef-bcea-c7b262605968","modified":"2024-09-10T18:09:47.917936Z","created":"2024-09-10T18:09:47.917936Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi086","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:3300","nonce":0},{"type":"v1","addr":"172.21.15.86:6789","nonce":0}]},"addr":"172.21.15.86:6789/0","public_addr":"172.21.15.86:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-10T18:11:42.962 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-10T18:11:43.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:42.959144+0000 mon.smithi086 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.155:0/981703445' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:11:44.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:11:43.276545+0000 mgr.smithi086.qqqtpz (mgr.14162) 36 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:11:44.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:43.393847+0000 mon.smithi086 (mon.0) 144 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:11:44.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:43.397338+0000 mon.smithi086 (mon.0) 145 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/trash_purge_schedule"}]: dispatch 2024-09-10T18:11:44.522 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-10T18:11:44.523 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T18:11:46.253 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T18:11:46.254 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"c77f8420-6f9f-11ef-bcea-c7b262605968","modified":"2024-09-10T18:09:47.917936Z","created":"2024-09-10T18:09:47.917936Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi086","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:3300","nonce":0},{"type":"v1","addr":"172.21.15.86:6789","nonce":0}]},"addr":"172.21.15.86:6789/0","public_addr":"172.21.15.86:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-10T18:11:46.256 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-10T18:11:46.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:46 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:11:45.276969+0000 mgr.smithi086.qqqtpz (mgr.14162) 37 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:11:46.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:46 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:46.252105+0000 mon.smithi086 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.155:0/3645120817' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:11:47.859 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-10T18:11:47.859 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T18:11:48.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:11:47.277256+0000 mgr.smithi086.qqqtpz (mgr.14162) 38 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:11:49.665 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T18:11:49.666 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"c77f8420-6f9f-11ef-bcea-c7b262605968","modified":"2024-09-10T18:09:47.917936Z","created":"2024-09-10T18:09:47.917936Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi086","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:3300","nonce":0},{"type":"v1","addr":"172.21.15.86:6789","nonce":0}]},"addr":"172.21.15.86:6789/0","public_addr":"172.21.15.86:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-10T18:11:49.667 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-10T18:11:50.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:11:49.277598+0000 mgr.smithi086.qqqtpz (mgr.14162) 39 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:11:50.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:49.663888+0000 mon.smithi086 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.155:0/4110929047' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:11:51.229 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-10T18:11:51.229 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T18:11:52.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:52 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:11:51.278082+0000 mgr.smithi086.qqqtpz (mgr.14162) 40 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:11:53.000 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T18:11:53.000 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"c77f8420-6f9f-11ef-bcea-c7b262605968","modified":"2024-09-10T18:09:47.917936Z","created":"2024-09-10T18:09:47.917936Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi086","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:3300","nonce":0},{"type":"v1","addr":"172.21.15.86:6789","nonce":0}]},"addr":"172.21.15.86:6789/0","public_addr":"172.21.15.86:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-10T18:11:53.002 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-10T18:11:54.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:53 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:52.807010+0000 mon.smithi086 (mon.0) 148 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:11:54.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:53 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:52.807582+0000 mon.smithi086 (mon.0) 149 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:11:54.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:53 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:52.997963+0000 mon.smithi086 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.155:0/374640954' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:11:54.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:53 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:53.013853+0000 mon.smithi086 (mon.0) 151 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:11:54.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:53 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:53.541641+0000 mon.smithi086 (mon.0) 152 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:11:54.534 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-10T18:11:54.534 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T18:11:55.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:11:53.278330+0000 mgr.smithi086.qqqtpz (mgr.14162) 41 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:11:56.553 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T18:11:56.554 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"c77f8420-6f9f-11ef-bcea-c7b262605968","modified":"2024-09-10T18:09:47.917936Z","created":"2024-09-10T18:09:47.917936Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi086","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:3300","nonce":0},{"type":"v1","addr":"172.21.15.86:6789","nonce":0}]},"addr":"172.21.15.86:6789/0","public_addr":"172.21.15.86:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-10T18:11:56.555 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-10T18:11:57.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:57 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:11:55.278565+0000 mgr.smithi086.qqqtpz (mgr.14162) 42 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:11:57.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:57 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:56.462623+0000 mon.smithi086 (mon.0) 153 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:11:57.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:57 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:56.552111+0000 mon.smithi086 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.155:0/1306338585' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:11:58.252 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-10T18:11:58.253 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T18:11:59.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:11:57.278887+0000 mgr.smithi086.qqqtpz (mgr.14162) 43 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:11:59.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:58.084142+0000 mon.smithi086 (mon.0) 155 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:11:59.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:58.678017+0000 mon.smithi086 (mon.0) 156 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:11:59.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:58.683150+0000 mon.smithi086 (mon.0) 157 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:11:59.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:58.684198+0000 mon.smithi086 (mon.0) 158 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi155", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-10T18:11:59.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:58.688720+0000 mon.smithi086 (mon.0) 159 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi155", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-10T18:11:59.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:11:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:11:58.689390+0000 mon.smithi086 (mon.0) 160 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:12:00.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:11:58.690036+0000 mgr.smithi086.qqqtpz (mgr.14162) 44 : cephadm [INF] Deploying daemon crash.smithi155 on smithi155 2024-09-10T18:12:00.729 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T18:12:00.729 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"c77f8420-6f9f-11ef-bcea-c7b262605968","modified":"2024-09-10T18:09:47.917936Z","created":"2024-09-10T18:09:47.917936Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi086","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:3300","nonce":0},{"type":"v1","addr":"172.21.15.86:6789","nonce":0}]},"addr":"172.21.15.86:6789/0","public_addr":"172.21.15.86:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-10T18:12:00.731 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-10T18:12:01.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:01 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:11:59.279146+0000 mgr.smithi086.qqqtpz (mgr.14162) 45 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:01.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:01 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:00.727713+0000 mon.smithi086 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.155:0/3311860625' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:12:02.607 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-10T18:12:02.607 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T18:12:03.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:03 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:01.279447+0000 mgr.smithi086.qqqtpz (mgr.14162) 46 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:03.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:03 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:02.476302+0000 mon.smithi086 (mon.0) 162 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:12:03.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:03 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:02.477590+0000 mon.smithi086 (mon.0) 163 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi155.gxleeu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:12:03.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:03 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:02.480338+0000 mon.smithi086 (mon.0) 164 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi155.gxleeu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T18:12:03.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:03 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:02.481101+0000 mon.smithi086 (mon.0) 165 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:12:03.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:03 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:02.481951+0000 mon.smithi086 (mon.0) 166 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:12:04.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:12:02.482732+0000 mgr.smithi086.qqqtpz (mgr.14162) 47 : cephadm [INF] Deploying daemon mgr.smithi155.gxleeu on smithi155 2024-09-10T18:12:05.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:03.279859+0000 mgr.smithi086.qqqtpz (mgr.14162) 48 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:05.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:04.786176+0000 mon.smithi086 (mon.0) 167 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:12:05.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:04.787437+0000 mon.smithi086 (mon.0) 168 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:12:05.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:04.788285+0000 mon.smithi086 (mon.0) 169 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:12:05.785 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T18:12:05.786 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"c77f8420-6f9f-11ef-bcea-c7b262605968","modified":"2024-09-10T18:09:47.917936Z","created":"2024-09-10T18:09:47.917936Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi086","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:3300","nonce":0},{"type":"v1","addr":"172.21.15.86:6789","nonce":0}]},"addr":"172.21.15.86:6789/0","public_addr":"172.21.15.86:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-10T18:12:05.787 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-10T18:12:06.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:12:04.789113+0000 mgr.smithi086.qqqtpz (mgr.14162) 49 : cephadm [INF] Deploying daemon mon.smithi155 on smithi155 2024-09-10T18:12:06.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:05.783428+0000 mon.smithi086 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.155:0/674473190' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:12:07.477 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-10T18:12:07.478 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T18:12:07.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:07 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:05.280141+0000 mgr.smithi086.qqqtpz (mgr.14162) 50 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:09.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:07.280404+0000 mgr.smithi086.qqqtpz (mgr.14162) 51 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:10.022 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T18:12:10.022 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"c77f8420-6f9f-11ef-bcea-c7b262605968","modified":"2024-09-10T18:09:47.917936Z","created":"2024-09-10T18:09:47.917936Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi086","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:3300","nonce":0},{"type":"v1","addr":"172.21.15.86:6789","nonce":0}]},"addr":"172.21.15.86:6789/0","public_addr":"172.21.15.86:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-10T18:12:10.024 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2024-09-10T18:12:10.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:10 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:09.777342+0000 mon.smithi086 (mon.0) 171 : cluster [DBG] Standby manager daemon smithi155.gxleeu started 2024-09-10T18:12:10.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:10 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:09.779822+0000 mon.smithi086 (mon.0) 172 : audit [DBG] from='mgr.? 172.21.15.155:0/2392480705' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi155.gxleeu/crt"}]: dispatch 2024-09-10T18:12:10.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:10 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:09.780555+0000 mon.smithi086 (mon.0) 173 : audit [DBG] from='mgr.? 172.21.15.155:0/2392480705' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:12:10.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:10 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:09.783198+0000 mon.smithi086 (mon.0) 174 : audit [DBG] from='mgr.? 172.21.15.155:0/2392480705' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi155.gxleeu/key"}]: dispatch 2024-09-10T18:12:10.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:10 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:09.783774+0000 mon.smithi086 (mon.0) 175 : audit [DBG] from='mgr.? 172.21.15.155:0/2392480705' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:12:10.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:10 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:10.020200+0000 mon.smithi086 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.155:0/2095720378' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:12:10.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:10 smithi155 systemd[1]: Started Ceph mon.smithi155 for c77f8420-6f9f-11ef-bcea-c7b262605968. 2024-09-10T18:12:11.644 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-10T18:12:11.644 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T18:12:16.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:10.816212+0000 mon.smithi086 (mon.0) 180 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-09-10T18:12:16.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:10.816391+0000 mon.smithi086 (mon.0) 181 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-10T18:12:16.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:10.816505+0000 mon.smithi086 (mon.0) 182 : cluster [INF] mon.smithi086 calling monitor election 2024-09-10T18:12:16.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:11.281141+0000 mgr.smithi086.qqqtpz (mgr.14162) 53 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:16.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:11.812884+0000 mon.smithi086 (mon.0) 183 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-10T18:12:16.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:12.813600+0000 mon.smithi086 (mon.0) 184 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-10T18:12:16.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:12.814172+0000 mon.smithi155 (mon.1) 1 : cluster [INF] mon.smithi155 calling monitor election 2024-09-10T18:12:16.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:13.281358+0000 mgr.smithi086.qqqtpz (mgr.14162) 54 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:16.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:13.813359+0000 mon.smithi086 (mon.0) 185 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-10T18:12:16.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:14.813426+0000 mon.smithi086 (mon.0) 186 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-10T18:12:16.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:15.813599+0000 mon.smithi086 (mon.0) 187 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-10T18:12:16.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:15.821157+0000 mon.smithi086 (mon.0) 188 : cluster [INF] mon.smithi086 is new leader, mons smithi086,smithi155 in quorum (ranks 0,1) 2024-09-10T18:12:16.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:15.824674+0000 mon.smithi086 (mon.0) 189 : cluster [DBG] monmap e2: 2 mons at {smithi086=[v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0],smithi155=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0]} 2024-09-10T18:12:16.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:15.824736+0000 mon.smithi086 (mon.0) 190 : cluster [DBG] fsmap 2024-09-10T18:12:16.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:15.824762+0000 mon.smithi086 (mon.0) 191 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-10T18:12:16.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:15.825127+0000 mon.smithi086 (mon.0) 192 : cluster [DBG] mgrmap e18: smithi086.qqqtpz(active, since 92s), standbys: smithi155.gxleeu 2024-09-10T18:12:16.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:15.830051+0000 mon.smithi086 (mon.0) 193 : cluster [INF] overall HEALTH_OK 2024-09-10T18:12:16.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:15.835388+0000 mon.smithi086 (mon.0) 194 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:12:16.243 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:10.816212+0000 mon.smithi086 (mon.0) 180 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-09-10T18:12:16.243 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:10.816391+0000 mon.smithi086 (mon.0) 181 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-10T18:12:16.243 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:10.816505+0000 mon.smithi086 (mon.0) 182 : cluster [INF] mon.smithi086 calling monitor election 2024-09-10T18:12:16.243 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:11.281141+0000 mgr.smithi086.qqqtpz (mgr.14162) 53 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:16.243 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:11.812884+0000 mon.smithi086 (mon.0) 183 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-10T18:12:16.243 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:12.813600+0000 mon.smithi086 (mon.0) 184 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-10T18:12:16.244 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:12.814172+0000 mon.smithi155 (mon.1) 1 : cluster [INF] mon.smithi155 calling monitor election 2024-09-10T18:12:16.244 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:13.281358+0000 mgr.smithi086.qqqtpz (mgr.14162) 54 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:16.244 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:13.813359+0000 mon.smithi086 (mon.0) 185 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-10T18:12:16.244 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:14.813426+0000 mon.smithi086 (mon.0) 186 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-10T18:12:16.244 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:15.813599+0000 mon.smithi086 (mon.0) 187 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-10T18:12:16.244 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:15.821157+0000 mon.smithi086 (mon.0) 188 : cluster [INF] mon.smithi086 is new leader, mons smithi086,smithi155 in quorum (ranks 0,1) 2024-09-10T18:12:16.244 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:15.824674+0000 mon.smithi086 (mon.0) 189 : cluster [DBG] monmap e2: 2 mons at {smithi086=[v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0],smithi155=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0]} 2024-09-10T18:12:16.244 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:15.824736+0000 mon.smithi086 (mon.0) 190 : cluster [DBG] fsmap 2024-09-10T18:12:16.244 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:15.824762+0000 mon.smithi086 (mon.0) 191 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-10T18:12:16.244 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:15.825127+0000 mon.smithi086 (mon.0) 192 : cluster [DBG] mgrmap e18: smithi086.qqqtpz(active, since 92s), standbys: smithi155.gxleeu 2024-09-10T18:12:16.244 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:15.830051+0000 mon.smithi086 (mon.0) 193 : cluster [INF] overall HEALTH_OK 2024-09-10T18:12:16.244 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:15.835388+0000 mon.smithi086 (mon.0) 194 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:12:16.487 INFO:teuthology.orchestra.run.smithi155.stdout: 2024-09-10T18:12:16.487 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":2,"fsid":"c77f8420-6f9f-11ef-bcea-c7b262605968","modified":"2024-09-10T18:12:10.813246Z","created":"2024-09-10T18:09:47.917936Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi086","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:3300","nonce":0},{"type":"v1","addr":"172.21.15.86:6789","nonce":0}]},"addr":"172.21.15.86:6789/0","public_addr":"172.21.15.86:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi155","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:3300","nonce":0},{"type":"v1","addr":"172.21.15.155:6789","nonce":0}]},"addr":"172.21.15.155:6789/0","public_addr":"172.21.15.155:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-10T18:12:16.488 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 2 2024-09-10T18:12:17.111 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:15.281632+0000 mgr.smithi086.qqqtpz (mgr.14162) 55 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:17.111 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:12:15.836410+0000 mgr.smithi086.qqqtpz (mgr.14162) 56 : cephadm [INF] Deploying daemon node-exporter.smithi155 on smithi155 2024-09-10T18:12:17.111 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:16.484125+0000 mon.smithi086 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.155:0/786121361' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:12:17.111 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:16.813919+0000 mon.smithi086 (mon.0) 196 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-10T18:12:17.133 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-10T18:12:17.133 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph config generate-minimal-conf 2024-09-10T18:12:17.159 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:15.281632+0000 mgr.smithi086.qqqtpz (mgr.14162) 55 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:17.160 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:12:15.836410+0000 mgr.smithi086.qqqtpz (mgr.14162) 56 : cephadm [INF] Deploying daemon node-exporter.smithi155 on smithi155 2024-09-10T18:12:17.160 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:16.484125+0000 mon.smithi086 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.155:0/786121361' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:12:17.160 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:16.813919+0000 mon.smithi086 (mon.0) 196 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-10T18:12:18.770 INFO:teuthology.orchestra.run.smithi086.stdout:# minimal ceph.conf for c77f8420-6f9f-11ef-bcea-c7b262605968 2024-09-10T18:12:18.770 INFO:teuthology.orchestra.run.smithi086.stdout:[global] 2024-09-10T18:12:18.770 INFO:teuthology.orchestra.run.smithi086.stdout: fsid = c77f8420-6f9f-11ef-bcea-c7b262605968 2024-09-10T18:12:18.770 INFO:teuthology.orchestra.run.smithi086.stdout: mon_host = [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] 2024-09-10T18:12:19.080 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:18 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:17.281910+0000 mgr.smithi086.qqqtpz (mgr.14162) 57 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:19.080 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:18 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:18.768385+0000 mon.smithi086 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.86:0/443895973' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:12:19.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:18 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:17.281910+0000 mgr.smithi086.qqqtpz (mgr.14162) 57 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:19.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:18 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:18.768385+0000 mon.smithi086 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.86:0/443895973' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:12:19.352 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-10T18:12:19.352 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-09-10T18:12:19.352 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/etc/ceph/ceph.conf 2024-09-10T18:12:19.419 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-09-10T18:12:19.419 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T18:12:19.484 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-10T18:12:19.485 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/ceph/ceph.conf 2024-09-10T18:12:19.513 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-10T18:12:19.513 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T18:12:19.579 INFO:tasks.cephadm:Deploying OSDs... 2024-09-10T18:12:19.579 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-09-10T18:12:19.579 DEBUG:teuthology.orchestra.run.smithi086:> dd if=/scratch_devs of=/dev/stdout 2024-09-10T18:12:19.595 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-10T18:12:19.595 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/vg_nvme/lv_1 2024-09-10T18:12:19.650 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-10T18:12:19.650 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:12:19.650 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-09-10T18:12:19.650 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:12:19.650 INFO:teuthology.orchestra.run.smithi086.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:12:19.651 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2024-09-10 18:11:52.200835392 +0000 2024-09-10T18:12:19.651 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2024-09-10 18:08:50.817018424 +0000 2024-09-10T18:12:19.651 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2024-09-10 18:08:50.817018424 +0000 2024-09-10T18:12:19.651 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: 2024-09-10 18:08:50.817018424 +0000 2024-09-10T18:12:19.651 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-10T18:12:19.715 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2024-09-10T18:12:19.715 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2024-09-10T18:12:19.715 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.000262203 s, 2.0 MB/s 2024-09-10T18:12:19.717 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-10T18:12:19.773 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/vg_nvme/lv_2 2024-09-10T18:12:19.829 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-10T18:12:19.829 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:12:19.829 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-09-10T18:12:19.829 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:12:19.829 INFO:teuthology.orchestra.run.smithi086.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:12:19.829 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2024-09-10 18:11:52.201835387 +0000 2024-09-10T18:12:19.829 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2024-09-10 18:08:51.143016862 +0000 2024-09-10T18:12:19.829 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2024-09-10 18:08:51.143016862 +0000 2024-09-10T18:12:19.830 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: 2024-09-10 18:08:51.143016862 +0000 2024-09-10T18:12:19.830 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-10T18:12:19.893 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2024-09-10T18:12:19.893 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2024-09-10T18:12:19.893 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.000199825 s, 2.6 MB/s 2024-09-10T18:12:19.894 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-10T18:12:19.951 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/vg_nvme/lv_3 2024-09-10T18:12:20.007 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-10T18:12:20.007 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:12:20.007 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-09-10T18:12:20.007 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:12:20.007 INFO:teuthology.orchestra.run.smithi086.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:12:20.007 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2024-09-10 18:11:52.201835387 +0000 2024-09-10T18:12:20.007 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2024-09-10 18:08:51.455015368 +0000 2024-09-10T18:12:20.008 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2024-09-10 18:08:51.455015368 +0000 2024-09-10T18:12:20.008 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: 2024-09-10 18:08:51.455015368 +0000 2024-09-10T18:12:20.008 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-10T18:12:20.071 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2024-09-10T18:12:20.071 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2024-09-10T18:12:20.071 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.000196244 s, 2.6 MB/s 2024-09-10T18:12:20.072 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-10T18:12:20.129 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/vg_nvme/lv_4 2024-09-10T18:12:20.184 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-10T18:12:20.184 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:12:20.184 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-09-10T18:12:20.184 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:12:20.184 INFO:teuthology.orchestra.run.smithi086.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:12:20.184 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2024-09-10 18:11:52.201835387 +0000 2024-09-10T18:12:20.184 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2024-09-10 18:08:51.781013808 +0000 2024-09-10T18:12:20.184 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2024-09-10 18:08:51.781013808 +0000 2024-09-10T18:12:20.185 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: 2024-09-10 18:08:51.781013808 +0000 2024-09-10T18:12:20.185 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-10T18:12:20.248 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2024-09-10T18:12:20.248 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2024-09-10T18:12:20.248 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.000244911 s, 2.1 MB/s 2024-09-10T18:12:20.249 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-10T18:12:20.306 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2024-09-10T18:12:20.306 DEBUG:teuthology.orchestra.run.smithi155:> dd if=/scratch_devs of=/dev/stdout 2024-09-10T18:12:20.321 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-10T18:12:20.321 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_1 2024-09-10T18:12:20.377 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-10T18:12:20.378 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:12:20.378 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-09-10T18:12:20.378 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:12:20.378 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:12:20.378 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2024-09-10 18:12:16.341567125 +0000 2024-09-10T18:12:20.378 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2024-09-10 18:08:48.212335034 +0000 2024-09-10T18:12:20.378 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2024-09-10 18:08:48.212335034 +0000 2024-09-10T18:12:20.378 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: 2024-09-10 18:08:48.212335034 +0000 2024-09-10T18:12:20.378 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-10T18:12:20.441 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2024-09-10T18:12:20.441 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2024-09-10T18:12:20.441 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000217402 s, 2.4 MB/s 2024-09-10T18:12:20.442 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-10T18:12:20.499 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_2 2024-09-10T18:12:20.554 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-10T18:12:20.554 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:12:20.555 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-09-10T18:12:20.555 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:12:20.555 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:12:20.555 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2024-09-10 18:12:16.342567104 +0000 2024-09-10T18:12:20.555 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2024-09-10 18:08:48.535328300 +0000 2024-09-10T18:12:20.555 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2024-09-10 18:08:48.535328300 +0000 2024-09-10T18:12:20.555 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: 2024-09-10 18:08:48.535328300 +0000 2024-09-10T18:12:20.555 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-10T18:12:20.617 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2024-09-10T18:12:20.618 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2024-09-10T18:12:20.618 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000223603 s, 2.3 MB/s 2024-09-10T18:12:20.619 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-10T18:12:20.676 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_3 2024-09-10T18:12:20.732 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-10T18:12:20.732 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:12:20.732 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-09-10T18:12:20.732 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:12:20.732 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:12:20.732 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2024-09-10 18:12:16.342567104 +0000 2024-09-10T18:12:20.732 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2024-09-10 18:08:48.855321628 +0000 2024-09-10T18:12:20.732 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2024-09-10 18:08:48.855321628 +0000 2024-09-10T18:12:20.732 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: 2024-09-10 18:08:48.855321628 +0000 2024-09-10T18:12:20.733 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-10T18:12:20.794 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2024-09-10T18:12:20.794 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2024-09-10T18:12:20.795 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000184796 s, 2.8 MB/s 2024-09-10T18:12:20.796 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-10T18:12:20.852 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_4 2024-09-10T18:12:20.907 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-10T18:12:20.907 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:12:20.907 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-09-10T18:12:20.907 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:12:20.907 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:12:20.907 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2024-09-10 18:12:16.342567104 +0000 2024-09-10T18:12:20.907 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2024-09-10 18:08:49.178314894 +0000 2024-09-10T18:12:20.907 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2024-09-10 18:08:49.178314894 +0000 2024-09-10T18:12:20.907 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: 2024-09-10 18:08:49.178314894 +0000 2024-09-10T18:12:20.908 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-10T18:12:20.971 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2024-09-10T18:12:20.971 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2024-09-10T18:12:20.971 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000238711 s, 2.1 MB/s 2024-09-10T18:12:20.972 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-10T18:12:21.029 INFO:tasks.cephadm:Deploying osd.0 on smithi086 with /dev/vg_nvme/lv_4... 2024-09-10T18:12:21.029 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-10T18:12:21.151 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:20 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:19.282263+0000 mgr.smithi086.qqqtpz (mgr.14162) 58 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:21.330 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:20 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:19.282263+0000 mgr.smithi086.qqqtpz (mgr.14162) 58 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:23.076 INFO:teuthology.orchestra.run.smithi086.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-10T18:12:23.076 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-10T18:12:23.077 INFO:teuthology.orchestra.run.smithi086.stderr: stderr: 10+0 records in 2024-09-10T18:12:23.077 INFO:teuthology.orchestra.run.smithi086.stderr:10+0 records out 2024-09-10T18:12:23.077 INFO:teuthology.orchestra.run.smithi086.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.012751 s, 822 MB/s 2024-09-10T18:12:23.077 INFO:teuthology.orchestra.run.smithi086.stderr:--> Zapping successful for: 2024-09-10T18:12:23.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:22 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:21.282690+0000 mgr.smithi086.qqqtpz (mgr.14162) 59 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:23.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:22 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:21.282690+0000 mgr.smithi086.qqqtpz (mgr.14162) 59 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:23.660 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi086:vg_nvme/lv_4 2024-09-10T18:12:25.086 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:24 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:23.283043+0000 mgr.smithi086.qqqtpz (mgr.14162) 60 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:25.160 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:24 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:23.283043+0000 mgr.smithi086.qqqtpz (mgr.14162) 60 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:26.481 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:25.220181+0000 mon.smithi086 (mon.0) 198 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:12:26.482 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:25.221027+0000 mon.smithi086 (mon.0) 199 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:12:26.482 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:25.472420+0000 mon.smithi086 (mon.0) 200 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:12:26.482 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:25.474179+0000 mon.smithi086 (mon.0) 201 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:12:26.482 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:25.474695+0000 mon.smithi086 (mon.0) 202 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:12:26.487 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:25.220181+0000 mon.smithi086 (mon.0) 198 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:12:26.487 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:25.221027+0000 mon.smithi086 (mon.0) 199 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:12:26.488 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:25.472420+0000 mon.smithi086 (mon.0) 200 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:12:26.488 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:25.474179+0000 mon.smithi086 (mon.0) 201 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:12:26.488 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:25.474695+0000 mon.smithi086 (mon.0) 202 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:12:27.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:27 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:25.283289+0000 mgr.smithi086.qqqtpz (mgr.14162) 61 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:27.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:27 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:25.471567+0000 mgr.smithi086.qqqtpz (mgr.14162) 62 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi086:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:12:27.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:27 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:12:25.473978+0000 mgr.smithi086.qqqtpz (mgr.14162) 63 : cephadm [INF] Applying service osd.None on host smithi086... 2024-09-10T18:12:27.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:27 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:26.777478+0000 mon.smithi086 (mon.0) 203 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:12:27.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:25.283289+0000 mgr.smithi086.qqqtpz (mgr.14162) 61 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:27.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:25.471567+0000 mgr.smithi086.qqqtpz (mgr.14162) 62 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi086:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:12:27.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:12:25.473978+0000 mgr.smithi086.qqqtpz (mgr.14162) 63 : cephadm [INF] Applying service osd.None on host smithi086... 2024-09-10T18:12:27.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:26.777478+0000 mon.smithi086 (mon.0) 203 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:12:29.540 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:27.283551+0000 mgr.smithi086.qqqtpz (mgr.14162) 64 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:29.540 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:28.434277+0000 mon.smithi086 (mon.0) 204 : audit [INF] from='client.? 172.21.15.86:0/4173436863' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d3cd70a-b792-439b-bfbc-88bfb1ffbc5e"}]: dispatch 2024-09-10T18:12:29.540 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:28.438629+0000 mon.smithi086 (mon.0) 205 : audit [INF] from='client.? 172.21.15.86:0/4173436863' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3d3cd70a-b792-439b-bfbc-88bfb1ffbc5e"}]': finished 2024-09-10T18:12:29.540 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:28.438699+0000 mon.smithi086 (mon.0) 206 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-10T18:12:29.540 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:28.438796+0000 mon.smithi086 (mon.0) 207 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:12:29.540 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:28.852823+0000 mon.smithi086 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.86:0/1892020767' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:12:29.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:27.283551+0000 mgr.smithi086.qqqtpz (mgr.14162) 64 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:29.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:28.434277+0000 mon.smithi086 (mon.0) 204 : audit [INF] from='client.? 172.21.15.86:0/4173436863' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d3cd70a-b792-439b-bfbc-88bfb1ffbc5e"}]: dispatch 2024-09-10T18:12:29.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:28.438629+0000 mon.smithi086 (mon.0) 205 : audit [INF] from='client.? 172.21.15.86:0/4173436863' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3d3cd70a-b792-439b-bfbc-88bfb1ffbc5e"}]': finished 2024-09-10T18:12:29.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:28.438699+0000 mon.smithi086 (mon.0) 206 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-10T18:12:29.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:28.438796+0000 mon.smithi086 (mon.0) 207 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:12:29.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:28.852823+0000 mon.smithi086 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.86:0/1892020767' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:12:31.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:31 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:29.283742+0000 mgr.smithi086.qqqtpz (mgr.14162) 65 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:31.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:31 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:30.412781+0000 mon.smithi086 (mon.0) 209 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:12:31.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:31 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:30.629091+0000 mon.smithi086 (mon.0) 210 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:12:31.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:31 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:30.630804+0000 mon.smithi086 (mon.0) 211 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:12:31.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:31 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:30.631301+0000 mon.smithi086 (mon.0) 212 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:12:31.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:31 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:30.631732+0000 mon.smithi086 (mon.0) 213 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:12:31.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:29.283742+0000 mgr.smithi086.qqqtpz (mgr.14162) 65 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:31.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:30.412781+0000 mon.smithi086 (mon.0) 209 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:12:31.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:30.629091+0000 mon.smithi086 (mon.0) 210 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:12:31.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:30.630804+0000 mon.smithi086 (mon.0) 211 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:12:31.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:30.631301+0000 mon.smithi086 (mon.0) 212 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:12:31.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:30.631732+0000 mon.smithi086 (mon.0) 213 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:12:32.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:12:30.630621+0000 mgr.smithi086.qqqtpz (mgr.14162) 66 : cephadm [INF] Reconfiguring mon.smithi086 (unknown last config time)... 2024-09-10T18:12:32.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:12:30.632116+0000 mgr.smithi086.qqqtpz (mgr.14162) 67 : cephadm [INF] Reconfiguring daemon mon.smithi086 on smithi086 2024-09-10T18:12:32.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:12:30.630621+0000 mgr.smithi086.qqqtpz (mgr.14162) 66 : cephadm [INF] Reconfiguring mon.smithi086 (unknown last config time)... 2024-09-10T18:12:32.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:12:30.632116+0000 mgr.smithi086.qqqtpz (mgr.14162) 67 : cephadm [INF] Reconfiguring daemon mon.smithi086 on smithi086 2024-09-10T18:12:33.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:31.283977+0000 mgr.smithi086.qqqtpz (mgr.14162) 68 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:33.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:31.283977+0000 mgr.smithi086.qqqtpz (mgr.14162) 68 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:34.707 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:34 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:33.284251+0000 mgr.smithi086.qqqtpz (mgr.14162) 69 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:34.707 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:34 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:33.402679+0000 mon.smithi086 (mon.0) 214 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:12:34.707 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:34 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:12:33.403205+0000 mgr.smithi086.qqqtpz (mgr.14162) 70 : cephadm [INF] Reconfiguring mgr.smithi086.qqqtpz (unknown last config time)... 2024-09-10T18:12:34.707 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:34 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:33.403462+0000 mon.smithi086 (mon.0) 215 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi086.qqqtpz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:12:34.707 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:34 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:33.404154+0000 mon.smithi086 (mon.0) 216 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:12:34.707 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:34 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:33.404757+0000 mon.smithi086 (mon.0) 217 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:12:34.708 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:34 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:12:33.405260+0000 mgr.smithi086.qqqtpz (mgr.14162) 71 : cephadm [INF] Reconfiguring daemon mgr.smithi086.qqqtpz on smithi086 2024-09-10T18:12:34.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:34 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:33.284251+0000 mgr.smithi086.qqqtpz (mgr.14162) 69 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:34.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:34 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:33.402679+0000 mon.smithi086 (mon.0) 214 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:12:34.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:34 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:12:33.403205+0000 mgr.smithi086.qqqtpz (mgr.14162) 70 : cephadm [INF] Reconfiguring mgr.smithi086.qqqtpz (unknown last config time)... 2024-09-10T18:12:34.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:34 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:33.403462+0000 mon.smithi086 (mon.0) 215 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi086.qqqtpz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:12:34.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:34 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:33.404154+0000 mon.smithi086 (mon.0) 216 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:12:34.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:34 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:33.404757+0000 mon.smithi086 (mon.0) 217 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:12:34.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:34 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:12:33.405260+0000 mgr.smithi086.qqqtpz (mgr.14162) 71 : cephadm [INF] Reconfiguring daemon mgr.smithi086.qqqtpz on smithi086 2024-09-10T18:12:35.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:35.044987+0000 mon.smithi086 (mon.0) 218 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T18:12:35.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:35.045553+0000 mon.smithi086 (mon.0) 219 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:12:35.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:12:35.046003+0000 mgr.smithi086.qqqtpz (mgr.14162) 72 : cephadm [INF] Deploying daemon osd.0 on smithi086 2024-09-10T18:12:35.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:35.044987+0000 mon.smithi086 (mon.0) 218 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T18:12:35.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:35.045553+0000 mon.smithi086 (mon.0) 219 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:12:35.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:12:35.046003+0000 mgr.smithi086.qqqtpz (mgr.14162) 72 : cephadm [INF] Deploying daemon osd.0 on smithi086 2024-09-10T18:12:37.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:35.284461+0000 mgr.smithi086.qqqtpz (mgr.14162) 73 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:37.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:36.117423+0000 mon.smithi086 (mon.0) 220 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:12:37.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:12:36.118050+0000 mgr.smithi086.qqqtpz (mgr.14162) 74 : cephadm [INF] Reconfiguring alertmanager.smithi086 (dependencies changed)... 2024-09-10T18:12:37.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:12:36.120087+0000 mgr.smithi086.qqqtpz (mgr.14162) 75 : cephadm [INF] Reconfiguring daemon alertmanager.smithi086 on smithi086 2024-09-10T18:12:37.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:35.284461+0000 mgr.smithi086.qqqtpz (mgr.14162) 73 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:37.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:36.117423+0000 mon.smithi086 (mon.0) 220 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:12:37.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:12:36.118050+0000 mgr.smithi086.qqqtpz (mgr.14162) 74 : cephadm [INF] Reconfiguring alertmanager.smithi086 (dependencies changed)... 2024-09-10T18:12:37.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:12:36.120087+0000 mgr.smithi086.qqqtpz (mgr.14162) 75 : cephadm [INF] Reconfiguring daemon alertmanager.smithi086 on smithi086 2024-09-10T18:12:38.190 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:38 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:37.284697+0000 mgr.smithi086.qqqtpz (mgr.14162) 76 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:38.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:38 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:37.284697+0000 mgr.smithi086.qqqtpz (mgr.14162) 76 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:39.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:39 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:39.284978+0000 mgr.smithi086.qqqtpz (mgr.14162) 77 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:39.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:39 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:39.284978+0000 mgr.smithi086.qqqtpz (mgr.14162) 77 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:39.773 INFO:teuthology.orchestra.run.smithi086.stdout:Created osd(s) 0 on host 'smithi086' 2024-09-10T18:12:40.389 DEBUG:teuthology.orchestra.run.smithi086:osd.0> sudo journalctl -f -n 0 -u ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.0.service 2024-09-10T18:12:40.391 INFO:tasks.cephadm:Deploying osd.1 on smithi086 with /dev/vg_nvme/lv_3... 2024-09-10T18:12:40.391 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-09-10T18:12:40.961 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:39.763725+0000 mon.smithi086 (mon.0) 221 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:12:40.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:39.769478+0000 mon.smithi086 (mon.0) 222 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:12:41.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:39.763725+0000 mon.smithi086 (mon.0) 221 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:12:41.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:39.769478+0000 mon.smithi086 (mon.0) 222 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:12:41.887 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:41 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:41.285288+0000 mgr.smithi086.qqqtpz (mgr.14162) 78 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:42.151 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:41 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:41.285288+0000 mgr.smithi086.qqqtpz (mgr.14162) 78 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:43.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:42 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:42.863445+0000 mon.smithi086 (mon.0) 223 : audit [INF] from='osd.0 [v2:172.21.15.86:6802/169958636,v1:172.21.15.86:6803/169958636]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T18:12:43.094 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:12:42 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.0[31524]: debug 2024-09-10T18:12:42.859+0000 7f15347da080 -1 osd.0 0 log_to_monitors {default=true} 2024-09-10T18:12:43.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:42 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:42.863445+0000 mon.smithi086 (mon.0) 223 : audit [INF] from='osd.0 [v2:172.21.15.86:6802/169958636,v1:172.21.15.86:6803/169958636]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T18:12:44.094 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:12:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.0[31524]: debug 2024-09-10T18:12:43.919+0000 7f152ad4b700 -1 osd.0 0 waiting for initial osdmap 2024-09-10T18:12:44.094 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:12:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.0[31524]: debug 2024-09-10T18:12:43.924+0000 7f15244c1700 -1 osd.0 8 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:12:44.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:42.916464+0000 mon.smithi086 (mon.0) 224 : audit [INF] from='osd.0 [v2:172.21.15.86:6802/169958636,v1:172.21.15.86:6803/169958636]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T18:12:44.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:42.916521+0000 mon.smithi086 (mon.0) 225 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-10T18:12:44.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:42.916800+0000 mon.smithi086 (mon.0) 226 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:12:44.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:42.917040+0000 mon.smithi086 (mon.0) 227 : audit [INF] from='osd.0 [v2:172.21.15.86:6802/169958636,v1:172.21.15.86:6803/169958636]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2024-09-10T18:12:44.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:43.394778+0000 mon.smithi086 (mon.0) 228 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:12:44.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:43.398073+0000 mon.smithi086 (mon.0) 229 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/trash_purge_schedule"}]: dispatch 2024-09-10T18:12:44.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:43.917856+0000 mon.smithi086 (mon.0) 230 : audit [INF] from='osd.0 [v2:172.21.15.86:6802/169958636,v1:172.21.15.86:6803/169958636]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]': finished 2024-09-10T18:12:44.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:43.917900+0000 mon.smithi086 (mon.0) 231 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-09-10T18:12:44.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:43.917988+0000 mon.smithi086 (mon.0) 232 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:12:44.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:43 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:42.916464+0000 mon.smithi086 (mon.0) 224 : audit [INF] from='osd.0 [v2:172.21.15.86:6802/169958636,v1:172.21.15.86:6803/169958636]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T18:12:44.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:43 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:42.916521+0000 mon.smithi086 (mon.0) 225 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-10T18:12:44.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:43 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:42.916800+0000 mon.smithi086 (mon.0) 226 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:12:44.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:43 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:42.917040+0000 mon.smithi086 (mon.0) 227 : audit [INF] from='osd.0 [v2:172.21.15.86:6802/169958636,v1:172.21.15.86:6803/169958636]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2024-09-10T18:12:44.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:43 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:43.394778+0000 mon.smithi086 (mon.0) 228 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:12:44.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:43 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:43.398073+0000 mon.smithi086 (mon.0) 229 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/trash_purge_schedule"}]: dispatch 2024-09-10T18:12:44.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:43 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:43.917856+0000 mon.smithi086 (mon.0) 230 : audit [INF] from='osd.0 [v2:172.21.15.86:6802/169958636,v1:172.21.15.86:6803/169958636]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]': finished 2024-09-10T18:12:44.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:43 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:43.917900+0000 mon.smithi086 (mon.0) 231 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-09-10T18:12:44.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:43 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:43.917988+0000 mon.smithi086 (mon.0) 232 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:12:45.205 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:43.285643+0000 mgr.smithi086.qqqtpz (mgr.14162) 79 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:45.205 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:43.921101+0000 mon.smithi086 (mon.0) 233 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:12:45.205 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:44.920676+0000 mon.smithi086 (mon.0) 234 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:12:45.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:44 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:43.285643+0000 mgr.smithi086.qqqtpz (mgr.14162) 79 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:45.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:44 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:43.921101+0000 mon.smithi086 (mon.0) 233 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:12:45.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:44 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:44.920676+0000 mon.smithi086 (mon.0) 234 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:12:45.611 INFO:teuthology.orchestra.run.smithi086.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-09-10T18:12:45.612 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-09-10T18:12:45.612 INFO:teuthology.orchestra.run.smithi086.stderr: stderr: 10+0 records in 2024-09-10T18:12:45.612 INFO:teuthology.orchestra.run.smithi086.stderr:10+0 records out 2024-09-10T18:12:45.612 INFO:teuthology.orchestra.run.smithi086.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.012887 s, 814 MB/s 2024-09-10T18:12:45.612 INFO:teuthology.orchestra.run.smithi086.stderr:--> Zapping successful for: 2024-09-10T18:12:46.210 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:43.875580+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:12:46.210 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:43.875670+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:12:46.210 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:44.927576+0000 mon.smithi086 (mon.0) 235 : cluster [INF] osd.0 [v2:172.21.15.86:6802/169958636,v1:172.21.15.86:6803/169958636] boot 2024-09-10T18:12:46.210 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:44.927599+0000 mon.smithi086 (mon.0) 236 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-10T18:12:46.210 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:44.928830+0000 mon.smithi086 (mon.0) 237 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:12:46.210 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:45.285855+0000 mgr.smithi086.qqqtpz (mgr.14162) 80 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:46.236 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi086:vg_nvme/lv_3 2024-09-10T18:12:46.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:45 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:43.875580+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:12:46.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:45 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:43.875670+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:12:46.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:45 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:44.927576+0000 mon.smithi086 (mon.0) 235 : cluster [INF] osd.0 [v2:172.21.15.86:6802/169958636,v1:172.21.15.86:6803/169958636] boot 2024-09-10T18:12:46.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:45 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:44.927599+0000 mon.smithi086 (mon.0) 236 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-10T18:12:46.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:45 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:44.928830+0000 mon.smithi086 (mon.0) 237 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:12:46.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:45 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:45.285855+0000 mgr.smithi086.qqqtpz (mgr.14162) 80 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:12:47.560 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:47 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:46.297725+0000 mon.smithi086 (mon.0) 238 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-10T18:12:47.560 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:47 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:46.515604+0000 mon.smithi086 (mon.0) 239 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:12:47.560 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:47 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:12:46.516239+0000 mgr.smithi086.qqqtpz (mgr.14162) 81 : cephadm [INF] Reconfiguring crash.smithi086 (monmap changed)... 2024-09-10T18:12:47.560 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:47 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:46.516482+0000 mon.smithi086 (mon.0) 240 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi086", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-10T18:12:47.560 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:47 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:46.517159+0000 mon.smithi086 (mon.0) 241 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:12:47.560 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:47 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:12:46.517783+0000 mgr.smithi086.qqqtpz (mgr.14162) 82 : cephadm [INF] Reconfiguring daemon crash.smithi086 on smithi086 2024-09-10T18:12:47.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:47 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:46.297725+0000 mon.smithi086 (mon.0) 238 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-10T18:12:47.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:47 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:46.515604+0000 mon.smithi086 (mon.0) 239 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:12:47.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:47 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:12:46.516239+0000 mgr.smithi086.qqqtpz (mgr.14162) 81 : cephadm [INF] Reconfiguring crash.smithi086 (monmap changed)... 2024-09-10T18:12:47.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:47 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:46.516482+0000 mon.smithi086 (mon.0) 240 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi086", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-10T18:12:47.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:47 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:46.517159+0000 mon.smithi086 (mon.0) 241 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:12:47.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:47 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:12:46.517783+0000 mgr.smithi086.qqqtpz (mgr.14162) 82 : cephadm [INF] Reconfiguring daemon crash.smithi086 on smithi086 2024-09-10T18:12:48.590 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:47.286125+0000 mgr.smithi086.qqqtpz (mgr.14162) 83 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:12:48.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:47.286125+0000 mgr.smithi086.qqqtpz (mgr.14162) 83 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:12:49.803 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:48.785853+0000 mgr.smithi086.qqqtpz (mgr.14162) 84 : audit [DBG] from='client.14256 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi086:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:12:49.803 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:48.786690+0000 mon.smithi086 (mon.0) 242 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:12:49.803 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:12:48.787701+0000 mgr.smithi086.qqqtpz (mgr.14162) 85 : cephadm [INF] Applying service osd.None on host smithi086... 2024-09-10T18:12:49.803 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:48.787899+0000 mon.smithi086 (mon.0) 243 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:12:49.803 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:48.788374+0000 mon.smithi086 (mon.0) 244 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:12:49.804 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:49.009993+0000 mon.smithi086 (mon.0) 245 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:12:49.804 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:12:49.010545+0000 mgr.smithi086.qqqtpz (mgr.14162) 86 : cephadm [INF] Reconfiguring grafana.smithi086 (dependencies changed)... 2024-09-10T18:12:49.804 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:12:49.014716+0000 mgr.smithi086.qqqtpz (mgr.14162) 87 : cephadm [INF] Reconfiguring daemon grafana.smithi086 on smithi086 2024-09-10T18:12:49.825 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:49 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:48.785853+0000 mgr.smithi086.qqqtpz (mgr.14162) 84 : audit [DBG] from='client.14256 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi086:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:12:49.825 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:49 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:48.786690+0000 mon.smithi086 (mon.0) 242 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:12:49.825 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:49 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:12:48.787701+0000 mgr.smithi086.qqqtpz (mgr.14162) 85 : cephadm [INF] Applying service osd.None on host smithi086... 2024-09-10T18:12:49.825 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:49 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:48.787899+0000 mon.smithi086 (mon.0) 243 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:12:49.825 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:49 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:48.788374+0000 mon.smithi086 (mon.0) 244 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:12:49.825 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:49 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:49.009993+0000 mon.smithi086 (mon.0) 245 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:12:49.825 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:49 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:12:49.010545+0000 mgr.smithi086.qqqtpz (mgr.14162) 86 : cephadm [INF] Reconfiguring grafana.smithi086 (dependencies changed)... 2024-09-10T18:12:49.825 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:49 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:12:49.014716+0000 mgr.smithi086.qqqtpz (mgr.14162) 87 : cephadm [INF] Reconfiguring daemon grafana.smithi086 on smithi086 2024-09-10T18:12:50.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:49.286371+0000 mgr.smithi086.qqqtpz (mgr.14162) 88 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:12:50.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:49.286371+0000 mgr.smithi086.qqqtpz (mgr.14162) 88 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:12:52.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:52 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:51.286789+0000 mgr.smithi086.qqqtpz (mgr.14162) 89 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:12:52.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:52 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:51.286789+0000 mgr.smithi086.qqqtpz (mgr.14162) 89 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:12:55.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:54 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:53.287158+0000 mgr.smithi086.qqqtpz (mgr.14162) 90 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:12:55.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:54 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:53.851760+0000 mon.smithi086 (mon.0) 246 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:12:55.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:54 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:12:53.852368+0000 mgr.smithi086.qqqtpz (mgr.14162) 91 : cephadm [INF] Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:12:55.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:54 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:12:53.854431+0000 mgr.smithi086.qqqtpz (mgr.14162) 92 : cephadm [INF] Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:12:55.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:54 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:54.844590+0000 mon.smithi086 (mon.0) 247 : audit [INF] from='client.? 172.21.15.86:0/3870763995' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d5697fb0-e83b-427c-b2d9-91668283b663"}]: dispatch 2024-09-10T18:12:55.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:54 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:53.287158+0000 mgr.smithi086.qqqtpz (mgr.14162) 90 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:12:55.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:54 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:53.851760+0000 mon.smithi086 (mon.0) 246 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:12:55.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:54 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:12:53.852368+0000 mgr.smithi086.qqqtpz (mgr.14162) 91 : cephadm [INF] Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:12:55.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:54 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:12:53.854431+0000 mgr.smithi086.qqqtpz (mgr.14162) 92 : cephadm [INF] Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:12:55.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:54 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:54.844590+0000 mon.smithi086 (mon.0) 247 : audit [INF] from='client.? 172.21.15.86:0/3870763995' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d5697fb0-e83b-427c-b2d9-91668283b663"}]: dispatch 2024-09-10T18:12:56.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:55 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:54.852862+0000 mon.smithi086 (mon.0) 248 : audit [INF] from='client.? 172.21.15.86:0/3870763995' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d5697fb0-e83b-427c-b2d9-91668283b663"}]': finished 2024-09-10T18:12:56.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:55 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:54.852896+0000 mon.smithi086 (mon.0) 249 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-10T18:12:56.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:55 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:54.854260+0000 mon.smithi086 (mon.0) 250 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:12:56.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:55 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:12:55.288420+0000 mon.smithi086 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.86:0/2324132213' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:12:56.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:54.852862+0000 mon.smithi086 (mon.0) 248 : audit [INF] from='client.? 172.21.15.86:0/3870763995' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d5697fb0-e83b-427c-b2d9-91668283b663"}]': finished 2024-09-10T18:12:56.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:54.852896+0000 mon.smithi086 (mon.0) 249 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-10T18:12:56.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:54.854260+0000 mon.smithi086 (mon.0) 250 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:12:56.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:12:55.288420+0000 mon.smithi086 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.86:0/2324132213' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:12:57.151 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:56 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:55.287390+0000 mgr.smithi086.qqqtpz (mgr.14162) 93 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:12:57.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:56 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:55.287390+0000 mgr.smithi086.qqqtpz (mgr.14162) 93 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:12:59.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:12:58 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:57.287724+0000 mgr.smithi086.qqqtpz (mgr.14162) 94 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:12:59.151 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:12:58 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:57.287724+0000 mgr.smithi086.qqqtpz (mgr.14162) 94 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:13:01.021 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:12:59.287985+0000 mgr.smithi086.qqqtpz (mgr.14162) 95 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:13:01.151 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:12:59.287985+0000 mgr.smithi086.qqqtpz (mgr.14162) 95 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:13:02.969 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:01.288275+0000 mgr.smithi086.qqqtpz (mgr.14162) 96 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:13:03.151 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:02 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:01.288275+0000 mgr.smithi086.qqqtpz (mgr.14162) 96 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:13:04.451 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:03.225764+0000 mon.smithi086 (mon.0) 252 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:04.451 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:13:03.226348+0000 mgr.smithi086.qqqtpz (mgr.14162) 97 : cephadm [INF] Reconfiguring crash.smithi155 (monmap changed)... 2024-09-10T18:13:04.451 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:03.226643+0000 mon.smithi086 (mon.0) 253 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi155", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-10T18:13:04.451 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:03.227516+0000 mon.smithi086 (mon.0) 254 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:13:04.451 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:13:03.227996+0000 mgr.smithi086.qqqtpz (mgr.14162) 98 : cephadm [INF] Reconfiguring daemon crash.smithi155 on smithi155 2024-09-10T18:13:04.538 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:03.225764+0000 mon.smithi086 (mon.0) 252 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:04.538 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:13:03.226348+0000 mgr.smithi086.qqqtpz (mgr.14162) 97 : cephadm [INF] Reconfiguring crash.smithi155 (monmap changed)... 2024-09-10T18:13:04.538 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:03.226643+0000 mon.smithi086 (mon.0) 253 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi155", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-10T18:13:04.538 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:03.227516+0000 mon.smithi086 (mon.0) 254 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:13:04.538 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:13:03.227996+0000 mgr.smithi086.qqqtpz (mgr.14162) 98 : cephadm [INF] Reconfiguring daemon crash.smithi155 on smithi155 2024-09-10T18:13:05.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:03.288567+0000 mgr.smithi086.qqqtpz (mgr.14162) 99 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:13:05.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:04.470686+0000 mon.smithi086 (mon.0) 255 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T18:13:05.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:04.471242+0000 mon.smithi086 (mon.0) 256 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:13:05.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:04.475930+0000 mon.smithi086 (mon.0) 257 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:05.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:04.476653+0000 mon.smithi086 (mon.0) 258 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi155.gxleeu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:13:05.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:04.477338+0000 mon.smithi086 (mon.0) 259 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:13:05.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:04.477888+0000 mon.smithi086 (mon.0) 260 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:13:05.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:03.288567+0000 mgr.smithi086.qqqtpz (mgr.14162) 99 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:13:05.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:04.470686+0000 mon.smithi086 (mon.0) 255 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T18:13:05.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:04.471242+0000 mon.smithi086 (mon.0) 256 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:13:05.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:04.475930+0000 mon.smithi086 (mon.0) 257 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:05.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:04.476653+0000 mon.smithi086 (mon.0) 258 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi155.gxleeu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:13:05.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:04.477338+0000 mon.smithi086 (mon.0) 259 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:13:05.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:04.477888+0000 mon.smithi086 (mon.0) 260 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:13:06.289 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:13:04.471670+0000 mgr.smithi086.qqqtpz (mgr.14162) 100 : cephadm [INF] Deploying daemon osd.1 on smithi086 2024-09-10T18:13:06.289 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:13:04.476398+0000 mgr.smithi086.qqqtpz (mgr.14162) 101 : cephadm [INF] Reconfiguring mgr.smithi155.gxleeu (monmap changed)... 2024-09-10T18:13:06.289 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:13:04.478390+0000 mgr.smithi086.qqqtpz (mgr.14162) 102 : cephadm [INF] Reconfiguring daemon mgr.smithi155.gxleeu on smithi155 2024-09-10T18:13:06.289 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:05.720026+0000 mon.smithi086 (mon.0) 261 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:06.289 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:05.720678+0000 mon.smithi086 (mon.0) 262 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:13:06.290 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:05.721174+0000 mon.smithi086 (mon.0) 263 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:13:06.290 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:05.721617+0000 mon.smithi086 (mon.0) 264 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:13:06.331 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:13:04.471670+0000 mgr.smithi086.qqqtpz (mgr.14162) 100 : cephadm [INF] Deploying daemon osd.1 on smithi086 2024-09-10T18:13:06.331 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:13:04.476398+0000 mgr.smithi086.qqqtpz (mgr.14162) 101 : cephadm [INF] Reconfiguring mgr.smithi155.gxleeu (monmap changed)... 2024-09-10T18:13:06.331 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:13:04.478390+0000 mgr.smithi086.qqqtpz (mgr.14162) 102 : cephadm [INF] Reconfiguring daemon mgr.smithi155.gxleeu on smithi155 2024-09-10T18:13:06.331 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:05.720026+0000 mon.smithi086 (mon.0) 261 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:06.331 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:05.720678+0000 mon.smithi086 (mon.0) 262 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:13:06.331 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:05.721174+0000 mon.smithi086 (mon.0) 263 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:13:06.331 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:05.721617+0000 mon.smithi086 (mon.0) 264 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:13:07.547 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:07 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:05.288997+0000 mgr.smithi086.qqqtpz (mgr.14162) 103 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:13:07.547 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:07 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:13:05.720495+0000 mgr.smithi086.qqqtpz (mgr.14162) 104 : cephadm [INF] Reconfiguring mon.smithi155 (monmap changed)... 2024-09-10T18:13:07.547 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:07 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:13:05.722020+0000 mgr.smithi086.qqqtpz (mgr.14162) 105 : cephadm [INF] Reconfiguring daemon mon.smithi155 on smithi155 2024-09-10T18:13:07.547 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:07 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:06.820415+0000 mon.smithi086 (mon.0) 265 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:07.547 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:07 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:06.822658+0000 mon.smithi086 (mon.0) 266 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T18:13:07.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:05.288997+0000 mgr.smithi086.qqqtpz (mgr.14162) 103 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:13:07.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:13:05.720495+0000 mgr.smithi086.qqqtpz (mgr.14162) 104 : cephadm [INF] Reconfiguring mon.smithi155 (monmap changed)... 2024-09-10T18:13:07.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:13:05.722020+0000 mgr.smithi086.qqqtpz (mgr.14162) 105 : cephadm [INF] Reconfiguring daemon mon.smithi155 on smithi155 2024-09-10T18:13:07.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:06.820415+0000 mon.smithi086 (mon.0) 265 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:07.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:06.822658+0000 mon.smithi086 (mon.0) 266 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T18:13:07.797 INFO:teuthology.orchestra.run.smithi086.stdout:Created osd(s) 1 on host 'smithi086' 2024-09-10T18:13:08.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:08 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:06.822968+0000 mgr.smithi086.qqqtpz (mgr.14162) 106 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T18:13:08.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:08 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:07.790785+0000 mon.smithi086 (mon.0) 267 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:08.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:08 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:07.794213+0000 mon.smithi086 (mon.0) 268 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:08.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:08 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:07.808078+0000 mon.smithi086 (mon.0) 269 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.86:9093"}]: dispatch 2024-09-10T18:13:08.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:08 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:07.812548+0000 mon.smithi086 (mon.0) 270 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:08.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:08 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:07.815301+0000 mon.smithi086 (mon.0) 271 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T18:13:08.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:08 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:07.821621+0000 mon.smithi086 (mon.0) 272 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.86:3000"}]: dispatch 2024-09-10T18:13:08.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:08 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:07.825774+0000 mon.smithi086 (mon.0) 273 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:08.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:08 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:07.829757+0000 mon.smithi086 (mon.0) 274 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:13:08.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:08 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:07.835205+0000 mon.smithi086 (mon.0) 275 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.86:9095"}]: dispatch 2024-09-10T18:13:08.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:08 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:07.839543+0000 mon.smithi086 (mon.0) 276 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:08.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:08 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:07.841025+0000 mon.smithi086 (mon.0) 277 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:13:08.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:06.822968+0000 mgr.smithi086.qqqtpz (mgr.14162) 106 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T18:13:08.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:07.790785+0000 mon.smithi086 (mon.0) 267 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:08.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:07.794213+0000 mon.smithi086 (mon.0) 268 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:08.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:07.808078+0000 mon.smithi086 (mon.0) 269 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.86:9093"}]: dispatch 2024-09-10T18:13:08.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:07.812548+0000 mon.smithi086 (mon.0) 270 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:08.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:07.815301+0000 mon.smithi086 (mon.0) 271 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T18:13:08.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:07.821621+0000 mon.smithi086 (mon.0) 272 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.86:3000"}]: dispatch 2024-09-10T18:13:08.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:07.825774+0000 mon.smithi086 (mon.0) 273 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:08.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:07.829757+0000 mon.smithi086 (mon.0) 274 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:13:08.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:07.835205+0000 mon.smithi086 (mon.0) 275 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.86:9095"}]: dispatch 2024-09-10T18:13:08.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:07.839543+0000 mon.smithi086 (mon.0) 276 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:08.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:07.841025+0000 mon.smithi086 (mon.0) 277 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:13:08.675 DEBUG:teuthology.orchestra.run.smithi086:osd.1> sudo journalctl -f -n 0 -u ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.1.service 2024-09-10T18:13:08.677 INFO:tasks.cephadm:Deploying osd.2 on smithi086 with /dev/vg_nvme/lv_2... 2024-09-10T18:13:08.677 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-09-10T18:13:09.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:07.289296+0000 mgr.smithi086.qqqtpz (mgr.14162) 107 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:13:09.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:07.808375+0000 mgr.smithi086.qqqtpz (mgr.14162) 108 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.86:9093"}]: dispatch 2024-09-10T18:13:09.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:07.815606+0000 mgr.smithi086.qqqtpz (mgr.14162) 109 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T18:13:09.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:07.821964+0000 mgr.smithi086.qqqtpz (mgr.14162) 110 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.86:3000"}]: dispatch 2024-09-10T18:13:09.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:07.830261+0000 mgr.smithi086.qqqtpz (mgr.14162) 111 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:13:09.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:07.835699+0000 mgr.smithi086.qqqtpz (mgr.14162) 112 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.86:9095"}]: dispatch 2024-09-10T18:13:09.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:07.289296+0000 mgr.smithi086.qqqtpz (mgr.14162) 107 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:13:09.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:07.808375+0000 mgr.smithi086.qqqtpz (mgr.14162) 108 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.86:9093"}]: dispatch 2024-09-10T18:13:09.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:07.815606+0000 mgr.smithi086.qqqtpz (mgr.14162) 109 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T18:13:09.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:07.821964+0000 mgr.smithi086.qqqtpz (mgr.14162) 110 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.86:3000"}]: dispatch 2024-09-10T18:13:09.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:07.830261+0000 mgr.smithi086.qqqtpz (mgr.14162) 111 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:13:09.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:07.835699+0000 mgr.smithi086.qqqtpz (mgr.14162) 112 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.86:9095"}]: dispatch 2024-09-10T18:13:10.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:10 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:09.289564+0000 mgr.smithi086.qqqtpz (mgr.14162) 113 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:13:10.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:10 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:09.445620+0000 mon.smithi086 (mon.0) 278 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:10.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:10 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:09.289564+0000 mgr.smithi086.qqqtpz (mgr.14162) 113 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:13:10.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:10 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:09.445620+0000 mon.smithi086 (mon.0) 278 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:11.287 INFO:teuthology.orchestra.run.smithi086.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-09-10T18:13:11.288 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-09-10T18:13:11.288 INFO:teuthology.orchestra.run.smithi086.stderr: stderr: 10+0 records in 2024-09-10T18:13:11.288 INFO:teuthology.orchestra.run.smithi086.stderr:10+0 records out 2024-09-10T18:13:11.288 INFO:teuthology.orchestra.run.smithi086.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0125069 s, 838 MB/s 2024-09-10T18:13:11.288 INFO:teuthology.orchestra.run.smithi086.stderr:--> Zapping successful for: 2024-09-10T18:13:11.288 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:13:10 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.1[34215]: debug 2024-09-10T18:13:10.907+0000 7f9a60075080 -1 osd.1 0 log_to_monitors {default=true} 2024-09-10T18:13:11.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:11 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:10.911190+0000 mon.smithi086 (mon.0) 279 : audit [INF] from='osd.1 [v2:172.21.15.86:6810/700858145,v1:172.21.15.86:6811/700858145]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:13:11.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:11 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:11.289851+0000 mgr.smithi086.qqqtpz (mgr.14162) 114 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:13:11.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:10.911190+0000 mon.smithi086 (mon.0) 279 : audit [INF] from='osd.1 [v2:172.21.15.86:6810/700858145,v1:172.21.15.86:6811/700858145]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:13:11.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:11.289851+0000 mgr.smithi086.qqqtpz (mgr.14162) 114 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:13:12.095 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi086:vg_nvme/lv_2 2024-09-10T18:13:12.733 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:13:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.1[34215]: debug 2024-09-10T18:13:12.458+0000 7f9a565e6700 -1 osd.1 0 waiting for initial osdmap 2024-09-10T18:13:12.733 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:13:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.1[34215]: debug 2024-09-10T18:13:12.461+0000 7f9a5155f700 -1 osd.1 13 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:13:12.734 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:11.454325+0000 mon.smithi086 (mon.0) 280 : audit [INF] from='osd.1 [v2:172.21.15.86:6810/700858145,v1:172.21.15.86:6811/700858145]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T18:13:12.734 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:11.454393+0000 mon.smithi086 (mon.0) 281 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-10T18:13:12.734 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:11.454481+0000 mon.smithi086 (mon.0) 282 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:13:12.734 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:11.454766+0000 mon.smithi086 (mon.0) 283 : audit [INF] from='osd.1 [v2:172.21.15.86:6810/700858145,v1:172.21.15.86:6811/700858145]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2024-09-10T18:13:12.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:12 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:11.454325+0000 mon.smithi086 (mon.0) 280 : audit [INF] from='osd.1 [v2:172.21.15.86:6810/700858145,v1:172.21.15.86:6811/700858145]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T18:13:12.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:12 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:11.454393+0000 mon.smithi086 (mon.0) 281 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-10T18:13:12.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:12 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:11.454481+0000 mon.smithi086 (mon.0) 282 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:13:12.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:12 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:11.454766+0000 mon.smithi086 (mon.0) 283 : audit [INF] from='osd.1 [v2:172.21.15.86:6810/700858145,v1:172.21.15.86:6811/700858145]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2024-09-10T18:13:13.741 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:13 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:12.456103+0000 mon.smithi086 (mon.0) 284 : audit [INF] from='osd.1 [v2:172.21.15.86:6810/700858145,v1:172.21.15.86:6811/700858145]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]': finished 2024-09-10T18:13:13.741 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:13 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:12.456146+0000 mon.smithi086 (mon.0) 285 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-09-10T18:13:13.742 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:13 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:12.456439+0000 mon.smithi086 (mon.0) 286 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:13:13.742 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:13 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:12.460005+0000 mon.smithi086 (mon.0) 287 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:13:13.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:13 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:12.456103+0000 mon.smithi086 (mon.0) 284 : audit [INF] from='osd.1 [v2:172.21.15.86:6810/700858145,v1:172.21.15.86:6811/700858145]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]': finished 2024-09-10T18:13:13.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:13 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:12.456146+0000 mon.smithi086 (mon.0) 285 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-09-10T18:13:13.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:13 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:12.456439+0000 mon.smithi086 (mon.0) 286 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:13:13.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:13 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:12.460005+0000 mon.smithi086 (mon.0) 287 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:13:14.663 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:14 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:11.952832+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:13:14.663 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:14 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:11.953023+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:13:14.663 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:14 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:13.290196+0000 mgr.smithi086.qqqtpz (mgr.14162) 115 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:13:14.663 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:14 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:13.460759+0000 mon.smithi086 (mon.0) 288 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:13:14.663 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:14 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:13.465766+0000 mon.smithi086 (mon.0) 289 : cluster [INF] osd.1 [v2:172.21.15.86:6810/700858145,v1:172.21.15.86:6811/700858145] boot 2024-09-10T18:13:14.663 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:14 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:13.465798+0000 mon.smithi086 (mon.0) 290 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-10T18:13:14.663 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:14 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:13.466277+0000 mon.smithi086 (mon.0) 291 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:13:14.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:11.952832+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:13:14.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:11.953023+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:13:14.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:13.290196+0000 mgr.smithi086.qqqtpz (mgr.14162) 115 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-10T18:13:14.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:13.460759+0000 mon.smithi086 (mon.0) 288 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:13:14.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:13.465766+0000 mon.smithi086 (mon.0) 289 : cluster [INF] osd.1 [v2:172.21.15.86:6810/700858145,v1:172.21.15.86:6811/700858145] boot 2024-09-10T18:13:14.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:13.465798+0000 mon.smithi086 (mon.0) 290 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-10T18:13:14.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:13.466277+0000 mon.smithi086 (mon.0) 291 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:13:15.567 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:14.473518+0000 mon.smithi086 (mon.0) 292 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-09-10T18:13:15.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:14.473518+0000 mon.smithi086 (mon.0) 292 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-09-10T18:13:16.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:15.290471+0000 mgr.smithi086.qqqtpz (mgr.14162) 116 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-09-10T18:13:16.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:15.517328+0000 mgr.smithi086.qqqtpz (mgr.14162) 117 : audit [DBG] from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi086:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:13:16.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:15.518008+0000 mon.smithi086 (mon.0) 293 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:13:16.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:13:15.518987+0000 mgr.smithi086.qqqtpz (mgr.14162) 118 : cephadm [INF] Applying service osd.None on host smithi086... 2024-09-10T18:13:16.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:15.519195+0000 mon.smithi086 (mon.0) 294 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:13:16.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:15.519659+0000 mon.smithi086 (mon.0) 295 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:13:16.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:15.290471+0000 mgr.smithi086.qqqtpz (mgr.14162) 116 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-09-10T18:13:16.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:15.517328+0000 mgr.smithi086.qqqtpz (mgr.14162) 117 : audit [DBG] from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi086:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:13:16.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:15.518008+0000 mon.smithi086 (mon.0) 293 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:13:16.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:13:15.518987+0000 mgr.smithi086.qqqtpz (mgr.14162) 118 : cephadm [INF] Applying service osd.None on host smithi086... 2024-09-10T18:13:16.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:15.519195+0000 mon.smithi086 (mon.0) 294 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:13:16.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:15.519659+0000 mon.smithi086 (mon.0) 295 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:13:18.786 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:18 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:17.290733+0000 mgr.smithi086.qqqtpz (mgr.14162) 119 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-10T18:13:18.786 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:18 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:17.446339+0000 mon.smithi086 (mon.0) 296 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:18.786 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:18 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:18.182565+0000 mon.smithi086 (mon.0) 297 : audit [INF] from='client.? 172.21.15.86:0/1061030917' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8f9d8ae6-93c0-4c2c-8931-d748a34bc534"}]: dispatch 2024-09-10T18:13:18.786 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:18 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:18.186426+0000 mon.smithi086 (mon.0) 298 : audit [INF] from='client.? 172.21.15.86:0/1061030917' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8f9d8ae6-93c0-4c2c-8931-d748a34bc534"}]': finished 2024-09-10T18:13:18.786 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:18 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:18.186472+0000 mon.smithi086 (mon.0) 299 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-10T18:13:18.786 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:18 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:18.186575+0000 mon.smithi086 (mon.0) 300 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:13:18.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:18 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:17.290733+0000 mgr.smithi086.qqqtpz (mgr.14162) 119 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-10T18:13:18.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:18 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:17.446339+0000 mon.smithi086 (mon.0) 296 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:18.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:18 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:18.182565+0000 mon.smithi086 (mon.0) 297 : audit [INF] from='client.? 172.21.15.86:0/1061030917' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8f9d8ae6-93c0-4c2c-8931-d748a34bc534"}]: dispatch 2024-09-10T18:13:18.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:18 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:18.186426+0000 mon.smithi086 (mon.0) 298 : audit [INF] from='client.? 172.21.15.86:0/1061030917' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8f9d8ae6-93c0-4c2c-8931-d748a34bc534"}]': finished 2024-09-10T18:13:18.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:18 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:18.186472+0000 mon.smithi086 (mon.0) 299 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-10T18:13:18.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:18 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:18.186575+0000 mon.smithi086 (mon.0) 300 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:13:19.803 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:18.609075+0000 mon.smithi086 (mon.0) 301 : audit [DBG] from='client.? 172.21.15.86:0/3871544962' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:13:19.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:19 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:18.609075+0000 mon.smithi086 (mon.0) 301 : audit [DBG] from='client.? 172.21.15.86:0/3871544962' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:13:20.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:20 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:19.290970+0000 mgr.smithi086.qqqtpz (mgr.14162) 120 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-10T18:13:20.819 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:20 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:19.290970+0000 mgr.smithi086.qqqtpz (mgr.14162) 120 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-10T18:13:22.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:22 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:21.291355+0000 mgr.smithi086.qqqtpz (mgr.14162) 121 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-10T18:13:22.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:22 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:21.291355+0000 mgr.smithi086.qqqtpz (mgr.14162) 121 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-10T18:13:25.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:23.291699+0000 mgr.smithi086.qqqtpz (mgr.14162) 122 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-10T18:13:25.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:13:24.126116+0000 mgr.smithi086.qqqtpz (mgr.14162) 123 : cephadm [INF] Detected new or changed devices on smithi086 2024-09-10T18:13:25.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:24.130956+0000 mon.smithi086 (mon.0) 302 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:25.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:24.133690+0000 mon.smithi086 (mon.0) 303 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:25.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:24.135715+0000 mon.smithi086 (mon.0) 304 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:13:25.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:23.291699+0000 mgr.smithi086.qqqtpz (mgr.14162) 122 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-10T18:13:25.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:13:24.126116+0000 mgr.smithi086.qqqtpz (mgr.14162) 123 : cephadm [INF] Detected new or changed devices on smithi086 2024-09-10T18:13:25.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:24.130956+0000 mon.smithi086 (mon.0) 302 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:25.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:24.133690+0000 mon.smithi086 (mon.0) 303 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:25.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:24.135715+0000 mon.smithi086 (mon.0) 304 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:13:26.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:25.291978+0000 mgr.smithi086.qqqtpz (mgr.14162) 124 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-10T18:13:26.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:25.701217+0000 mon.smithi086 (mon.0) 305 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T18:13:26.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:25.701797+0000 mon.smithi086 (mon.0) 306 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:13:26.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:13:25.702271+0000 mgr.smithi086.qqqtpz (mgr.14162) 125 : cephadm [INF] Deploying daemon osd.2 on smithi086 2024-09-10T18:13:26.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:25.720797+0000 mon.smithi086 (mon.0) 307 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:26.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:25.291978+0000 mgr.smithi086.qqqtpz (mgr.14162) 124 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-10T18:13:26.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:25.701217+0000 mon.smithi086 (mon.0) 305 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T18:13:26.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:25.701797+0000 mon.smithi086 (mon.0) 306 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:13:26.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:13:25.702271+0000 mgr.smithi086.qqqtpz (mgr.14162) 125 : cephadm [INF] Deploying daemon osd.2 on smithi086 2024-09-10T18:13:26.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:25.720797+0000 mon.smithi086 (mon.0) 307 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:28.490 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:27.292360+0000 mgr.smithi086.qqqtpz (mgr.14162) 126 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-10T18:13:28.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:27.292360+0000 mgr.smithi086.qqqtpz (mgr.14162) 126 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-10T18:13:30.405 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:30 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:29.292578+0000 mgr.smithi086.qqqtpz (mgr.14162) 127 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-10T18:13:30.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:29.292578+0000 mgr.smithi086.qqqtpz (mgr.14162) 127 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-10T18:13:31.292 INFO:teuthology.orchestra.run.smithi086.stdout:Created osd(s) 2 on host 'smithi086' 2024-09-10T18:13:31.887 DEBUG:teuthology.orchestra.run.smithi086:osd.2> sudo journalctl -f -n 0 -u ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.2.service 2024-09-10T18:13:31.889 INFO:tasks.cephadm:Deploying osd.3 on smithi086 with /dev/vg_nvme/lv_1... 2024-09-10T18:13:31.890 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-09-10T18:13:32.398 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:31.279230+0000 mon.smithi086 (mon.0) 308 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:32.398 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:31.284442+0000 mon.smithi086 (mon.0) 309 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:32.398 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:31.288886+0000 mon.smithi086 (mon.0) 310 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:32.632 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:31.279230+0000 mon.smithi086 (mon.0) 308 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:32.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:31.284442+0000 mon.smithi086 (mon.0) 309 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:32.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:31.288886+0000 mon.smithi086 (mon.0) 310 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:33.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:31.292791+0000 mgr.smithi086.qqqtpz (mgr.14162) 128 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-10T18:13:33.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:31.292791+0000 mgr.smithi086.qqqtpz (mgr.14162) 128 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-10T18:13:34.594 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:13:34 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.2[37355]: debug 2024-09-10T18:13:34.406+0000 7f525077e080 -1 osd.2 0 log_to_monitors {default=true} 2024-09-10T18:13:35.457 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:33.292988+0000 mgr.smithi086.qqqtpz (mgr.14162) 129 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-10T18:13:35.457 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:34.409874+0000 mon.smithi086 (mon.0) 311 : audit [INF] from='osd.2 [v2:172.21.15.86:6818/878270290,v1:172.21.15.86:6819/878270290]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:13:35.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:33.292988+0000 mgr.smithi086.qqqtpz (mgr.14162) 129 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-10T18:13:35.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:34.409874+0000 mon.smithi086 (mon.0) 311 : audit [INF] from='osd.2 [v2:172.21.15.86:6818/878270290,v1:172.21.15.86:6819/878270290]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:13:36.122 INFO:teuthology.orchestra.run.smithi086.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-09-10T18:13:36.123 INFO:teuthology.orchestra.run.smithi086.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-09-10T18:13:36.123 INFO:teuthology.orchestra.run.smithi086.stderr: stderr: 10+0 records in 2024-09-10T18:13:36.123 INFO:teuthology.orchestra.run.smithi086.stderr:10+0 records out 2024-09-10T18:13:36.123 INFO:teuthology.orchestra.run.smithi086.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0163366 s, 642 MB/s 2024-09-10T18:13:36.123 INFO:teuthology.orchestra.run.smithi086.stderr:--> Zapping successful for: 2024-09-10T18:13:36.461 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:13:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.2[37355]: debug 2024-09-10T18:13:36.306+0000 7f52484f2700 -1 osd.2 0 waiting for initial osdmap 2024-09-10T18:13:36.461 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:13:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.2[37355]: debug 2024-09-10T18:13:36.311+0000 7f5241467700 -1 osd.2 18 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:13:36.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:35.293309+0000 mgr.smithi086.qqqtpz (mgr.14162) 130 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-10T18:13:36.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:35.294924+0000 mon.smithi086 (mon.0) 312 : audit [INF] from='osd.2 [v2:172.21.15.86:6818/878270290,v1:172.21.15.86:6819/878270290]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T18:13:36.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:35.294987+0000 mon.smithi086 (mon.0) 313 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-10T18:13:36.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:35.295335+0000 mon.smithi086 (mon.0) 314 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:13:36.461 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:35.295592+0000 mon.smithi086 (mon.0) 315 : audit [INF] from='osd.2 [v2:172.21.15.86:6818/878270290,v1:172.21.15.86:6819/878270290]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2024-09-10T18:13:36.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:35.609861+0000 mon.smithi086 (mon.0) 316 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:36.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:35.885899+0000 mon.smithi086 (mon.0) 317 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:36.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:35.888466+0000 mon.smithi086 (mon.0) 318 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:13:36.576 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:35.293309+0000 mgr.smithi086.qqqtpz (mgr.14162) 130 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-10T18:13:36.576 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:35.294924+0000 mon.smithi086 (mon.0) 312 : audit [INF] from='osd.2 [v2:172.21.15.86:6818/878270290,v1:172.21.15.86:6819/878270290]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T18:13:36.576 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:35.294987+0000 mon.smithi086 (mon.0) 313 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-10T18:13:36.576 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:35.295335+0000 mon.smithi086 (mon.0) 314 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:13:36.577 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:35.295592+0000 mon.smithi086 (mon.0) 315 : audit [INF] from='osd.2 [v2:172.21.15.86:6818/878270290,v1:172.21.15.86:6819/878270290]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2024-09-10T18:13:36.577 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:35.609861+0000 mon.smithi086 (mon.0) 316 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:36.577 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:35.885899+0000 mon.smithi086 (mon.0) 317 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:36.577 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:35.888466+0000 mon.smithi086 (mon.0) 318 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:13:36.668 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi086:vg_nvme/lv_1 2024-09-10T18:13:37.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:36.303622+0000 mon.smithi086 (mon.0) 319 : audit [INF] from='osd.2 [v2:172.21.15.86:6818/878270290,v1:172.21.15.86:6819/878270290]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]': finished 2024-09-10T18:13:37.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:36.303689+0000 mon.smithi086 (mon.0) 320 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-09-10T18:13:37.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:36.304980+0000 mon.smithi086 (mon.0) 321 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:13:37.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:36.308724+0000 mon.smithi086 (mon.0) 322 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:13:37.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:36.303622+0000 mon.smithi086 (mon.0) 319 : audit [INF] from='osd.2 [v2:172.21.15.86:6818/878270290,v1:172.21.15.86:6819/878270290]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]': finished 2024-09-10T18:13:37.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:36.303689+0000 mon.smithi086 (mon.0) 320 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-09-10T18:13:37.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:36.304980+0000 mon.smithi086 (mon.0) 321 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:13:37.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:36.308724+0000 mon.smithi086 (mon.0) 322 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:13:38.473 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:38 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:35.387329+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:13:38.474 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:38 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:35.387421+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:13:38.474 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:38 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:37.293521+0000 mgr.smithi086.qqqtpz (mgr.14162) 131 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-10T18:13:38.474 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:38 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:37.308861+0000 mon.smithi086 (mon.0) 323 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:13:38.474 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:38 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:37.312701+0000 mon.smithi086 (mon.0) 324 : cluster [INF] osd.2 [v2:172.21.15.86:6818/878270290,v1:172.21.15.86:6819/878270290] boot 2024-09-10T18:13:38.474 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:38 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:37.312724+0000 mon.smithi086 (mon.0) 325 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-10T18:13:38.474 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:38 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:37.312806+0000 mon.smithi086 (mon.0) 326 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:13:38.474 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:38 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:37.313174+0000 mon.smithi086 (mon.0) 327 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-09-10T18:13:38.474 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:38 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:37.572511+0000 mon.smithi086 (mon.0) 328 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:38.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:38 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:35.387329+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:13:38.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:38 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:35.387421+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:13:38.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:38 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:37.293521+0000 mgr.smithi086.qqqtpz (mgr.14162) 131 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-10T18:13:38.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:38 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:37.308861+0000 mon.smithi086 (mon.0) 323 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:13:38.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:38 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:37.312701+0000 mon.smithi086 (mon.0) 324 : cluster [INF] osd.2 [v2:172.21.15.86:6818/878270290,v1:172.21.15.86:6819/878270290] boot 2024-09-10T18:13:38.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:38 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:37.312724+0000 mon.smithi086 (mon.0) 325 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-10T18:13:38.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:38 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:37.312806+0000 mon.smithi086 (mon.0) 326 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:13:38.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:38 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:37.313174+0000 mon.smithi086 (mon.0) 327 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-09-10T18:13:38.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:38 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:37.572511+0000 mon.smithi086 (mon.0) 328 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:39.580 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:39 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:38.321987+0000 mon.smithi086 (mon.0) 329 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-09-10T18:13:39.580 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:39 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:38.322026+0000 mon.smithi086 (mon.0) 330 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-10T18:13:39.580 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:39 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:38.322624+0000 mon.smithi086 (mon.0) 331 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-09-10T18:13:39.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:39 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:38.321987+0000 mon.smithi086 (mon.0) 329 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-09-10T18:13:39.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:39 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:38.322026+0000 mon.smithi086 (mon.0) 330 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-10T18:13:39.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:39 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:38.322624+0000 mon.smithi086 (mon.0) 331 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-09-10T18:13:40.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:39.293798+0000 mgr.smithi086.qqqtpz (mgr.14162) 132 : cluster [DBG] pgmap v97: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-09-10T18:13:40.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:39.328755+0000 mon.smithi086 (mon.0) 332 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-09-10T18:13:40.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:39.328833+0000 mon.smithi086 (mon.0) 333 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-10T18:13:40.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:39.781767+0000 mgr.smithi086.qqqtpz (mgr.14162) 133 : audit [DBG] from='client.14292 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi086:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:13:40.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:39.782560+0000 mon.smithi086 (mon.0) 334 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:13:40.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:13:39.783640+0000 mgr.smithi086.qqqtpz (mgr.14162) 134 : cephadm [INF] Applying service osd.None on host smithi086... 2024-09-10T18:13:40.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:39.783887+0000 mon.smithi086 (mon.0) 335 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:13:40.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:39.784384+0000 mon.smithi086 (mon.0) 336 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:13:40.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:39.293798+0000 mgr.smithi086.qqqtpz (mgr.14162) 132 : cluster [DBG] pgmap v97: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-09-10T18:13:40.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:39.328755+0000 mon.smithi086 (mon.0) 332 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-09-10T18:13:40.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:39.328833+0000 mon.smithi086 (mon.0) 333 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-10T18:13:40.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:39.781767+0000 mgr.smithi086.qqqtpz (mgr.14162) 133 : audit [DBG] from='client.14292 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi086:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:13:40.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:39.782560+0000 mon.smithi086 (mon.0) 334 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:13:40.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:13:39.783640+0000 mgr.smithi086.qqqtpz (mgr.14162) 134 : cephadm [INF] Applying service osd.None on host smithi086... 2024-09-10T18:13:40.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:39.783887+0000 mon.smithi086 (mon.0) 335 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:13:40.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:39.784384+0000 mon.smithi086 (mon.0) 336 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:13:41.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:41 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:40.331353+0000 mon.smithi086 (mon.0) 337 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-10T18:13:41.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:41 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:40.331353+0000 mon.smithi086 (mon.0) 337 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-10T18:13:42.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:42 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:41.294193+0000 mgr.smithi086.qqqtpz (mgr.14162) 135 : cluster [DBG] pgmap v100: 1 pgs: 1 creating+activating; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-10T18:13:42.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:42 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:41.294193+0000 mgr.smithi086.qqqtpz (mgr.14162) 135 : cluster [DBG] pgmap v100: 1 pgs: 1 creating+activating; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-10T18:13:44.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:42.978956+0000 mon.smithi086 (mon.0) 338 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:44.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:43.395647+0000 mon.smithi086 (mon.0) 339 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:13:44.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:43.398731+0000 mon.smithi086 (mon.0) 340 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/trash_purge_schedule"}]: dispatch 2024-09-10T18:13:44.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:43.699674+0000 mon.smithi086 (mon.0) 341 : audit [INF] from='client.? 172.21.15.86:0/395620765' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "902cb99f-6151-4845-b74b-b3371b95f2a7"}]: dispatch 2024-09-10T18:13:44.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:43.703641+0000 mon.smithi086 (mon.0) 342 : audit [INF] from='client.? 172.21.15.86:0/395620765' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "902cb99f-6151-4845-b74b-b3371b95f2a7"}]': finished 2024-09-10T18:13:44.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:43.703679+0000 mon.smithi086 (mon.0) 343 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-09-10T18:13:44.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:43.703799+0000 mon.smithi086 (mon.0) 344 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:13:44.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:43 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:42.978956+0000 mon.smithi086 (mon.0) 338 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:44.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:43 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:43.395647+0000 mon.smithi086 (mon.0) 339 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:13:44.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:43 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:43.398731+0000 mon.smithi086 (mon.0) 340 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/trash_purge_schedule"}]: dispatch 2024-09-10T18:13:44.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:43 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:43.699674+0000 mon.smithi086 (mon.0) 341 : audit [INF] from='client.? 172.21.15.86:0/395620765' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "902cb99f-6151-4845-b74b-b3371b95f2a7"}]: dispatch 2024-09-10T18:13:44.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:43 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:43.703641+0000 mon.smithi086 (mon.0) 342 : audit [INF] from='client.? 172.21.15.86:0/395620765' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "902cb99f-6151-4845-b74b-b3371b95f2a7"}]': finished 2024-09-10T18:13:44.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:43 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:43.703679+0000 mon.smithi086 (mon.0) 343 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-09-10T18:13:44.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:43 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:43.703799+0000 mon.smithi086 (mon.0) 344 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:13:45.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:43.294396+0000 mgr.smithi086.qqqtpz (mgr.14162) 136 : cluster [DBG] pgmap v101: 1 pgs: 1 creating+activating; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-10T18:13:45.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:44.135396+0000 mon.smithi086 (mon.0) 345 : audit [DBG] from='client.? 172.21.15.86:0/917210390' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:13:45.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:44 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:43.294396+0000 mgr.smithi086.qqqtpz (mgr.14162) 136 : cluster [DBG] pgmap v101: 1 pgs: 1 creating+activating; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-10T18:13:45.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:44 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:44.135396+0000 mon.smithi086 (mon.0) 345 : audit [DBG] from='client.? 172.21.15.86:0/917210390' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:13:47.079 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:46 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:45.294796+0000 mgr.smithi086.qqqtpz (mgr.14162) 137 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-10T18:13:47.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:46 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:45.294796+0000 mgr.smithi086.qqqtpz (mgr.14162) 137 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-10T18:13:49.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:47.295067+0000 mgr.smithi086.qqqtpz (mgr.14162) 138 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-10T18:13:49.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:47.295067+0000 mgr.smithi086.qqqtpz (mgr.14162) 138 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-10T18:13:50.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:49.295357+0000 mgr.smithi086.qqqtpz (mgr.14162) 139 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-10T18:13:50.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:13:49.736770+0000 mgr.smithi086.qqqtpz (mgr.14162) 140 : cephadm [INF] Detected new or changed devices on smithi086 2024-09-10T18:13:50.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:49.741350+0000 mon.smithi086 (mon.0) 346 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:50.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:49.746570+0000 mon.smithi086 (mon.0) 347 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:51.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:49.295357+0000 mgr.smithi086.qqqtpz (mgr.14162) 139 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-10T18:13:51.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:13:49.736770+0000 mgr.smithi086.qqqtpz (mgr.14162) 140 : cephadm [INF] Detected new or changed devices on smithi086 2024-09-10T18:13:51.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:49.741350+0000 mon.smithi086 (mon.0) 346 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:51.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:49.746570+0000 mon.smithi086 (mon.0) 347 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:51.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:51 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:50.909125+0000 mon.smithi086 (mon.0) 348 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T18:13:51.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:51 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:50.909716+0000 mon.smithi086 (mon.0) 349 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:13:51.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:51 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:13:50.910162+0000 mgr.smithi086.qqqtpz (mgr.14162) 141 : cephadm [INF] Deploying daemon osd.3 on smithi086 2024-09-10T18:13:52.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:51 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:50.909125+0000 mon.smithi086 (mon.0) 348 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T18:13:52.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:51 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:50.909716+0000 mon.smithi086 (mon.0) 349 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:13:52.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:51 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:13:50.910162+0000 mgr.smithi086.qqqtpz (mgr.14162) 141 : cephadm [INF] Deploying daemon osd.3 on smithi086 2024-09-10T18:13:52.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:52 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:51.295948+0000 mgr.smithi086.qqqtpz (mgr.14162) 142 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-10T18:13:52.915 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:52 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:51.295948+0000 mgr.smithi086.qqqtpz (mgr.14162) 142 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-10T18:13:54.498 INFO:teuthology.orchestra.run.smithi086.stdout:Created osd(s) 3 on host 'smithi086' 2024-09-10T18:13:55.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:54 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:53.296198+0000 mgr.smithi086.qqqtpz (mgr.14162) 143 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-10T18:13:55.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:54 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:54.483620+0000 mon.smithi086 (mon.0) 350 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:13:55.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:54 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:54.487432+0000 mon.smithi086 (mon.0) 351 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:55.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:54 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:54.494882+0000 mon.smithi086 (mon.0) 352 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:55.129 DEBUG:teuthology.orchestra.run.smithi086:osd.3> sudo journalctl -f -n 0 -u ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.3.service 2024-09-10T18:13:55.131 INFO:tasks.cephadm:Deploying osd.4 on smithi155 with /dev/vg_nvme/lv_4... 2024-09-10T18:13:55.131 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-10T18:13:55.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:54 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:53.296198+0000 mgr.smithi086.qqqtpz (mgr.14162) 143 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-10T18:13:55.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:54 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:54.483620+0000 mon.smithi086 (mon.0) 350 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:13:55.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:54 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:54.487432+0000 mon.smithi086 (mon.0) 351 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:55.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:54 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:54.494882+0000 mon.smithi086 (mon.0) 352 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:13:56.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:56 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:55.296449+0000 mgr.smithi086.qqqtpz (mgr.14162) 144 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-10T18:13:57.013 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:56 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:55.296449+0000 mgr.smithi086.qqqtpz (mgr.14162) 144 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-10T18:13:57.051 INFO:teuthology.orchestra.run.smithi155.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-10T18:13:57.051 INFO:teuthology.orchestra.run.smithi155.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-10T18:13:57.051 INFO:teuthology.orchestra.run.smithi155.stderr: stderr: 10+0 records in 2024-09-10T18:13:57.052 INFO:teuthology.orchestra.run.smithi155.stderr:10+0 records out 2024-09-10T18:13:57.052 INFO:teuthology.orchestra.run.smithi155.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.011496 s, 912 MB/s 2024-09-10T18:13:57.052 INFO:teuthology.orchestra.run.smithi155.stderr:--> Zapping successful for: 2024-09-10T18:13:57.713 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi155:vg_nvme/lv_4 2024-09-10T18:13:57.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:57 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:57.552853+0000 mon.smithi086 (mon.0) 353 : audit [INF] from='osd.3 [v2:172.21.15.86:6826/1572292632,v1:172.21.15.86:6827/1572292632]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T18:13:57.845 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:13:57 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.3[40230]: debug 2024-09-10T18:13:57.549+0000 7f900ff96080 -1 osd.3 0 log_to_monitors {default=true} 2024-09-10T18:13:58.053 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:57 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:57.552853+0000 mon.smithi086 (mon.0) 353 : audit [INF] from='osd.3 [v2:172.21.15.86:6826/1572292632,v1:172.21.15.86:6827/1572292632]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T18:13:59.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:58 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:57.296817+0000 mgr.smithi086.qqqtpz (mgr.14162) 145 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-10T18:13:59.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:58 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:57.760784+0000 mon.smithi086 (mon.0) 354 : audit [INF] from='osd.3 [v2:172.21.15.86:6826/1572292632,v1:172.21.15.86:6827/1572292632]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T18:13:59.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:58 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:57.760825+0000 mon.smithi086 (mon.0) 355 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-09-10T18:13:59.058 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:58 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:57.760936+0000 mon.smithi086 (mon.0) 356 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:13:59.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:58 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:57.761255+0000 mon.smithi086 (mon.0) 357 : audit [INF] from='osd.3 [v2:172.21.15.86:6826/1572292632,v1:172.21.15.86:6827/1572292632]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2024-09-10T18:13:59.094 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:13:58 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.3[40230]: debug 2024-09-10T18:13:58.764+0000 7f9006507700 -1 osd.3 0 waiting for initial osdmap 2024-09-10T18:13:59.094 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:13:58 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.3[40230]: debug 2024-09-10T18:13:58.768+0000 7f9002482700 -1 osd.3 25 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:13:59.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:58 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:57.296817+0000 mgr.smithi086.qqqtpz (mgr.14162) 145 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-10T18:13:59.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:58 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:57.760784+0000 mon.smithi086 (mon.0) 354 : audit [INF] from='osd.3 [v2:172.21.15.86:6826/1572292632,v1:172.21.15.86:6827/1572292632]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T18:13:59.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:58 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:57.760825+0000 mon.smithi086 (mon.0) 355 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-09-10T18:13:59.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:58 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:57.760936+0000 mon.smithi086 (mon.0) 356 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:13:59.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:58 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:57.761255+0000 mon.smithi086 (mon.0) 357 : audit [INF] from='osd.3 [v2:172.21.15.86:6826/1572292632,v1:172.21.15.86:6827/1572292632]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2024-09-10T18:14:00.012 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:58.762639+0000 mon.smithi086 (mon.0) 358 : audit [INF] from='osd.3 [v2:172.21.15.86:6826/1572292632,v1:172.21.15.86:6827/1572292632]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]': finished 2024-09-10T18:14:00.013 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:58.762699+0000 mon.smithi086 (mon.0) 359 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-09-10T18:14:00.013 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:58.763078+0000 mon.smithi086 (mon.0) 360 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:14:00.013 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:58.766143+0000 mon.smithi086 (mon.0) 361 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:14:00.013 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:59.077490+0000 mon.smithi086 (mon.0) 362 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:00.013 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:59.598124+0000 mon.smithi086 (mon.0) 363 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:14:00.013 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:59.599410+0000 mon.smithi086 (mon.0) 364 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:14:00.013 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:13:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:59.599837+0000 mon.smithi086 (mon.0) 365 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:14:00.072 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:59 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:58.762639+0000 mon.smithi086 (mon.0) 358 : audit [INF] from='osd.3 [v2:172.21.15.86:6826/1572292632,v1:172.21.15.86:6827/1572292632]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]': finished 2024-09-10T18:14:00.073 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:59 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:58.762699+0000 mon.smithi086 (mon.0) 359 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-09-10T18:14:00.073 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:59 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:58.763078+0000 mon.smithi086 (mon.0) 360 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:14:00.073 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:59 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:58.766143+0000 mon.smithi086 (mon.0) 361 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:14:00.073 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:59 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:59.077490+0000 mon.smithi086 (mon.0) 362 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:00.073 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:59 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:59.598124+0000 mon.smithi086 (mon.0) 363 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:14:00.073 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:59 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:59.599410+0000 mon.smithi086 (mon.0) 364 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:14:00.073 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:13:59 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:59.599837+0000 mon.smithi086 (mon.0) 365 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:14:00.773 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:58.525292+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:14:00.774 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:58.525383+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:14:00.774 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:59.297183+0000 mgr.smithi086.qqqtpz (mgr.14162) 146 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-10T18:14:00.774 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:59.597357+0000 mgr.smithi086.qqqtpz (mgr.14162) 147 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:14:00.774 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:13:59.599250+0000 mgr.smithi086.qqqtpz (mgr.14162) 148 : cephadm [INF] Applying service osd.None on host smithi155... 2024-09-10T18:14:00.774 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:59.767497+0000 mon.smithi086 (mon.0) 366 : cluster [INF] osd.3 [v2:172.21.15.86:6826/1572292632,v1:172.21.15.86:6827/1572292632] boot 2024-09-10T18:14:00.774 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:13:59.767526+0000 mon.smithi086 (mon.0) 367 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-10T18:14:00.774 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:13:59.767885+0000 mon.smithi086 (mon.0) 368 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:14:01.071 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:58.525292+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:14:01.071 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:58.525383+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:14:01.071 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:59.297183+0000 mgr.smithi086.qqqtpz (mgr.14162) 146 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-10T18:14:01.071 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:59.597357+0000 mgr.smithi086.qqqtpz (mgr.14162) 147 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:14:01.071 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:13:59.599250+0000 mgr.smithi086.qqqtpz (mgr.14162) 148 : cephadm [INF] Applying service osd.None on host smithi155... 2024-09-10T18:14:01.071 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:59.767497+0000 mon.smithi086 (mon.0) 366 : cluster [INF] osd.3 [v2:172.21.15.86:6826/1572292632,v1:172.21.15.86:6827/1572292632] boot 2024-09-10T18:14:01.071 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:13:59.767526+0000 mon.smithi086 (mon.0) 367 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-10T18:14:01.071 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:13:59.767885+0000 mon.smithi086 (mon.0) 368 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:14:02.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:01.297418+0000 mgr.smithi086.qqqtpz (mgr.14162) 149 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-10T18:14:02.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:01.312565+0000 mon.smithi086 (mon.0) 369 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-10T18:14:02.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:01.594534+0000 mon.smithi155 (mon.1) 2 : audit [INF] from='client.? 172.21.15.155:0/3495572228' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c0c7960d-387f-4232-9653-2e3580e8b528"}]: dispatch 2024-09-10T18:14:02.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:01.594985+0000 mon.smithi086 (mon.0) 370 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c0c7960d-387f-4232-9653-2e3580e8b528"}]: dispatch 2024-09-10T18:14:02.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:01.599262+0000 mon.smithi086 (mon.0) 371 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c0c7960d-387f-4232-9653-2e3580e8b528"}]': finished 2024-09-10T18:14:02.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:01.599302+0000 mon.smithi086 (mon.0) 372 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-09-10T18:14:02.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:01.599381+0000 mon.smithi086 (mon.0) 373 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:14:02.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:02.011335+0000 mon.smithi155 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.155:0/2561383879' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:14:02.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:02.200359+0000 mon.smithi086 (mon.0) 374 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:02.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:02.203224+0000 mon.smithi086 (mon.0) 375 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:02.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:02.205262+0000 mon.smithi086 (mon.0) 376 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:14:02.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:02 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:01.297418+0000 mgr.smithi086.qqqtpz (mgr.14162) 149 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-10T18:14:02.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:02 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:01.312565+0000 mon.smithi086 (mon.0) 369 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-10T18:14:02.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:02 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:01.594534+0000 mon.smithi155 (mon.1) 2 : audit [INF] from='client.? 172.21.15.155:0/3495572228' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c0c7960d-387f-4232-9653-2e3580e8b528"}]: dispatch 2024-09-10T18:14:02.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:02 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:01.594985+0000 mon.smithi086 (mon.0) 370 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c0c7960d-387f-4232-9653-2e3580e8b528"}]: dispatch 2024-09-10T18:14:02.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:02 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:01.599262+0000 mon.smithi086 (mon.0) 371 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c0c7960d-387f-4232-9653-2e3580e8b528"}]': finished 2024-09-10T18:14:02.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:02 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:01.599302+0000 mon.smithi086 (mon.0) 372 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-09-10T18:14:02.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:02 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:01.599381+0000 mon.smithi086 (mon.0) 373 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:14:02.634 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:02 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:02.011335+0000 mon.smithi155 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.155:0/2561383879' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:14:02.634 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:02 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:02.200359+0000 mon.smithi086 (mon.0) 374 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:02.634 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:02 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:02.203224+0000 mon.smithi086 (mon.0) 375 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:02.634 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:02 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:02.205262+0000 mon.smithi086 (mon.0) 376 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:14:04.540 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:03.297797+0000 mgr.smithi086.qqqtpz (mgr.14162) 150 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-10T18:14:04.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:03.297797+0000 mgr.smithi086.qqqtpz (mgr.14162) 150 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-10T18:14:07.194 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:05.298109+0000 mgr.smithi086.qqqtpz (mgr.14162) 151 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-10T18:14:07.195 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:06.164938+0000 mon.smithi086 (mon.0) 377 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:07.195 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:06.167803+0000 mon.smithi086 (mon.0) 378 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:07.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:07 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:05.298109+0000 mgr.smithi086.qqqtpz (mgr.14162) 151 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-10T18:14:07.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:07 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:06.164938+0000 mon.smithi086 (mon.0) 377 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:07.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:07 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:06.167803+0000 mon.smithi086 (mon.0) 378 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:08.458 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:07.216900+0000 mon.smithi086 (mon.0) 379 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T18:14:08.458 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:07.217741+0000 mon.smithi086 (mon.0) 380 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:14:08.458 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:14:07.218369+0000 mgr.smithi086.qqqtpz (mgr.14162) 152 : cephadm [INF] Deploying daemon osd.4 on smithi155 2024-09-10T18:14:08.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:08 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:07.216900+0000 mon.smithi086 (mon.0) 379 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T18:14:08.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:08 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:07.217741+0000 mon.smithi086 (mon.0) 380 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:14:08.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:08 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:14:07.218369+0000 mgr.smithi086.qqqtpz (mgr.14162) 152 : cephadm [INF] Deploying daemon osd.4 on smithi155 2024-09-10T18:14:09.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:07.298544+0000 mgr.smithi086.qqqtpz (mgr.14162) 153 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-10T18:14:09.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:07.298544+0000 mgr.smithi086.qqqtpz (mgr.14162) 153 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-10T18:14:10.712 INFO:teuthology.orchestra.run.smithi155.stdout:Created osd(s) 4 on host 'smithi155' 2024-09-10T18:14:11.347 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:09.299019+0000 mgr.smithi086.qqqtpz (mgr.14162) 154 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-10T18:14:11.347 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:10.698627+0000 mon.smithi086 (mon.0) 381 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:14:11.347 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:10.703027+0000 mon.smithi086 (mon.0) 382 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:11.347 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:10.708514+0000 mon.smithi086 (mon.0) 383 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:11.370 DEBUG:teuthology.orchestra.run.smithi155:osd.4> sudo journalctl -f -n 0 -u ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.4.service 2024-09-10T18:14:11.372 INFO:tasks.cephadm:Deploying osd.5 on smithi155 with /dev/vg_nvme/lv_3... 2024-09-10T18:14:11.372 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-09-10T18:14:11.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:11 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:09.299019+0000 mgr.smithi086.qqqtpz (mgr.14162) 154 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-10T18:14:11.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:11 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:10.698627+0000 mon.smithi086 (mon.0) 381 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:14:11.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:11 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:10.703027+0000 mon.smithi086 (mon.0) 382 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:11.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:11 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:10.708514+0000 mon.smithi086 (mon.0) 383 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:13.447 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:13 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:11.299268+0000 mgr.smithi086.qqqtpz (mgr.14162) 155 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-10T18:14:13.458 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:13 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:11.299268+0000 mgr.smithi086.qqqtpz (mgr.14162) 155 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-10T18:14:14.103 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:14:13 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.4[29503]: debug 2024-09-10T18:14:13.783+0000 7f538e7a4080 -1 osd.4 0 log_to_monitors {default=true} 2024-09-10T18:14:14.841 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:13.299613+0000 mgr.smithi086.qqqtpz (mgr.14162) 156 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-10T18:14:14.841 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:13.719345+0000 mon.smithi086 (mon.0) 384 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:14.841 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:13.787096+0000 mon.smithi155 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.155:6800/3231183562,v1:172.21.15.155:6801/3231183562]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:14:14.841 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:13.787463+0000 mon.smithi086 (mon.0) 385 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:14:14.842 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:14.633836+0000 mon.smithi086 (mon.0) 386 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:15.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:14 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:13.299613+0000 mgr.smithi086.qqqtpz (mgr.14162) 156 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-10T18:14:15.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:14 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:13.719345+0000 mon.smithi086 (mon.0) 384 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:15.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:14 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:13.787096+0000 mon.smithi155 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.155:6800/3231183562,v1:172.21.15.155:6801/3231183562]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:14:15.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:14 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:13.787463+0000 mon.smithi086 (mon.0) 385 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:14:15.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:14 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:14.633836+0000 mon.smithi086 (mon.0) 386 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:15.356 INFO:teuthology.orchestra.run.smithi155.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-09-10T18:14:15.356 INFO:teuthology.orchestra.run.smithi155.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-09-10T18:14:15.356 INFO:teuthology.orchestra.run.smithi155.stderr: stderr: 10+0 records in 2024-09-10T18:14:15.356 INFO:teuthology.orchestra.run.smithi155.stderr:10+0 records out 2024-09-10T18:14:15.356 INFO:teuthology.orchestra.run.smithi155.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0124221 s, 844 MB/s 2024-09-10T18:14:15.357 INFO:teuthology.orchestra.run.smithi155.stderr:--> Zapping successful for: 2024-09-10T18:14:15.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:14.720271+0000 mon.smithi086 (mon.0) 387 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T18:14:15.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:14.720348+0000 mon.smithi086 (mon.0) 388 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-09-10T18:14:15.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:14.720667+0000 mon.smithi086 (mon.0) 389 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:14:15.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:14.721057+0000 mon.smithi155 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.155:6800/3231183562,v1:172.21.15.155:6801/3231183562]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T18:14:15.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:14.723617+0000 mon.smithi086 (mon.0) 390 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T18:14:16.152 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:14:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.4[29503]: debug 2024-09-10T18:14:15.728+0000 7f5384d15700 -1 osd.4 0 waiting for initial osdmap 2024-09-10T18:14:16.152 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:14:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.4[29503]: debug 2024-09-10T18:14:15.732+0000 7f538048f700 -1 osd.4 30 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:14:16.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:14.720271+0000 mon.smithi086 (mon.0) 387 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T18:14:16.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:14.720348+0000 mon.smithi086 (mon.0) 388 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-09-10T18:14:16.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:14.720667+0000 mon.smithi086 (mon.0) 389 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:14:16.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:14.721057+0000 mon.smithi155 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.155:6800/3231183562,v1:172.21.15.155:6801/3231183562]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T18:14:16.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:14.723617+0000 mon.smithi086 (mon.0) 390 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T18:14:16.196 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi155:vg_nvme/lv_3 2024-09-10T18:14:16.877 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:15.299916+0000 mgr.smithi086.qqqtpz (mgr.14162) 157 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-10T18:14:16.877 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:15.724959+0000 mon.smithi086 (mon.0) 391 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-10T18:14:16.877 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:15.725048+0000 mon.smithi086 (mon.0) 392 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-09-10T18:14:16.878 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:15.725519+0000 mon.smithi086 (mon.0) 393 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:14:16.878 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:15.729225+0000 mon.smithi086 (mon.0) 394 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:14:17.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:15.299916+0000 mgr.smithi086.qqqtpz (mgr.14162) 157 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-10T18:14:17.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:15.724959+0000 mon.smithi086 (mon.0) 391 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-10T18:14:17.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:15.725048+0000 mon.smithi086 (mon.0) 392 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-09-10T18:14:17.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:15.725519+0000 mon.smithi086 (mon.0) 393 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:14:17.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:15.729225+0000 mon.smithi086 (mon.0) 394 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:14:17.883 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:14.788887+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:14:17.883 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:14.789063+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:14:17.883 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:16.729443+0000 mon.smithi086 (mon.0) 395 : cluster [INF] osd.4 [v2:172.21.15.155:6800/3231183562,v1:172.21.15.155:6801/3231183562] boot 2024-09-10T18:14:17.883 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:16.729498+0000 mon.smithi086 (mon.0) 396 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-10T18:14:17.884 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:16.730054+0000 mon.smithi086 (mon.0) 397 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:14:17.884 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:14:17.158557+0000 mgr.smithi086.qqqtpz (mgr.14162) 158 : cephadm [INF] Detected new or changed devices on smithi155 2024-09-10T18:14:17.884 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:17.163561+0000 mon.smithi086 (mon.0) 398 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:17.884 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:17.728378+0000 mon.smithi086 (mon.0) 399 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-10T18:14:18.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:17 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:14.788887+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:14:18.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:17 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:14.789063+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:14:18.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:17 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:16.729443+0000 mon.smithi086 (mon.0) 395 : cluster [INF] osd.4 [v2:172.21.15.155:6800/3231183562,v1:172.21.15.155:6801/3231183562] boot 2024-09-10T18:14:18.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:17 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:16.729498+0000 mon.smithi086 (mon.0) 396 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-10T18:14:18.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:17 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:16.730054+0000 mon.smithi086 (mon.0) 397 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:14:18.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:17 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:14:17.158557+0000 mgr.smithi086.qqqtpz (mgr.14162) 158 : cephadm [INF] Detected new or changed devices on smithi155 2024-09-10T18:14:18.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:17 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:17.163561+0000 mon.smithi086 (mon.0) 398 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:18.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:17 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:17.728378+0000 mon.smithi086 (mon.0) 399 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-10T18:14:19.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:17.300194+0000 mgr.smithi086.qqqtpz (mgr.14162) 159 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-10T18:14:19.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:18.216100+0000 mon.smithi086 (mon.0) 400 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:19.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:18.219125+0000 mon.smithi086 (mon.0) 401 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:14:19.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:18.541722+0000 mon.smithi086 (mon.0) 402 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:14:19.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:18.542988+0000 mon.smithi086 (mon.0) 403 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:14:19.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:18.543526+0000 mon.smithi086 (mon.0) 404 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:14:19.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:18.729113+0000 mon.smithi086 (mon.0) 405 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-10T18:14:19.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:19 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:17.300194+0000 mgr.smithi086.qqqtpz (mgr.14162) 159 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-10T18:14:19.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:19 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:18.216100+0000 mon.smithi086 (mon.0) 400 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:19.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:19 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:18.219125+0000 mon.smithi086 (mon.0) 401 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:14:19.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:19 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:18.541722+0000 mon.smithi086 (mon.0) 402 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:14:19.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:19 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:18.542988+0000 mon.smithi086 (mon.0) 403 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:14:19.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:19 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:18.543526+0000 mon.smithi086 (mon.0) 404 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:14:19.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:19 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:18.729113+0000 mon.smithi086 (mon.0) 405 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-10T18:14:20.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:20 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:18.540769+0000 mgr.smithi086.qqqtpz (mgr.14162) 160 : audit [DBG] from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:14:20.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:20 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:14:18.542731+0000 mgr.smithi086.qqqtpz (mgr.14162) 161 : cephadm [INF] Applying service osd.None on host smithi155... 2024-09-10T18:14:20.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:20 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:18.540769+0000 mgr.smithi086.qqqtpz (mgr.14162) 160 : audit [DBG] from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:14:20.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:20 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:14:18.542731+0000 mgr.smithi086.qqqtpz (mgr.14162) 161 : cephadm [INF] Applying service osd.None on host smithi155... 2024-09-10T18:14:21.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:19.300437+0000 mgr.smithi086.qqqtpz (mgr.14162) 162 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-10T18:14:21.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:20.810103+0000 mon.smithi155 (mon.1) 6 : audit [INF] from='client.? 172.21.15.155:0/1998209533' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a89fd3c2-3bfa-40d6-81b5-bfae4ea621fe"}]: dispatch 2024-09-10T18:14:21.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:20.810568+0000 mon.smithi086 (mon.0) 406 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a89fd3c2-3bfa-40d6-81b5-bfae4ea621fe"}]: dispatch 2024-09-10T18:14:21.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:20.814389+0000 mon.smithi086 (mon.0) 407 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a89fd3c2-3bfa-40d6-81b5-bfae4ea621fe"}]': finished 2024-09-10T18:14:21.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:20.814437+0000 mon.smithi086 (mon.0) 408 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-09-10T18:14:21.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:20.814517+0000 mon.smithi086 (mon.0) 409 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:14:21.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:21 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:19.300437+0000 mgr.smithi086.qqqtpz (mgr.14162) 162 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-10T18:14:21.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:21 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:20.810103+0000 mon.smithi155 (mon.1) 6 : audit [INF] from='client.? 172.21.15.155:0/1998209533' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a89fd3c2-3bfa-40d6-81b5-bfae4ea621fe"}]: dispatch 2024-09-10T18:14:21.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:21 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:20.810568+0000 mon.smithi086 (mon.0) 406 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a89fd3c2-3bfa-40d6-81b5-bfae4ea621fe"}]: dispatch 2024-09-10T18:14:21.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:21 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:20.814389+0000 mon.smithi086 (mon.0) 407 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a89fd3c2-3bfa-40d6-81b5-bfae4ea621fe"}]': finished 2024-09-10T18:14:21.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:21 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:20.814437+0000 mon.smithi086 (mon.0) 408 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-09-10T18:14:21.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:21 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:20.814517+0000 mon.smithi086 (mon.0) 409 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:14:22.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:22 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:21.238663+0000 mon.smithi155 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.155:0/548588028' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:14:22.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:22 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:22.212198+0000 mon.smithi086 (mon.0) 410 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:22.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:22 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:22.215109+0000 mon.smithi086 (mon.0) 411 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:22.632 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:22 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:21.238663+0000 mon.smithi155 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.155:0/548588028' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:14:22.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:22 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:22.212198+0000 mon.smithi086 (mon.0) 410 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:22.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:22 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:22.215109+0000 mon.smithi086 (mon.0) 411 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:23.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:23 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:21.300740+0000 mgr.smithi086.qqqtpz (mgr.14162) 163 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-10T18:14:23.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:23 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:21.300740+0000 mgr.smithi086.qqqtpz (mgr.14162) 163 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-10T18:14:25.363 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:23.301059+0000 mgr.smithi086.qqqtpz (mgr.14162) 164 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-10T18:14:25.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:23.301059+0000 mgr.smithi086.qqqtpz (mgr.14162) 164 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-10T18:14:27.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:27 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:25.301411+0000 mgr.smithi086.qqqtpz (mgr.14162) 165 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-10T18:14:27.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:27 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:26.616849+0000 mon.smithi086 (mon.0) 412 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T18:14:27.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:27 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:26.617615+0000 mon.smithi086 (mon.0) 413 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:14:27.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:25.301411+0000 mgr.smithi086.qqqtpz (mgr.14162) 165 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-10T18:14:27.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:26.616849+0000 mon.smithi086 (mon.0) 412 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T18:14:27.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:26.617615+0000 mon.smithi086 (mon.0) 413 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:14:28.515 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:14:26.618190+0000 mgr.smithi086.qqqtpz (mgr.14162) 166 : cephadm [INF] Deploying daemon osd.5 on smithi155 2024-09-10T18:14:28.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:14:26.618190+0000 mgr.smithi086.qqqtpz (mgr.14162) 166 : cephadm [INF] Deploying daemon osd.5 on smithi155 2024-09-10T18:14:29.525 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:27.301702+0000 mgr.smithi086.qqqtpz (mgr.14162) 167 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-10T18:14:29.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:27.301702+0000 mgr.smithi086.qqqtpz (mgr.14162) 167 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-10T18:14:30.048 INFO:teuthology.orchestra.run.smithi155.stdout:Created osd(s) 5 on host 'smithi155' 2024-09-10T18:14:30.535 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:30 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:30.034435+0000 mon.smithi086 (mon.0) 414 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:14:30.536 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:30 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:30.039148+0000 mon.smithi086 (mon.0) 415 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:30.536 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:30 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:30.044539+0000 mon.smithi086 (mon.0) 416 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:30.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:30.034435+0000 mon.smithi086 (mon.0) 414 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:14:30.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:30.039148+0000 mon.smithi086 (mon.0) 415 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:30.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:30.044539+0000 mon.smithi086 (mon.0) 416 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:30.778 DEBUG:teuthology.orchestra.run.smithi155:osd.5> sudo journalctl -f -n 0 -u ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.5.service 2024-09-10T18:14:30.781 INFO:tasks.cephadm:Deploying osd.6 on smithi155 with /dev/vg_nvme/lv_2... 2024-09-10T18:14:30.781 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-09-10T18:14:31.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:29.302026+0000 mgr.smithi086.qqqtpz (mgr.14162) 168 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-10T18:14:31.471 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:31 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:29.302026+0000 mgr.smithi086.qqqtpz (mgr.14162) 168 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-10T18:14:33.253 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:14:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.5[31975]: debug 2024-09-10T18:14:33.144+0000 7f39119f9080 -1 osd.5 0 log_to_monitors {default=true} 2024-09-10T18:14:33.522 INFO:teuthology.orchestra.run.smithi155.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-09-10T18:14:33.522 INFO:teuthology.orchestra.run.smithi155.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-09-10T18:14:33.522 INFO:teuthology.orchestra.run.smithi155.stderr: stderr: 10+0 records in 2024-09-10T18:14:33.523 INFO:teuthology.orchestra.run.smithi155.stderr:10+0 records out 2024-09-10T18:14:33.523 INFO:teuthology.orchestra.run.smithi155.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0138461 s, 757 MB/s 2024-09-10T18:14:33.523 INFO:teuthology.orchestra.run.smithi155.stderr:--> Zapping successful for: 2024-09-10T18:14:33.523 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:31.302418+0000 mgr.smithi086.qqqtpz (mgr.14162) 169 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-10T18:14:33.523 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:33.148748+0000 mon.smithi155 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.155:6808/2989020409,v1:172.21.15.155:6809/2989020409]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:14:33.523 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:33.149261+0000 mon.smithi086 (mon.0) 417 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:14:33.581 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:31.302418+0000 mgr.smithi086.qqqtpz (mgr.14162) 169 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-10T18:14:33.581 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:33.148748+0000 mon.smithi155 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.155:6808/2989020409,v1:172.21.15.155:6809/2989020409]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:14:33.581 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:33.149261+0000 mon.smithi086 (mon.0) 417 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:14:34.442 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:14:34 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.5[31975]: debug 2024-09-10T18:14:34.263+0000 7f3907f6a700 -1 osd.5 0 waiting for initial osdmap 2024-09-10T18:14:34.442 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:14:34 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.5[31975]: debug 2024-09-10T18:14:34.269+0000 7f39026e2700 -1 osd.5 36 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:14:34.442 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:34 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:33.257124+0000 mon.smithi086 (mon.0) 418 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T18:14:34.442 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:34 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:33.257201+0000 mon.smithi086 (mon.0) 419 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-09-10T18:14:34.442 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:34 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:33.257335+0000 mon.smithi086 (mon.0) 420 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:14:34.442 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:34 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:33.257764+0000 mon.smithi155 (mon.1) 9 : audit [INF] from='osd.5 [v2:172.21.15.155:6808/2989020409,v1:172.21.15.155:6809/2989020409]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T18:14:34.443 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:34 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:33.258113+0000 mon.smithi086 (mon.0) 421 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T18:14:34.443 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:34 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:34.188584+0000 mon.smithi086 (mon.0) 422 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:34.463 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi155:vg_nvme/lv_2 2024-09-10T18:14:34.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:34 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:33.257124+0000 mon.smithi086 (mon.0) 418 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T18:14:34.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:34 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:33.257201+0000 mon.smithi086 (mon.0) 419 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-09-10T18:14:34.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:34 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:33.257335+0000 mon.smithi086 (mon.0) 420 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:14:34.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:34 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:33.257764+0000 mon.smithi155 (mon.1) 9 : audit [INF] from='osd.5 [v2:172.21.15.155:6808/2989020409,v1:172.21.15.155:6809/2989020409]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T18:14:34.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:34 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:33.258113+0000 mon.smithi086 (mon.0) 421 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T18:14:34.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:34 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:34.188584+0000 mon.smithi086 (mon.0) 422 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:35.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:33.302744+0000 mgr.smithi086.qqqtpz (mgr.14162) 170 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-10T18:14:35.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:34.260850+0000 mon.smithi086 (mon.0) 423 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-10T18:14:35.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:34.260913+0000 mon.smithi086 (mon.0) 424 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-09-10T18:14:35.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:34.261794+0000 mon.smithi086 (mon.0) 425 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:14:35.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:34.265280+0000 mon.smithi086 (mon.0) 426 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:14:35.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:34.555842+0000 mon.smithi086 (mon.0) 427 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:35.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:35.261408+0000 mon.smithi086 (mon.0) 428 : cluster [INF] osd.5 [v2:172.21.15.155:6808/2989020409,v1:172.21.15.155:6809/2989020409] boot 2024-09-10T18:14:35.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:35.261456+0000 mon.smithi086 (mon.0) 429 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-10T18:14:35.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:35.261643+0000 mon.smithi086 (mon.0) 430 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:14:35.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:33.302744+0000 mgr.smithi086.qqqtpz (mgr.14162) 170 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-10T18:14:35.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:34.260850+0000 mon.smithi086 (mon.0) 423 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-10T18:14:35.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:34.260913+0000 mon.smithi086 (mon.0) 424 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-09-10T18:14:35.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:34.261794+0000 mon.smithi086 (mon.0) 425 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:14:35.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:34.265280+0000 mon.smithi086 (mon.0) 426 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:14:35.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:34.555842+0000 mon.smithi086 (mon.0) 427 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:35.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:35.261408+0000 mon.smithi086 (mon.0) 428 : cluster [INF] osd.5 [v2:172.21.15.155:6808/2989020409,v1:172.21.15.155:6809/2989020409] boot 2024-09-10T18:14:35.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:35.261456+0000 mon.smithi086 (mon.0) 429 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-10T18:14:35.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:35.261643+0000 mon.smithi086 (mon.0) 430 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:14:36.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:34.098500+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:14:36.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:34.098590+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:14:36.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:35.303087+0000 mgr.smithi086.qqqtpz (mgr.14162) 171 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-10T18:14:36.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:35.317607+0000 mon.smithi086 (mon.0) 431 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-09-10T18:14:36.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:34.098500+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:14:36.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:34.098590+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:14:36.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:35.303087+0000 mgr.smithi086.qqqtpz (mgr.14162) 171 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-10T18:14:36.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:35.317607+0000 mon.smithi086 (mon.0) 431 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-09-10T18:14:37.567 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:36.330702+0000 mon.smithi086 (mon.0) 432 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-09-10T18:14:37.567 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:36.426682+0000 mgr.smithi086.qqqtpz (mgr.14162) 172 : audit [DBG] from='client.24167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:14:37.567 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:36.427532+0000 mon.smithi086 (mon.0) 433 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:14:37.567 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:14:36.428849+0000 mgr.smithi086.qqqtpz (mgr.14162) 173 : cephadm [INF] Applying service osd.None on host smithi155... 2024-09-10T18:14:37.567 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:36.429170+0000 mon.smithi086 (mon.0) 434 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:14:37.567 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:36.429946+0000 mon.smithi086 (mon.0) 435 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:14:37.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:36.330702+0000 mon.smithi086 (mon.0) 432 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-09-10T18:14:37.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:36.426682+0000 mgr.smithi086.qqqtpz (mgr.14162) 172 : audit [DBG] from='client.24167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:14:37.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:36.427532+0000 mon.smithi086 (mon.0) 433 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:14:37.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:14:36.428849+0000 mgr.smithi086.qqqtpz (mgr.14162) 173 : cephadm [INF] Applying service osd.None on host smithi155... 2024-09-10T18:14:37.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:36.429170+0000 mon.smithi086 (mon.0) 434 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:14:37.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:36.429946+0000 mon.smithi086 (mon.0) 435 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:14:38.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:38 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:37.303352+0000 mgr.smithi086.qqqtpz (mgr.14162) 174 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-10T18:14:38.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:38 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:37.303352+0000 mgr.smithi086.qqqtpz (mgr.14162) 174 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-10T18:14:41.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:39.303830+0000 mgr.smithi086.qqqtpz (mgr.14162) 175 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-10T18:14:41.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:14:39.784061+0000 mgr.smithi086.qqqtpz (mgr.14162) 176 : cephadm [INF] Detected new or changed devices on smithi155 2024-09-10T18:14:41.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:39.789150+0000 mon.smithi086 (mon.0) 436 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:41.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:39.792440+0000 mon.smithi086 (mon.0) 437 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:41.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:39.795267+0000 mon.smithi086 (mon.0) 438 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:14:41.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:40.506072+0000 mon.smithi155 (mon.1) 10 : audit [INF] from='client.? 172.21.15.155:0/1549815899' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6b81224-94bc-46d5-bee0-db18e72f6a9a"}]: dispatch 2024-09-10T18:14:41.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:40.506512+0000 mon.smithi086 (mon.0) 439 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6b81224-94bc-46d5-bee0-db18e72f6a9a"}]: dispatch 2024-09-10T18:14:41.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:40.510099+0000 mon.smithi086 (mon.0) 440 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a6b81224-94bc-46d5-bee0-db18e72f6a9a"}]': finished 2024-09-10T18:14:41.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:40.510146+0000 mon.smithi086 (mon.0) 441 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-09-10T18:14:41.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:40.510232+0000 mon.smithi086 (mon.0) 442 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:14:41.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:39.303830+0000 mgr.smithi086.qqqtpz (mgr.14162) 175 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-10T18:14:41.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:14:39.784061+0000 mgr.smithi086.qqqtpz (mgr.14162) 176 : cephadm [INF] Detected new or changed devices on smithi155 2024-09-10T18:14:41.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:39.789150+0000 mon.smithi086 (mon.0) 436 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:41.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:39.792440+0000 mon.smithi086 (mon.0) 437 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:41.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:39.795267+0000 mon.smithi086 (mon.0) 438 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:14:41.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:40.506072+0000 mon.smithi155 (mon.1) 10 : audit [INF] from='client.? 172.21.15.155:0/1549815899' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6b81224-94bc-46d5-bee0-db18e72f6a9a"}]: dispatch 2024-09-10T18:14:41.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:40.506512+0000 mon.smithi086 (mon.0) 439 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6b81224-94bc-46d5-bee0-db18e72f6a9a"}]: dispatch 2024-09-10T18:14:41.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:40.510099+0000 mon.smithi086 (mon.0) 440 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a6b81224-94bc-46d5-bee0-db18e72f6a9a"}]': finished 2024-09-10T18:14:41.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:40.510146+0000 mon.smithi086 (mon.0) 441 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-09-10T18:14:41.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:40.510232+0000 mon.smithi086 (mon.0) 442 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:14:42.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:41 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:40.932244+0000 mon.smithi155 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.155:0/1120336866' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:14:42.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:41 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:40.932244+0000 mon.smithi155 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.155:0/1120336866' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:14:42.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:42 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:41.304213+0000 mgr.smithi086.qqqtpz (mgr.14162) 177 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-10T18:14:43.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:42 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:41.304213+0000 mgr.smithi086.qqqtpz (mgr.14162) 177 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-10T18:14:44.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:43.399475+0000 mon.smithi086 (mon.0) 443 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:14:44.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:43.399665+0000 mon.smithi086 (mon.0) 444 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/trash_purge_schedule"}]: dispatch 2024-09-10T18:14:44.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:43.787356+0000 mon.smithi086 (mon.0) 445 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:44.110 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:43 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:43.399475+0000 mon.smithi086 (mon.0) 443 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:14:44.110 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:43 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:43.399665+0000 mon.smithi086 (mon.0) 444 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/trash_purge_schedule"}]: dispatch 2024-09-10T18:14:44.110 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:43 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:43.787356+0000 mon.smithi086 (mon.0) 445 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:45.176 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:45 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:43.304465+0000 mgr.smithi086.qqqtpz (mgr.14162) 178 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-10T18:14:45.176 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:45 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:44.001557+0000 mon.smithi086 (mon.0) 446 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:45.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:43.304465+0000 mgr.smithi086.qqqtpz (mgr.14162) 178 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-10T18:14:45.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:44.001557+0000 mon.smithi086 (mon.0) 446 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:47.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:47 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:45.304795+0000 mgr.smithi086.qqqtpz (mgr.14162) 179 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-10T18:14:47.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:47 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:46.201858+0000 mon.smithi086 (mon.0) 447 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T18:14:47.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:47 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:46.202483+0000 mon.smithi086 (mon.0) 448 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:14:47.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:47 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:14:46.202950+0000 mgr.smithi086.qqqtpz (mgr.14162) 180 : cephadm [INF] Deploying daemon osd.6 on smithi155 2024-09-10T18:14:47.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:47 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:45.304795+0000 mgr.smithi086.qqqtpz (mgr.14162) 179 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-10T18:14:47.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:47 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:46.201858+0000 mon.smithi086 (mon.0) 447 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T18:14:47.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:47 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:46.202483+0000 mon.smithi086 (mon.0) 448 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:14:47.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:47 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:14:46.202950+0000 mgr.smithi086.qqqtpz (mgr.14162) 180 : cephadm [INF] Deploying daemon osd.6 on smithi155 2024-09-10T18:14:49.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:47.305153+0000 mgr.smithi086.qqqtpz (mgr.14162) 181 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-10T18:14:49.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:49 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:47.305153+0000 mgr.smithi086.qqqtpz (mgr.14162) 181 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-10T18:14:49.740 INFO:teuthology.orchestra.run.smithi155.stdout:Created osd(s) 6 on host 'smithi155' 2024-09-10T18:14:50.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:49.724224+0000 mon.smithi086 (mon.0) 449 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:14:50.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:49.728764+0000 mon.smithi086 (mon.0) 450 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:50.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:49.736179+0000 mon.smithi086 (mon.0) 451 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:50.397 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:49.724224+0000 mon.smithi086 (mon.0) 449 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:14:50.397 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:49.728764+0000 mon.smithi086 (mon.0) 450 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:50.397 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:49.736179+0000 mon.smithi086 (mon.0) 451 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:50.421 DEBUG:teuthology.orchestra.run.smithi155:osd.6> sudo journalctl -f -n 0 -u ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.6.service 2024-09-10T18:14:50.423 INFO:tasks.cephadm:Deploying osd.7 on smithi155 with /dev/vg_nvme/lv_1... 2024-09-10T18:14:50.423 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-09-10T18:14:51.193 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:51 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:49.305421+0000 mgr.smithi086.qqqtpz (mgr.14162) 182 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-10T18:14:51.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:51 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:49.305421+0000 mgr.smithi086.qqqtpz (mgr.14162) 182 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-10T18:14:52.902 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:14:52 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.6[34435]: debug 2024-09-10T18:14:52.845+0000 7f9046b8a080 -1 osd.6 0 log_to_monitors {default=true} 2024-09-10T18:14:53.139 INFO:teuthology.orchestra.run.smithi155.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-09-10T18:14:53.139 INFO:teuthology.orchestra.run.smithi155.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-09-10T18:14:53.139 INFO:teuthology.orchestra.run.smithi155.stderr: stderr: 10+0 records in 2024-09-10T18:14:53.139 INFO:teuthology.orchestra.run.smithi155.stderr:10+0 records out 2024-09-10T18:14:53.139 INFO:teuthology.orchestra.run.smithi155.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0140816 s, 745 MB/s 2024-09-10T18:14:53.139 INFO:teuthology.orchestra.run.smithi155.stderr:--> Zapping successful for: 2024-09-10T18:14:53.306 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:53 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:51.305736+0000 mgr.smithi086.qqqtpz (mgr.14162) 183 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-10T18:14:53.306 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:53 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:52.849130+0000 mon.smithi155 (mon.1) 12 : audit [INF] from='osd.6 [v2:172.21.15.155:6816/1692396336,v1:172.21.15.155:6817/1692396336]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:14:53.306 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:53 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:52.849458+0000 mon.smithi086 (mon.0) 452 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:14:53.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:53 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:51.305736+0000 mgr.smithi086.qqqtpz (mgr.14162) 183 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-10T18:14:53.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:53 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:52.849130+0000 mon.smithi155 (mon.1) 12 : audit [INF] from='osd.6 [v2:172.21.15.155:6816/1692396336,v1:172.21.15.155:6817/1692396336]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:14:53.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:53 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:52.849458+0000 mon.smithi086 (mon.0) 452 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:14:53.779 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi155:vg_nvme/lv_1 2024-09-10T18:14:54.284 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:14:54 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.6[34435]: debug 2024-09-10T18:14:54.031+0000 7f903d0fb700 -1 osd.6 0 waiting for initial osdmap 2024-09-10T18:14:54.284 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:14:54 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.6[34435]: debug 2024-09-10T18:14:54.040+0000 7f9038074700 -1 osd.6 42 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:14:54.284 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:54 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:53.022759+0000 mon.smithi086 (mon.0) 453 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-10T18:14:54.285 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:54 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:53.022853+0000 mon.smithi086 (mon.0) 454 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-09-10T18:14:54.285 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:54 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:53.023240+0000 mon.smithi086 (mon.0) 455 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:14:54.285 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:54 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:53.023384+0000 mon.smithi155 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.155:6816/1692396336,v1:172.21.15.155:6817/1692396336]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T18:14:54.285 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:54 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:53.023650+0000 mon.smithi086 (mon.0) 456 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T18:14:54.285 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:54 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:53.906976+0000 mon.smithi086 (mon.0) 457 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:54.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:54 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:53.022759+0000 mon.smithi086 (mon.0) 453 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-10T18:14:54.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:54 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:53.022853+0000 mon.smithi086 (mon.0) 454 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-09-10T18:14:54.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:54 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:53.023240+0000 mon.smithi086 (mon.0) 455 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:14:54.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:54 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:53.023384+0000 mon.smithi155 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.155:6816/1692396336,v1:172.21.15.155:6817/1692396336]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T18:14:54.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:54 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:53.023650+0000 mon.smithi086 (mon.0) 456 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T18:14:54.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:54 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:53.906976+0000 mon.smithi086 (mon.0) 457 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:55.130 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:55 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:53.306000+0000 mgr.smithi086.qqqtpz (mgr.14162) 184 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-10T18:14:55.130 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:55 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:54.028760+0000 mon.smithi086 (mon.0) 458 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-10T18:14:55.130 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:55 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:54.028811+0000 mon.smithi086 (mon.0) 459 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-09-10T18:14:55.130 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:55 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:54.029367+0000 mon.smithi086 (mon.0) 460 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:14:55.130 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:55 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:54.032535+0000 mon.smithi086 (mon.0) 461 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:14:55.130 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:55 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:54.797579+0000 mon.smithi086 (mon.0) 462 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:55.130 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:55 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:55.028133+0000 mon.smithi086 (mon.0) 463 : cluster [INF] osd.6 [v2:172.21.15.155:6816/1692396336,v1:172.21.15.155:6817/1692396336] boot 2024-09-10T18:14:55.130 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:55 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:55.028193+0000 mon.smithi086 (mon.0) 464 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-09-10T18:14:55.130 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:55 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:55.028414+0000 mon.smithi086 (mon.0) 465 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:14:55.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:53.306000+0000 mgr.smithi086.qqqtpz (mgr.14162) 184 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-10T18:14:55.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:54.028760+0000 mon.smithi086 (mon.0) 458 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-10T18:14:55.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:54.028811+0000 mon.smithi086 (mon.0) 459 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-09-10T18:14:55.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:54.029367+0000 mon.smithi086 (mon.0) 460 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:14:55.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:54.032535+0000 mon.smithi086 (mon.0) 461 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:14:55.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:54.797579+0000 mon.smithi086 (mon.0) 462 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:14:55.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:55.028133+0000 mon.smithi086 (mon.0) 463 : cluster [INF] osd.6 [v2:172.21.15.155:6816/1692396336,v1:172.21.15.155:6817/1692396336] boot 2024-09-10T18:14:55.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:55.028193+0000 mon.smithi086 (mon.0) 464 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-09-10T18:14:55.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:55.028414+0000 mon.smithi086 (mon.0) 465 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:14:56.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:56 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:53.797654+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:14:56.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:56 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:53.797761+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:14:56.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:56 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:55.306464+0000 mgr.smithi086.qqqtpz (mgr.14162) 185 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-10T18:14:56.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:56 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:55.324045+0000 mon.smithi086 (mon.0) 466 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-09-10T18:14:56.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:56 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:55.768285+0000 mgr.smithi086.qqqtpz (mgr.14162) 186 : audit [DBG] from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:14:56.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:56 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:55.769248+0000 mon.smithi086 (mon.0) 467 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:14:56.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:56 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:14:55.770612+0000 mgr.smithi086.qqqtpz (mgr.14162) 187 : cephadm [INF] Applying service osd.None on host smithi155... 2024-09-10T18:14:56.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:56 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:55.770950+0000 mon.smithi086 (mon.0) 468 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:14:56.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:56 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:55.771693+0000 mon.smithi086 (mon.0) 469 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:14:56.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:56 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:53.797654+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:14:56.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:56 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:53.797761+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:14:56.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:56 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:55.306464+0000 mgr.smithi086.qqqtpz (mgr.14162) 185 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-10T18:14:56.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:56 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:55.324045+0000 mon.smithi086 (mon.0) 466 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-09-10T18:14:56.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:56 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:55.768285+0000 mgr.smithi086.qqqtpz (mgr.14162) 186 : audit [DBG] from='client.24185 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi155:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:14:56.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:56 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:55.769248+0000 mon.smithi086 (mon.0) 467 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:14:56.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:56 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:14:55.770612+0000 mgr.smithi086.qqqtpz (mgr.14162) 187 : cephadm [INF] Applying service osd.None on host smithi155... 2024-09-10T18:14:56.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:56 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:55.770950+0000 mon.smithi086 (mon.0) 468 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:14:56.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:56 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:55.771693+0000 mon.smithi086 (mon.0) 469 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:14:57.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:57 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:56.334778+0000 mon.smithi086 (mon.0) 470 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-09-10T18:14:57.636 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:57 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:56.334778+0000 mon.smithi086 (mon.0) 470 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-09-10T18:14:58.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:14:58 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:57.306853+0000 mgr.smithi086.qqqtpz (mgr.14162) 188 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-10T18:14:58.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:14:58 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:57.306853+0000 mgr.smithi086.qqqtpz (mgr.14162) 188 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-10T18:15:00.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:14:59.070245+0000 mgr.smithi086.qqqtpz (mgr.14162) 189 : cephadm [INF] Detected new or changed devices on smithi155 2024-09-10T18:15:00.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:59.075542+0000 mon.smithi086 (mon.0) 471 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:15:00.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:59.079073+0000 mon.smithi086 (mon.0) 472 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:15:00.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:59.081906+0000 mon.smithi086 (mon.0) 473 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:15:00.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:59.085962+0000 mon.smithi086 (mon.0) 474 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:15:00.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:59.773005+0000 mon.smithi155 (mon.1) 14 : audit [INF] from='client.? 172.21.15.155:0/1687710027' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2aa12692-9a8c-4a0f-bd28-d09f24ac2ac1"}]: dispatch 2024-09-10T18:15:00.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:59.773648+0000 mon.smithi086 (mon.0) 475 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2aa12692-9a8c-4a0f-bd28-d09f24ac2ac1"}]: dispatch 2024-09-10T18:15:00.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:59.778185+0000 mon.smithi086 (mon.0) 476 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2aa12692-9a8c-4a0f-bd28-d09f24ac2ac1"}]': finished 2024-09-10T18:15:00.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:59.778240+0000 mon.smithi086 (mon.0) 477 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-09-10T18:15:00.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:14:59.778365+0000 mon.smithi086 (mon.0) 478 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:15:00.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:14:59.070245+0000 mgr.smithi086.qqqtpz (mgr.14162) 189 : cephadm [INF] Detected new or changed devices on smithi155 2024-09-10T18:15:00.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:59.075542+0000 mon.smithi086 (mon.0) 471 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:15:00.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:59.079073+0000 mon.smithi086 (mon.0) 472 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:15:00.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:59.081906+0000 mon.smithi086 (mon.0) 473 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:15:00.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:59.085962+0000 mon.smithi086 (mon.0) 474 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:15:00.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:59.773005+0000 mon.smithi155 (mon.1) 14 : audit [INF] from='client.? 172.21.15.155:0/1687710027' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2aa12692-9a8c-4a0f-bd28-d09f24ac2ac1"}]: dispatch 2024-09-10T18:15:00.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:59.773648+0000 mon.smithi086 (mon.0) 475 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2aa12692-9a8c-4a0f-bd28-d09f24ac2ac1"}]: dispatch 2024-09-10T18:15:00.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:59.778185+0000 mon.smithi086 (mon.0) 476 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2aa12692-9a8c-4a0f-bd28-d09f24ac2ac1"}]': finished 2024-09-10T18:15:00.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:59.778240+0000 mon.smithi086 (mon.0) 477 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-09-10T18:15:00.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:14:59.778365+0000 mon.smithi086 (mon.0) 478 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:15:01.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:01 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:14:59.307222+0000 mgr.smithi086.qqqtpz (mgr.14162) 190 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-10T18:15:01.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:01 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:15:00.193426+0000 mon.smithi155 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.155:0/43254509' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:15:01.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:01 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:14:59.307222+0000 mgr.smithi086.qqqtpz (mgr.14162) 190 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-10T18:15:01.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:01 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:15:00.193426+0000 mon.smithi155 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.155:0/43254509' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:15:03.326 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:03 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:01.307658+0000 mgr.smithi086.qqqtpz (mgr.14162) 191 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-10T18:15:03.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:03 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:01.307658+0000 mgr.smithi086.qqqtpz (mgr.14162) 191 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-10T18:15:05.353 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:03.308032+0000 mgr.smithi086.qqqtpz (mgr.14162) 192 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-10T18:15:05.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:03.308032+0000 mgr.smithi086.qqqtpz (mgr.14162) 192 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-10T18:15:06.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:05.308302+0000 mgr.smithi086.qqqtpz (mgr.14162) 193 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-10T18:15:06.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:15:05.693277+0000 mon.smithi086 (mon.0) 479 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T18:15:06.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:15:05.694063+0000 mon.smithi086 (mon.0) 480 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:15:06.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:15:05.694690+0000 mgr.smithi086.qqqtpz (mgr.14162) 194 : cephadm [INF] Deploying daemon osd.7 on smithi155 2024-09-10T18:15:06.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:05.308302+0000 mgr.smithi086.qqqtpz (mgr.14162) 193 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-10T18:15:06.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:15:05.693277+0000 mon.smithi086 (mon.0) 479 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T18:15:06.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:15:05.694063+0000 mon.smithi086 (mon.0) 480 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:15:06.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:15:05.694690+0000 mgr.smithi086.qqqtpz (mgr.14162) 194 : cephadm [INF] Deploying daemon osd.7 on smithi155 2024-09-10T18:15:08.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:08 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:07.308578+0000 mgr.smithi086.qqqtpz (mgr.14162) 195 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-10T18:15:08.616 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:07.308578+0000 mgr.smithi086.qqqtpz (mgr.14162) 195 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-10T18:15:09.137 INFO:teuthology.orchestra.run.smithi155.stdout:Created osd(s) 7 on host 'smithi155' 2024-09-10T18:15:09.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:15:09.124729+0000 mon.smithi086 (mon.0) 481 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:15:09.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:15:09.129326+0000 mon.smithi086 (mon.0) 482 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:15:09.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:15:09.134298+0000 mon.smithi086 (mon.0) 483 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:15:09.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:15:09.124729+0000 mon.smithi086 (mon.0) 481 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:15:09.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:15:09.129326+0000 mon.smithi086 (mon.0) 482 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:15:09.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:15:09.134298+0000 mon.smithi086 (mon.0) 483 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:15:09.786 DEBUG:teuthology.orchestra.run.smithi155:osd.7> sudo journalctl -f -n 0 -u ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.7.service 2024-09-10T18:15:09.788 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-09-10T18:15:09.789 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-10T18:15:11.151 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:09.308853+0000 mgr.smithi086.qqqtpz (mgr.14162) 196 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-10T18:15:11.303 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:11 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:09.308853+0000 mgr.smithi086.qqqtpz (mgr.14162) 196 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-10T18:15:11.667 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-10T18:15:12.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:15:12 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.7[36904]: debug 2024-09-10T18:15:12.247+0000 7f30633c4080 -1 osd.7 0 log_to_monitors {default=true} 2024-09-10T18:15:12.437 INFO:teuthology.orchestra.run.smithi086.stdout:{"epoch":46,"num_osds":8,"num_up_osds":7,"osd_up_since":1725992095,"num_in_osds":8,"osd_in_since":1725992099,"num_remapped_pgs":0} 2024-09-10T18:15:12.834 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:12 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:11.309127+0000 mgr.smithi086.qqqtpz (mgr.14162) 197 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-10T18:15:12.834 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:12 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:15:11.548568+0000 mon.smithi086 (mon.0) 484 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:15:12.834 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:12 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:15:11.665467+0000 mon.smithi086 (mon.0) 485 : audit [DBG] from='client.? 172.21.15.86:0/618008591' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T18:15:12.834 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:12 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:15:12.252831+0000 mon.smithi086 (mon.0) 486 : audit [INF] from='osd.7 [v2:172.21.15.155:6824/3802424851,v1:172.21.15.155:6825/3802424851]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T18:15:12.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:11.309127+0000 mgr.smithi086.qqqtpz (mgr.14162) 197 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-10T18:15:12.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:15:11.548568+0000 mon.smithi086 (mon.0) 484 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:15:12.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:15:11.665467+0000 mon.smithi086 (mon.0) 485 : audit [DBG] from='client.? 172.21.15.86:0/618008591' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T18:15:12.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:15:12.252831+0000 mon.smithi086 (mon.0) 486 : audit [INF] from='osd.7 [v2:172.21.15.155:6824/3802424851,v1:172.21.15.155:6825/3802424851]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T18:15:13.438 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-10T18:15:14.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:14 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:15:13.140597+0000 mon.smithi086 (mon.0) 487 : audit [INF] from='osd.7 [v2:172.21.15.155:6824/3802424851,v1:172.21.15.155:6825/3802424851]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-10T18:15:14.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:14 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:13.140651+0000 mon.smithi086 (mon.0) 488 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-09-10T18:15:14.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:14 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:15:13.140756+0000 mon.smithi086 (mon.0) 489 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:15:14.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:14 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:15:13.141191+0000 mon.smithi086 (mon.0) 490 : audit [INF] from='osd.7 [v2:172.21.15.155:6824/3802424851,v1:172.21.15.155:6825/3802424851]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T18:15:14.349 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:15:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.7[36904]: debug 2024-09-10T18:15:14.142+0000 7f3059935700 -1 osd.7 0 waiting for initial osdmap 2024-09-10T18:15:14.349 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:15:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.7[36904]: debug 2024-09-10T18:15:14.149+0000 7f30560b1700 -1 osd.7 48 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:15:14.349 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:15:13.140597+0000 mon.smithi086 (mon.0) 487 : audit [INF] from='osd.7 [v2:172.21.15.155:6824/3802424851,v1:172.21.15.155:6825/3802424851]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-10T18:15:14.350 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:13.140651+0000 mon.smithi086 (mon.0) 488 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-09-10T18:15:14.350 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:15:13.140756+0000 mon.smithi086 (mon.0) 489 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:15:14.350 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:15:13.141191+0000 mon.smithi086 (mon.0) 490 : audit [INF] from='osd.7 [v2:172.21.15.155:6824/3802424851,v1:172.21.15.155:6825/3802424851]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T18:15:15.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:13.309376+0000 mgr.smithi086.qqqtpz (mgr.14162) 198 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-10T18:15:15.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:15:14.141258+0000 mon.smithi086 (mon.0) 491 : audit [INF] from='osd.7 [v2:172.21.15.155:6824/3802424851,v1:172.21.15.155:6825/3802424851]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-10T18:15:15.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:14.141328+0000 mon.smithi086 (mon.0) 492 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-09-10T18:15:15.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:15:14.141667+0000 mon.smithi086 (mon.0) 493 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:15:15.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:15:14.144984+0000 mon.smithi086 (mon.0) 494 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:15:15.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:15:14.807589+0000 mon.smithi086 (mon.0) 495 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:15:15.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:15:14.810979+0000 mon.smithi086 (mon.0) 496 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:15:15.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:15:14.813772+0000 mon.smithi086 (mon.0) 497 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:15:15.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:15:14.817678+0000 mon.smithi086 (mon.0) 498 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:15:15.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:13.309376+0000 mgr.smithi086.qqqtpz (mgr.14162) 198 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-10T18:15:15.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:15:14.141258+0000 mon.smithi086 (mon.0) 491 : audit [INF] from='osd.7 [v2:172.21.15.155:6824/3802424851,v1:172.21.15.155:6825/3802424851]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2024-09-10T18:15:15.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:14.141328+0000 mon.smithi086 (mon.0) 492 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-09-10T18:15:15.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:15:14.141667+0000 mon.smithi086 (mon.0) 493 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:15:15.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:15:14.144984+0000 mon.smithi086 (mon.0) 494 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:15:15.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:15:14.807589+0000 mon.smithi086 (mon.0) 495 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:15:15.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:15:14.810979+0000 mon.smithi086 (mon.0) 496 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:15:15.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:15:14.813772+0000 mon.smithi086 (mon.0) 497 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:15:15.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:15:14.817678+0000 mon.smithi086 (mon.0) 498 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:15:15.520 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-10T18:15:16.283 INFO:teuthology.orchestra.run.smithi086.stdout:{"epoch":50,"num_osds":8,"num_up_osds":8,"osd_up_since":1725992115,"num_in_osds":8,"osd_in_since":1725992099,"num_remapped_pgs":0} 2024-09-10T18:15:16.283 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-10T18:15:16.487 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/mon.smithi086/config 2024-09-10T18:15:16.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:13.237342+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:15:16.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:13.237435+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:15:16.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:15:14.802551+0000 mgr.smithi086.qqqtpz (mgr.14162) 199 : cephadm [INF] Detected new or changed devices on smithi155 2024-09-10T18:15:16.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:15.146511+0000 mon.smithi086 (mon.0) 499 : cluster [INF] osd.7 [v2:172.21.15.155:6824/3802424851,v1:172.21.15.155:6825/3802424851] boot 2024-09-10T18:15:16.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:15.146583+0000 mon.smithi086 (mon.0) 500 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-10T18:15:16.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:15:15.146975+0000 mon.smithi086 (mon.0) 501 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:15:16.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:15.325497+0000 mon.smithi086 (mon.0) 502 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-10T18:15:16.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:15:15.519287+0000 mon.smithi086 (mon.0) 503 : audit [DBG] from='client.? 172.21.15.86:0/1587523502' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T18:15:16.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:13.237342+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:15:16.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:13.237435+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:15:16.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:15:14.802551+0000 mgr.smithi086.qqqtpz (mgr.14162) 199 : cephadm [INF] Detected new or changed devices on smithi155 2024-09-10T18:15:16.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:15.146511+0000 mon.smithi086 (mon.0) 499 : cluster [INF] osd.7 [v2:172.21.15.155:6824/3802424851,v1:172.21.15.155:6825/3802424851] boot 2024-09-10T18:15:16.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:15.146583+0000 mon.smithi086 (mon.0) 500 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-10T18:15:16.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:15:15.146975+0000 mon.smithi086 (mon.0) 501 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:15:16.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:15.325497+0000 mon.smithi086 (mon.0) 502 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-10T18:15:16.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:15:15.519287+0000 mon.smithi086 (mon.0) 503 : audit [DBG] from='client.? 172.21.15.86:0/1587523502' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T18:15:17.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:17 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:15.309697+0000 mgr.smithi086.qqqtpz (mgr.14162) 200 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-09-10T18:15:17.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:17 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:16.330252+0000 mon.smithi086 (mon.0) 504 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-10T18:15:17.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:15.309697+0000 mgr.smithi086.qqqtpz (mgr.14162) 200 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-09-10T18:15:17.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:16.330252+0000 mon.smithi086 (mon.0) 504 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-10T18:15:18.266 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-10T18:15:18.266 INFO:teuthology.orchestra.run.smithi086.stdout:{"epoch":51,"fsid":"c77f8420-6f9f-11ef-bcea-c7b262605968","created":"2024-09-10T18:09:50.717568+0000","modified":"2024-09-10T18:15:16.326641+0000","last_up_change":"2024-09-10T18:15:15.142798+0000","last_in_change":"2024-09-10T18:14:59.774303+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-09-10T18:13:37.567653+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"3d3cd70a-b792-439b-bfbc-88bfb1ffbc5e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6802","nonce":169958636},{"type":"v1","addr":"172.21.15.86:6803","nonce":169958636}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6804","nonce":169958636},{"type":"v1","addr":"172.21.15.86:6805","nonce":169958636}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6808","nonce":169958636},{"type":"v1","addr":"172.21.15.86:6809","nonce":169958636}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6806","nonce":169958636},{"type":"v1","addr":"172.21.15.86:6807","nonce":169958636}]},"public_addr":"172.21.15.86:6803/169958636","cluster_addr":"172.21.15.86:6805/169958636","heartbeat_back_addr":"172.21.15.86:6809/169958636","heartbeat_front_addr":"172.21.15.86:6807/169958636","state":["exists","up"]},{"osd":1,"uuid":"d5697fb0-e83b-427c-b2d9-91668283b663","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6810","nonce":700858145},{"type":"v1","addr":"172.21.15.86:6811","nonce":700858145}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6812","nonce":700858145},{"type":"v1","addr":"172.21.15.86:6813","nonce":700858145}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6816","nonce":700858145},{"type":"v1","addr":"172.21.15.86:6817","nonce":700858145}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6814","nonce":700858145},{"type":"v1","addr":"172.21.15.86:6815","nonce":700858145}]},"public_addr":"172.21.15.86:6811/700858145","cluster_addr":"172.21.15.86:6813/700858145","heartbeat_back_addr":"172.21.15.86:6817/700858145","heartbeat_front_addr":"172.21.15.86:6815/700858145","state":["exists","up"]},{"osd":2,"uuid":"8f9d8ae6-93c0-4c2c-8931-d748a34bc534","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6818","nonce":878270290},{"type":"v1","addr":"172.21.15.86:6819","nonce":878270290}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6820","nonce":878270290},{"type":"v1","addr":"172.21.15.86:6821","nonce":878270290}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6824","nonce":878270290},{"type":"v1","addr":"172.21.15.86:6825","nonce":878270290}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6822","nonce":878270290},{"type":"v1","addr":"172.21.15.86:6823","nonce":878270290}]},"public_addr":"172.21.15.86:6819/878270290","cluster_addr":"172.21.15.86:6821/878270290","heartbeat_back_addr":"172.21.15.86:6825/878270290","heartbeat_front_addr":"172.21.15.86:6823/878270290","state":["exists","up"]},{"osd":3,"uuid":"902cb99f-6151-4845-b74b-b3371b95f2a7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6826","nonce":1572292632},{"type":"v1","addr":"172.21.15.86:6827","nonce":1572292632}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6828","nonce":1572292632},{"type":"v1","addr":"172.21.15.86:6829","nonce":1572292632}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6832","nonce":1572292632},{"type":"v1","addr":"172.21.15.86:6833","nonce":1572292632}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6830","nonce":1572292632},{"type":"v1","addr":"172.21.15.86:6831","nonce":1572292632}]},"public_addr":"172.21.15.86:6827/1572292632","cluster_addr":"172.21.15.86:6829/1572292632","heartbeat_back_addr":"172.21.15.86:6833/1572292632","heartbeat_front_addr":"172.21.15.86:6831/1572292632","state":["exists","up"]},{"osd":4,"uuid":"c0c7960d-387f-4232-9653-2e3580e8b528","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6800","nonce":3231183562},{"type":"v1","addr":"172.21.15.155:6801","nonce":3231183562}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6802","nonce":3231183562},{"type":"v1","addr":"172.21.15.155:6803","nonce":3231183562}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6806","nonce":3231183562},{"type":"v1","addr":"172.21.15.155:6807","nonce":3231183562}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6804","nonce":3231183562},{"type":"v1","addr":"172.21.15.155:6805","nonce":3231183562}]},"public_addr":"172.21.15.155:6801/3231183562","cluster_addr":"172.21.15.155:6803/3231183562","heartbeat_back_addr":"172.21.15.155:6807/3231183562","heartbeat_front_addr":"172.21.15.155:6805/3231183562","state":["exists","up"]},{"osd":5,"uuid":"a89fd3c2-3bfa-40d6-81b5-bfae4ea621fe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6808","nonce":2989020409},{"type":"v1","addr":"172.21.15.155:6809","nonce":2989020409}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6810","nonce":2989020409},{"type":"v1","addr":"172.21.15.155:6811","nonce":2989020409}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6814","nonce":2989020409},{"type":"v1","addr":"172.21.15.155:6815","nonce":2989020409}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6812","nonce":2989020409},{"type":"v1","addr":"172.21.15.155:6813","nonce":2989020409}]},"public_addr":"172.21.15.155:6809/2989020409","cluster_addr":"172.21.15.155:6811/2989020409","heartbeat_back_addr":"172.21.15.155:6815/2989020409","heartbeat_front_addr":"172.21.15.155:6813/2989020409","state":["exists","up"]},{"osd":6,"uuid":"a6b81224-94bc-46d5-bee0-db18e72f6a9a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6816","nonce":1692396336},{"type":"v1","addr":"172.21.15.155:6817","nonce":1692396336}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6818","nonce":1692396336},{"type":"v1","addr":"172.21.15.155:6819","nonce":1692396336}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6822","nonce":1692396336},{"type":"v1","addr":"172.21.15.155:6823","nonce":1692396336}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6820","nonce":1692396336},{"type":"v1","addr":"172.21.15.155:6821","nonce":1692396336}]},"public_addr":"172.21.15.155:6817/1692396336","cluster_addr":"172.21.15.155:6819/1692396336","heartbeat_back_addr":"172.21.15.155:6823/1692396336","heartbeat_front_addr":"172.21.15.155:6821/1692396336","state":["exists","up"]},{"osd":7,"uuid":"2aa12692-9a8c-4a0f-bd28-d09f24ac2ac1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6824","nonce":3802424851},{"type":"v1","addr":"172.21.15.155:6825","nonce":3802424851}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6826","nonce":3802424851},{"type":"v1","addr":"172.21.15.155:6827","nonce":3802424851}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6830","nonce":3802424851},{"type":"v1","addr":"172.21.15.155:6831","nonce":3802424851}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6828","nonce":3802424851},{"type":"v1","addr":"172.21.15.155:6829","nonce":3802424851}]},"public_addr":"172.21.15.155:6825/3802424851","cluster_addr":"172.21.15.155:6827/3802424851","heartbeat_back_addr":"172.21.15.155:6831/3802424851","heartbeat_front_addr":"172.21.15.155:6829/3802424851","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:12:43.875673+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:13:11.953026+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:13:35.387423+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:13:58.525385+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:14:14.789069+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:14:34.098593+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:14:53.797765+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:15:13.237437+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.86:6801/1692947655":"2024-09-11T18:10:29.305972+0000","172.21.15.86:0/404541240":"2024-09-11T18:10:29.305972+0000","172.21.15.86:0/2810279445":"2024-09-11T18:10:29.305972+0000","172.21.15.86:0/3258595609":"2024-09-11T18:10:43.215004+0000","172.21.15.86:0/348122996":"2024-09-11T18:10:11.167045+0000","172.21.15.86:6801/3730665896":"2024-09-11T18:10:43.215004+0000","172.21.15.86:6800/3096561329":"2024-09-11T18:10:11.167045+0000","172.21.15.86:0/992245872":"2024-09-11T18:10:43.215004+0000","172.21.15.86:6801/3096561329":"2024-09-11T18:10:11.167045+0000","172.21.15.86:6800/3730665896":"2024-09-11T18:10:43.215004+0000","172.21.15.86:6800/1692947655":"2024-09-11T18:10:29.305972+0000","172.21.15.86:0/2975037624":"2024-09-11T18:10:11.167045+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-10T18:15:18.978 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-09-10T18:13:37.567653+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-09-10T18:15:18.978 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph osd pool get device_health_metrics pg_num 2024-09-10T18:15:19.178 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/mon.smithi086/config 2024-09-10T18:15:19.298 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:19 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:17.310051+0000 mgr.smithi086.qqqtpz (mgr.14162) 201 : cluster [DBG] pgmap v177: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:19.298 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:19 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:15:18.264051+0000 mon.smithi086 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.86:0/3280794147' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:15:19.454 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:17.310051+0000 mgr.smithi086.qqqtpz (mgr.14162) 201 : cluster [DBG] pgmap v177: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:19.454 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:15:18.264051+0000 mon.smithi086 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.86:0/3280794147' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:15:20.964 INFO:teuthology.orchestra.run.smithi086.stdout:pg_num: 1 2024-09-10T18:15:21.328 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:21 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:19.310295+0000 mgr.smithi086.qqqtpz (mgr.14162) 202 : cluster [DBG] pgmap v178: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:21.329 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:21 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:15:20.962373+0000 mon.smithi086 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.86:0/3008491514' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-10T18:15:21.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:19.310295+0000 mgr.smithi086.qqqtpz (mgr.14162) 202 : cluster [DBG] pgmap v178: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:21.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:15:20.962373+0000 mon.smithi086 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.86:0/3008491514' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-10T18:15:21.653 INFO:tasks.cephadm:Setting up client nodes... 2024-09-10T18:15:21.654 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-10T18:15:23.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:23 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:21.310627+0000 mgr.smithi086.qqqtpz (mgr.14162) 203 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:23.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:23 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:21.310627+0000 mgr.smithi086.qqqtpz (mgr.14162) 203 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:23.743 INFO:teuthology.orchestra.run.smithi086.stdout:[client.0] 2024-09-10T18:15:23.743 INFO:teuthology.orchestra.run.smithi086.stdout: key = AQC7jOBm91sRLBAA8G4eYPuKaIa63mLxh2qTrw== 2024-09-10T18:15:24.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:24 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:15:23.739167+0000 mon.smithi086 (mon.0) 507 : audit [INF] from='client.? 172.21.15.86:0/3455147774' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-10T18:15:24.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:24 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:15:23.742274+0000 mon.smithi086 (mon.0) 508 : audit [INF] from='client.? 172.21.15.86:0/3455147774' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-10T18:15:24.414 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2024-09-10T18:15:24.415 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-10T18:15:24.415 DEBUG:teuthology.orchestra.run.smithi086:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-10T18:15:24.452 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-10T18:15:24.452 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-10T18:15:24.452 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph mgr dump --format=json 2024-09-10T18:15:24.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:24 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:15:23.739167+0000 mon.smithi086 (mon.0) 507 : audit [INF] from='client.? 172.21.15.86:0/3455147774' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-10T18:15:24.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:24 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:15:23.742274+0000 mon.smithi086 (mon.0) 508 : audit [INF] from='client.? 172.21.15.86:0/3455147774' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-10T18:15:24.693 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/mon.smithi086/config 2024-09-10T18:15:25.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:23.311003+0000 mgr.smithi086.qqqtpz (mgr.14162) 204 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:25.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:23.311003+0000 mgr.smithi086.qqqtpz (mgr.14162) 204 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:26.453 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-10T18:15:27.142 INFO:teuthology.orchestra.run.smithi086.stdout:{"epoch":18,"active_gid":14162,"active_name":"smithi086.qqqtpz","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6800","nonce":2346414294},{"type":"v1","addr":"172.21.15.86:6801","nonce":2346414294}]},"active_addr":"172.21.15.86:6801/2346414294","active_change":"2024-09-10T18:10:43.215282+0000","active_mgr_features":4540138297136906239,"available":true,"standbys":[{"gid":14222,"name":"smithi155.gxleeu","mgr_features":4540138297136906239,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/alertmanager:v0.20.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"docker.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"docker.io/ceph/ceph-grafana:6.7.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"haproxy","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/node-exporter:v0.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/prometheus:v2.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Registry to which we should normalize unqualified image names","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository url","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"str","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","prometheus","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/alertmanager:v0.20.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"docker.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"docker.io/ceph/ceph-grafana:6.7.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"haproxy","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/node-exporter:v0.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/prometheus:v2.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Registry to which we should normalize unqualified image names","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository url","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"str","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://smithi086.front.sepia.ceph.com:8443/","prometheus":"http://smithi086.front.sepia.ceph.com:9283/"},"always_on_modules":{"nautilus":["balancer","crash","devicehealth","orchestrator_cli","progress","rbd_support","status","volumes"],"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"last_failure_osd_epoch":4,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.86:0","nonce":2501651365}]},{"addrvec":[{"type":"v2","addr":"172.21.15.86:0","nonce":1973619480}]}]}} 2024-09-10T18:15:27.146 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-10T18:15:27.146 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-10T18:15:27.146 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-10T18:15:27.345 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/mon.smithi086/config 2024-09-10T18:15:27.466 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:27 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:25.311268+0000 mgr.smithi086.qqqtpz (mgr.14162) 205 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:27.466 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:27 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:15:26.427919+0000 mon.smithi086 (mon.0) 509 : audit [DBG] from='client.? 172.21.15.86:0/1111153492' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T18:15:27.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:25.311268+0000 mgr.smithi086.qqqtpz (mgr.14162) 205 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:27.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:15:26.427919+0000 mon.smithi086 (mon.0) 509 : audit [DBG] from='client.? 172.21.15.86:0/1111153492' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T18:15:29.082 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-10T18:15:29.082 INFO:teuthology.orchestra.run.smithi086.stdout:{"epoch":51,"fsid":"c77f8420-6f9f-11ef-bcea-c7b262605968","created":"2024-09-10T18:09:50.717568+0000","modified":"2024-09-10T18:15:16.326641+0000","last_up_change":"2024-09-10T18:15:15.142798+0000","last_in_change":"2024-09-10T18:14:59.774303+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-09-10T18:13:37.567653+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"3d3cd70a-b792-439b-bfbc-88bfb1ffbc5e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6802","nonce":169958636},{"type":"v1","addr":"172.21.15.86:6803","nonce":169958636}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6804","nonce":169958636},{"type":"v1","addr":"172.21.15.86:6805","nonce":169958636}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6808","nonce":169958636},{"type":"v1","addr":"172.21.15.86:6809","nonce":169958636}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6806","nonce":169958636},{"type":"v1","addr":"172.21.15.86:6807","nonce":169958636}]},"public_addr":"172.21.15.86:6803/169958636","cluster_addr":"172.21.15.86:6805/169958636","heartbeat_back_addr":"172.21.15.86:6809/169958636","heartbeat_front_addr":"172.21.15.86:6807/169958636","state":["exists","up"]},{"osd":1,"uuid":"d5697fb0-e83b-427c-b2d9-91668283b663","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6810","nonce":700858145},{"type":"v1","addr":"172.21.15.86:6811","nonce":700858145}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6812","nonce":700858145},{"type":"v1","addr":"172.21.15.86:6813","nonce":700858145}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6816","nonce":700858145},{"type":"v1","addr":"172.21.15.86:6817","nonce":700858145}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6814","nonce":700858145},{"type":"v1","addr":"172.21.15.86:6815","nonce":700858145}]},"public_addr":"172.21.15.86:6811/700858145","cluster_addr":"172.21.15.86:6813/700858145","heartbeat_back_addr":"172.21.15.86:6817/700858145","heartbeat_front_addr":"172.21.15.86:6815/700858145","state":["exists","up"]},{"osd":2,"uuid":"8f9d8ae6-93c0-4c2c-8931-d748a34bc534","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6818","nonce":878270290},{"type":"v1","addr":"172.21.15.86:6819","nonce":878270290}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6820","nonce":878270290},{"type":"v1","addr":"172.21.15.86:6821","nonce":878270290}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6824","nonce":878270290},{"type":"v1","addr":"172.21.15.86:6825","nonce":878270290}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6822","nonce":878270290},{"type":"v1","addr":"172.21.15.86:6823","nonce":878270290}]},"public_addr":"172.21.15.86:6819/878270290","cluster_addr":"172.21.15.86:6821/878270290","heartbeat_back_addr":"172.21.15.86:6825/878270290","heartbeat_front_addr":"172.21.15.86:6823/878270290","state":["exists","up"]},{"osd":3,"uuid":"902cb99f-6151-4845-b74b-b3371b95f2a7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6826","nonce":1572292632},{"type":"v1","addr":"172.21.15.86:6827","nonce":1572292632}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6828","nonce":1572292632},{"type":"v1","addr":"172.21.15.86:6829","nonce":1572292632}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6832","nonce":1572292632},{"type":"v1","addr":"172.21.15.86:6833","nonce":1572292632}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6830","nonce":1572292632},{"type":"v1","addr":"172.21.15.86:6831","nonce":1572292632}]},"public_addr":"172.21.15.86:6827/1572292632","cluster_addr":"172.21.15.86:6829/1572292632","heartbeat_back_addr":"172.21.15.86:6833/1572292632","heartbeat_front_addr":"172.21.15.86:6831/1572292632","state":["exists","up"]},{"osd":4,"uuid":"c0c7960d-387f-4232-9653-2e3580e8b528","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6800","nonce":3231183562},{"type":"v1","addr":"172.21.15.155:6801","nonce":3231183562}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6802","nonce":3231183562},{"type":"v1","addr":"172.21.15.155:6803","nonce":3231183562}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6806","nonce":3231183562},{"type":"v1","addr":"172.21.15.155:6807","nonce":3231183562}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6804","nonce":3231183562},{"type":"v1","addr":"172.21.15.155:6805","nonce":3231183562}]},"public_addr":"172.21.15.155:6801/3231183562","cluster_addr":"172.21.15.155:6803/3231183562","heartbeat_back_addr":"172.21.15.155:6807/3231183562","heartbeat_front_addr":"172.21.15.155:6805/3231183562","state":["exists","up"]},{"osd":5,"uuid":"a89fd3c2-3bfa-40d6-81b5-bfae4ea621fe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6808","nonce":2989020409},{"type":"v1","addr":"172.21.15.155:6809","nonce":2989020409}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6810","nonce":2989020409},{"type":"v1","addr":"172.21.15.155:6811","nonce":2989020409}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6814","nonce":2989020409},{"type":"v1","addr":"172.21.15.155:6815","nonce":2989020409}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6812","nonce":2989020409},{"type":"v1","addr":"172.21.15.155:6813","nonce":2989020409}]},"public_addr":"172.21.15.155:6809/2989020409","cluster_addr":"172.21.15.155:6811/2989020409","heartbeat_back_addr":"172.21.15.155:6815/2989020409","heartbeat_front_addr":"172.21.15.155:6813/2989020409","state":["exists","up"]},{"osd":6,"uuid":"a6b81224-94bc-46d5-bee0-db18e72f6a9a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6816","nonce":1692396336},{"type":"v1","addr":"172.21.15.155:6817","nonce":1692396336}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6818","nonce":1692396336},{"type":"v1","addr":"172.21.15.155:6819","nonce":1692396336}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6822","nonce":1692396336},{"type":"v1","addr":"172.21.15.155:6823","nonce":1692396336}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6820","nonce":1692396336},{"type":"v1","addr":"172.21.15.155:6821","nonce":1692396336}]},"public_addr":"172.21.15.155:6817/1692396336","cluster_addr":"172.21.15.155:6819/1692396336","heartbeat_back_addr":"172.21.15.155:6823/1692396336","heartbeat_front_addr":"172.21.15.155:6821/1692396336","state":["exists","up"]},{"osd":7,"uuid":"2aa12692-9a8c-4a0f-bd28-d09f24ac2ac1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6824","nonce":3802424851},{"type":"v1","addr":"172.21.15.155:6825","nonce":3802424851}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6826","nonce":3802424851},{"type":"v1","addr":"172.21.15.155:6827","nonce":3802424851}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6830","nonce":3802424851},{"type":"v1","addr":"172.21.15.155:6831","nonce":3802424851}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6828","nonce":3802424851},{"type":"v1","addr":"172.21.15.155:6829","nonce":3802424851}]},"public_addr":"172.21.15.155:6825/3802424851","cluster_addr":"172.21.15.155:6827/3802424851","heartbeat_back_addr":"172.21.15.155:6831/3802424851","heartbeat_front_addr":"172.21.15.155:6829/3802424851","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:12:43.875673+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:13:11.953026+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:13:35.387423+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:13:58.525385+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:14:14.789069+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:14:34.098593+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:14:53.797765+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:15:13.237437+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.86:6801/1692947655":"2024-09-11T18:10:29.305972+0000","172.21.15.86:0/404541240":"2024-09-11T18:10:29.305972+0000","172.21.15.86:0/2810279445":"2024-09-11T18:10:29.305972+0000","172.21.15.86:0/3258595609":"2024-09-11T18:10:43.215004+0000","172.21.15.86:0/348122996":"2024-09-11T18:10:11.167045+0000","172.21.15.86:6801/3730665896":"2024-09-11T18:10:43.215004+0000","172.21.15.86:6800/3096561329":"2024-09-11T18:10:11.167045+0000","172.21.15.86:0/992245872":"2024-09-11T18:10:43.215004+0000","172.21.15.86:6801/3096561329":"2024-09-11T18:10:11.167045+0000","172.21.15.86:6800/3730665896":"2024-09-11T18:10:43.215004+0000","172.21.15.86:6800/1692947655":"2024-09-11T18:10:29.305972+0000","172.21.15.86:0/2975037624":"2024-09-11T18:10:11.167045+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-10T18:15:29.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:27.311536+0000 mgr.smithi086.qqqtpz (mgr.14162) 206 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:29.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:15:29.080035+0000 mon.smithi086 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.86:0/1555149235' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:15:29.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:27.311536+0000 mgr.smithi086.qqqtpz (mgr.14162) 206 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:29.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:15:29.080035+0000 mon.smithi086 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.86:0/1555149235' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:15:29.678 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-10T18:15:29.678 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-10T18:15:29.884 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/mon.smithi086/config 2024-09-10T18:15:31.313 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:31 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:29.311994+0000 mgr.smithi086.qqqtpz (mgr.14162) 207 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:31.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:29.311994+0000 mgr.smithi086.qqqtpz (mgr.14162) 207 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:31.837 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-10T18:15:31.837 INFO:teuthology.orchestra.run.smithi086.stdout:{"epoch":51,"fsid":"c77f8420-6f9f-11ef-bcea-c7b262605968","created":"2024-09-10T18:09:50.717568+0000","modified":"2024-09-10T18:15:16.326641+0000","last_up_change":"2024-09-10T18:15:15.142798+0000","last_in_change":"2024-09-10T18:14:59.774303+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-09-10T18:13:37.567653+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"3d3cd70a-b792-439b-bfbc-88bfb1ffbc5e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6802","nonce":169958636},{"type":"v1","addr":"172.21.15.86:6803","nonce":169958636}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6804","nonce":169958636},{"type":"v1","addr":"172.21.15.86:6805","nonce":169958636}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6808","nonce":169958636},{"type":"v1","addr":"172.21.15.86:6809","nonce":169958636}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6806","nonce":169958636},{"type":"v1","addr":"172.21.15.86:6807","nonce":169958636}]},"public_addr":"172.21.15.86:6803/169958636","cluster_addr":"172.21.15.86:6805/169958636","heartbeat_back_addr":"172.21.15.86:6809/169958636","heartbeat_front_addr":"172.21.15.86:6807/169958636","state":["exists","up"]},{"osd":1,"uuid":"d5697fb0-e83b-427c-b2d9-91668283b663","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6810","nonce":700858145},{"type":"v1","addr":"172.21.15.86:6811","nonce":700858145}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6812","nonce":700858145},{"type":"v1","addr":"172.21.15.86:6813","nonce":700858145}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6816","nonce":700858145},{"type":"v1","addr":"172.21.15.86:6817","nonce":700858145}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6814","nonce":700858145},{"type":"v1","addr":"172.21.15.86:6815","nonce":700858145}]},"public_addr":"172.21.15.86:6811/700858145","cluster_addr":"172.21.15.86:6813/700858145","heartbeat_back_addr":"172.21.15.86:6817/700858145","heartbeat_front_addr":"172.21.15.86:6815/700858145","state":["exists","up"]},{"osd":2,"uuid":"8f9d8ae6-93c0-4c2c-8931-d748a34bc534","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6818","nonce":878270290},{"type":"v1","addr":"172.21.15.86:6819","nonce":878270290}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6820","nonce":878270290},{"type":"v1","addr":"172.21.15.86:6821","nonce":878270290}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6824","nonce":878270290},{"type":"v1","addr":"172.21.15.86:6825","nonce":878270290}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6822","nonce":878270290},{"type":"v1","addr":"172.21.15.86:6823","nonce":878270290}]},"public_addr":"172.21.15.86:6819/878270290","cluster_addr":"172.21.15.86:6821/878270290","heartbeat_back_addr":"172.21.15.86:6825/878270290","heartbeat_front_addr":"172.21.15.86:6823/878270290","state":["exists","up"]},{"osd":3,"uuid":"902cb99f-6151-4845-b74b-b3371b95f2a7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6826","nonce":1572292632},{"type":"v1","addr":"172.21.15.86:6827","nonce":1572292632}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6828","nonce":1572292632},{"type":"v1","addr":"172.21.15.86:6829","nonce":1572292632}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6832","nonce":1572292632},{"type":"v1","addr":"172.21.15.86:6833","nonce":1572292632}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6830","nonce":1572292632},{"type":"v1","addr":"172.21.15.86:6831","nonce":1572292632}]},"public_addr":"172.21.15.86:6827/1572292632","cluster_addr":"172.21.15.86:6829/1572292632","heartbeat_back_addr":"172.21.15.86:6833/1572292632","heartbeat_front_addr":"172.21.15.86:6831/1572292632","state":["exists","up"]},{"osd":4,"uuid":"c0c7960d-387f-4232-9653-2e3580e8b528","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6800","nonce":3231183562},{"type":"v1","addr":"172.21.15.155:6801","nonce":3231183562}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6802","nonce":3231183562},{"type":"v1","addr":"172.21.15.155:6803","nonce":3231183562}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6806","nonce":3231183562},{"type":"v1","addr":"172.21.15.155:6807","nonce":3231183562}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6804","nonce":3231183562},{"type":"v1","addr":"172.21.15.155:6805","nonce":3231183562}]},"public_addr":"172.21.15.155:6801/3231183562","cluster_addr":"172.21.15.155:6803/3231183562","heartbeat_back_addr":"172.21.15.155:6807/3231183562","heartbeat_front_addr":"172.21.15.155:6805/3231183562","state":["exists","up"]},{"osd":5,"uuid":"a89fd3c2-3bfa-40d6-81b5-bfae4ea621fe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6808","nonce":2989020409},{"type":"v1","addr":"172.21.15.155:6809","nonce":2989020409}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6810","nonce":2989020409},{"type":"v1","addr":"172.21.15.155:6811","nonce":2989020409}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6814","nonce":2989020409},{"type":"v1","addr":"172.21.15.155:6815","nonce":2989020409}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6812","nonce":2989020409},{"type":"v1","addr":"172.21.15.155:6813","nonce":2989020409}]},"public_addr":"172.21.15.155:6809/2989020409","cluster_addr":"172.21.15.155:6811/2989020409","heartbeat_back_addr":"172.21.15.155:6815/2989020409","heartbeat_front_addr":"172.21.15.155:6813/2989020409","state":["exists","up"]},{"osd":6,"uuid":"a6b81224-94bc-46d5-bee0-db18e72f6a9a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6816","nonce":1692396336},{"type":"v1","addr":"172.21.15.155:6817","nonce":1692396336}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6818","nonce":1692396336},{"type":"v1","addr":"172.21.15.155:6819","nonce":1692396336}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6822","nonce":1692396336},{"type":"v1","addr":"172.21.15.155:6823","nonce":1692396336}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6820","nonce":1692396336},{"type":"v1","addr":"172.21.15.155:6821","nonce":1692396336}]},"public_addr":"172.21.15.155:6817/1692396336","cluster_addr":"172.21.15.155:6819/1692396336","heartbeat_back_addr":"172.21.15.155:6823/1692396336","heartbeat_front_addr":"172.21.15.155:6821/1692396336","state":["exists","up"]},{"osd":7,"uuid":"2aa12692-9a8c-4a0f-bd28-d09f24ac2ac1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6824","nonce":3802424851},{"type":"v1","addr":"172.21.15.155:6825","nonce":3802424851}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6826","nonce":3802424851},{"type":"v1","addr":"172.21.15.155:6827","nonce":3802424851}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6830","nonce":3802424851},{"type":"v1","addr":"172.21.15.155:6831","nonce":3802424851}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6828","nonce":3802424851},{"type":"v1","addr":"172.21.15.155:6829","nonce":3802424851}]},"public_addr":"172.21.15.155:6825/3802424851","cluster_addr":"172.21.15.155:6827/3802424851","heartbeat_back_addr":"172.21.15.155:6831/3802424851","heartbeat_front_addr":"172.21.15.155:6829/3802424851","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:12:43.875673+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:13:11.953026+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:13:35.387423+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:13:58.525385+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:14:14.789069+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:14:34.098593+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:14:53.797765+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:15:13.237437+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.86:6801/1692947655":"2024-09-11T18:10:29.305972+0000","172.21.15.86:0/404541240":"2024-09-11T18:10:29.305972+0000","172.21.15.86:0/2810279445":"2024-09-11T18:10:29.305972+0000","172.21.15.86:0/3258595609":"2024-09-11T18:10:43.215004+0000","172.21.15.86:0/348122996":"2024-09-11T18:10:11.167045+0000","172.21.15.86:6801/3730665896":"2024-09-11T18:10:43.215004+0000","172.21.15.86:6800/3096561329":"2024-09-11T18:10:11.167045+0000","172.21.15.86:0/992245872":"2024-09-11T18:10:43.215004+0000","172.21.15.86:6801/3096561329":"2024-09-11T18:10:11.167045+0000","172.21.15.86:6800/3730665896":"2024-09-11T18:10:43.215004+0000","172.21.15.86:6800/1692947655":"2024-09-11T18:10:29.305972+0000","172.21.15.86:0/2975037624":"2024-09-11T18:10:11.167045+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-10T18:15:32.532 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:15:31.835633+0000 mon.smithi086 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.86:0/260632704' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:15:32.558 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-10T18:15:32.558 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-10T18:15:32.559 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-10T18:15:32.559 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-10T18:15:32.559 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-10T18:15:32.560 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-10T18:15:32.560 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-09-10T18:15:32.561 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-09-10T18:15:32.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:15:31.835633+0000 mon.smithi086 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.86:0/260632704' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:15:32.941 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/mon.smithi086/config 2024-09-10T18:15:32.943 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/mon.smithi086/config 2024-09-10T18:15:32.943 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/mon.smithi086/config 2024-09-10T18:15:32.944 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/mon.smithi086/config 2024-09-10T18:15:32.952 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/mon.smithi086/config 2024-09-10T18:15:32.993 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/mon.smithi086/config 2024-09-10T18:15:33.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:31.312289+0000 mgr.smithi086.qqqtpz (mgr.14162) 208 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:33.425 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/mon.smithi086/config 2024-09-10T18:15:33.425 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/mon.smithi086/config 2024-09-10T18:15:33.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:31.312289+0000 mgr.smithi086.qqqtpz (mgr.14162) 208 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:35.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:33.312530+0000 mgr.smithi086.qqqtpz (mgr.14162) 209 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:35.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:33.312530+0000 mgr.smithi086.qqqtpz (mgr.14162) 209 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:37.430 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:35.312994+0000 mgr.smithi086.qqqtpz (mgr.14162) 210 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:37.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:35.312994+0000 mgr.smithi086.qqqtpz (mgr.14162) 210 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:39.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:39 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:37.313404+0000 mgr.smithi086.qqqtpz (mgr.14162) 211 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:39.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:39 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:37.313404+0000 mgr.smithi086.qqqtpz (mgr.14162) 211 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:41.243 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:41 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:39.313788+0000 mgr.smithi086.qqqtpz (mgr.14162) 212 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:41.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:41 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:39.313788+0000 mgr.smithi086.qqqtpz (mgr.14162) 212 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:43.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:41.314099+0000 mgr.smithi086.qqqtpz (mgr.14162) 213 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:43.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:43 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:41.314099+0000 mgr.smithi086.qqqtpz (mgr.14162) 213 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:44.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:15:43.410804+0000 mon.smithi086 (mon.0) 512 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:15:44.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:15:43.411076+0000 mon.smithi086 (mon.0) 513 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/trash_purge_schedule"}]: dispatch 2024-09-10T18:15:44.446 INFO:teuthology.orchestra.run.smithi086.stdout:81604378652 2024-09-10T18:15:44.446 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-10T18:15:44.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:44 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:15:43.410804+0000 mon.smithi086 (mon.0) 512 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:15:44.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:44 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:15:43.411076+0000 mon.smithi086 (mon.0) 513 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/trash_purge_schedule"}]: dispatch 2024-09-10T18:15:44.829 INFO:teuthology.orchestra.run.smithi086.stdout:184683593739 2024-09-10T18:15:44.829 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-09-10T18:15:45.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:43.314350+0000 mgr.smithi086.qqqtpz (mgr.14162) 214 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:45.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:45 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:43.314350+0000 mgr.smithi086.qqqtpz (mgr.14162) 214 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:46.775 INFO:teuthology.orchestra.run.smithi086.stdout:158913789969 2024-09-10T18:15:46.776 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-10T18:15:47.518 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:47 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:45.314753+0000 mgr.smithi086.qqqtpz (mgr.14162) 215 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:47.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:47 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:45.314753+0000 mgr.smithi086.qqqtpz (mgr.14162) 215 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:48.227 INFO:teuthology.orchestra.run.smithi086.stdout:111669149721 2024-09-10T18:15:48.228 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-10T18:15:48.675 INFO:teuthology.orchestra.run.smithi086.stdout:210453397511 2024-09-10T18:15:48.675 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-09-10T18:15:48.688 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/mon.smithi086/config 2024-09-10T18:15:48.688 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/mon.smithi086/config 2024-09-10T18:15:48.689 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/mon.smithi086/config 2024-09-10T18:15:49.145 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/mon.smithi086/config 2024-09-10T18:15:49.165 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/mon.smithi086/config 2024-09-10T18:15:49.534 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:49 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:47.315065+0000 mgr.smithi086.qqqtpz (mgr.14162) 216 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:49.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:47.315065+0000 mgr.smithi086.qqqtpz (mgr.14162) 216 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:51.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:51 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:49.315334+0000 mgr.smithi086.qqqtpz (mgr.14162) 217 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:51.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:51 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:49.315334+0000 mgr.smithi086.qqqtpz (mgr.14162) 217 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:52.189 INFO:teuthology.orchestra.run.smithi086.stdout:60129542178 2024-09-10T18:15:52.190 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-10T18:15:52.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:52 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:15:51.986955+0000 mon.smithi086 (mon.0) 514 : audit [DBG] from='client.? 172.21.15.86:0/4250606000' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-10T18:15:52.632 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:52 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:15:51.986955+0000 mon.smithi086 (mon.0) 514 : audit [DBG] from='client.? 172.21.15.86:0/4250606000' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-10T18:15:53.367 INFO:teuthology.orchestra.run.smithi086.stdout:184683593740 2024-09-10T18:15:53.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:53 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:51.315659+0000 mgr.smithi086.qqqtpz (mgr.14162) 218 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:53.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:53 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:51.315659+0000 mgr.smithi086.qqqtpz (mgr.14162) 218 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:53.940 INFO:teuthology.orchestra.run.smithi086.stdout:133143986196 2024-09-10T18:15:53.941 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-10T18:15:54.451 INFO:teuthology.orchestra.run.smithi086.stdout:38654705704 2024-09-10T18:15:54.452 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-10T18:15:55.302 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:53.315998+0000 mgr.smithi086.qqqtpz (mgr.14162) 219 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:55.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:55 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:53.315998+0000 mgr.smithi086.qqqtpz (mgr.14162) 219 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:55.928 INFO:tasks.cephadm.ceph_manager.ceph:need seq 184683593739 got 184683593740 for osd.6 2024-09-10T18:15:55.929 DEBUG:teuthology.parallel:result is None 2024-09-10T18:15:57.043 INFO:teuthology.orchestra.run.smithi086.stdout:81604378655 2024-09-10T18:15:57.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:57 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:55.316275+0000 mgr.smithi086.qqqtpz (mgr.14162) 220 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:57.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:57 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:15:57.042146+0000 mon.smithi086 (mon.0) 515 : audit [DBG] from='client.? 172.21.15.86:0/1478829339' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-10T18:15:57.633 INFO:teuthology.orchestra.run.smithi086.stdout:158913789971 2024-09-10T18:15:57.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:57 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:55.316275+0000 mgr.smithi086.qqqtpz (mgr.14162) 220 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:57.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:57 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:15:57.042146+0000 mon.smithi086 (mon.0) 515 : audit [DBG] from='client.? 172.21.15.86:0/1478829339' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-10T18:15:58.033 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378652 got 81604378655 for osd.2 2024-09-10T18:15:58.033 DEBUG:teuthology.parallel:result is None 2024-09-10T18:15:58.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:58 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:15:57.631686+0000 mon.smithi086 (mon.0) 516 : audit [DBG] from='client.? 172.21.15.86:0/2373475219' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-10T18:15:58.395 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/mon.smithi086/config 2024-09-10T18:15:58.396 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/mon.smithi086/config 2024-09-10T18:15:58.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:58 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:15:57.631686+0000 mon.smithi086 (mon.0) 516 : audit [DBG] from='client.? 172.21.15.86:0/2373475219' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-10T18:15:59.494 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:15:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:57.316739+0000 mgr.smithi086.qqqtpz (mgr.14162) 221 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:15:59.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:15:59 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:57.316739+0000 mgr.smithi086.qqqtpz (mgr.14162) 221 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:00.156 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/mon.smithi086/config 2024-09-10T18:16:00.671 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789969 got 158913789971 for osd.5 2024-09-10T18:16:00.672 DEBUG:teuthology.parallel:result is None 2024-09-10T18:16:01.096 INFO:teuthology.orchestra.run.smithi086.stdout:111669149723 2024-09-10T18:16:01.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:01 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:15:59.317105+0000 mgr.smithi086.qqqtpz (mgr.14162) 222 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:01.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:01 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:01.095548+0000 mon.smithi086 (mon.0) 517 : audit [DBG] from='client.? 172.21.15.86:0/4161217798' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-10T18:16:01.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:01 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:15:59.317105+0000 mgr.smithi086.qqqtpz (mgr.14162) 222 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:01.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:01 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:01.095548+0000 mon.smithi086 (mon.0) 517 : audit [DBG] from='client.? 172.21.15.86:0/4161217798' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-10T18:16:02.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:01.679424+0000 mon.smithi086 (mon.0) 518 : audit [DBG] from='client.? 172.21.15.86:0/2034956597' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-10T18:16:02.441 INFO:teuthology.orchestra.run.smithi086.stdout:210453397515 2024-09-10T18:16:02.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:02 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:01.679424+0000 mon.smithi086 (mon.0) 518 : audit [DBG] from='client.? 172.21.15.86:0/2034956597' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-10T18:16:03.046 INFO:tasks.cephadm.ceph_manager.ceph:need seq 210453397511 got 210453397515 for osd.7 2024-09-10T18:16:03.046 DEBUG:teuthology.parallel:result is None 2024-09-10T18:16:03.288 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:03 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:01.317419+0000 mgr.smithi086.qqqtpz (mgr.14162) 223 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:03.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:03 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:01.317419+0000 mgr.smithi086.qqqtpz (mgr.14162) 223 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:03.744 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149721 got 111669149723 for osd.3 2024-09-10T18:16:03.744 DEBUG:teuthology.parallel:result is None 2024-09-10T18:16:04.355 INFO:teuthology.orchestra.run.smithi086.stdout:60129542181 2024-09-10T18:16:05.519 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:03.317822+0000 mgr.smithi086.qqqtpz (mgr.14162) 224 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:05.519 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:04.354218+0000 mon.smithi086 (mon.0) 519 : audit [DBG] from='client.? 172.21.15.86:0/2936547592' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-10T18:16:05.543 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542178 got 60129542181 for osd.1 2024-09-10T18:16:05.543 DEBUG:teuthology.parallel:result is None 2024-09-10T18:16:05.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:03.317822+0000 mgr.smithi086.qqqtpz (mgr.14162) 224 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:05.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:04.354218+0000 mon.smithi086 (mon.0) 519 : audit [DBG] from='client.? 172.21.15.86:0/2936547592' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-10T18:16:06.161 INFO:teuthology.orchestra.run.smithi086.stdout:133143986200 2024-09-10T18:16:06.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:05.318260+0000 mgr.smithi086.qqqtpz (mgr.14162) 225 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:06.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:06.159926+0000 mon.smithi086 (mon.0) 520 : audit [DBG] from='client.? 172.21.15.86:0/3206763816' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-10T18:16:06.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:05.318260+0000 mgr.smithi086.qqqtpz (mgr.14162) 225 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:06.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:06.159926+0000 mon.smithi086 (mon.0) 520 : audit [DBG] from='client.? 172.21.15.86:0/3206763816' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-10T18:16:07.185 INFO:teuthology.orchestra.run.smithi086.stdout:38654705707 2024-09-10T18:16:07.440 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986196 got 133143986200 for osd.4 2024-09-10T18:16:07.440 DEBUG:teuthology.parallel:result is None 2024-09-10T18:16:07.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:07 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:07.184142+0000 mon.smithi086 (mon.0) 521 : audit [DBG] from='client.? 172.21.15.86:0/997950324' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-10T18:16:07.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:07.184142+0000 mon.smithi086 (mon.0) 521 : audit [DBG] from='client.? 172.21.15.86:0/997950324' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-10T18:16:08.039 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705704 got 38654705707 for osd.0 2024-09-10T18:16:08.040 DEBUG:teuthology.parallel:result is None 2024-09-10T18:16:08.040 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-10T18:16:08.040 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-10T18:16:08.246 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/mon.smithi086/config 2024-09-10T18:16:08.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:07.318747+0000 mgr.smithi086.qqqtpz (mgr.14162) 226 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:08.658 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:08 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:07.318747+0000 mgr.smithi086.qqqtpz (mgr.14162) 226 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:09.986 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-10T18:16:09.987 INFO:teuthology.orchestra.run.smithi086.stderr:dumped all 2024-09-10T18:16:10.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:10 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:09.319142+0000 mgr.smithi086.qqqtpz (mgr.14162) 227 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:10.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:10 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:09.982352+0000 mgr.smithi086.qqqtpz (mgr.14162) 228 : audit [DBG] from='client.14462 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:16:10.680 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:10 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:09.319142+0000 mgr.smithi086.qqqtpz (mgr.14162) 227 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:10.680 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:10 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:09.982352+0000 mgr.smithi086.qqqtpz (mgr.14162) 228 : audit [DBG] from='client.14462 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:16:10.706 INFO:teuthology.orchestra.run.smithi086.stdout:{"pg_ready":true,"pg_map":{"version":203,"stamp":"2024-09-10T18:16:09.318977+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":43312,"kb_used_data":3888,"kb_used_omap":0,"kb_used_meta":39360,"kb_avail":749917904,"statfs":{"total":767960285184,"available":767915933696,"internally_reserved":0,"allocated":3981312,"data_stored":1587983,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":40304640},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":"10","reported_epoch":"51","state":"active+clean","last_fresh":"2024-09-10T18:15:16.927405+0000","last_change":"2024-09-10T18:15:16.927405+0000","last_active":"2024-09-10T18:15:16.927405+0000","last_peered":"2024-09-10T18:15:16.927405+0000","last_clean":"2024-09-10T18:15:16.927405+0000","last_became_active":"2024-09-10T18:15:16.926920+0000","last_became_peered":"2024-09-10T18:15:16.926920+0000","last_unstale":"2024-09-10T18:15:16.927405+0000","last_undegraded":"2024-09-10T18:15:16.927405+0000","last_fullsized":"2024-09-10T18:15:16.927405+0000","mapping_epoch":50,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":51,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-10T18:13:38.310527+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-10T18:13:38.310527+0000","last_clean_scrub_stamp":"2024-09-10T18:13:38.310527+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":49,"seq":210453397517,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5232,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739920,"statfs":{"total":95995035648,"available":95989678080,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4849664},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54400000000000004}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53100000000000003}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51000000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46600000000000003}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39800000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41099999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66100000000000003}]}]},{"osd":6,"up_from":43,"seq":184683593744,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5296,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739856,"statfs":{"total":95995035648,"available":95989612544,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 10 18:15:56 2024","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.56200000000000006},{"interface":"front","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.51700000000000002}]},{"osd":1,"last update":"Tue Sep 10 18:15:56 2024","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.55300000000000005},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.59599999999999997}]},{"osd":2,"last update":"Tue Sep 10 18:15:56 2024","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.47099999999999997},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.58599999999999997}]},{"osd":3,"last update":"Tue Sep 10 18:15:56 2024","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.624},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.57399999999999995}]},{"osd":4,"last update":"Tue Sep 10 18:15:56 2024","interfaces":[{"interface":"back","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.48599999999999999},{"interface":"front","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.42699999999999999}]},{"osd":5,"last update":"Tue Sep 10 18:15:56 2024","interfaces":[{"interface":"back","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.39400000000000002},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.505}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54100000000000004}]}]},{"osd":1,"up_from":14,"seq":60129542182,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5548,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739604,"statfs":{"total":95995035648,"available":95989354496,"internally_reserved":0,"allocated":495616,"data_stored":198415,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 10 18:15:14 2024","interfaces":[{"interface":"back","average":{"1min":0.35199999999999998,"5min":0.31900000000000001,"15min":0.313},"min":{"1min":0.17499999999999999,"5min":0.17100000000000001,"15min":0.17100000000000001},"max":{"1min":0.56899999999999995,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.39600000000000002},{"interface":"front","average":{"1min":0.39100000000000001,"5min":0.33100000000000002,"15min":0.32100000000000001},"min":{"1min":0.252,"5min":0.186,"15min":0.186},"max":{"1min":0.61399999999999999,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.28499999999999998}]},{"osd":2,"last update":"Tue Sep 10 18:15:45 2024","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.35999999999999999,"15min":0.35199999999999998},"min":{"1min":0.30399999999999999,"5min":0.251,"15min":0.251},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.40799999999999997,"5min":0.373,"15min":0.36699999999999999},"min":{"1min":0.27200000000000002,"5min":0.248,"15min":0.248},"max":{"1min":0.56499999999999995,"5min":0.58699999999999997,"15min":0.58699999999999997},"last":0.36699999999999999}]},{"osd":3,"last update":"Tue Sep 10 18:15:02 2024","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"last":0.30199999999999999},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"last":0.31900000000000001}]},{"osd":4,"last update":"Tue Sep 10 18:15:17 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.56599999999999995},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.626}]},{"osd":5,"last update":"Tue Sep 10 18:15:37 2024","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.749},{"interface":"front","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.85599999999999998,"5min":0.85599999999999998,"15min":0.85599999999999998},"last":0.67700000000000005}]},{"osd":6,"last update":"Tue Sep 10 18:15:59 2024","interfaces":[{"interface":"back","average":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.59999999999999998},{"interface":"front","average":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"min":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.71999999999999997}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63600000000000001}]}]},{"osd":0,"up_from":9,"seq":38654705708,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5552,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739600,"statfs":{"total":95995035648,"available":95989350400,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Tue Sep 10 18:15:18 2024","interfaces":[{"interface":"back","average":{"1min":0.36299999999999999,"5min":0.30499999999999999,"15min":0.29499999999999998},"min":{"1min":0.23300000000000001,"5min":0.219,"15min":0.219},"max":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"last":0.42399999999999999},{"interface":"front","average":{"1min":0.36699999999999999,"5min":0.30599999999999999,"15min":0.29599999999999999},"min":{"1min":0.26600000000000001,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"last":0.50800000000000001}]},{"osd":2,"last update":"Tue Sep 10 18:15:40 2024","interfaces":[{"interface":"back","average":{"1min":0.35499999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"min":{"1min":0.27600000000000002,"5min":0.253,"15min":0.253},"max":{"1min":0.49099999999999999,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.45000000000000001},{"interface":"front","average":{"1min":0.40000000000000002,"5min":0.36799999999999999,"15min":0.36199999999999999},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.55700000000000005,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.54400000000000004}]},{"osd":3,"last update":"Tue Sep 10 18:15:02 2024","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"last":0.52300000000000002}]},{"osd":4,"last update":"Tue Sep 10 18:15:18 2024","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.67800000000000005},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.74399999999999999}]},{"osd":5,"last update":"Tue Sep 10 18:15:40 2024","interfaces":[{"interface":"back","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.69499999999999995},{"interface":"front","average":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.71399999999999997}]},{"osd":6,"last update":"Tue Sep 10 18:15:55 2024","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.70399999999999996},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":1,"5min":1,"15min":1},"last":0.78400000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.80100000000000005}]}]},{"osd":2,"up_from":19,"seq":81604378658,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5484,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739668,"statfs":{"total":95995035648,"available":95989420032,"internally_reserved":0,"allocated":495616,"data_stored":198018,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 10 18:15:46 2024","interfaces":[{"interface":"back","average":{"1min":0.373,"5min":0.35699999999999998,"15min":0.35399999999999998},"min":{"1min":0.24199999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.39200000000000002,"5min":0.35799999999999998,"15min":0.35199999999999998},"min":{"1min":0.253,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.57199999999999995}]},{"osd":1,"last update":"Tue Sep 10 18:15:46 2024","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.377,"15min":0.376},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.47199999999999998},{"interface":"front","average":{"1min":0.43099999999999999,"5min":0.376,"15min":0.36699999999999999},"min":{"1min":0.27800000000000002,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.54200000000000004}]},{"osd":3,"last update":"Tue Sep 10 18:16:06 2024","interfaces":[{"interface":"back","average":{"1min":0.39600000000000002,"5min":0.42799999999999999,"15min":0.434},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.56299999999999994,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.52400000000000002},{"interface":"front","average":{"1min":0.441,"5min":0.42499999999999999,"15min":0.42199999999999999},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.72899999999999998,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.60299999999999998}]},{"osd":4,"last update":"Tue Sep 10 18:15:18 2024","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.68200000000000005},{"interface":"front","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.61299999999999999}]},{"osd":5,"last update":"Tue Sep 10 18:15:36 2024","interfaces":[{"interface":"back","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.68999999999999995},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.95499999999999996,"5min":0.95499999999999996,"15min":0.95499999999999996},"last":0.73599999999999999}]},{"osd":6,"last update":"Tue Sep 10 18:15:57 2024","interfaces":[{"interface":"back","average":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.58799999999999997},{"interface":"front","average":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":0.877,"5min":0.877,"15min":0.877},"last":0.629}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64500000000000002}]}]},{"osd":3,"up_from":26,"seq":111669149725,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5424,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739728,"statfs":{"total":95995035648,"available":95989481472,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 10 18:16:02 2024","interfaces":[{"interface":"back","average":{"1min":0.38500000000000001,"5min":0.35699999999999998,"15min":0.35299999999999998},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.35099999999999998,"15min":0.34599999999999997},"min":{"1min":0.28000000000000003,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.48199999999999998}]},{"osd":1,"last update":"Tue Sep 10 18:16:02 2024","interfaces":[{"interface":"back","average":{"1min":0.38800000000000001,"5min":0.379,"15min":0.377},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.53500000000000003},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.378,"15min":0.374},"min":{"1min":0.29799999999999999,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.51300000000000001,"5min":0.56499999999999995,"15min":0.56499999999999995},"last":0.501}]},{"osd":2,"last update":"Tue Sep 10 18:16:02 2024","interfaces":[{"interface":"back","average":{"1min":0.42499999999999999,"5min":0.39700000000000002,"15min":0.39200000000000002},"min":{"1min":0.28499999999999998,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.52300000000000002},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.38300000000000001,"15min":0.379},"min":{"1min":0.28899999999999998,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.47099999999999997}]},{"osd":4,"last update":"Tue Sep 10 18:15:17 2024","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.77000000000000002},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.92300000000000004,"5min":0.92300000000000004,"15min":0.92300000000000004},"last":0.69999999999999996}]},{"osd":5,"last update":"Tue Sep 10 18:15:38 2024","interfaces":[{"interface":"back","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"last":0.76400000000000001},{"interface":"front","average":{"1min":0.626,"5min":0.626,"15min":0.626},"min":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.79000000000000004}]},{"osd":6,"last update":"Tue Sep 10 18:15:59 2024","interfaces":[{"interface":"back","average":{"1min":0.627,"5min":0.627,"15min":0.627},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"last":0.77900000000000003},{"interface":"front","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.746}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.72399999999999998}]}]},{"osd":4,"up_from":31,"seq":133143986201,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5424,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739728,"statfs":{"total":95995035648,"available":95989481472,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 10 18:15:21 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.435},{"interface":"front","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.35099999999999998}]},{"osd":1,"last update":"Tue Sep 10 18:15:21 2024","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.42199999999999999},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.33600000000000002}]},{"osd":2,"last update":"Tue Sep 10 18:15:21 2024","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":14.795999999999999},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81299999999999994},"last":0.41199999999999998}]},{"osd":3,"last update":"Tue Sep 10 18:15:21 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":14.814},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":14.776}]},{"osd":5,"last update":"Tue Sep 10 18:15:40 2024","interfaces":[{"interface":"back","average":{"1min":0.44,"5min":0.44,"15min":0.44},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.39900000000000002},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.45300000000000001}]},{"osd":6,"last update":"Tue Sep 10 18:15:55 2024","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.505},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.495}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46700000000000003}]}]},{"osd":5,"up_from":37,"seq":158913789973,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5352,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739800,"statfs":{"total":95995035648,"available":95989555200,"internally_reserved":0,"allocated":491520,"data_stored":198150,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 10 18:15:35 2024","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"last":0.60799999999999998}]},{"osd":1,"last update":"Tue Sep 10 18:15:35 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.85599999999999998,"5min":0.85599999999999998,"15min":0.85599999999999998},"last":0.61699999999999999},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.58799999999999997}]},{"osd":2,"last update":"Tue Sep 10 18:15:35 2024","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.41899999999999998},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.876,"5min":0.876,"15min":0.876},"last":0.56399999999999995}]},{"osd":3,"last update":"Tue Sep 10 18:15:35 2024","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.47499999999999998},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.54700000000000004}]},{"osd":4,"last update":"Tue Sep 10 18:15:35 2024","interfaces":[{"interface":"back","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.433},{"interface":"front","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.51700000000000002}]},{"osd":6,"last update":"Tue Sep 10 18:15:56 2024","interfaces":[{"interface":"back","average":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.40500000000000003},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.58199999999999996}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64400000000000002}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-10T18:16:10.708 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-10T18:16:10.913 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/mon.smithi086/config 2024-09-10T18:16:12.437 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:11.319488+0000 mgr.smithi086.qqqtpz (mgr.14162) 229 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:12.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:12 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:11.319488+0000 mgr.smithi086.qqqtpz (mgr.14162) 229 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:12.820 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-10T18:16:12.822 INFO:teuthology.orchestra.run.smithi086.stderr:dumped all 2024-09-10T18:16:13.413 INFO:teuthology.orchestra.run.smithi086.stdout:{"pg_ready":true,"pg_map":{"version":204,"stamp":"2024-09-10T18:16:11.319331+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":43312,"kb_used_data":3888,"kb_used_omap":0,"kb_used_meta":39360,"kb_avail":749917904,"statfs":{"total":767960285184,"available":767915933696,"internally_reserved":0,"allocated":3981312,"data_stored":1587983,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":40304640},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":"10","reported_epoch":"51","state":"active+clean","last_fresh":"2024-09-10T18:15:16.927405+0000","last_change":"2024-09-10T18:15:16.927405+0000","last_active":"2024-09-10T18:15:16.927405+0000","last_peered":"2024-09-10T18:15:16.927405+0000","last_clean":"2024-09-10T18:15:16.927405+0000","last_became_active":"2024-09-10T18:15:16.926920+0000","last_became_peered":"2024-09-10T18:15:16.926920+0000","last_unstale":"2024-09-10T18:15:16.927405+0000","last_undegraded":"2024-09-10T18:15:16.927405+0000","last_fullsized":"2024-09-10T18:15:16.927405+0000","mapping_epoch":50,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":51,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-10T18:13:38.310527+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-10T18:13:38.310527+0000","last_clean_scrub_stamp":"2024-09-10T18:13:38.310527+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":49,"seq":210453397518,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5232,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739920,"statfs":{"total":95995035648,"available":95989678080,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4849664},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61799999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63200000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54700000000000004}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65200000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.372}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34300000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42499999999999999}]}]},{"osd":6,"up_from":43,"seq":184683593745,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5296,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739856,"statfs":{"total":95995035648,"available":95989612544,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 10 18:15:56 2024","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.52600000000000002}]},{"osd":1,"last update":"Tue Sep 10 18:15:56 2024","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.435},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.56299999999999994}]},{"osd":2,"last update":"Tue Sep 10 18:15:56 2024","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.48699999999999999},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.39100000000000001}]},{"osd":3,"last update":"Tue Sep 10 18:15:56 2024","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.46100000000000002},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.44400000000000001}]},{"osd":4,"last update":"Tue Sep 10 18:15:56 2024","interfaces":[{"interface":"back","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.45600000000000002},{"interface":"front","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.51200000000000001}]},{"osd":5,"last update":"Tue Sep 10 18:15:56 2024","interfaces":[{"interface":"back","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.55000000000000004},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.58499999999999996}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57099999999999995}]}]},{"osd":1,"up_from":14,"seq":60129542183,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5548,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739604,"statfs":{"total":95995035648,"available":95989354496,"internally_reserved":0,"allocated":495616,"data_stored":198415,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 10 18:15:14 2024","interfaces":[{"interface":"back","average":{"1min":0.35199999999999998,"5min":0.31900000000000001,"15min":0.313},"min":{"1min":0.17499999999999999,"5min":0.17100000000000001,"15min":0.17100000000000001},"max":{"1min":0.56899999999999995,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.24199999999999999},{"interface":"front","average":{"1min":0.39100000000000001,"5min":0.33100000000000002,"15min":0.32100000000000001},"min":{"1min":0.252,"5min":0.186,"15min":0.186},"max":{"1min":0.61399999999999999,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.27200000000000002}]},{"osd":2,"last update":"Tue Sep 10 18:15:45 2024","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.35999999999999999,"15min":0.35199999999999998},"min":{"1min":0.30399999999999999,"5min":0.251,"15min":0.251},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.32800000000000001},{"interface":"front","average":{"1min":0.40799999999999997,"5min":0.373,"15min":0.36699999999999999},"min":{"1min":0.27200000000000002,"5min":0.248,"15min":0.248},"max":{"1min":0.56499999999999995,"5min":0.58699999999999997,"15min":0.58699999999999997},"last":0.29799999999999999}]},{"osd":3,"last update":"Tue Sep 10 18:16:04 2024","interfaces":[{"interface":"back","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.52000000000000002,"5min":0.57499999999999996,"15min":0.57499999999999996},"last":0.312},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.39900000000000002,"15min":0.39600000000000002},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.28000000000000003}]},{"osd":4,"last update":"Tue Sep 10 18:15:17 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.46500000000000002},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.35399999999999998}]},{"osd":5,"last update":"Tue Sep 10 18:15:37 2024","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.85599999999999998,"5min":0.85599999999999998,"15min":0.85599999999999998},"last":0.50700000000000001}]},{"osd":6,"last update":"Tue Sep 10 18:15:59 2024","interfaces":[{"interface":"back","average":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"min":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.40100000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53400000000000003}]}]},{"osd":0,"up_from":9,"seq":38654705709,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5552,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739600,"statfs":{"total":95995035648,"available":95989350400,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Tue Sep 10 18:15:18 2024","interfaces":[{"interface":"back","average":{"1min":0.36299999999999999,"5min":0.30499999999999999,"15min":0.29499999999999998},"min":{"1min":0.23300000000000001,"5min":0.219,"15min":0.219},"max":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"last":0.44600000000000001},{"interface":"front","average":{"1min":0.36699999999999999,"5min":0.30599999999999999,"15min":0.29599999999999999},"min":{"1min":0.26600000000000001,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"last":0.35399999999999998}]},{"osd":2,"last update":"Tue Sep 10 18:15:40 2024","interfaces":[{"interface":"back","average":{"1min":0.35499999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"min":{"1min":0.27600000000000002,"5min":0.253,"15min":0.253},"max":{"1min":0.49099999999999999,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.57999999999999996},{"interface":"front","average":{"1min":0.40000000000000002,"5min":0.36799999999999999,"15min":0.36199999999999999},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.55700000000000005,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.54800000000000004}]},{"osd":3,"last update":"Tue Sep 10 18:16:07 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.38100000000000001,"15min":0.379},"min":{"1min":0.26700000000000002,"5min":0.251,"15min":0.251},"max":{"1min":0.55100000000000005,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.42099999999999999,"5min":0.40799999999999997,"15min":0.40600000000000003},"min":{"1min":0.314,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.56699999999999995,"5min":0.58299999999999996,"15min":0.58299999999999996},"last":0.53300000000000003}]},{"osd":4,"last update":"Tue Sep 10 18:15:18 2024","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.65000000000000002},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.49399999999999999}]},{"osd":5,"last update":"Tue Sep 10 18:15:40 2024","interfaces":[{"interface":"back","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.80700000000000005}]},{"osd":6,"last update":"Tue Sep 10 18:15:55 2024","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.52400000000000002},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":1,"5min":1,"15min":1},"last":0.55600000000000005}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.84299999999999997}]}]},{"osd":2,"up_from":19,"seq":81604378658,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5484,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739668,"statfs":{"total":95995035648,"available":95989420032,"internally_reserved":0,"allocated":495616,"data_stored":198018,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 10 18:15:46 2024","interfaces":[{"interface":"back","average":{"1min":0.373,"5min":0.35699999999999998,"15min":0.35399999999999998},"min":{"1min":0.24199999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.39200000000000002,"5min":0.35799999999999998,"15min":0.35199999999999998},"min":{"1min":0.253,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.57199999999999995}]},{"osd":1,"last update":"Tue Sep 10 18:15:46 2024","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.377,"15min":0.376},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.47199999999999998},{"interface":"front","average":{"1min":0.43099999999999999,"5min":0.376,"15min":0.36699999999999999},"min":{"1min":0.27800000000000002,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.54200000000000004}]},{"osd":3,"last update":"Tue Sep 10 18:16:06 2024","interfaces":[{"interface":"back","average":{"1min":0.39600000000000002,"5min":0.42799999999999999,"15min":0.434},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.56299999999999994,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.52400000000000002},{"interface":"front","average":{"1min":0.441,"5min":0.42499999999999999,"15min":0.42199999999999999},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.72899999999999998,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.60299999999999998}]},{"osd":4,"last update":"Tue Sep 10 18:15:18 2024","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.68200000000000005},{"interface":"front","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.61299999999999999}]},{"osd":5,"last update":"Tue Sep 10 18:15:36 2024","interfaces":[{"interface":"back","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.68999999999999995},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.95499999999999996,"5min":0.95499999999999996,"15min":0.95499999999999996},"last":0.73599999999999999}]},{"osd":6,"last update":"Tue Sep 10 18:15:57 2024","interfaces":[{"interface":"back","average":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.58799999999999997},{"interface":"front","average":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":0.877,"5min":0.877,"15min":0.877},"last":0.629}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64500000000000002}]}]},{"osd":3,"up_from":26,"seq":111669149726,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5424,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739728,"statfs":{"total":95995035648,"available":95989481472,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 10 18:16:02 2024","interfaces":[{"interface":"back","average":{"1min":0.38500000000000001,"5min":0.35699999999999998,"15min":0.35299999999999998},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"last":0.314},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.35099999999999998,"15min":0.34599999999999997},"min":{"1min":0.28000000000000003,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.23799999999999999}]},{"osd":1,"last update":"Tue Sep 10 18:16:02 2024","interfaces":[{"interface":"back","average":{"1min":0.38800000000000001,"5min":0.379,"15min":0.377},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.28399999999999997},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.378,"15min":0.374},"min":{"1min":0.29799999999999999,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.51300000000000001,"5min":0.56499999999999995,"15min":0.56499999999999995},"last":0.35399999999999998}]},{"osd":2,"last update":"Tue Sep 10 18:16:02 2024","interfaces":[{"interface":"back","average":{"1min":0.42499999999999999,"5min":0.39700000000000002,"15min":0.39200000000000002},"min":{"1min":0.28499999999999998,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.629,"5min":0.629,"15min":0.629},"last":0.441},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.38300000000000001,"15min":0.379},"min":{"1min":0.28899999999999998,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.29699999999999999}]},{"osd":4,"last update":"Tue Sep 10 18:15:17 2024","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.92300000000000004,"5min":0.92300000000000004,"15min":0.92300000000000004},"last":0.48699999999999999}]},{"osd":5,"last update":"Tue Sep 10 18:15:38 2024","interfaces":[{"interface":"back","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"last":0.55100000000000005},{"interface":"front","average":{"1min":0.626,"5min":0.626,"15min":0.626},"min":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.496}]},{"osd":6,"last update":"Tue Sep 10 18:15:59 2024","interfaces":[{"interface":"back","average":{"1min":0.627,"5min":0.627,"15min":0.627},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"last":0.41099999999999998},{"interface":"front","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.51400000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41899999999999998}]}]},{"osd":4,"up_from":31,"seq":133143986201,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5424,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739728,"statfs":{"total":95995035648,"available":95989481472,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 10 18:15:21 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.435},{"interface":"front","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.35099999999999998}]},{"osd":1,"last update":"Tue Sep 10 18:15:21 2024","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.42199999999999999},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.33600000000000002}]},{"osd":2,"last update":"Tue Sep 10 18:15:21 2024","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":14.795999999999999},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81299999999999994},"last":0.41199999999999998}]},{"osd":3,"last update":"Tue Sep 10 18:15:21 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":14.814},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":14.776}]},{"osd":5,"last update":"Tue Sep 10 18:15:40 2024","interfaces":[{"interface":"back","average":{"1min":0.44,"5min":0.44,"15min":0.44},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.39900000000000002},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.45300000000000001}]},{"osd":6,"last update":"Tue Sep 10 18:15:55 2024","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.505},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.495}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46700000000000003}]}]},{"osd":5,"up_from":37,"seq":158913789974,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5352,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739800,"statfs":{"total":95995035648,"available":95989555200,"internally_reserved":0,"allocated":491520,"data_stored":198150,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 10 18:15:35 2024","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.53100000000000003},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"last":0.66600000000000004}]},{"osd":1,"last update":"Tue Sep 10 18:15:35 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.85599999999999998,"5min":0.85599999999999998,"15min":0.85599999999999998},"last":0.57099999999999995},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.64700000000000002}]},{"osd":2,"last update":"Tue Sep 10 18:15:35 2024","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.57599999999999996},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.876,"5min":0.876,"15min":0.876},"last":0.61499999999999999}]},{"osd":3,"last update":"Tue Sep 10 18:15:35 2024","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.60399999999999998},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.55100000000000005}]},{"osd":4,"last update":"Tue Sep 10 18:15:35 2024","interfaces":[{"interface":"back","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.42599999999999999},{"interface":"front","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.41799999999999998}]},{"osd":6,"last update":"Tue Sep 10 18:15:56 2024","interfaces":[{"interface":"back","average":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.442},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.46600000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39600000000000002}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-10T18:16:13.416 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-10T18:16:13.416 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-10T18:16:13.416 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-10T18:16:13.416 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph health --format=json 2024-09-10T18:16:13.629 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/mon.smithi086/config 2024-09-10T18:16:13.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:13 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:12.816777+0000 mgr.smithi086.qqqtpz (mgr.14162) 230 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:16:13.664 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:13 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:12.816777+0000 mgr.smithi086.qqqtpz (mgr.14162) 230 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:16:14.619 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:14 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:13.319755+0000 mgr.smithi086.qqqtpz (mgr.14162) 231 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:14.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:13.319755+0000 mgr.smithi086.qqqtpz (mgr.14162) 231 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:15.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:14.820403+0000 mon.smithi086 (mon.0) 522 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:16:15.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:15.059814+0000 mon.smithi086 (mon.0) 523 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:16:15.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:14.820403+0000 mon.smithi086 (mon.0) 522 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:16:15.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:15.059814+0000 mon.smithi086 (mon.0) 523 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:16:15.666 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-10T18:16:16.302 INFO:teuthology.orchestra.run.smithi086.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-10T18:16:16.302 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-10T18:16:16.302 INFO:tasks.cephadm:Setup complete, yielding 2024-09-10T18:16:16.302 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-10T18:16:16.311 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi086.front.sepia.ceph.com 2024-09-10T18:16:16.312 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- bash -c 'ceph orch status' 2024-09-10T18:16:16.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:15.320067+0000 mgr.smithi086.qqqtpz (mgr.14162) 232 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:16.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:15.664847+0000 mon.smithi086 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.86:0/1198800606' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-10T18:16:16.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:15.320067+0000 mgr.smithi086.qqqtpz (mgr.14162) 232 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:16.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:15.664847+0000 mon.smithi086 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.86:0/1198800606' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-10T18:16:18.304 INFO:teuthology.orchestra.run.smithi086.stdout:Backend: cephadm 2024-09-10T18:16:18.304 INFO:teuthology.orchestra.run.smithi086.stdout:Available: Yes 2024-09-10T18:16:18.304 INFO:teuthology.orchestra.run.smithi086.stdout:Paused: No 2024-09-10T18:16:18.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:18 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:17.320410+0000 mgr.smithi086.qqqtpz (mgr.14162) 233 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:18.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:18 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:18.302457+0000 mgr.smithi086.qqqtpz (mgr.14162) 234 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:16:18.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:18 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:17.320410+0000 mgr.smithi086.qqqtpz (mgr.14162) 233 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:18.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:18 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:18.302457+0000 mgr.smithi086.qqqtpz (mgr.14162) 234 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:16:18.975 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- bash -c 'ceph orch ps' 2024-09-10T18:16:20.581 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:20 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:19.320783+0000 mgr.smithi086.qqqtpz (mgr.14162) 235 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:20.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:20 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:19.320783+0000 mgr.smithi086.qqqtpz (mgr.14162) 235 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:21.000 INFO:teuthology.orchestra.run.smithi086.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2024-09-10T18:16:21.000 INFO:teuthology.orchestra.run.smithi086.stdout:alertmanager.smithi086 smithi086 *:9093,9094 running (3m) 87s ago 5m 0.20.0 0881eb8f169f 6f4c7936f6b6 2024-09-10T18:16:21.000 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi086 smithi086 running (5m) 87s ago 5m 16.2.4 8d91d370c2b8 9f2bafa17c41 2024-09-10T18:16:21.000 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi155 smithi155 running (4m) 69s ago 4m 16.2.4 8d91d370c2b8 be056b3d8fc4 2024-09-10T18:16:21.000 INFO:teuthology.orchestra.run.smithi086.stdout:grafana.smithi086 smithi086 *:3000 running (3m) 87s ago 4m 6.7.4 557c83e11646 013c9bd31cbe 2024-09-10T18:16:21.000 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi086.qqqtpz smithi086 *:9283 running (6m) 87s ago 6m 16.2.4 8d91d370c2b8 30d6ca6760d3 2024-09-10T18:16:21.000 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi155.gxleeu smithi155 *:8443,9283 running (4m) 69s ago 4m 16.2.4 8d91d370c2b8 6816cf43406d 2024-09-10T18:16:21.000 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi086 smithi086 running (6m) 87s ago 6m 16.2.4 8d91d370c2b8 51db5ba0401d 2024-09-10T18:16:21.001 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi155 smithi155 running (4m) 69s ago 4m 16.2.4 8d91d370c2b8 45a737cfbcde 2024-09-10T18:16:21.001 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi086 smithi086 *:9100 running (4m) 87s ago 4m 0.18.1 e5a616e4b9cf ebcaa2fe985c 2024-09-10T18:16:21.001 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi155 smithi155 *:9100 running (3m) 69s ago 3m 0.18.1 e5a616e4b9cf 1811325b1f2a 2024-09-10T18:16:21.001 INFO:teuthology.orchestra.run.smithi086.stdout:osd.0 smithi086 running (3m) 87s ago 3m 16.2.4 8d91d370c2b8 9ec5215242da 2024-09-10T18:16:21.001 INFO:teuthology.orchestra.run.smithi086.stdout:osd.1 smithi086 running (3m) 87s ago 3m 16.2.4 8d91d370c2b8 6f4c220ee750 2024-09-10T18:16:21.001 INFO:teuthology.orchestra.run.smithi086.stdout:osd.2 smithi086 running (2m) 87s ago 2m 16.2.4 8d91d370c2b8 fc881ce40288 2024-09-10T18:16:21.001 INFO:teuthology.orchestra.run.smithi086.stdout:osd.3 smithi086 running (2m) 87s ago 2m 16.2.4 8d91d370c2b8 62f9298fc37a 2024-09-10T18:16:21.001 INFO:teuthology.orchestra.run.smithi086.stdout:osd.4 smithi155 running (2m) 69s ago 2m 16.2.4 8d91d370c2b8 7068d2f6f340 2024-09-10T18:16:21.001 INFO:teuthology.orchestra.run.smithi086.stdout:osd.5 smithi155 running (111s) 69s ago 110s 16.2.4 8d91d370c2b8 4278b8fdd427 2024-09-10T18:16:21.001 INFO:teuthology.orchestra.run.smithi086.stdout:osd.6 smithi155 running (91s) 69s ago 91s 16.2.4 8d91d370c2b8 b1120f71f9ec 2024-09-10T18:16:21.001 INFO:teuthology.orchestra.run.smithi086.stdout:osd.7 smithi155 running (72s) 69s ago 71s 16.2.4 8d91d370c2b8 63785fceaf50 2024-09-10T18:16:21.001 INFO:teuthology.orchestra.run.smithi086.stdout:prometheus.smithi086 smithi086 *:9095 running (3m) 87s ago 4m 2.18.1 de242295e225 b0d895b622f6 2024-09-10T18:16:21.578 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:21 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:20.992408+0000 mgr.smithi086.qqqtpz (mgr.14162) 236 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:16:21.579 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- bash -c 'ceph orch ls' 2024-09-10T18:16:21.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:20.992408+0000 mgr.smithi086.qqqtpz (mgr.14162) 236 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:16:22.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:22 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:21.321215+0000 mgr.smithi086.qqqtpz (mgr.14162) 237 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:22.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:22 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:21.321215+0000 mgr.smithi086.qqqtpz (mgr.14162) 237 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:23.472 INFO:teuthology.orchestra.run.smithi086.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-10T18:16:23.472 INFO:teuthology.orchestra.run.smithi086.stdout:alertmanager 1/1 89s ago 5m count:1 2024-09-10T18:16:23.472 INFO:teuthology.orchestra.run.smithi086.stdout:crash 2/2 89s ago 6m * 2024-09-10T18:16:23.472 INFO:teuthology.orchestra.run.smithi086.stdout:grafana 1/1 89s ago 5m count:1 2024-09-10T18:16:23.472 INFO:teuthology.orchestra.run.smithi086.stdout:mgr 2/2 89s ago 6m count:2 2024-09-10T18:16:23.472 INFO:teuthology.orchestra.run.smithi086.stdout:mon 2/2 89s ago 5m smithi086:172.21.15.86=smithi086;smithi155:172.21.15.155=smithi155;count:2 2024-09-10T18:16:23.472 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter 2/2 89s ago 5m * 2024-09-10T18:16:23.472 INFO:teuthology.orchestra.run.smithi086.stdout:osd.unmanaged 8/8 89s ago - 2024-09-10T18:16:23.472 INFO:teuthology.orchestra.run.smithi086.stdout:prometheus 1/1 89s ago 5m count:1 2024-09-10T18:16:24.045 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- bash -c 'ceph orch host ls' 2024-09-10T18:16:24.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:24 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:23.321479+0000 mgr.smithi086.qqqtpz (mgr.14162) 238 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:24.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:24 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:23.467484+0000 mgr.smithi086.qqqtpz (mgr.14162) 239 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:16:24.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:24 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:23.321479+0000 mgr.smithi086.qqqtpz (mgr.14162) 238 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:24.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:24 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:23.467484+0000 mgr.smithi086.qqqtpz (mgr.14162) 239 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:16:25.975 INFO:teuthology.orchestra.run.smithi086.stdout:HOST ADDR LABELS STATUS 2024-09-10T18:16:25.975 INFO:teuthology.orchestra.run.smithi086.stdout:smithi086 172.21.15.86 2024-09-10T18:16:25.975 INFO:teuthology.orchestra.run.smithi086.stdout:smithi155 smithi155 2024-09-10T18:16:26.576 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:25.321813+0000 mgr.smithi086.qqqtpz (mgr.14162) 240 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:26.576 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:25.973610+0000 mgr.smithi086.qqqtpz (mgr.14162) 241 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:16:26.598 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- bash -c 'ceph orch device ls' 2024-09-10T18:16:26.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:25.321813+0000 mgr.smithi086.qqqtpz (mgr.14162) 240 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:26.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:25.973610+0000 mgr.smithi086.qqqtpz (mgr.14162) 241 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:16:28.500 INFO:teuthology.orchestra.run.smithi086.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2024-09-10T18:16:28.501 INFO:teuthology.orchestra.run.smithi086.stdout:smithi086 /dev/nvme0n1 ssd PHFT620400UL400BGN 400G Unknown N/A N/A No 2024-09-10T18:16:28.501 INFO:teuthology.orchestra.run.smithi086.stdout:smithi155 /dev/nvme0n1 ssd CVFT623300GW400BGN 400G Unknown N/A N/A No 2024-09-10T18:16:28.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:27.322290+0000 mgr.smithi086.qqqtpz (mgr.14162) 242 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:28.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:27.322290+0000 mgr.smithi086.qqqtpz (mgr.14162) 242 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:29.235 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-10T18:16:29.245 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi086.front.sepia.ceph.com 2024-09-10T18:16:29.245 DEBUG:teuthology.orchestra.run.smithi086:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-09-10T18:16:29.271 INFO:teuthology.orchestra.run.smithi086.stderr:+ systemctl stop nfs-server 2024-09-10T18:16:29.279 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi155.front.sepia.ceph.com 2024-09-10T18:16:29.280 DEBUG:teuthology.orchestra.run.smithi155:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-09-10T18:16:29.313 INFO:teuthology.orchestra.run.smithi155.stderr:+ systemctl stop nfs-server 2024-09-10T18:16:29.322 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-10T18:16:29.331 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi086.front.sepia.ceph.com 2024-09-10T18:16:29.331 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- bash -c 'ceph fs volume create foofs' 2024-09-10T18:16:29.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:28.498416+0000 mgr.smithi086.qqqtpz (mgr.14162) 243 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:16:29.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:28.498416+0000 mgr.smithi086.qqqtpz (mgr.14162) 243 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:16:30.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:29.322645+0000 mgr.smithi086.qqqtpz (mgr.14162) 244 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:30.659 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:30 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:29.322645+0000 mgr.smithi086.qqqtpz (mgr.14162) 244 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:32.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:31.317419+0000 mgr.smithi086.qqqtpz (mgr.14162) 245 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:16:32.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:31.318030+0000 mon.smithi086 (mon.0) 525 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-09-10T18:16:32.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:31 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:31.317419+0000 mgr.smithi086.qqqtpz (mgr.14162) 245 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:16:32.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:31 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:31.318030+0000 mon.smithi086 (mon.0) 525 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-09-10T18:16:32.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:31.322913+0000 mgr.smithi086.qqqtpz (mgr.14162) 246 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:32.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:31.610236+0000 mon.smithi086 (mon.0) 526 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-10T18:16:32.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:31.610282+0000 mon.smithi086 (mon.0) 527 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-10T18:16:32.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:31.611481+0000 mon.smithi086 (mon.0) 528 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-09-10T18:16:32.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:32.615701+0000 mon.smithi086 (mon.0) 529 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-10T18:16:32.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:32.617048+0000 mon.smithi086 (mon.0) 530 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-10T18:16:32.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:32.619929+0000 mon.smithi086 (mon.0) 531 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-09-10T18:16:32.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:32.620821+0000 mon.smithi086 (mon.0) 532 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-10T18:16:32.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:32.620852+0000 mon.smithi086 (mon.0) 533 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-10T18:16:32.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:32.627943+0000 mon.smithi086 (mon.0) 534 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-10T18:16:32.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:32.630366+0000 mon.smithi086 (mon.0) 535 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-10T18:16:32.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:32.631167+0000 mon.smithi086 (mon.0) 536 : cluster [DBG] fsmap foofs:0 2024-09-10T18:16:32.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:32.639549+0000 mon.smithi086 (mon.0) 537 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:16:32.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:32.640568+0000 mon.smithi086 (mon.0) 538 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:16:32.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:32.650016+0000 mon.smithi086 (mon.0) 539 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:16:32.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:32.656328+0000 mon.smithi086 (mon.0) 540 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:16:32.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:32.657275+0000 mon.smithi086 (mon.0) 541 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi086.wmhkxy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-10T18:16:32.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:32.661005+0000 mon.smithi086 (mon.0) 542 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi086.wmhkxy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-10T18:16:32.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:32.661839+0000 mon.smithi086 (mon.0) 543 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:16:32.974 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:16:32.619+0000 7f1dd7a14700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-10T18:16:32.974 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:31.322913+0000 mgr.smithi086.qqqtpz (mgr.14162) 246 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:32.974 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:31.610236+0000 mon.smithi086 (mon.0) 526 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-10T18:16:32.975 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:31.610282+0000 mon.smithi086 (mon.0) 527 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-10T18:16:32.975 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:31.611481+0000 mon.smithi086 (mon.0) 528 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-09-10T18:16:32.975 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:32.615701+0000 mon.smithi086 (mon.0) 529 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-10T18:16:32.975 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:32.617048+0000 mon.smithi086 (mon.0) 530 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-10T18:16:32.975 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:32.619929+0000 mon.smithi086 (mon.0) 531 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-09-10T18:16:32.975 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:32.620821+0000 mon.smithi086 (mon.0) 532 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-10T18:16:32.975 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:32.620852+0000 mon.smithi086 (mon.0) 533 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-10T18:16:32.975 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:32.627943+0000 mon.smithi086 (mon.0) 534 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-10T18:16:32.975 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:32.630366+0000 mon.smithi086 (mon.0) 535 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-10T18:16:32.975 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:32.631167+0000 mon.smithi086 (mon.0) 536 : cluster [DBG] fsmap foofs:0 2024-09-10T18:16:32.975 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:32.639549+0000 mon.smithi086 (mon.0) 537 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:16:32.975 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:32.640568+0000 mon.smithi086 (mon.0) 538 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:16:32.976 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:32.650016+0000 mon.smithi086 (mon.0) 539 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:16:32.976 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:32.656328+0000 mon.smithi086 (mon.0) 540 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:16:32.976 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:32.657275+0000 mon.smithi086 (mon.0) 541 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi086.wmhkxy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-10T18:16:32.976 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:32.661005+0000 mon.smithi086 (mon.0) 542 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi086.wmhkxy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-10T18:16:32.976 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:32.661839+0000 mon.smithi086 (mon.0) 543 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:16:33.280 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-10T18:16:33.290 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2024-09-10T18:16:33.290 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-10T18:16:34.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:16:32.634197+0000 mgr.smithi086.qqqtpz (mgr.14162) 247 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-09-10T18:16:34.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:16:32.662626+0000 mgr.smithi086.qqqtpz (mgr.14162) 248 : cephadm [INF] Deploying daemon mds.foofs.smithi086.wmhkxy on smithi086 2024-09-10T18:16:34.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:33.626708+0000 mon.smithi086 (mon.0) 544 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-10T18:16:34.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:16:32.634197+0000 mgr.smithi086.qqqtpz (mgr.14162) 247 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-09-10T18:16:34.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:16:32.662626+0000 mgr.smithi086.qqqtpz (mgr.14162) 248 : cephadm [INF] Deploying daemon mds.foofs.smithi086.wmhkxy on smithi086 2024-09-10T18:16:34.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:33.626708+0000 mon.smithi086 (mon.0) 544 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-10T18:16:35.077 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:34 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:33.323214+0000 mgr.smithi086.qqqtpz (mgr.14162) 249 : cluster [DBG] pgmap v218: 65 pgs: 1 creating+peering, 5 active+clean, 59 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:35.077 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:34 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:34.630958+0000 mon.smithi086 (mon.0) 545 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-10T18:16:35.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:34 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:33.323214+0000 mgr.smithi086.qqqtpz (mgr.14162) 249 : cluster [DBG] pgmap v218: 65 pgs: 1 creating+peering, 5 active+clean, 59 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:35.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:34 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:34.630958+0000 mon.smithi086 (mon.0) 545 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-10T18:16:36.582 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-10T18:16:36.582 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-10T18:10:33.871659Z", "last_refresh": "2024-09-10T18:14:53.901278Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-10T18:10:22.201751Z", "last_refresh": "2024-09-10T18:14:53.901336Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-09-10T18:10:31.536008Z", "last_refresh": "2024-09-10T18:14:53.901391Z", "running": 1, "size": 1}}, {"events": ["2024-09-10T18:16:32.639758Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-10T18:16:32.634222Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-10T18:10:21.036576Z", "last_refresh": "2024-09-10T18:14:53.901197Z", "running": 2, "size": 2}}, {"events": ["2024-09-10T18:11:04.376742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-10T18:11:04.374181Z", "last_refresh": "2024-09-10T18:14:53.901066Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-10T18:10:32.692254Z", "last_refresh": "2024-09-10T18:14:53.901447Z", "running": 2, "size": 2}}, {"placement": {}, "service_id": "unmanaged", "service_name": "osd.unmanaged", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29", "container_image_name": "docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949", "last_refresh": "2024-09-10T18:14:53.901559Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-10T18:10:30.370083Z", "last_refresh": "2024-09-10T18:14:53.901503Z", "running": 1, "size": 1}}] 2024-09-10T18:16:37.147 INFO:tasks.cephadm:mds.foofs has 1/2 2024-09-10T18:16:37.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:35.323709+0000 mgr.smithi086.qqqtpz (mgr.14162) 250 : cluster [DBG] pgmap v221: 65 pgs: 1 creating+peering, 31 active+clean, 33 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:37.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:36.233015+0000 mon.smithi086 (mon.0) 546 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:16:37.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:36.233791+0000 mon.smithi086 (mon.0) 547 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi155.ddyadp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-10T18:16:37.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:36.236366+0000 mon.smithi086 (mon.0) 548 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi155.ddyadp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-10T18:16:37.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:36.236930+0000 mon.smithi086 (mon.0) 549 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:16:37.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:16:36.237396+0000 mgr.smithi086.qqqtpz (mgr.14162) 251 : cephadm [INF] Deploying daemon mds.foofs.smithi155.ddyadp on smithi155 2024-09-10T18:16:37.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:36.863812+0000 mon.smithi086 (mon.0) 550 : cluster [DBG] mds.? [v2:172.21.15.86:6834/948349836,v1:172.21.15.86:6835/948349836] up:boot 2024-09-10T18:16:37.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:36.863850+0000 mon.smithi086 (mon.0) 551 : cluster [INF] daemon mds.foofs.smithi086.wmhkxy assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-10T18:16:37.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:36.863903+0000 mon.smithi086 (mon.0) 552 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-10T18:16:37.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:36.863929+0000 mon.smithi086 (mon.0) 553 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-10T18:16:37.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:36.863955+0000 mon.smithi086 (mon.0) 554 : cluster [INF] Cluster is now healthy 2024-09-10T18:16:37.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:36.864157+0000 mon.smithi086 (mon.0) 555 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-09-10T18:16:37.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:36.864250+0000 mon.smithi086 (mon.0) 556 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi086.wmhkxy"}]: dispatch 2024-09-10T18:16:37.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:36.866957+0000 mon.smithi086 (mon.0) 557 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi086.wmhkxy=up:creating} 2024-09-10T18:16:37.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:36.876780+0000 mon.smithi086 (mon.0) 558 : cluster [INF] daemon mds.foofs.smithi086.wmhkxy is now active in filesystem foofs as rank 0 2024-09-10T18:16:37.630 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:35.323709+0000 mgr.smithi086.qqqtpz (mgr.14162) 250 : cluster [DBG] pgmap v221: 65 pgs: 1 creating+peering, 31 active+clean, 33 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:37.630 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:36.233015+0000 mon.smithi086 (mon.0) 546 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:16:37.630 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:36.233791+0000 mon.smithi086 (mon.0) 547 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi155.ddyadp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-10T18:16:37.630 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:36.236366+0000 mon.smithi086 (mon.0) 548 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi155.ddyadp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-10T18:16:37.630 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:36.236930+0000 mon.smithi086 (mon.0) 549 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:16:37.630 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:16:36.237396+0000 mgr.smithi086.qqqtpz (mgr.14162) 251 : cephadm [INF] Deploying daemon mds.foofs.smithi155.ddyadp on smithi155 2024-09-10T18:16:37.630 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:36.863812+0000 mon.smithi086 (mon.0) 550 : cluster [DBG] mds.? [v2:172.21.15.86:6834/948349836,v1:172.21.15.86:6835/948349836] up:boot 2024-09-10T18:16:37.630 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:36.863850+0000 mon.smithi086 (mon.0) 551 : cluster [INF] daemon mds.foofs.smithi086.wmhkxy assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-10T18:16:37.631 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:36.863903+0000 mon.smithi086 (mon.0) 552 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-10T18:16:37.631 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:36.863929+0000 mon.smithi086 (mon.0) 553 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-10T18:16:37.631 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:36.863955+0000 mon.smithi086 (mon.0) 554 : cluster [INF] Cluster is now healthy 2024-09-10T18:16:37.631 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:36.864157+0000 mon.smithi086 (mon.0) 555 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-09-10T18:16:37.631 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:36.864250+0000 mon.smithi086 (mon.0) 556 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi086.wmhkxy"}]: dispatch 2024-09-10T18:16:37.631 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:36.866957+0000 mon.smithi086 (mon.0) 557 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi086.wmhkxy=up:creating} 2024-09-10T18:16:37.631 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:36.876780+0000 mon.smithi086 (mon.0) 558 : cluster [INF] daemon mds.foofs.smithi086.wmhkxy is now active in filesystem foofs as rank 0 2024-09-10T18:16:38.148 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-10T18:16:38.335 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:38 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:36.577153+0000 mgr.smithi086.qqqtpz (mgr.14162) 252 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:16:38.335 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:38 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:37.868263+0000 mon.smithi086 (mon.0) 559 : cluster [DBG] mds.? [v2:172.21.15.86:6834/948349836,v1:172.21.15.86:6835/948349836] up:active 2024-09-10T18:16:38.335 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:38 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:37.868313+0000 mon.smithi086 (mon.0) 560 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi086.wmhkxy=up:active} 2024-09-10T18:16:38.457 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:38 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:36.577153+0000 mgr.smithi086.qqqtpz (mgr.14162) 252 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:16:38.457 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:38 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:37.868263+0000 mon.smithi086 (mon.0) 559 : cluster [DBG] mds.? [v2:172.21.15.86:6834/948349836,v1:172.21.15.86:6835/948349836] up:active 2024-09-10T18:16:38.457 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:38 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:37.868313+0000 mon.smithi086 (mon.0) 560 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi086.wmhkxy=up:active} 2024-09-10T18:16:39.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:39 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:37.324274+0000 mgr.smithi086.qqqtpz (mgr.14162) 253 : cluster [DBG] pgmap v222: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:39.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:39 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:38.597679+0000 mon.smithi086 (mon.0) 561 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:16:39.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:39 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:38.598284+0000 mon.smithi086 (mon.0) 562 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:16:39.557 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:39 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:37.324274+0000 mgr.smithi086.qqqtpz (mgr.14162) 253 : cluster [DBG] pgmap v222: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:39.557 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:39 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:38.597679+0000 mon.smithi086 (mon.0) 561 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:16:39.557 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:39 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:38.598284+0000 mon.smithi086 (mon.0) 562 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:16:40.092 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-10T18:16:40.092 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-10T18:10:33.871659Z", "last_refresh": "2024-09-10T18:14:53.901278Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-10T18:10:22.201751Z", "last_refresh": "2024-09-10T18:14:53.901336Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-09-10T18:10:31.536008Z", "last_refresh": "2024-09-10T18:14:53.901391Z", "running": 1, "size": 1}}, {"events": ["2024-09-10T18:16:32.639758Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-10T18:16:32.634222Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-10T18:10:21.036576Z", "last_refresh": "2024-09-10T18:14:53.901197Z", "running": 2, "size": 2}}, {"events": ["2024-09-10T18:11:04.376742Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-10T18:11:04.374181Z", "last_refresh": "2024-09-10T18:14:53.901066Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-10T18:10:32.692254Z", "last_refresh": "2024-09-10T18:14:53.901447Z", "running": 2, "size": 2}}, {"placement": {}, "service_id": "unmanaged", "service_name": "osd.unmanaged", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29", "container_image_name": "docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949", "last_refresh": "2024-09-10T18:14:53.901559Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-10T18:10:30.370083Z", "last_refresh": "2024-09-10T18:14:53.901503Z", "running": 1, "size": 1}}] 2024-09-10T18:16:40.860 INFO:tasks.cephadm:mds.foofs has 2/2 2024-09-10T18:16:40.860 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-10T18:16:40.869 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi086.front.sepia.ceph.com 2024-09-10T18:16:40.869 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2024-09-10T18:16:41.492 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:41 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:39.324563+0000 mgr.smithi086.qqqtpz (mgr.14162) 254 : cluster [DBG] pgmap v223: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:41.492 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:41 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:40.087976+0000 mgr.smithi086.qqqtpz (mgr.14162) 255 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:16:41.492 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:41 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:40.366646+0000 mon.smithi086 (mon.0) 563 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:16:41.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:41 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:39.324563+0000 mgr.smithi086.qqqtpz (mgr.14162) 254 : cluster [DBG] pgmap v223: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-09-10T18:16:41.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:41 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:40.087976+0000 mgr.smithi086.qqqtpz (mgr.14162) 255 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:16:41.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:41 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:40.366646+0000 mon.smithi086 (mon.0) 563 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:16:43.429 INFO:teuthology.orchestra.run.smithi086.stderr:Invalid command: missing required parameter clusterid() 2024-09-10T18:16:43.429 INFO:teuthology.orchestra.run.smithi086.stderr:nfs cluster create [] : Create an NFS Cluster 2024-09-10T18:16:43.429 INFO:teuthology.orchestra.run.smithi086.stderr:Error EINVAL: invalid command 2024-09-10T18:16:43.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:41.325025+0000 mgr.smithi086.qqqtpz (mgr.14162) 256 : cluster [DBG] pgmap v224: 65 pgs: 65 active+clean; 2.2 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s wr, 12 op/s 2024-09-10T18:16:43.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:43 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:41.325025+0000 mgr.smithi086.qqqtpz (mgr.14162) 256 : cluster [DBG] pgmap v224: 65 pgs: 65 active+clean; 2.2 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s wr, 12 op/s 2024-09-10T18:16:44.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:43.256540+0000 mon.smithi086 (mon.0) 564 : cluster [DBG] mds.? [v2:172.21.15.155:6832/704433499,v1:172.21.15.155:6833/704433499] up:boot 2024-09-10T18:16:44.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:43.256747+0000 mon.smithi086 (mon.0) 565 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi086.wmhkxy=up:active} 1 up:standby 2024-09-10T18:16:44.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:43.256822+0000 mon.smithi086 (mon.0) 566 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi155.ddyadp"}]: dispatch 2024-09-10T18:16:44.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:43.258837+0000 mon.smithi086 (mon.0) 567 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi086.wmhkxy=up:active} 1 up:standby 2024-09-10T18:16:44.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:43.281031+0000 mon.smithi086 (mon.0) 568 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-09-10T18:16:44.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:43.411990+0000 mon.smithi086 (mon.0) 569 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:16:44.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:43.413033+0000 mon.smithi086 (mon.0) 570 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/trash_purge_schedule"}]: dispatch 2024-09-10T18:16:44.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:43.763905+0000 mon.smithi086 (mon.0) 571 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-09-10T18:16:44.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:44 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:43.256540+0000 mon.smithi086 (mon.0) 564 : cluster [DBG] mds.? [v2:172.21.15.155:6832/704433499,v1:172.21.15.155:6833/704433499] up:boot 2024-09-10T18:16:44.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:44 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:43.256747+0000 mon.smithi086 (mon.0) 565 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi086.wmhkxy=up:active} 1 up:standby 2024-09-10T18:16:44.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:44 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:43.256822+0000 mon.smithi086 (mon.0) 566 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi155.ddyadp"}]: dispatch 2024-09-10T18:16:44.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:44 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:43.258837+0000 mon.smithi086 (mon.0) 567 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi086.wmhkxy=up:active} 1 up:standby 2024-09-10T18:16:44.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:44 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:43.281031+0000 mon.smithi086 (mon.0) 568 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-09-10T18:16:44.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:44 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:43.411990+0000 mon.smithi086 (mon.0) 569 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:16:44.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:44 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:43.413033+0000 mon.smithi086 (mon.0) 570 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/trash_purge_schedule"}]: dispatch 2024-09-10T18:16:44.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:44 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:43.763905+0000 mon.smithi086 (mon.0) 571 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-09-10T18:16:45.296 INFO:teuthology.orchestra.run.smithi086.stdout:NFS Cluster Created Successfully 2024-09-10T18:16:45.438 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:43.325357+0000 mgr.smithi086.qqqtpz (mgr.14162) 257 : cluster [DBG] pgmap v225: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s wr, 6 op/s 2024-09-10T18:16:45.439 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:43.762913+0000 mgr.smithi086.qqqtpz (mgr.14162) 258 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "type": "cephfs", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:16:45.439 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:44.264572+0000 mon.smithi086 (mon.0) 572 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]': finished 2024-09-10T18:16:45.439 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:44.264675+0000 mon.smithi086 (mon.0) 573 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-09-10T18:16:45.439 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:44.264739+0000 mon.smithi086 (mon.0) 574 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-10T18:16:45.439 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:44.266200+0000 mon.smithi086 (mon.0) 575 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-09-10T18:16:45.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:45 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:43.325357+0000 mgr.smithi086.qqqtpz (mgr.14162) 257 : cluster [DBG] pgmap v225: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s wr, 6 op/s 2024-09-10T18:16:45.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:45 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:43.762913+0000 mgr.smithi086.qqqtpz (mgr.14162) 258 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "type": "cephfs", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:16:45.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:45 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:44.264572+0000 mon.smithi086 (mon.0) 572 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]': finished 2024-09-10T18:16:45.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:45 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:44.264675+0000 mon.smithi086 (mon.0) 573 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-09-10T18:16:45.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:45 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:44.264739+0000 mon.smithi086 (mon.0) 574 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-10T18:16:45.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:45 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:44.266200+0000 mon.smithi086 (mon.0) 575 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-09-10T18:16:46.226 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- bash -c 'ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-09-10T18:16:46.486 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:46 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:45.266595+0000 mon.smithi086 (mon.0) 576 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-09-10T18:16:46.486 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:46 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:45.266829+0000 mon.smithi086 (mon.0) 577 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-10T18:16:46.486 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:46 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:16:45.289844+0000 mgr.smithi086.qqqtpz (mgr.14162) 259 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-09-10T18:16:46.487 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:46 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:45.293673+0000 mon.smithi086 (mon.0) 578 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:16:46.487 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:46 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:46.268196+0000 mon.smithi086 (mon.0) 579 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-10T18:16:46.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:46 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:45.266595+0000 mon.smithi086 (mon.0) 576 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-09-10T18:16:46.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:46 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:45.266829+0000 mon.smithi086 (mon.0) 577 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-10T18:16:46.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:46 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:16:45.289844+0000 mgr.smithi086.qqqtpz (mgr.14162) 259 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-09-10T18:16:46.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:46 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:45.293673+0000 mon.smithi086 (mon.0) 578 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:16:46.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:46 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:46.268196+0000 mon.smithi086 (mon.0) 579 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-10T18:16:47.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:47 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:45.325691+0000 mgr.smithi086.qqqtpz (mgr.14162) 260 : cluster [DBG] pgmap v228: 97 pgs: 2 creating+activating, 8 creating+peering, 22 unknown, 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s wr, 4 op/s 2024-09-10T18:16:47.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:47 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:45.325691+0000 mgr.smithi086.qqqtpz (mgr.14162) 260 : cluster [DBG] pgmap v228: 97 pgs: 2 creating+activating, 8 creating+peering, 22 unknown, 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s wr, 4 op/s 2024-09-10T18:16:48.508 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:16:48.509 INFO:teuthology.orchestra.run.smithi086.stdout: "bind": "/fake", 2024-09-10T18:16:48.509 INFO:teuthology.orchestra.run.smithi086.stdout: "fs": "foofs", 2024-09-10T18:16:48.509 INFO:teuthology.orchestra.run.smithi086.stdout: "path": "/", 2024-09-10T18:16:48.509 INFO:teuthology.orchestra.run.smithi086.stdout: "cluster": "foo", 2024-09-10T18:16:48.509 INFO:teuthology.orchestra.run.smithi086.stdout: "mode": "RW" 2024-09-10T18:16:48.509 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:16:48.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:47.298325+0000 mon.smithi086 (mon.0) 580 : cluster [DBG] mds.? [v2:172.21.15.155:6832/704433499,v1:172.21.15.155:6833/704433499] up:standby 2024-09-10T18:16:48.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:47.298372+0000 mon.smithi086 (mon.0) 581 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi086.wmhkxy=up:active} 1 up:standby 2024-09-10T18:16:48.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:48.066055+0000 mon.smithi086 (mon.0) 582 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:16:48.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:48.069273+0000 mon.smithi086 (mon.0) 583 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:16:48.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:48.076434+0000 mon.smithi086 (mon.0) 584 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi155", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-09-10T18:16:48.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:48.079834+0000 mon.smithi086 (mon.0) 585 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi155", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-09-10T18:16:48.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:48.082684+0000 mon.smithi086 (mon.0) 586 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi155-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:16:48.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:48.086055+0000 mon.smithi086 (mon.0) 587 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi155-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T18:16:48.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:48.088384+0000 mon.smithi086 (mon.0) 588 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:16:48.620 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:47.298325+0000 mon.smithi086 (mon.0) 580 : cluster [DBG] mds.? [v2:172.21.15.155:6832/704433499,v1:172.21.15.155:6833/704433499] up:standby 2024-09-10T18:16:48.620 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:47.298372+0000 mon.smithi086 (mon.0) 581 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi086.wmhkxy=up:active} 1 up:standby 2024-09-10T18:16:48.620 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:48.066055+0000 mon.smithi086 (mon.0) 582 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:16:48.620 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:48.069273+0000 mon.smithi086 (mon.0) 583 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:16:48.620 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:48.076434+0000 mon.smithi086 (mon.0) 584 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi155", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-09-10T18:16:48.621 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:48.079834+0000 mon.smithi086 (mon.0) 585 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi155", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-09-10T18:16:48.621 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:48.082684+0000 mon.smithi086 (mon.0) 586 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi155-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:16:48.621 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:48.086055+0000 mon.smithi086 (mon.0) 587 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi155-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T18:16:48.621 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:48.088384+0000 mon.smithi086 (mon.0) 588 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:16:49.214 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2024-09-10T18:16:49.511 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:49 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:47.326251+0000 mgr.smithi086.qqqtpz (mgr.14162) 261 : cluster [DBG] pgmap v230: 97 pgs: 2 creating+activating, 8 creating+peering, 1 unknown, 86 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-10T18:16:49.511 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:49 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:16:48.071186+0000 mgr.smithi086.qqqtpz (mgr.14162) 262 : cephadm [INF] Checking pool "nfs-ganesha" exists for service nfs.foo 2024-09-10T18:16:49.511 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:49 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:16:48.076231+0000 mgr.smithi086.qqqtpz (mgr.14162) 263 : cephadm [INF] Creating key for client.nfs.foo.smithi155 2024-09-10T18:16:49.512 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:49 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:16:48.082344+0000 mgr.smithi086.qqqtpz (mgr.14162) 264 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-10T18:16:49.512 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:49 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:16:48.082441+0000 mgr.smithi086.qqqtpz (mgr.14162) 265 : cephadm [INF] Creating key for client.nfs.foo.smithi155-rgw 2024-09-10T18:16:49.512 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:49 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:16:48.089021+0000 mgr.smithi086.qqqtpz (mgr.14162) 266 : cephadm [INF] Deploying daemon nfs.foo.smithi155 on smithi155 2024-09-10T18:16:49.512 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:49 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:48.500075+0000 mon.smithi086 (mon.0) 589 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-09-10T18:16:49.512 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:49 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:48.503679+0000 mon.smithi086 (mon.0) 590 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-09-10T18:16:49.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:47.326251+0000 mgr.smithi086.qqqtpz (mgr.14162) 261 : cluster [DBG] pgmap v230: 97 pgs: 2 creating+activating, 8 creating+peering, 1 unknown, 86 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-10T18:16:49.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:16:48.071186+0000 mgr.smithi086.qqqtpz (mgr.14162) 262 : cephadm [INF] Checking pool "nfs-ganesha" exists for service nfs.foo 2024-09-10T18:16:49.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:16:48.076231+0000 mgr.smithi086.qqqtpz (mgr.14162) 263 : cephadm [INF] Creating key for client.nfs.foo.smithi155 2024-09-10T18:16:49.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:16:48.082344+0000 mgr.smithi086.qqqtpz (mgr.14162) 264 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-10T18:16:49.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:16:48.082441+0000 mgr.smithi086.qqqtpz (mgr.14162) 265 : cephadm [INF] Creating key for client.nfs.foo.smithi155-rgw 2024-09-10T18:16:49.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:16:48.089021+0000 mgr.smithi086.qqqtpz (mgr.14162) 266 : cephadm [INF] Deploying daemon nfs.foo.smithi155 on smithi155 2024-09-10T18:16:49.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:48.500075+0000 mon.smithi086 (mon.0) 589 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-09-10T18:16:49.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:48.503679+0000 mon.smithi086 (mon.0) 590 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-09-10T18:16:50.326 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:48.479958+0000 mgr.smithi086.qqqtpz (mgr.14162) 267 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:16:50.582 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:48.479958+0000 mgr.smithi086.qqqtpz (mgr.14162) 267 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:16:51.365 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:51 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:49.326585+0000 mgr.smithi086.qqqtpz (mgr.14162) 268 : cluster [DBG] pgmap v231: 97 pgs: 2 creating+activating, 8 creating+peering, 87 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-10T18:16:51.365 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:51 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:50.314286+0000 mon.smithi086 (mon.0) 591 : cluster [DBG] mgrmap e19: smithi086.qqqtpz(active, since 6m), standbys: smithi155.gxleeu 2024-09-10T18:16:51.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:51 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:49.326585+0000 mgr.smithi086.qqqtpz (mgr.14162) 268 : cluster [DBG] pgmap v231: 97 pgs: 2 creating+activating, 8 creating+peering, 87 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-10T18:16:51.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:51 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:50.314286+0000 mon.smithi086 (mon.0) 591 : cluster [DBG] mgrmap e19: smithi086.qqqtpz(active, since 6m), standbys: smithi155.gxleeu 2024-09-10T18:16:52.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:52 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:51.261032+0000 mgr.smithi086.qqqtpz (mgr.14162) 269 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:16:52.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:52 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:51.644192+0000 mon.smithi086 (mon.0) 592 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:16:52.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:52 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:51.644997+0000 mon.smithi086 (mon.0) 593 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi086", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-09-10T18:16:52.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:52 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:51.647399+0000 mon.smithi086 (mon.0) 594 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi086", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-09-10T18:16:52.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:52 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:51.648596+0000 mon.smithi086 (mon.0) 595 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi086-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:16:52.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:52 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:51.651026+0000 mon.smithi086 (mon.0) 596 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi086-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T18:16:52.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:52 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:51.651781+0000 mon.smithi086 (mon.0) 597 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:16:52.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:52 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:51.261032+0000 mgr.smithi086.qqqtpz (mgr.14162) 269 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:16:52.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:52 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:51.644192+0000 mon.smithi086 (mon.0) 592 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:16:52.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:52 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:51.644997+0000 mon.smithi086 (mon.0) 593 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi086", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-09-10T18:16:52.634 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:52 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:51.647399+0000 mon.smithi086 (mon.0) 594 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi086", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-09-10T18:16:52.634 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:52 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:51.648596+0000 mon.smithi086 (mon.0) 595 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi086-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:16:52.634 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:52 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:51.651026+0000 mon.smithi086 (mon.0) 596 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi086-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T18:16:52.634 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:52 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:51.651781+0000 mon.smithi086 (mon.0) 597 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:16:53.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:53 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:51.327202+0000 mgr.smithi086.qqqtpz (mgr.14162) 270 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 144 B/s rd, 579 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-10T18:16:53.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:53 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:16:51.644788+0000 mgr.smithi086.qqqtpz (mgr.14162) 271 : cephadm [INF] Creating key for client.nfs.foo.smithi086 2024-09-10T18:16:53.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:53 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:16:51.648358+0000 mgr.smithi086.qqqtpz (mgr.14162) 272 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-10T18:16:53.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:53 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:16:51.648420+0000 mgr.smithi086.qqqtpz (mgr.14162) 273 : cephadm [INF] Creating key for client.nfs.foo.smithi086-rgw 2024-09-10T18:16:53.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:53 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:16:51.652295+0000 mgr.smithi086.qqqtpz (mgr.14162) 274 : cephadm [INF] Deploying daemon nfs.foo.smithi086 on smithi086 2024-09-10T18:16:53.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:53 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:51.327202+0000 mgr.smithi086.qqqtpz (mgr.14162) 270 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 144 B/s rd, 579 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-10T18:16:53.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:53 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:16:51.644788+0000 mgr.smithi086.qqqtpz (mgr.14162) 271 : cephadm [INF] Creating key for client.nfs.foo.smithi086 2024-09-10T18:16:53.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:53 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:16:51.648358+0000 mgr.smithi086.qqqtpz (mgr.14162) 272 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-10T18:16:53.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:53 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:16:51.648420+0000 mgr.smithi086.qqqtpz (mgr.14162) 273 : cephadm [INF] Creating key for client.nfs.foo.smithi086-rgw 2024-09-10T18:16:53.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:53 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:16:51.652295+0000 mgr.smithi086.qqqtpz (mgr.14162) 274 : cephadm [INF] Deploying daemon nfs.foo.smithi086 on smithi086 2024-09-10T18:16:54.572 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:54 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:52.555176+0000 mgr.smithi086.qqqtpz (mgr.14162) 275 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:16:54.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:54 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:52.555176+0000 mgr.smithi086.qqqtpz (mgr.14162) 275 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:16:55.403 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:53.327569+0000 mgr.smithi086.qqqtpz (mgr.14162) 276 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 508 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-10T18:16:55.403 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:53.862929+0000 mgr.smithi086.qqqtpz (mgr.14162) 277 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:16:55.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:55 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:53.327569+0000 mgr.smithi086.qqqtpz (mgr.14162) 276 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 508 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-10T18:16:55.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:55 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:53.862929+0000 mgr.smithi086.qqqtpz (mgr.14162) 277 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:16:56.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:56 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:55.159558+0000 mgr.smithi086.qqqtpz (mgr.14162) 278 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:16:56.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:56 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:55.672698+0000 mon.smithi086 (mon.0) 598 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:16:56.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:56 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:55.673364+0000 mon.smithi086 (mon.0) 599 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:16:56.443 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:56 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:55.159558+0000 mgr.smithi086.qqqtpz (mgr.14162) 278 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:16:56.443 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:56 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:55.672698+0000 mon.smithi086 (mon.0) 598 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:16:56.443 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:56 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:55.673364+0000 mon.smithi086 (mon.0) 599 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:16:56.482 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo 2/2 - 11s count:2 2024-09-10T18:16:57.303 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-10T18:16:57.313 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi086.front.sepia.ceph.com 2024-09-10T18:16:57.313 DEBUG:teuthology.orchestra.run.smithi086:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-09-10T18:16:57.341 INFO:teuthology.orchestra.run.smithi086.stderr:+ mkdir /mnt/foo 2024-09-10T18:16:57.354 DEBUG:teuthology.orchestra.run.smithi086:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2024-09-10T18:16:57.420 INFO:teuthology.orchestra.run.smithi086.stderr:++ hostname 2024-09-10T18:16:57.420 INFO:teuthology.orchestra.run.smithi086.stderr:+ mount -t nfs smithi086:/fake /mnt/foo -o sync 2024-09-10T18:16:57.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:57 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:55.328054+0000 mgr.smithi086.qqqtpz (mgr.14162) 279 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 204 B/s rd, 819 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-10T18:16:57.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:57 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:55.328054+0000 mgr.smithi086.qqqtpz (mgr.14162) 279 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 204 B/s rd, 819 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-10T18:16:58.048 INFO:teuthology.orchestra.run.smithi086.stderr:Created symlink /run/systemd/system/remote-fs.target.wants/rpc-statd.service → /usr/lib/systemd/system/rpc-statd.service. 2024-09-10T18:16:58.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:58 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:56.465264+0000 mgr.smithi086.qqqtpz (mgr.14162) 280 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:16:58.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:58 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:57.328457+0000 mgr.smithi086.qqqtpz (mgr.14162) 281 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 2.1 KiB/s wr, 5 op/s; 0 B/s, 0 objects/s recovering 2024-09-10T18:16:58.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:16:58 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:16:58.189717+0000 mon.smithi086 (mon.0) 600 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:16:58.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:58 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:56.465264+0000 mgr.smithi086.qqqtpz (mgr.14162) 280 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:16:58.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:58 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:57.328457+0000 mgr.smithi086.qqqtpz (mgr.14162) 281 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 2.1 KiB/s wr, 5 op/s; 0 B/s, 0 objects/s recovering 2024-09-10T18:16:58.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:16:58 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:16:58.189717+0000 mon.smithi086 (mon.0) 600 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:17:00.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:16:59.328775+0000 mgr.smithi086.qqqtpz (mgr.14162) 282 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 1.9 KiB/s wr, 4 op/s 2024-09-10T18:17:00.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:16:59.328775+0000 mgr.smithi086.qqqtpz (mgr.14162) 282 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 1.9 KiB/s wr, 4 op/s 2024-09-10T18:17:02.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:02 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:01.329303+0000 mgr.smithi086.qqqtpz (mgr.14162) 283 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 2.0 KiB/s wr, 5 op/s 2024-09-10T18:17:02.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:02 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:01.346759+0000 mon.smithi086 (mon.0) 601 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:17:02.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:02 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:01.352288+0000 mon.smithi086 (mon.0) 602 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:17:02.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:02 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:01.355111+0000 mon.smithi086 (mon.0) 603 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:17:02.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:02 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:01.361124+0000 mon.smithi086 (mon.0) 604 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:17:02.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:01.329303+0000 mgr.smithi086.qqqtpz (mgr.14162) 283 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 2.0 KiB/s wr, 5 op/s 2024-09-10T18:17:02.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:01.346759+0000 mon.smithi086 (mon.0) 601 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:17:02.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:01.352288+0000 mon.smithi086 (mon.0) 602 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:17:02.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:01.355111+0000 mon.smithi086 (mon.0) 603 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:17:02.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:01.361124+0000 mon.smithi086 (mon.0) 604 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:17:04.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:03.329687+0000 mgr.smithi086.qqqtpz (mgr.14162) 284 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2024-09-10T18:17:04.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:03.329687+0000 mgr.smithi086.qqqtpz (mgr.14162) 284 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2024-09-10T18:17:05.340 DEBUG:teuthology.orchestra.run.smithi086:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-09-10T18:17:05.411 INFO:teuthology.orchestra.run.smithi086.stderr:+ echo test 2024-09-10T18:17:05.422 DEBUG:teuthology.orchestra.run.smithi086:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-09-10T18:17:05.489 INFO:teuthology.orchestra.run.smithi086.stderr:+ sync 2024-09-10T18:17:05.625 INFO:teuthology.run_tasks:Running task parallel... 2024-09-10T18:17:05.928 INFO:teuthology.task.parallel:starting parallel... 2024-09-10T18:17:05.928 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-09-10T18:17:05.929 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-09-10T18:17:05.929 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi086.front.sepia.ceph.com 2024-09-10T18:17:05.929 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-09-10T18:17:05.930 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-09-10T18:17:05.930 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-09-10T18:17:05.931 INFO:teuthology.task.exec:Executing custom commands... 2024-09-10T18:17:05.931 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi086.front.sepia.ceph.com 2024-09-10T18:17:05.931 DEBUG:teuthology.orchestra.run.smithi086:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2024-09-10T18:17:05.978 INFO:teuthology.orchestra.run.smithi086.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-09-10T18:17:05.978 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-10T18:17:05.978 INFO:teuthology.orchestra.run.smithi086.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2024-09-10T18:17:05.979 INFO:teuthology.orchestra.run.smithi086.stdout:3 of 5 processes prepared for launch 0 sec 2024-09-10T18:17:06.079 INFO:teuthology.orchestra.run.smithi086.stdout:5 of 5 processes prepared for launch 0 sec 2024-09-10T18:17:06.079 INFO:teuthology.orchestra.run.smithi086.stdout:releasing clients 2024-09-10T18:17:06.546 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:05.330235+0000 mgr.smithi086.qqqtpz (mgr.14162) 285 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 4.1 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.9 KiB/s wr, 5 op/s 2024-09-10T18:17:06.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:05.330235+0000 mgr.smithi086.qqqtpz (mgr.14162) 285 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 4.1 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.9 KiB/s wr, 5 op/s 2024-09-10T18:17:07.079 INFO:teuthology.orchestra.run.smithi086.stdout: 5 323 58.66 MB/sec warmup 1 sec latency 12.790 ms 2024-09-10T18:17:08.080 INFO:teuthology.orchestra.run.smithi086.stdout: 5 696 52.99 MB/sec warmup 2 sec latency 10.204 ms 2024-09-10T18:17:08.570 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:08 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:07.330785+0000 mgr.smithi086.qqqtpz (mgr.14162) 286 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 4.3 MiB data, 61 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 372 KiB/s wr, 11 op/s 2024-09-10T18:17:08.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:07.330785+0000 mgr.smithi086.qqqtpz (mgr.14162) 286 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 4.3 MiB data, 61 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 372 KiB/s wr, 11 op/s 2024-09-10T18:17:08.910 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-09-10T18:17:09.080 INFO:teuthology.orchestra.run.smithi086.stdout: 5 1980 44.15 MB/sec warmup 3 sec latency 10.265 ms 2024-09-10T18:17:10.080 INFO:teuthology.orchestra.run.smithi086.stdout: 5 3422 45.07 MB/sec warmup 4 sec latency 10.494 ms 2024-09-10T18:17:10.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:10 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:09.331189+0000 mgr.smithi086.qqqtpz (mgr.14162) 287 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.3 MiB data, 90 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 370 KiB/s wr, 7 op/s 2024-09-10T18:17:10.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:10 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:09.331189+0000 mgr.smithi086.qqqtpz (mgr.14162) 287 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.3 MiB data, 90 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 370 KiB/s wr, 7 op/s 2024-09-10T18:17:11.080 INFO:teuthology.orchestra.run.smithi086.stdout: 5 4423 40.70 MB/sec warmup 5 sec latency 91.306 ms 2024-09-10T18:17:12.080 INFO:teuthology.orchestra.run.smithi086.stdout: 5 5816 38.66 MB/sec warmup 6 sec latency 22.346 ms 2024-09-10T18:17:12.451 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:11.331659+0000 mgr.smithi086.qqqtpz (mgr.14162) 288 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 122 MiB data, 483 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 12 MiB/s wr, 695 op/s 2024-09-10T18:17:12.632 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:12 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:11.331659+0000 mgr.smithi086.qqqtpz (mgr.14162) 288 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 122 MiB data, 483 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 12 MiB/s wr, 695 op/s 2024-09-10T18:17:12.815 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph config set global log_to_journald false --force' 2024-09-10T18:17:13.080 INFO:teuthology.orchestra.run.smithi086.stdout: 5 6987 39.83 MB/sec warmup 7 sec latency 20.212 ms 2024-09-10T18:17:14.080 INFO:teuthology.orchestra.run.smithi086.stdout: 5 8085 37.72 MB/sec warmup 8 sec latency 14.812 ms 2024-09-10T18:17:14.524 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:14 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:13.332097+0000 mgr.smithi086.qqqtpz (mgr.14162) 289 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 131 MiB data, 570 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 13 MiB/s wr, 734 op/s 2024-09-10T18:17:14.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:13.332097+0000 mgr.smithi086.qqqtpz (mgr.14162) 289 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 131 MiB data, 570 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 13 MiB/s wr, 734 op/s 2024-09-10T18:17:15.080 INFO:teuthology.orchestra.run.smithi086.stdout: 5 9383 36.43 MB/sec warmup 9 sec latency 20.626 ms 2024-09-10T18:17:15.810 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph mgr module enable nfs --force' 2024-09-10T18:17:16.080 INFO:teuthology.orchestra.run.smithi086.stdout: 5 10507 37.40 MB/sec warmup 10 sec latency 21.900 ms 2024-09-10T18:17:16.389 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:15.103050+0000 mon.smithi086 (mon.0) 605 : audit [INF] from='client.? 172.21.15.86:0/3455078888' entity='client.admin' 2024-09-10T18:17:16.389 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:15.108805+0000 mon.smithi086 (mon.0) 606 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:17:16.390 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:15.455299+0000 mon.smithi086 (mon.0) 607 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:17:16.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:15.103050+0000 mon.smithi086 (mon.0) 605 : audit [INF] from='client.? 172.21.15.86:0/3455078888' entity='client.admin' 2024-09-10T18:17:16.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:15.108805+0000 mon.smithi086 (mon.0) 606 : audit [DBG] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:17:16.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:15.455299+0000 mon.smithi086 (mon.0) 607 : audit [INF] from='mgr.14162 172.21.15.86:0/1727223322' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:17:17.080 INFO:teuthology.orchestra.run.smithi086.stdout: 5 11395 35.75 MB/sec warmup 11 sec latency 29.748 ms 2024-09-10T18:17:17.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:17 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:15.332629+0000 mgr.smithi086.qqqtpz (mgr.14162) 290 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 136 MiB data, 619 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 15 MiB/s wr, 892 op/s 2024-09-10T18:17:17.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:15.332629+0000 mgr.smithi086.qqqtpz (mgr.14162) 290 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 136 MiB data, 619 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 15 MiB/s wr, 892 op/s 2024-09-10T18:17:18.080 INFO:teuthology.orchestra.run.smithi086.stdout: 5 12707 35.05 MB/sec warmup 12 sec latency 16.634 ms 2024-09-10T18:17:19.080 INFO:teuthology.orchestra.run.smithi086.stdout: 5 13983 35.72 MB/sec warmup 13 sec latency 23.082 ms 2024-09-10T18:17:19.176 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:19 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:17.333282+0000 mgr.smithi086.qqqtpz (mgr.14162) 291 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 152 MiB data, 733 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 20 MiB/s wr, 1.41k op/s 2024-09-10T18:17:19.176 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:19 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:18.732588+0000 mon.smithi155 (mon.1) 16 : audit [INF] from='client.? 172.21.15.86:0/3228234994' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-09-10T18:17:19.176 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:19 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:18.732900+0000 mon.smithi086 (mon.0) 608 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-09-10T18:17:19.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:17.333282+0000 mgr.smithi086.qqqtpz (mgr.14162) 291 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 152 MiB data, 733 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 20 MiB/s wr, 1.41k op/s 2024-09-10T18:17:19.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:18.732588+0000 mon.smithi155 (mon.1) 16 : audit [INF] from='client.? 172.21.15.86:0/3228234994' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-09-10T18:17:19.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:18.732900+0000 mon.smithi086 (mon.0) 608 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-09-10T18:17:19.899 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-09-10T18:17:20.080 INFO:teuthology.orchestra.run.smithi086.stdout: 5 14726 34.83 MB/sec warmup 14 sec latency 21.121 ms 2024-09-10T18:17:20.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:20 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:19.125970+0000 mon.smithi086 (mon.0) 609 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-09-10T18:17:20.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:20 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:19.126042+0000 mon.smithi086 (mon.0) 610 : cluster [DBG] mgrmap e20: smithi086.qqqtpz(active, since 6m), standbys: smithi155.gxleeu 2024-09-10T18:17:20.490 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:20 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:19.125970+0000 mon.smithi086 (mon.0) 609 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-09-10T18:17:20.490 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:20 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:19.126042+0000 mon.smithi086 (mon.0) 610 : cluster [DBG] mgrmap e20: smithi086.qqqtpz(active, since 6m), standbys: smithi155.gxleeu 2024-09-10T18:17:21.080 INFO:teuthology.orchestra.run.smithi086.stdout: 5 15466 33.56 MB/sec warmup 15 sec latency 25.150 ms 2024-09-10T18:17:22.081 INFO:teuthology.orchestra.run.smithi086.stdout: 5 16633 32.74 MB/sec warmup 16 sec latency 23.264 ms 2024-09-10T18:17:23.081 INFO:teuthology.orchestra.run.smithi086.stdout: 5 17746 33.57 MB/sec warmup 17 sec latency 15.246 ms 2024-09-10T18:17:24.081 INFO:teuthology.orchestra.run.smithi086.stdout: 5 18666 32.67 MB/sec warmup 18 sec latency 16.643 ms 2024-09-10T18:17:25.080 INFO:teuthology.orchestra.run.smithi086.stdout: 5 19789 32.25 MB/sec warmup 19 sec latency 19.909 ms 2024-09-10T18:17:26.081 INFO:teuthology.orchestra.run.smithi086.stdout: 5 20927 32.58 MB/sec warmup 20 sec latency 17.458 ms 2024-09-10T18:17:26.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:25.432357+0000 mon.smithi086 (mon.0) 611 : cluster [DBG] Standby manager daemon smithi155.gxleeu restarted 2024-09-10T18:17:26.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:25.432501+0000 mon.smithi086 (mon.0) 612 : cluster [DBG] Standby manager daemon smithi155.gxleeu started 2024-09-10T18:17:26.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:25.434301+0000 mon.smithi155 (mon.1) 17 : audit [DBG] from='mgr.? 172.21.15.155:0/3006755173' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi155.gxleeu/crt"}]: dispatch 2024-09-10T18:17:26.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:25.434916+0000 mon.smithi155 (mon.1) 18 : audit [DBG] from='mgr.? 172.21.15.155:0/3006755173' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:17:26.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:25.437291+0000 mon.smithi155 (mon.1) 19 : audit [DBG] from='mgr.? 172.21.15.155:0/3006755173' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi155.gxleeu/key"}]: dispatch 2024-09-10T18:17:26.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:25.438100+0000 mon.smithi155 (mon.1) 20 : audit [DBG] from='mgr.? 172.21.15.155:0/3006755173' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:17:26.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:25.432357+0000 mon.smithi086 (mon.0) 611 : cluster [DBG] Standby manager daemon smithi155.gxleeu restarted 2024-09-10T18:17:26.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:25.432501+0000 mon.smithi086 (mon.0) 612 : cluster [DBG] Standby manager daemon smithi155.gxleeu started 2024-09-10T18:17:26.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:25.434301+0000 mon.smithi155 (mon.1) 17 : audit [DBG] from='mgr.? 172.21.15.155:0/3006755173' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi155.gxleeu/crt"}]: dispatch 2024-09-10T18:17:26.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:25.434916+0000 mon.smithi155 (mon.1) 18 : audit [DBG] from='mgr.? 172.21.15.155:0/3006755173' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:17:26.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:25.437291+0000 mon.smithi155 (mon.1) 19 : audit [DBG] from='mgr.? 172.21.15.155:0/3006755173' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi155.gxleeu/key"}]: dispatch 2024-09-10T18:17:26.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:25.438100+0000 mon.smithi155 (mon.1) 20 : audit [DBG] from='mgr.? 172.21.15.155:0/3006755173' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:17:27.081 INFO:teuthology.orchestra.run.smithi086.stdout: 5 21865 32.35 MB/sec warmup 21 sec latency 15.743 ms 2024-09-10T18:17:27.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:26.367794+0000 mon.smithi086 (mon.0) 613 : cluster [DBG] mgrmap e21: smithi086.qqqtpz(active, since 6m), standbys: smithi155.gxleeu 2024-09-10T18:17:27.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:26.829162+0000 mon.smithi086 (mon.0) 614 : cluster [INF] Active manager daemon smithi086.qqqtpz restarted 2024-09-10T18:17:27.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:26.829787+0000 mon.smithi086 (mon.0) 615 : cluster [INF] Activating manager daemon smithi086.qqqtpz 2024-09-10T18:17:27.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:26.833219+0000 mon.smithi086 (mon.0) 616 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-10T18:17:27.654 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:27 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:26.367794+0000 mon.smithi086 (mon.0) 613 : cluster [DBG] mgrmap e21: smithi086.qqqtpz(active, since 6m), standbys: smithi155.gxleeu 2024-09-10T18:17:27.655 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:27 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:26.829162+0000 mon.smithi086 (mon.0) 614 : cluster [INF] Active manager daemon smithi086.qqqtpz restarted 2024-09-10T18:17:27.655 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:27 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:26.829787+0000 mon.smithi086 (mon.0) 615 : cluster [INF] Activating manager daemon smithi086.qqqtpz 2024-09-10T18:17:27.655 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:27 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:26.833219+0000 mon.smithi086 (mon.0) 616 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-10T18:17:28.081 INFO:teuthology.orchestra.run.smithi086.stdout: 5 22752 31.62 MB/sec warmup 22 sec latency 19.700 ms 2024-09-10T18:17:28.409 INFO:teuthology.orchestra.run.smithi086.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:17:28.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:27.372380+0000 mon.smithi086 (mon.0) 617 : cluster [DBG] mgrmap e22: smithi086.qqqtpz(active, starting, since 0.542708s), standbys: smithi155.gxleeu 2024-09-10T18:17:28.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:27.374190+0000 mon.smithi155 (mon.1) 21 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-09-10T18:17:28.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:27.374355+0000 mon.smithi155 (mon.1) 22 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-10T18:17:28.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:27.377467+0000 mon.smithi155 (mon.1) 23 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi086.wmhkxy"}]: dispatch 2024-09-10T18:17:28.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:27.377857+0000 mon.smithi155 (mon.1) 24 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi155.ddyadp"}]: dispatch 2024-09-10T18:17:28.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:27.378067+0000 mon.smithi155 (mon.1) 25 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr metadata", "who": "smithi086.qqqtpz", "id": "smithi086.qqqtpz"}]: dispatch 2024-09-10T18:17:28.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:27.378232+0000 mon.smithi155 (mon.1) 26 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr metadata", "who": "smithi155.gxleeu", "id": "smithi155.gxleeu"}]: dispatch 2024-09-10T18:17:28.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:27.378383+0000 mon.smithi155 (mon.1) 27 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:17:28.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:27.378593+0000 mon.smithi155 (mon.1) 28 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:17:28.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:27.378856+0000 mon.smithi155 (mon.1) 29 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:17:28.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:27.379074+0000 mon.smithi155 (mon.1) 30 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:17:28.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:27.379279+0000 mon.smithi155 (mon.1) 31 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:17:28.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:27.379544+0000 mon.smithi155 (mon.1) 32 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:17:28.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:27.379842+0000 mon.smithi155 (mon.1) 33 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:17:28.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:27.380087+0000 mon.smithi155 (mon.1) 34 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:17:28.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:27.380442+0000 mon.smithi155 (mon.1) 35 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:17:28.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:27.380725+0000 mon.smithi155 (mon.1) 36 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:17:28.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:27.381258+0000 mon.smithi155 (mon.1) 37 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:17:28.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:27.386874+0000 mon.smithi086 (mon.0) 618 : cluster [INF] Manager daemon smithi086.qqqtpz is now available 2024-09-10T18:17:28.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:27.569030+0000 mon.smithi155 (mon.1) 38 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:17:28.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:27.571852+0000 mon.smithi155 (mon.1) 39 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:17:28.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:27.600962+0000 mon.smithi155 (mon.1) 40 : audit [INF] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:17:28.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:27.601527+0000 mon.smithi086 (mon.0) 619 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:17:28.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:27.613548+0000 mon.smithi155 (mon.1) 41 : audit [INF] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/trash_purge_schedule"}]: dispatch 2024-09-10T18:17:28.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:27.613983+0000 mon.smithi086 (mon.0) 620 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/trash_purge_schedule"}]: dispatch 2024-09-10T18:17:28.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:27.372380+0000 mon.smithi086 (mon.0) 617 : cluster [DBG] mgrmap e22: smithi086.qqqtpz(active, starting, since 0.542708s), standbys: smithi155.gxleeu 2024-09-10T18:17:28.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:27.374190+0000 mon.smithi155 (mon.1) 21 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-09-10T18:17:28.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:27.374355+0000 mon.smithi155 (mon.1) 22 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-10T18:17:28.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:27.377467+0000 mon.smithi155 (mon.1) 23 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi086.wmhkxy"}]: dispatch 2024-09-10T18:17:28.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:27.377857+0000 mon.smithi155 (mon.1) 24 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi155.ddyadp"}]: dispatch 2024-09-10T18:17:28.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:27.378067+0000 mon.smithi155 (mon.1) 25 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr metadata", "who": "smithi086.qqqtpz", "id": "smithi086.qqqtpz"}]: dispatch 2024-09-10T18:17:28.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:27.378232+0000 mon.smithi155 (mon.1) 26 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr metadata", "who": "smithi155.gxleeu", "id": "smithi155.gxleeu"}]: dispatch 2024-09-10T18:17:28.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:27.378383+0000 mon.smithi155 (mon.1) 27 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:17:28.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:27.378593+0000 mon.smithi155 (mon.1) 28 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:17:28.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:27.378856+0000 mon.smithi155 (mon.1) 29 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:17:28.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:27.379074+0000 mon.smithi155 (mon.1) 30 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:17:28.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:27.379279+0000 mon.smithi155 (mon.1) 31 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:17:28.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:27.379544+0000 mon.smithi155 (mon.1) 32 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:17:28.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:27.379842+0000 mon.smithi155 (mon.1) 33 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:17:28.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:27.380087+0000 mon.smithi155 (mon.1) 34 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:17:28.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:27.380442+0000 mon.smithi155 (mon.1) 35 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:17:28.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:27.380725+0000 mon.smithi155 (mon.1) 36 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:17:28.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:27.381258+0000 mon.smithi155 (mon.1) 37 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:17:28.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:27.386874+0000 mon.smithi086 (mon.0) 618 : cluster [INF] Manager daemon smithi086.qqqtpz is now available 2024-09-10T18:17:28.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:27.569030+0000 mon.smithi155 (mon.1) 38 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:17:28.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:27.571852+0000 mon.smithi155 (mon.1) 39 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:17:28.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:27.600962+0000 mon.smithi155 (mon.1) 40 : audit [INF] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:17:28.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:27.601527+0000 mon.smithi086 (mon.0) 619 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:17:28.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:27.613548+0000 mon.smithi155 (mon.1) 41 : audit [INF] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/trash_purge_schedule"}]: dispatch 2024-09-10T18:17:28.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:27.613983+0000 mon.smithi086 (mon.0) 620 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/trash_purge_schedule"}]: dispatch 2024-09-10T18:17:29.081 INFO:teuthology.orchestra.run.smithi086.stdout: 5 23874 31.40 MB/sec warmup 23 sec latency 19.749 ms 2024-09-10T18:17:29.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:28.395448+0000 mon.smithi086 (mon.0) 621 : cluster [DBG] mgrmap e23: smithi086.qqqtpz(active, since 1.56578s), standbys: smithi155.gxleeu 2024-09-10T18:17:29.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:17:28.400357+0000 mgr.smithi086.qqqtpz (mgr.14598) 2 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:17:29.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:28.401164+0000 mgr.smithi086.qqqtpz (mgr.14598) 3 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 192 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-09-10T18:17:29.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:28.406169+0000 mon.smithi086 (mon.0) 622 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:17:29.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:28.395448+0000 mon.smithi086 (mon.0) 621 : cluster [DBG] mgrmap e23: smithi086.qqqtpz(active, since 1.56578s), standbys: smithi155.gxleeu 2024-09-10T18:17:29.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:17:28.400357+0000 mgr.smithi086.qqqtpz (mgr.14598) 2 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:17:29.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:28.401164+0000 mgr.smithi086.qqqtpz (mgr.14598) 3 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 192 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-09-10T18:17:29.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:28.406169+0000 mon.smithi086 (mon.0) 622 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:17:29.932 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-09-10T18:17:29.933 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi086.front.sepia.ceph.com 2024-09-10T18:17:29.933 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c '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' 2024-09-10T18:17:30.081 INFO:teuthology.orchestra.run.smithi086.stdout: 5 25133 32.12 MB/sec warmup 24 sec latency 15.929 ms 2024-09-10T18:17:30.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:30 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:29.377914+0000 mgr.smithi086.qqqtpz (mgr.14598) 4 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 192 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-09-10T18:17:30.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:30 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:29.411766+0000 mon.smithi086 (mon.0) 623 : cluster [DBG] mgrmap e24: smithi086.qqqtpz(active, since 2s), standbys: smithi155.gxleeu 2024-09-10T18:17:30.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:29.377914+0000 mgr.smithi086.qqqtpz (mgr.14598) 4 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 192 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-09-10T18:17:30.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:29.411766+0000 mon.smithi086 (mon.0) 623 : cluster [DBG] mgrmap e24: smithi086.qqqtpz(active, since 2s), standbys: smithi155.gxleeu 2024-09-10T18:17:31.081 INFO:teuthology.orchestra.run.smithi086.stdout: 5 25851 31.20 MB/sec warmup 25 sec latency 18.403 ms 2024-09-10T18:17:32.081 INFO:teuthology.orchestra.run.smithi086.stdout: 5 27217 31.06 MB/sec warmup 26 sec latency 19.370 ms 2024-09-10T18:17:32.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:31 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:30.806227+0000 mon.smithi086 (mon.0) 624 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:17:32.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:30.806227+0000 mon.smithi086 (mon.0) 624 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:17:32.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:31.378292+0000 mgr.smithi086.qqqtpz (mgr.14598) 5 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 192 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-09-10T18:17:33.081 INFO:teuthology.orchestra.run.smithi086.stdout: 5 28397 31.68 MB/sec warmup 27 sec latency 38.148 ms 2024-09-10T18:17:33.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:31.378292+0000 mgr.smithi086.qqqtpz (mgr.14598) 5 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 192 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-09-10T18:17:33.734 INFO:teuthology.orchestra.run.smithi086.stdout:true 2024-09-10T18:17:34.081 INFO:teuthology.orchestra.run.smithi086.stdout: 5 29269 31.21 MB/sec warmup 28 sec latency 15.729 ms 2024-09-10T18:17:34.583 INFO:teuthology.orchestra.run.smithi086.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2024-09-10T18:17:34.583 INFO:teuthology.orchestra.run.smithi086.stdout:alertmanager.smithi086 smithi086 *:9093,9094 running (4m) 33s ago 6m 0.20.0 0881eb8f169f 6f4c7936f6b6 2024-09-10T18:17:34.583 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi086 smithi086 running (6m) 33s ago 6m 16.2.4 8d91d370c2b8 9f2bafa17c41 2024-09-10T18:17:34.583 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi155 smithi155 running (5m) 3s ago 5m 16.2.4 8d91d370c2b8 be056b3d8fc4 2024-09-10T18:17:34.583 INFO:teuthology.orchestra.run.smithi086.stdout:grafana.smithi086 smithi086 *:3000 running (4m) 33s ago 6m 6.7.4 557c83e11646 013c9bd31cbe 2024-09-10T18:17:34.583 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi086.wmhkxy smithi086 running (58s) 33s ago 58s 16.2.4 8d91d370c2b8 3f5e7a0d954a 2024-09-10T18:17:34.583 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi155.ddyadp smithi155 running (56s) 3s ago 56s 16.2.4 8d91d370c2b8 fed2aba1e81e 2024-09-10T18:17:34.583 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi086.qqqtpz smithi086 *:9283 running (7m) 33s ago 7m 16.2.4 8d91d370c2b8 30d6ca6760d3 2024-09-10T18:17:34.584 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi155.gxleeu smithi155 *:8443,9283 running (5m) 3s ago 5m 16.2.4 8d91d370c2b8 6816cf43406d 2024-09-10T18:17:34.584 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi086 smithi086 running (7m) 33s ago 7m 16.2.4 8d91d370c2b8 51db5ba0401d 2024-09-10T18:17:34.584 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi155 smithi155 running (5m) 3s ago 5m 16.2.4 8d91d370c2b8 45a737cfbcde 2024-09-10T18:17:34.584 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.smithi086 smithi086 *:2049 running (39s) 33s ago 38s 3.5 8d91d370c2b8 200179d7551d 2024-09-10T18:17:34.584 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.smithi155 smithi155 *:2049 running (43s) 3s ago 42s 3.5 8d91d370c2b8 7c3072bbce70 2024-09-10T18:17:34.584 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi086 smithi086 *:9100 running (5m) 33s ago 5m 0.18.1 e5a616e4b9cf ebcaa2fe985c 2024-09-10T18:17:34.584 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi155 smithi155 *:9100 running (5m) 3s ago 5m 0.18.1 e5a616e4b9cf 1811325b1f2a 2024-09-10T18:17:34.584 INFO:teuthology.orchestra.run.smithi086.stdout:osd.0 smithi086 running (4m) 33s ago 4m 16.2.4 8d91d370c2b8 9ec5215242da 2024-09-10T18:17:34.584 INFO:teuthology.orchestra.run.smithi086.stdout:osd.1 smithi086 running (4m) 33s ago 4m 16.2.4 8d91d370c2b8 6f4c220ee750 2024-09-10T18:17:34.584 INFO:teuthology.orchestra.run.smithi086.stdout:osd.2 smithi086 running (4m) 33s ago 4m 16.2.4 8d91d370c2b8 fc881ce40288 2024-09-10T18:17:34.584 INFO:teuthology.orchestra.run.smithi086.stdout:osd.3 smithi086 running (3m) 33s ago 3m 16.2.4 8d91d370c2b8 62f9298fc37a 2024-09-10T18:17:34.584 INFO:teuthology.orchestra.run.smithi086.stdout:osd.4 smithi155 running (3m) 3s ago 3m 16.2.4 8d91d370c2b8 7068d2f6f340 2024-09-10T18:17:34.585 INFO:teuthology.orchestra.run.smithi086.stdout:osd.5 smithi155 running (3m) 3s ago 3m 16.2.4 8d91d370c2b8 4278b8fdd427 2024-09-10T18:17:34.585 INFO:teuthology.orchestra.run.smithi086.stdout:osd.6 smithi155 running (2m) 3s ago 2m 16.2.4 8d91d370c2b8 b1120f71f9ec 2024-09-10T18:17:34.585 INFO:teuthology.orchestra.run.smithi086.stdout:osd.7 smithi155 running (2m) 3s ago 2m 16.2.4 8d91d370c2b8 63785fceaf50 2024-09-10T18:17:34.585 INFO:teuthology.orchestra.run.smithi086.stdout:prometheus.smithi086 smithi086 *:9095 running (4m) 33s ago 5m 2.18.1 de242295e225 b0d895b622f6 2024-09-10T18:17:34.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:34 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:33.378676+0000 mgr.smithi086.qqqtpz (mgr.14598) 6 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 192 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-09-10T18:17:34.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:34 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:33.715610+0000 mgr.smithi086.qqqtpz (mgr.14598) 7 : audit [DBG] from='client.24349 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:17:34.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:34 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:34.153940+0000 mgr.smithi086.qqqtpz (mgr.14598) 8 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:17:35.081 INFO:teuthology.orchestra.run.smithi086.stdout: 5 30325 30.99 MB/sec warmup 29 sec latency 15.547 ms 2024-09-10T18:17:35.094 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:17:35.094 INFO:teuthology.orchestra.run.smithi086.stdout: "mon": { 2024-09-10T18:17:35.094 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:17:35.094 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:17:35.094 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr": { 2024-09-10T18:17:35.094 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:17:35.095 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:17:35.095 INFO:teuthology.orchestra.run.smithi086.stdout: "osd": { 2024-09-10T18:17:35.095 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-10T18:17:35.095 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:17:35.095 INFO:teuthology.orchestra.run.smithi086.stdout: "mds": { 2024-09-10T18:17:35.095 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:17:35.095 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:17:35.095 INFO:teuthology.orchestra.run.smithi086.stdout: "overall": { 2024-09-10T18:17:35.095 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 14 2024-09-10T18:17:35.095 INFO:teuthology.orchestra.run.smithi086.stdout: } 2024-09-10T18:17:35.095 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:17:35.151 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:34 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:33.378676+0000 mgr.smithi086.qqqtpz (mgr.14598) 6 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 192 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2024-09-10T18:17:35.151 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:34 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:33.715610+0000 mgr.smithi086.qqqtpz (mgr.14598) 7 : audit [DBG] from='client.24349 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:17:35.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:34 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:34.153940+0000 mgr.smithi086.qqqtpz (mgr.14598) 8 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:17:35.556 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:17:35.556 INFO:teuthology.orchestra.run.smithi086.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T18:17:35.556 INFO:teuthology.orchestra.run.smithi086.stdout: "in_progress": true, 2024-09-10T18:17:35.557 INFO:teuthology.orchestra.run.smithi086.stdout: "services_complete": [], 2024-09-10T18:17:35.557 INFO:teuthology.orchestra.run.smithi086.stdout: "progress": "", 2024-09-10T18:17:35.557 INFO:teuthology.orchestra.run.smithi086.stdout: "message": "" 2024-09-10T18:17:35.557 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:17:36.081 INFO:teuthology.orchestra.run.smithi086.stdout: 5 31374 30.96 MB/sec warmup 30 sec latency 19.048 ms 2024-09-10T18:17:36.092 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:34.568108+0000 mgr.smithi086.qqqtpz (mgr.14598) 9 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:17:36.092 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:35.092926+0000 mon.smithi086 (mon.0) 625 : audit [DBG] from='client.? 172.21.15.86:0/3157240945' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:17:36.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:34.568108+0000 mgr.smithi086.qqqtpz (mgr.14598) 9 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:17:36.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:35.092926+0000 mon.smithi086 (mon.0) 625 : audit [DBG] from='client.? 172.21.15.86:0/3157240945' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:17:37.081 INFO:teuthology.orchestra.run.smithi086.stdout: 5 32370 31.12 MB/sec warmup 31 sec latency 20.340 ms 2024-09-10T18:17:37.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:35.379351+0000 mgr.smithi086.qqqtpz (mgr.14598) 10 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 207 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.06k op/s 2024-09-10T18:17:37.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:35.554907+0000 mgr.smithi086.qqqtpz (mgr.14598) 11 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:17:37.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:36.377524+0000 mon.smithi086 (mon.0) 626 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:17:37.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:17:36.698060+0000 mon.smithi086 (mon.0) 627 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:17:37.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:35.379351+0000 mgr.smithi086.qqqtpz (mgr.14598) 10 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 207 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.06k op/s 2024-09-10T18:17:37.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:35.554907+0000 mgr.smithi086.qqqtpz (mgr.14598) 11 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:17:37.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:36.377524+0000 mon.smithi086 (mon.0) 626 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:17:37.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:17:36.698060+0000 mon.smithi086 (mon.0) 627 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:17:38.081 INFO:teuthology.orchestra.run.smithi086.stdout: 5 33354 30.69 MB/sec warmup 32 sec latency 16.839 ms 2024-09-10T18:17:38.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:17:36.703120+0000 mgr.smithi086.qqqtpz (mgr.14598) 12 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:17:38.151 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:17:36.703120+0000 mgr.smithi086.qqqtpz (mgr.14598) 12 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:17:39.081 INFO:teuthology.orchestra.run.smithi086.stdout: 5 34657 30.69 MB/sec warmup 33 sec latency 43.935 ms 2024-09-10T18:17:39.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:38 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:37.386296+0000 mgr.smithi086.qqqtpz (mgr.14598) 13 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 207 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 9.3 MiB/s wr, 823 op/s 2024-09-10T18:17:39.151 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:38 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:37.386296+0000 mgr.smithi086.qqqtpz (mgr.14598) 13 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 207 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 9.3 MiB/s wr, 823 op/s 2024-09-10T18:17:40.081 INFO:teuthology.orchestra.run.smithi086.stdout: 5 35789 31.12 MB/sec warmup 34 sec latency 93.022 ms 2024-09-10T18:17:41.081 INFO:teuthology.orchestra.run.smithi086.stdout: 5 36698 30.68 MB/sec warmup 35 sec latency 16.330 ms 2024-09-10T18:17:41.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:39.387108+0000 mgr.smithi086.qqqtpz (mgr.14598) 14 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 225 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 14 MiB/s wr, 1.30k op/s 2024-09-10T18:17:41.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:39.387108+0000 mgr.smithi086.qqqtpz (mgr.14598) 14 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 225 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 14 MiB/s wr, 1.30k op/s 2024-09-10T18:17:42.081 INFO:teuthology.orchestra.run.smithi086.stdout: 5 37550 30.32 MB/sec warmup 36 sec latency 38.791 ms 2024-09-10T18:17:42.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:42 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:41.387477+0000 mgr.smithi086.qqqtpz (mgr.14598) 15 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 225 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.19k op/s 2024-09-10T18:17:43.081 INFO:teuthology.orchestra.run.smithi086.stdout: 5 38501 30.30 MB/sec warmup 37 sec latency 18.381 ms 2024-09-10T18:17:43.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:42 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:41.387477+0000 mgr.smithi086.qqqtpz (mgr.14598) 15 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 225 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.19k op/s 2024-09-10T18:17:44.081 INFO:teuthology.orchestra.run.smithi086.stdout: 5 39360 30.37 MB/sec warmup 38 sec latency 15.047 ms 2024-09-10T18:17:45.081 INFO:teuthology.orchestra.run.smithi086.stdout: 5 40026 29.80 MB/sec warmup 39 sec latency 28.208 ms 2024-09-10T18:17:45.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:43.387828+0000 mgr.smithi086.qqqtpz (mgr.14598) 16 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 225 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.19k op/s 2024-09-10T18:17:45.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:44 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:43.387828+0000 mgr.smithi086.qqqtpz (mgr.14598) 16 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 225 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.19k op/s 2024-09-10T18:17:46.081 INFO:teuthology.orchestra.run.smithi086.stdout: 5 40788 29.51 MB/sec warmup 40 sec latency 38.531 ms 2024-09-10T18:17:46.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:46 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:45.388467+0000 mgr.smithi086.qqqtpz (mgr.14598) 17 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 236 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 19 MiB/s wr, 1.76k op/s 2024-09-10T18:17:46.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:46 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:45.388467+0000 mgr.smithi086.qqqtpz (mgr.14598) 17 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 236 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 19 MiB/s wr, 1.76k op/s 2024-09-10T18:17:47.081 INFO:teuthology.orchestra.run.smithi086.stdout: 5 41697 29.35 MB/sec warmup 41 sec latency 28.398 ms 2024-09-10T18:17:48.081 INFO:teuthology.orchestra.run.smithi086.stdout: 5 42483 29.40 MB/sec warmup 42 sec latency 25.747 ms 2024-09-10T18:17:48.534 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:47.388820+0000 mgr.smithi086.qqqtpz (mgr.14598) 18 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 236 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.14k op/s 2024-09-10T18:17:48.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:47.388820+0000 mgr.smithi086.qqqtpz (mgr.14598) 18 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 236 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.14k op/s 2024-09-10T18:17:49.081 INFO:teuthology.orchestra.run.smithi086.stdout: 5 43030 29.11 MB/sec warmup 43 sec latency 42.529 ms 2024-09-10T18:17:50.081 INFO:teuthology.orchestra.run.smithi086.stdout: 5 43717 28.74 MB/sec warmup 44 sec latency 27.530 ms 2024-09-10T18:17:50.704 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:49.389422+0000 mgr.smithi086.qqqtpz (mgr.14598) 19 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 249 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 17 MiB/s wr, 1.58k op/s 2024-09-10T18:17:50.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:49.389422+0000 mgr.smithi086.qqqtpz (mgr.14598) 19 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 249 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 17 MiB/s wr, 1.58k op/s 2024-09-10T18:17:51.081 INFO:teuthology.orchestra.run.smithi086.stdout: 5 44832 28.55 MB/sec warmup 45 sec latency 20.044 ms 2024-09-10T18:17:52.081 INFO:teuthology.orchestra.run.smithi086.stdout: 5 45940 28.89 MB/sec warmup 46 sec latency 12.663 ms 2024-09-10T18:17:52.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:52 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:51.389786+0000 mgr.smithi086.qqqtpz (mgr.14598) 20 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 249 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.00k op/s 2024-09-10T18:17:52.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:52 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:51.389786+0000 mgr.smithi086.qqqtpz (mgr.14598) 20 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 249 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.00k op/s 2024-09-10T18:17:53.081 INFO:teuthology.orchestra.run.smithi086.stdout: 5 46661 28.69 MB/sec warmup 47 sec latency 27.688 ms 2024-09-10T18:17:54.081 INFO:teuthology.orchestra.run.smithi086.stdout: 5 47469 28.39 MB/sec warmup 48 sec latency 26.329 ms 2024-09-10T18:17:54.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:54 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:53.390169+0000 mgr.smithi086.qqqtpz (mgr.14598) 21 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 249 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.00k op/s 2024-09-10T18:17:54.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:54 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:53.390169+0000 mgr.smithi086.qqqtpz (mgr.14598) 21 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 249 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.00k op/s 2024-09-10T18:17:55.082 INFO:teuthology.orchestra.run.smithi086.stdout: 5 48559 28.34 MB/sec warmup 49 sec latency 23.731 ms 2024-09-10T18:17:56.082 INFO:teuthology.orchestra.run.smithi086.stdout: 5 49728 28.63 MB/sec warmup 50 sec latency 17.872 ms 2024-09-10T18:17:56.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:56 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:55.390763+0000 mgr.smithi086.qqqtpz (mgr.14598) 22 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 265 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 16 MiB/s wr, 1.48k op/s 2024-09-10T18:17:56.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:56 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:55.390763+0000 mgr.smithi086.qqqtpz (mgr.14598) 22 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 265 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 16 MiB/s wr, 1.48k op/s 2024-09-10T18:17:57.082 INFO:teuthology.orchestra.run.smithi086.stdout: 5 50488 28.39 MB/sec warmup 51 sec latency 23.925 ms 2024-09-10T18:17:58.082 INFO:teuthology.orchestra.run.smithi086.stdout: 5 51547 28.32 MB/sec warmup 52 sec latency 25.108 ms 2024-09-10T18:17:58.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:17:58 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:57.391308+0000 mgr.smithi086.qqqtpz (mgr.14598) 23 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 265 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 9.8 MiB/s wr, 912 op/s 2024-09-10T18:17:58.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:17:58 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:57.391308+0000 mgr.smithi086.qqqtpz (mgr.14598) 23 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 265 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 9.8 MiB/s wr, 912 op/s 2024-09-10T18:17:59.082 INFO:teuthology.orchestra.run.smithi086.stdout: 5 52502 28.19 MB/sec warmup 53 sec latency 27.738 ms 2024-09-10T18:18:00.082 INFO:teuthology.orchestra.run.smithi086.stdout: 5 53380 28.36 MB/sec warmup 54 sec latency 24.055 ms 2024-09-10T18:18:00.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:17:59.391926+0000 mgr.smithi086.qqqtpz (mgr.14598) 24 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 277 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 15 MiB/s wr, 1.48k op/s 2024-09-10T18:18:00.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:17:59.391926+0000 mgr.smithi086.qqqtpz (mgr.14598) 24 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 277 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 15 MiB/s wr, 1.48k op/s 2024-09-10T18:18:01.082 INFO:teuthology.orchestra.run.smithi086.stdout: 5 54095 28.07 MB/sec warmup 55 sec latency 19.810 ms 2024-09-10T18:18:02.082 INFO:teuthology.orchestra.run.smithi086.stdout: 5 54916 27.87 MB/sec warmup 56 sec latency 23.241 ms 2024-09-10T18:18:02.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:02 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:01.392320+0000 mgr.smithi086.qqqtpz (mgr.14598) 25 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 277 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 11 MiB/s wr, 1.04k op/s 2024-09-10T18:18:02.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:01.392320+0000 mgr.smithi086.qqqtpz (mgr.14598) 25 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 277 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 11 MiB/s wr, 1.04k op/s 2024-09-10T18:18:03.082 INFO:teuthology.orchestra.run.smithi086.stdout: 5 55753 27.75 MB/sec warmup 57 sec latency 30.749 ms 2024-09-10T18:18:04.082 INFO:teuthology.orchestra.run.smithi086.stdout: 5 56491 27.76 MB/sec warmup 58 sec latency 955.853 ms 2024-09-10T18:18:04.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:03.392726+0000 mgr.smithi086.qqqtpz (mgr.14598) 26 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 276 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 11 MiB/s wr, 1.06k op/s 2024-09-10T18:18:04.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:03.392726+0000 mgr.smithi086.qqqtpz (mgr.14598) 26 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 276 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 11 MiB/s wr, 1.06k op/s 2024-09-10T18:18:05.082 INFO:teuthology.orchestra.run.smithi086.stdout: 5 57032 27.51 MB/sec warmup 59 sec latency 1955.887 ms 2024-09-10T18:18:06.082 INFO:teuthology.orchestra.run.smithi086.stdout: 5 57623 27.25 MB/sec warmup 60 sec latency 2955.921 ms 2024-09-10T18:18:06.097 INFO:teuthology.orchestra.run.smithi086.stdout:true 2024-09-10T18:18:06.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:05.393324+0000 mgr.smithi086.qqqtpz (mgr.14598) 27 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 284 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 15 MiB/s wr, 1.50k op/s 2024-09-10T18:18:06.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:06.077089+0000 mgr.smithi086.qqqtpz (mgr.14598) 28 : audit [DBG] from='client.24367 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:18:06.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:05.393324+0000 mgr.smithi086.qqqtpz (mgr.14598) 27 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 284 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 15 MiB/s wr, 1.50k op/s 2024-09-10T18:18:06.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:06.077089+0000 mgr.smithi086.qqqtpz (mgr.14598) 28 : audit [DBG] from='client.24367 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:18:07.077 INFO:teuthology.orchestra.run.smithi086.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2024-09-10T18:18:07.077 INFO:teuthology.orchestra.run.smithi086.stdout:alertmanager.smithi086 smithi086 *:9093,9094 running (5m) 30s ago 6m 0.20.0 0881eb8f169f 6f4c7936f6b6 2024-09-10T18:18:07.077 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi086 smithi086 running (6m) 30s ago 6m 16.2.4 8d91d370c2b8 9f2bafa17c41 2024-09-10T18:18:07.077 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi155 smithi155 running (6m) 36s ago 6m 16.2.4 8d91d370c2b8 be056b3d8fc4 2024-09-10T18:18:07.078 INFO:teuthology.orchestra.run.smithi086.stdout:grafana.smithi086 smithi086 *:3000 running (5m) 30s ago 6m 6.7.4 557c83e11646 013c9bd31cbe 2024-09-10T18:18:07.078 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi086.wmhkxy smithi086 running (91s) 30s ago 90s 16.2.4 8d91d370c2b8 3f5e7a0d954a 2024-09-10T18:18:07.078 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi155.ddyadp smithi155 running (88s) 36s ago 88s 16.2.4 8d91d370c2b8 fed2aba1e81e 2024-09-10T18:18:07.078 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi086.qqqtpz smithi086 *:9283 running (8m) 30s ago 8m 16.2.4 8d91d370c2b8 30d6ca6760d3 2024-09-10T18:18:07.078 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi155.gxleeu smithi155 *:8443,9283 running (6m) 36s ago 6m 16.2.4 8d91d370c2b8 6816cf43406d 2024-09-10T18:18:07.078 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi086 smithi086 running (8m) 30s ago 8m 16.2.4 8d91d370c2b8 51db5ba0401d 2024-09-10T18:18:07.078 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi155 smithi155 running (5m) 36s ago 5m 16.2.4 8d91d370c2b8 45a737cfbcde 2024-09-10T18:18:07.078 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.smithi086 smithi086 *:2049 running (71s) 30s ago 71s 3.5 8d91d370c2b8 200179d7551d 2024-09-10T18:18:07.078 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.smithi155 smithi155 *:2049 running (75s) 36s ago 75s 3.5 8d91d370c2b8 7c3072bbce70 2024-09-10T18:18:07.078 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi086 smithi086 *:9100 running (6m) 30s ago 6m 0.18.1 e5a616e4b9cf ebcaa2fe985c 2024-09-10T18:18:07.078 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi155 smithi155 *:9100 running (5m) 36s ago 5m 0.18.1 e5a616e4b9cf 1811325b1f2a 2024-09-10T18:18:07.078 INFO:teuthology.orchestra.run.smithi086.stdout:osd.0 smithi086 running (5m) 30s ago 5m 16.2.4 8d91d370c2b8 9ec5215242da 2024-09-10T18:18:07.078 INFO:teuthology.orchestra.run.smithi086.stdout:osd.1 smithi086 running (4m) 30s ago 4m 16.2.4 8d91d370c2b8 6f4c220ee750 2024-09-10T18:18:07.078 INFO:teuthology.orchestra.run.smithi086.stdout:osd.2 smithi086 running (4m) 30s ago 4m 16.2.4 8d91d370c2b8 fc881ce40288 2024-09-10T18:18:07.079 INFO:teuthology.orchestra.run.smithi086.stdout:osd.3 smithi086 running (4m) 30s ago 4m 16.2.4 8d91d370c2b8 62f9298fc37a 2024-09-10T18:18:07.079 INFO:teuthology.orchestra.run.smithi086.stdout:osd.4 smithi155 running (3m) 36s ago 3m 16.2.4 8d91d370c2b8 7068d2f6f340 2024-09-10T18:18:07.079 INFO:teuthology.orchestra.run.smithi086.stdout:osd.5 smithi155 running (3m) 36s ago 3m 16.2.4 8d91d370c2b8 4278b8fdd427 2024-09-10T18:18:07.079 INFO:teuthology.orchestra.run.smithi086.stdout:osd.6 smithi155 running (3m) 36s ago 3m 16.2.4 8d91d370c2b8 b1120f71f9ec 2024-09-10T18:18:07.079 INFO:teuthology.orchestra.run.smithi086.stdout:osd.7 smithi155 running (2m) 36s ago 2m 16.2.4 8d91d370c2b8 63785fceaf50 2024-09-10T18:18:07.079 INFO:teuthology.orchestra.run.smithi086.stdout:prometheus.smithi086 smithi086 *:9095 running (5m) 30s ago 6m 2.18.1 de242295e225 b0d895b622f6 2024-09-10T18:18:07.082 INFO:teuthology.orchestra.run.smithi086.stdout: 5 58210 27.00 MB/sec warmup 61 sec latency 3955.954 ms 2024-09-10T18:18:07.534 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:18:07.535 INFO:teuthology.orchestra.run.smithi086.stdout: "mon": { 2024-09-10T18:18:07.535 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:18:07.535 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:18:07.535 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr": { 2024-09-10T18:18:07.535 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:18:07.535 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:18:07.535 INFO:teuthology.orchestra.run.smithi086.stdout: "osd": { 2024-09-10T18:18:07.535 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-10T18:18:07.535 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:18:07.535 INFO:teuthology.orchestra.run.smithi086.stdout: "mds": { 2024-09-10T18:18:07.536 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:18:07.536 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:18:07.536 INFO:teuthology.orchestra.run.smithi086.stdout: "overall": { 2024-09-10T18:18:07.536 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 14 2024-09-10T18:18:07.536 INFO:teuthology.orchestra.run.smithi086.stdout: } 2024-09-10T18:18:07.536 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:18:07.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:06.608152+0000 mgr.smithi086.qqqtpz (mgr.14598) 29 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:18:07.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:07.064130+0000 mgr.smithi086.qqqtpz (mgr.14598) 30 : audit [DBG] from='client.24375 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:18:07.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:07 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:06.608152+0000 mgr.smithi086.qqqtpz (mgr.14598) 29 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:18:07.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:07 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:07.064130+0000 mgr.smithi086.qqqtpz (mgr.14598) 30 : audit [DBG] from='client.24375 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:18:07.923 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:18:07.924 INFO:teuthology.orchestra.run.smithi086.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T18:18:07.924 INFO:teuthology.orchestra.run.smithi086.stdout: "in_progress": true, 2024-09-10T18:18:07.924 INFO:teuthology.orchestra.run.smithi086.stdout: "services_complete": [], 2024-09-10T18:18:07.924 INFO:teuthology.orchestra.run.smithi086.stdout: "progress": "", 2024-09-10T18:18:07.924 INFO:teuthology.orchestra.run.smithi086.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 image" 2024-09-10T18:18:07.924 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:18:08.082 INFO:teuthology.orchestra.run.smithi086.stdout: 5 59008 26.98 MB/sec warmup 62 sec latency 4955.995 ms 2024-09-10T18:18:08.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:07.393717+0000 mgr.smithi086.qqqtpz (mgr.14598) 31 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 284 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 10 MiB/s wr, 1.03k op/s 2024-09-10T18:18:08.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:07.533424+0000 mon.smithi086 (mon.0) 628 : audit [DBG] from='client.? 172.21.15.86:0/1447801003' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:18:08.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:07.921706+0000 mgr.smithi086.qqqtpz (mgr.14598) 32 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:18:08.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:08 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:07.393717+0000 mgr.smithi086.qqqtpz (mgr.14598) 31 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 284 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 10 MiB/s wr, 1.03k op/s 2024-09-10T18:18:08.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:08 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:07.533424+0000 mon.smithi086 (mon.0) 628 : audit [DBG] from='client.? 172.21.15.86:0/1447801003' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:18:08.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:08 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:07.921706+0000 mgr.smithi086.qqqtpz (mgr.14598) 32 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:18:09.083 INFO:teuthology.orchestra.run.smithi086.stdout: 5 59594 26.92 MB/sec warmup 63 sec latency 5340.390 ms 2024-09-10T18:18:10.082 INFO:teuthology.orchestra.run.smithi086.stdout: 5 60510 26.84 MB/sec warmup 64 sec latency 75.892 ms 2024-09-10T18:18:10.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:10 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:09.394298+0000 mgr.smithi086.qqqtpz (mgr.14598) 33 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 298 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 14 MiB/s wr, 1.39k op/s 2024-09-10T18:18:10.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:10 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:09.394298+0000 mgr.smithi086.qqqtpz (mgr.14598) 33 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 298 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 14 MiB/s wr, 1.39k op/s 2024-09-10T18:18:11.082 INFO:teuthology.orchestra.run.smithi086.stdout: 5 61371 26.71 MB/sec warmup 65 sec latency 27.485 ms 2024-09-10T18:18:12.082 INFO:teuthology.orchestra.run.smithi086.stdout: 5 62151 26.64 MB/sec warmup 66 sec latency 36.020 ms 2024-09-10T18:18:12.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:11.394663+0000 mgr.smithi086.qqqtpz (mgr.14598) 34 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 298 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 8.9 MiB/s wr, 831 op/s 2024-09-10T18:18:12.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:12 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:11.394663+0000 mgr.smithi086.qqqtpz (mgr.14598) 34 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 298 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 8.9 MiB/s wr, 831 op/s 2024-09-10T18:18:13.083 INFO:teuthology.orchestra.run.smithi086.stdout: 5 63142 26.74 MB/sec warmup 67 sec latency 26.103 ms 2024-09-10T18:18:13.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:13 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:12.610325+0000 mon.smithi086 (mon.0) 629 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:18:13.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:13 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:18:12.610877+0000 mgr.smithi086.qqqtpz (mgr.14598) 35 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (unknown) 2024-09-10T18:18:13.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:13 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:18:12.610997+0000 mgr.smithi086.qqqtpz (mgr.14598) 36 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T18:18:13.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:13 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:12.612094+0000 mon.smithi155 (mon.1) 42 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:18:13.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:13 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:18:12.613178+0000 mgr.smithi086.qqqtpz (mgr.14598) 37 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi086.qqqtpz) 2024-09-10T18:18:13.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:13 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:18:12.851574+0000 mgr.smithi086.qqqtpz (mgr.14598) 38 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 on smithi155 2024-09-10T18:18:14.083 INFO:teuthology.orchestra.run.smithi086.stdout: 5 63916 26.64 MB/sec warmup 68 sec latency 24.262 ms 2024-09-10T18:18:14.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:13 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:12.610325+0000 mon.smithi086 (mon.0) 629 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:18:14.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:13 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:18:12.610877+0000 mgr.smithi086.qqqtpz (mgr.14598) 35 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (unknown) 2024-09-10T18:18:14.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:13 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:18:12.610997+0000 mgr.smithi086.qqqtpz (mgr.14598) 36 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T18:18:14.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:13 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:12.612094+0000 mon.smithi155 (mon.1) 42 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:18:14.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:13 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:18:12.613178+0000 mgr.smithi086.qqqtpz (mgr.14598) 37 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi086.qqqtpz) 2024-09-10T18:18:14.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:13 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:18:12.851574+0000 mgr.smithi086.qqqtpz (mgr.14598) 38 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 on smithi155 2024-09-10T18:18:14.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:13.395104+0000 mgr.smithi086.qqqtpz (mgr.14598) 39 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 306 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 10 MiB/s wr, 1.04k op/s 2024-09-10T18:18:15.083 INFO:teuthology.orchestra.run.smithi086.stdout: 5 64625 26.47 MB/sec warmup 69 sec latency 28.808 ms 2024-09-10T18:18:15.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:14 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:13.395104+0000 mgr.smithi086.qqqtpz (mgr.14598) 39 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 306 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 10 MiB/s wr, 1.04k op/s 2024-09-10T18:18:16.083 INFO:teuthology.orchestra.run.smithi086.stdout: 5 65365 26.30 MB/sec warmup 70 sec latency 29.374 ms 2024-09-10T18:18:16.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:15.395572+0000 mgr.smithi086.qqqtpz (mgr.14598) 40 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 14 MiB/s wr, 1.29k op/s 2024-09-10T18:18:16.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:15.395572+0000 mgr.smithi086.qqqtpz (mgr.14598) 40 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 14 MiB/s wr, 1.29k op/s 2024-09-10T18:18:17.083 INFO:teuthology.orchestra.run.smithi086.stdout: 5 65950 26.24 MB/sec warmup 71 sec latency 85.607 ms 2024-09-10T18:18:18.083 INFO:teuthology.orchestra.run.smithi086.stdout: 5 66639 26.21 MB/sec warmup 72 sec latency 25.680 ms 2024-09-10T18:18:18.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:18 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:17.396384+0000 mgr.smithi086.qqqtpz (mgr.14598) 41 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.1 MiB/s wr, 843 op/s 2024-09-10T18:18:18.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:18 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:17.396384+0000 mgr.smithi086.qqqtpz (mgr.14598) 41 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 314 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.1 MiB/s wr, 843 op/s 2024-09-10T18:18:19.083 INFO:teuthology.orchestra.run.smithi086.stdout: 5 67201 26.02 MB/sec warmup 73 sec latency 41.677 ms 2024-09-10T18:18:20.083 INFO:teuthology.orchestra.run.smithi086.stdout: 5 67832 25.87 MB/sec warmup 74 sec latency 35.801 ms 2024-09-10T18:18:20.704 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:20 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:19.396949+0000 mgr.smithi086.qqqtpz (mgr.14598) 42 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 324 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 13 MiB/s wr, 1.30k op/s 2024-09-10T18:18:20.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:20 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:19.396949+0000 mgr.smithi086.qqqtpz (mgr.14598) 42 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 324 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 13 MiB/s wr, 1.30k op/s 2024-09-10T18:18:21.083 INFO:teuthology.orchestra.run.smithi086.stdout: 5 68454 25.69 MB/sec warmup 75 sec latency 28.364 ms 2024-09-10T18:18:22.083 INFO:teuthology.orchestra.run.smithi086.stdout: 5 69237 25.64 MB/sec warmup 76 sec latency 38.686 ms 2024-09-10T18:18:22.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:22 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:21.397331+0000 mgr.smithi086.qqqtpz (mgr.14598) 43 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 324 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.3 MiB/s wr, 933 op/s 2024-09-10T18:18:22.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:22 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:21.397331+0000 mgr.smithi086.qqqtpz (mgr.14598) 43 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 324 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.3 MiB/s wr, 933 op/s 2024-09-10T18:18:23.083 INFO:teuthology.orchestra.run.smithi086.stdout: 5 70048 25.66 MB/sec warmup 77 sec latency 41.070 ms 2024-09-10T18:18:24.083 INFO:teuthology.orchestra.run.smithi086.stdout: 5 70649 25.56 MB/sec warmup 78 sec latency 30.986 ms 2024-09-10T18:18:24.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:24 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:23.397804+0000 mgr.smithi086.qqqtpz (mgr.14598) 44 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 334 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 1.20k op/s 2024-09-10T18:18:24.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:24 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:23.397804+0000 mgr.smithi086.qqqtpz (mgr.14598) 44 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 334 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 1.20k op/s 2024-09-10T18:18:25.083 INFO:teuthology.orchestra.run.smithi086.stdout: 5 71189 25.38 MB/sec warmup 79 sec latency 39.354 ms 2024-09-10T18:18:26.083 INFO:teuthology.orchestra.run.smithi086.stdout: 5 71626 25.18 MB/sec warmup 80 sec latency 25.601 ms 2024-09-10T18:18:26.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:25.398344+0000 mgr.smithi086.qqqtpz (mgr.14598) 45 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 331 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 12 MiB/s wr, 1.14k op/s 2024-09-10T18:18:26.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:25.398344+0000 mgr.smithi086.qqqtpz (mgr.14598) 45 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 331 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 12 MiB/s wr, 1.14k op/s 2024-09-10T18:18:27.084 INFO:teuthology.orchestra.run.smithi086.stdout: 5 72092 25.02 MB/sec warmup 81 sec latency 43.965 ms 2024-09-10T18:18:27.782 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:27 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:27.392567+0000 mon.smithi155 (mon.1) 43 : audit [INF] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T18:18:27.783 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:27 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:27.392877+0000 mon.smithi155 (mon.1) 44 : audit [INF] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:18:27.783 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:27 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:27.392992+0000 mon.smithi086 (mon.0) 630 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T18:18:27.783 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:27 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:27.393098+0000 mon.smithi155 (mon.1) 45 : audit [INF] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T18:18:27.783 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:27 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:27.393355+0000 mon.smithi086 (mon.0) 631 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:18:27.783 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:27 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:27.393710+0000 mon.smithi086 (mon.0) 632 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T18:18:27.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:27.392567+0000 mon.smithi155 (mon.1) 43 : audit [INF] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T18:18:27.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:27.392877+0000 mon.smithi155 (mon.1) 44 : audit [INF] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:18:27.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:27.392992+0000 mon.smithi086 (mon.0) 630 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T18:18:27.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:27.393098+0000 mon.smithi155 (mon.1) 45 : audit [INF] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T18:18:27.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:27.393355+0000 mon.smithi086 (mon.0) 631 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:18:27.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:27.393710+0000 mon.smithi086 (mon.0) 632 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T18:18:28.083 INFO:teuthology.orchestra.run.smithi086.stdout: 5 72794 24.93 MB/sec warmup 82 sec latency 29.956 ms 2024-09-10T18:18:28.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:27.398659+0000 mgr.smithi086.qqqtpz (mgr.14598) 46 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 331 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.2 MiB/s wr, 870 op/s 2024-09-10T18:18:28.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:27.447108+0000 mon.smithi086 (mon.0) 633 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2024-09-10T18:18:28.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:27.447198+0000 mon.smithi086 (mon.0) 634 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2024-09-10T18:18:28.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:27.447264+0000 mon.smithi086 (mon.0) 635 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]': finished 2024-09-10T18:18:28.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:27.447326+0000 mon.smithi086 (mon.0) 636 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-10T18:18:28.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:27.448067+0000 mon.smithi155 (mon.1) 46 : audit [INF] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-09-10T18:18:28.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:27.448720+0000 mon.smithi086 (mon.0) 637 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-09-10T18:18:28.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:27.459099+0000 mon.smithi155 (mon.1) 47 : audit [INF] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-09-10T18:18:28.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:27.461664+0000 mon.smithi086 (mon.0) 638 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-09-10T18:18:28.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:27.609800+0000 mon.smithi155 (mon.1) 48 : audit [INF] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:18:28.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:27.610406+0000 mon.smithi086 (mon.0) 639 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:18:28.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:27.631866+0000 mon.smithi155 (mon.1) 49 : audit [INF] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/trash_purge_schedule"}]: dispatch 2024-09-10T18:18:28.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:27.632310+0000 mon.smithi086 (mon.0) 640 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/trash_purge_schedule"}]: dispatch 2024-09-10T18:18:28.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:28.447923+0000 mon.smithi086 (mon.0) 641 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-09-10T18:18:28.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:28.448012+0000 mon.smithi086 (mon.0) 642 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-10T18:18:28.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:27.398659+0000 mgr.smithi086.qqqtpz (mgr.14598) 46 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 331 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.2 MiB/s wr, 870 op/s 2024-09-10T18:18:28.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:27.447108+0000 mon.smithi086 (mon.0) 633 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]': finished 2024-09-10T18:18:28.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:27.447198+0000 mon.smithi086 (mon.0) 634 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2024-09-10T18:18:28.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:27.447264+0000 mon.smithi086 (mon.0) 635 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]': finished 2024-09-10T18:18:28.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:27.447326+0000 mon.smithi086 (mon.0) 636 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-10T18:18:28.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:27.448067+0000 mon.smithi155 (mon.1) 46 : audit [INF] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-09-10T18:18:28.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:27.448720+0000 mon.smithi086 (mon.0) 637 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-09-10T18:18:28.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:27.459099+0000 mon.smithi155 (mon.1) 47 : audit [INF] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-09-10T18:18:28.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:27.461664+0000 mon.smithi086 (mon.0) 638 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-09-10T18:18:28.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:27.609800+0000 mon.smithi155 (mon.1) 48 : audit [INF] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:18:28.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:27.610406+0000 mon.smithi086 (mon.0) 639 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:18:28.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:27.631866+0000 mon.smithi155 (mon.1) 49 : audit [INF] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/trash_purge_schedule"}]: dispatch 2024-09-10T18:18:28.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:27.632310+0000 mon.smithi086 (mon.0) 640 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/trash_purge_schedule"}]: dispatch 2024-09-10T18:18:28.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:28.447923+0000 mon.smithi086 (mon.0) 641 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-09-10T18:18:28.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:28.448012+0000 mon.smithi086 (mon.0) 642 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-10T18:18:29.083 INFO:teuthology.orchestra.run.smithi086.stdout: 5 73449 24.90 MB/sec warmup 83 sec latency 32.904 ms 2024-09-10T18:18:29.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:29.454340+0000 mon.smithi086 (mon.0) 643 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-10T18:18:29.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:29.454340+0000 mon.smithi086 (mon.0) 643 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-10T18:18:30.083 INFO:teuthology.orchestra.run.smithi086.stdout: 5 74162 24.86 MB/sec warmup 84 sec latency 24.360 ms 2024-09-10T18:18:30.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:30 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:29.399081+0000 mgr.smithi086.qqqtpz (mgr.14598) 47 : cluster [DBG] pgmap v36: 97 pgs: 3 peering, 94 active+clean; 319 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 11 MiB/s wr, 1.12k op/s 2024-09-10T18:18:30.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:29.399081+0000 mgr.smithi086.qqqtpz (mgr.14598) 47 : cluster [DBG] pgmap v36: 97 pgs: 3 peering, 94 active+clean; 319 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 11 MiB/s wr, 1.12k op/s 2024-09-10T18:18:31.083 INFO:teuthology.orchestra.run.smithi086.stdout: 5 74978 24.78 MB/sec warmup 85 sec latency 24.675 ms 2024-09-10T18:18:32.083 INFO:teuthology.orchestra.run.smithi086.stdout: 5 75848 24.71 MB/sec warmup 86 sec latency 17.298 ms 2024-09-10T18:18:32.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:31.399439+0000 mgr.smithi086.qqqtpz (mgr.14598) 48 : cluster [DBG] pgmap v37: 97 pgs: 3 peering, 94 active+clean; 319 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 8.4 MiB/s wr, 715 op/s 2024-09-10T18:18:32.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:31.399439+0000 mgr.smithi086.qqqtpz (mgr.14598) 48 : cluster [DBG] pgmap v37: 97 pgs: 3 peering, 94 active+clean; 319 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 8.4 MiB/s wr, 715 op/s 2024-09-10T18:18:33.083 INFO:teuthology.orchestra.run.smithi086.stdout: 5 76404 24.64 MB/sec warmup 87 sec latency 46.883 ms 2024-09-10T18:18:34.083 INFO:teuthology.orchestra.run.smithi086.stdout: 5 76990 24.57 MB/sec warmup 88 sec latency 28.946 ms 2024-09-10T18:18:34.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:34 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:33.399906+0000 mgr.smithi086.qqqtpz (mgr.14598) 49 : cluster [DBG] pgmap v38: 97 pgs: 2 peering, 95 active+clean; 322 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 7.8 MiB/s wr, 758 op/s 2024-09-10T18:18:34.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:34 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:33.399906+0000 mgr.smithi086.qqqtpz (mgr.14598) 49 : cluster [DBG] pgmap v38: 97 pgs: 2 peering, 95 active+clean; 322 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 7.8 MiB/s wr, 758 op/s 2024-09-10T18:18:35.083 INFO:teuthology.orchestra.run.smithi086.stdout: 5 77441 24.44 MB/sec warmup 89 sec latency 30.579 ms 2024-09-10T18:18:36.083 INFO:teuthology.orchestra.run.smithi086.stdout: 5 77839 24.29 MB/sec warmup 90 sec latency 39.775 ms 2024-09-10T18:18:36.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:35.400398+0000 mgr.smithi086.qqqtpz (mgr.14598) 50 : cluster [DBG] pgmap v39: 97 pgs: 97 active+clean; 320 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 11 MiB/s wr, 1.13k op/s 2024-09-10T18:18:36.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:35.400398+0000 mgr.smithi086.qqqtpz (mgr.14598) 50 : cluster [DBG] pgmap v39: 97 pgs: 97 active+clean; 320 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 11 MiB/s wr, 1.13k op/s 2024-09-10T18:18:37.083 INFO:teuthology.orchestra.run.smithi086.stdout: 5 78435 24.16 MB/sec warmup 91 sec latency 63.642 ms 2024-09-10T18:18:37.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:36.371058+0000 mon.smithi086 (mon.0) 644 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-10T18:18:37.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:36.371083+0000 mon.smithi086 (mon.0) 645 : cluster [INF] Cluster is now healthy 2024-09-10T18:18:37.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:36.371058+0000 mon.smithi086 (mon.0) 644 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-10T18:18:37.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:36.371083+0000 mon.smithi086 (mon.0) 645 : cluster [INF] Cluster is now healthy 2024-09-10T18:18:38.083 INFO:teuthology.orchestra.run.smithi086.stdout: 5 79321 24.12 MB/sec warmup 92 sec latency 54.970 ms 2024-09-10T18:18:38.427 INFO:teuthology.orchestra.run.smithi086.stdout:true 2024-09-10T18:18:38.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:38 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:37.400764+0000 mgr.smithi086.qqqtpz (mgr.14598) 51 : cluster [DBG] pgmap v40: 97 pgs: 97 active+clean; 320 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 9.1 MiB/s wr, 908 op/s 2024-09-10T18:18:38.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:38 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:37.400764+0000 mgr.smithi086.qqqtpz (mgr.14598) 51 : cluster [DBG] pgmap v40: 97 pgs: 97 active+clean; 320 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 9.1 MiB/s wr, 908 op/s 2024-09-10T18:18:39.084 INFO:teuthology.orchestra.run.smithi086.stdout: 5 79893 24.04 MB/sec warmup 93 sec latency 19.205 ms 2024-09-10T18:18:39.325 INFO:teuthology.orchestra.run.smithi086.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2024-09-10T18:18:39.325 INFO:teuthology.orchestra.run.smithi086.stdout:alertmanager.smithi086 smithi086 *:9093,9094 running (5m) 62s ago 7m 0.20.0 0881eb8f169f 6f4c7936f6b6 2024-09-10T18:18:39.325 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi086 smithi086 running (7m) 62s ago 7m 16.2.4 8d91d370c2b8 9f2bafa17c41 2024-09-10T18:18:39.325 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi155 smithi155 running (6m) 68s ago 6m 16.2.4 8d91d370c2b8 be056b3d8fc4 2024-09-10T18:18:39.325 INFO:teuthology.orchestra.run.smithi086.stdout:grafana.smithi086 smithi086 *:3000 running (5m) 62s ago 7m 6.7.4 557c83e11646 013c9bd31cbe 2024-09-10T18:18:39.325 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi086.wmhkxy smithi086 running (2m) 62s ago 2m 16.2.4 8d91d370c2b8 3f5e7a0d954a 2024-09-10T18:18:39.325 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi155.ddyadp smithi155 running (2m) 68s ago 2m 16.2.4 8d91d370c2b8 fed2aba1e81e 2024-09-10T18:18:39.325 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi086.qqqtpz smithi086 *:9283 running (8m) 62s ago 8m 16.2.4 8d91d370c2b8 30d6ca6760d3 2024-09-10T18:18:39.325 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi155.gxleeu smithi155 *:8443,9283 running (6m) 68s ago 6m 16.2.4 8d91d370c2b8 6816cf43406d 2024-09-10T18:18:39.325 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi086 smithi086 running (8m) 62s ago 8m 16.2.4 8d91d370c2b8 51db5ba0401d 2024-09-10T18:18:39.326 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi155 smithi155 running (6m) 68s ago 6m 16.2.4 8d91d370c2b8 45a737cfbcde 2024-09-10T18:18:39.326 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.smithi086 smithi086 *:2049 running (104s) 62s ago 103s 3.5 8d91d370c2b8 200179d7551d 2024-09-10T18:18:39.326 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.smithi155 smithi155 *:2049 running (108s) 68s ago 107s 3.5 8d91d370c2b8 7c3072bbce70 2024-09-10T18:18:39.326 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi086 smithi086 *:9100 running (6m) 62s ago 6m 0.18.1 e5a616e4b9cf ebcaa2fe985c 2024-09-10T18:18:39.326 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi155 smithi155 *:9100 running (6m) 68s ago 6m 0.18.1 e5a616e4b9cf 1811325b1f2a 2024-09-10T18:18:39.326 INFO:teuthology.orchestra.run.smithi086.stdout:osd.0 smithi086 running (6m) 62s ago 5m 16.2.4 8d91d370c2b8 9ec5215242da 2024-09-10T18:18:39.326 INFO:teuthology.orchestra.run.smithi086.stdout:osd.1 smithi086 running (5m) 62s ago 5m 16.2.4 8d91d370c2b8 6f4c220ee750 2024-09-10T18:18:39.326 INFO:teuthology.orchestra.run.smithi086.stdout:osd.2 smithi086 running (5m) 62s ago 5m 16.2.4 8d91d370c2b8 fc881ce40288 2024-09-10T18:18:39.326 INFO:teuthology.orchestra.run.smithi086.stdout:osd.3 smithi086 running (4m) 62s ago 4m 16.2.4 8d91d370c2b8 62f9298fc37a 2024-09-10T18:18:39.326 INFO:teuthology.orchestra.run.smithi086.stdout:osd.4 smithi155 running (4m) 68s ago 4m 16.2.4 8d91d370c2b8 7068d2f6f340 2024-09-10T18:18:39.326 INFO:teuthology.orchestra.run.smithi086.stdout:osd.5 smithi155 running (4m) 68s ago 4m 16.2.4 8d91d370c2b8 4278b8fdd427 2024-09-10T18:18:39.326 INFO:teuthology.orchestra.run.smithi086.stdout:osd.6 smithi155 running (3m) 68s ago 3m 16.2.4 8d91d370c2b8 b1120f71f9ec 2024-09-10T18:18:39.326 INFO:teuthology.orchestra.run.smithi086.stdout:osd.7 smithi155 running (3m) 68s ago 3m 16.2.4 8d91d370c2b8 63785fceaf50 2024-09-10T18:18:39.327 INFO:teuthology.orchestra.run.smithi086.stdout:prometheus.smithi086 smithi086 *:9095 running (5m) 62s ago 6m 2.18.1 de242295e225 b0d895b622f6 2024-09-10T18:18:39.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:39 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:38.406791+0000 mgr.smithi086.qqqtpz (mgr.14598) 52 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:18:39.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:39 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:38.865079+0000 mgr.smithi086.qqqtpz (mgr.14598) 53 : audit [DBG] from='client.24391 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:18:39.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:39 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:38.406791+0000 mgr.smithi086.qqqtpz (mgr.14598) 52 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:18:39.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:39 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:38.865079+0000 mgr.smithi086.qqqtpz (mgr.14598) 53 : audit [DBG] from='client.24391 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:18:39.806 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:18:39.806 INFO:teuthology.orchestra.run.smithi086.stdout: "mon": { 2024-09-10T18:18:39.806 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:18:39.807 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:18:39.807 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr": { 2024-09-10T18:18:39.807 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:18:39.807 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:18:39.807 INFO:teuthology.orchestra.run.smithi086.stdout: "osd": { 2024-09-10T18:18:39.807 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-10T18:18:39.807 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:18:39.807 INFO:teuthology.orchestra.run.smithi086.stdout: "mds": { 2024-09-10T18:18:39.807 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:18:39.807 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:18:39.807 INFO:teuthology.orchestra.run.smithi086.stdout: "overall": { 2024-09-10T18:18:39.807 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 14 2024-09-10T18:18:39.807 INFO:teuthology.orchestra.run.smithi086.stdout: } 2024-09-10T18:18:39.808 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:18:40.084 INFO:teuthology.orchestra.run.smithi086.stdout: 5 80455 24.00 MB/sec warmup 94 sec latency 30.090 ms 2024-09-10T18:18:40.251 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:18:40.251 INFO:teuthology.orchestra.run.smithi086.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T18:18:40.251 INFO:teuthology.orchestra.run.smithi086.stdout: "in_progress": true, 2024-09-10T18:18:40.251 INFO:teuthology.orchestra.run.smithi086.stdout: "services_complete": [], 2024-09-10T18:18:40.251 INFO:teuthology.orchestra.run.smithi086.stdout: "progress": "0/23 ceph daemons upgraded", 2024-09-10T18:18:40.251 INFO:teuthology.orchestra.run.smithi086.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 image on host smithi155" 2024-09-10T18:18:40.251 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:18:40.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:39.310258+0000 mgr.smithi086.qqqtpz (mgr.14598) 54 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:18:40.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:39.401365+0000 mgr.smithi086.qqqtpz (mgr.14598) 55 : cluster [DBG] pgmap v41: 97 pgs: 97 active+clean; 310 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 8.5 MiB/s wr, 855 op/s 2024-09-10T18:18:40.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:39.805231+0000 mon.smithi086 (mon.0) 646 : audit [DBG] from='client.? 172.21.15.86:0/350246572' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:18:40.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:39.310258+0000 mgr.smithi086.qqqtpz (mgr.14598) 54 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:18:40.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:39.401365+0000 mgr.smithi086.qqqtpz (mgr.14598) 55 : cluster [DBG] pgmap v41: 97 pgs: 97 active+clean; 310 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 8.5 MiB/s wr, 855 op/s 2024-09-10T18:18:40.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:39.805231+0000 mon.smithi086 (mon.0) 646 : audit [DBG] from='client.? 172.21.15.86:0/350246572' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:18:41.083 INFO:teuthology.orchestra.run.smithi086.stdout: 5 81051 23.93 MB/sec warmup 95 sec latency 27.645 ms 2024-09-10T18:18:41.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:41 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:40.249489+0000 mgr.smithi086.qqqtpz (mgr.14598) 56 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:18:41.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:41 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:40.249489+0000 mgr.smithi086.qqqtpz (mgr.14598) 56 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:18:42.084 INFO:teuthology.orchestra.run.smithi086.stdout: 5 81696 23.85 MB/sec warmup 96 sec latency 26.808 ms 2024-09-10T18:18:42.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:42 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:41.401720+0000 mgr.smithi086.qqqtpz (mgr.14598) 57 : cluster [DBG] pgmap v42: 97 pgs: 97 active+clean; 310 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.7 MiB/s wr, 780 op/s 2024-09-10T18:18:42.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:42 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:41.401720+0000 mgr.smithi086.qqqtpz (mgr.14598) 57 : cluster [DBG] pgmap v42: 97 pgs: 97 active+clean; 310 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.7 MiB/s wr, 780 op/s 2024-09-10T18:18:43.084 INFO:teuthology.orchestra.run.smithi086.stdout: 5 82459 23.76 MB/sec warmup 97 sec latency 26.979 ms 2024-09-10T18:18:44.084 INFO:teuthology.orchestra.run.smithi086.stdout: 5 83297 23.71 MB/sec warmup 98 sec latency 27.046 ms 2024-09-10T18:18:44.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:43.402131+0000 mgr.smithi086.qqqtpz (mgr.14598) 58 : cluster [DBG] pgmap v43: 97 pgs: 97 active+clean; 310 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 1.02k op/s 2024-09-10T18:18:44.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:44 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:43.402131+0000 mgr.smithi086.qqqtpz (mgr.14598) 58 : cluster [DBG] pgmap v43: 97 pgs: 97 active+clean; 310 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 1.02k op/s 2024-09-10T18:18:45.084 INFO:teuthology.orchestra.run.smithi086.stdout: 5 84120 23.77 MB/sec warmup 99 sec latency 15.306 ms 2024-09-10T18:18:46.084 INFO:teuthology.orchestra.run.smithi086.stdout: 5 84603 23.68 MB/sec warmup 100 sec latency 31.642 ms 2024-09-10T18:18:46.646 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:46 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:45.402509+0000 mgr.smithi086.qqqtpz (mgr.14598) 59 : cluster [DBG] pgmap v44: 97 pgs: 97 active+clean; 310 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 9.7 MiB/s wr, 989 op/s 2024-09-10T18:18:46.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:46 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:45.402509+0000 mgr.smithi086.qqqtpz (mgr.14598) 59 : cluster [DBG] pgmap v44: 97 pgs: 97 active+clean; 310 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 9.7 MiB/s wr, 989 op/s 2024-09-10T18:18:47.084 INFO:teuthology.orchestra.run.smithi086.stdout: 5 84961 23.54 MB/sec warmup 101 sec latency 66.722 ms 2024-09-10T18:18:48.084 INFO:teuthology.orchestra.run.smithi086.stdout: 5 85421 23.42 MB/sec warmup 102 sec latency 33.650 ms 2024-09-10T18:18:48.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:18:47.313422+0000 mgr.smithi086.qqqtpz (mgr.14598) 60 : cephadm [INF] Upgrade: Updating mgr.smithi155.gxleeu 2024-09-10T18:18:48.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:47.318049+0000 mon.smithi086 (mon.0) 647 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:18:48.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:47.319880+0000 mon.smithi155 (mon.1) 50 : audit [INF] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi155.gxleeu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:18:48.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:47.320240+0000 mon.smithi086 (mon.0) 648 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi155.gxleeu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:18:48.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:47.321332+0000 mon.smithi155 (mon.1) 51 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:18:48.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:47.322188+0000 mon.smithi155 (mon.1) 52 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:18:48.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:18:47.322731+0000 mgr.smithi086.qqqtpz (mgr.14598) 61 : cephadm [INF] Deploying daemon mgr.smithi155.gxleeu on smithi155 2024-09-10T18:18:48.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:47.402790+0000 mgr.smithi086.qqqtpz (mgr.14598) 62 : cluster [DBG] pgmap v45: 97 pgs: 97 active+clean; 310 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.4 MiB/s wr, 741 op/s 2024-09-10T18:18:48.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:18:47.313422+0000 mgr.smithi086.qqqtpz (mgr.14598) 60 : cephadm [INF] Upgrade: Updating mgr.smithi155.gxleeu 2024-09-10T18:18:48.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:47.318049+0000 mon.smithi086 (mon.0) 647 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:18:48.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:47.319880+0000 mon.smithi155 (mon.1) 50 : audit [INF] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi155.gxleeu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:18:48.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:47.320240+0000 mon.smithi086 (mon.0) 648 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi155.gxleeu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:18:48.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:47.321332+0000 mon.smithi155 (mon.1) 51 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:18:48.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:47.322188+0000 mon.smithi155 (mon.1) 52 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:18:48.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:18:47.322731+0000 mgr.smithi086.qqqtpz (mgr.14598) 61 : cephadm [INF] Deploying daemon mgr.smithi155.gxleeu on smithi155 2024-09-10T18:18:48.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:47.402790+0000 mgr.smithi086.qqqtpz (mgr.14598) 62 : cluster [DBG] pgmap v45: 97 pgs: 97 active+clean; 310 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.4 MiB/s wr, 741 op/s 2024-09-10T18:18:49.084 INFO:teuthology.orchestra.run.smithi086.stdout: 5 86114 23.34 MB/sec warmup 103 sec latency 91.579 ms 2024-09-10T18:18:50.084 INFO:teuthology.orchestra.run.smithi086.stdout: 5 86834 23.26 MB/sec warmup 104 sec latency 22.556 ms 2024-09-10T18:18:50.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:49.403288+0000 mgr.smithi086.qqqtpz (mgr.14598) 63 : cluster [DBG] pgmap v46: 97 pgs: 97 active+clean; 314 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.09k op/s 2024-09-10T18:18:50.899 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:49.403288+0000 mgr.smithi086.qqqtpz (mgr.14598) 63 : cluster [DBG] pgmap v46: 97 pgs: 97 active+clean; 314 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.09k op/s 2024-09-10T18:18:51.084 INFO:teuthology.orchestra.run.smithi086.stdout: 5 87442 23.26 MB/sec warmup 105 sec latency 75.340 ms 2024-09-10T18:18:52.084 INFO:teuthology.orchestra.run.smithi086.stdout: 5 88074 23.23 MB/sec warmup 106 sec latency 42.199 ms 2024-09-10T18:18:52.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:52 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:51.403603+0000 mgr.smithi086.qqqtpz (mgr.14598) 64 : cluster [DBG] pgmap v47: 97 pgs: 97 active+clean; 314 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 7.7 MiB/s wr, 734 op/s 2024-09-10T18:18:52.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:52 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:51.403603+0000 mgr.smithi086.qqqtpz (mgr.14598) 64 : cluster [DBG] pgmap v47: 97 pgs: 97 active+clean; 314 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 7.7 MiB/s wr, 734 op/s 2024-09-10T18:18:53.084 INFO:teuthology.orchestra.run.smithi086.stdout: 5 88835 23.19 MB/sec warmup 107 sec latency 44.882 ms 2024-09-10T18:18:54.084 INFO:teuthology.orchestra.run.smithi086.stdout: 5 89533 23.11 MB/sec warmup 108 sec latency 24.621 ms 2024-09-10T18:18:54.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:54 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:53.404075+0000 mgr.smithi086.qqqtpz (mgr.14598) 65 : cluster [DBG] pgmap v48: 97 pgs: 97 active+clean; 316 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 9.8 MiB/s wr, 895 op/s 2024-09-10T18:18:54.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:54 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:53.404075+0000 mgr.smithi086.qqqtpz (mgr.14598) 65 : cluster [DBG] pgmap v48: 97 pgs: 97 active+clean; 316 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 9.8 MiB/s wr, 895 op/s 2024-09-10T18:18:55.084 INFO:teuthology.orchestra.run.smithi086.stdout: 5 90385 23.07 MB/sec warmup 109 sec latency 20.879 ms 2024-09-10T18:18:56.084 INFO:teuthology.orchestra.run.smithi086.stdout: 5 91300 23.15 MB/sec warmup 110 sec latency 58.581 ms 2024-09-10T18:18:56.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:56 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:55.404588+0000 mgr.smithi086.qqqtpz (mgr.14598) 66 : cluster [DBG] pgmap v49: 97 pgs: 97 active+clean; 320 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 9.5 MiB/s wr, 893 op/s 2024-09-10T18:18:56.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:56 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:55.404588+0000 mgr.smithi086.qqqtpz (mgr.14598) 66 : cluster [DBG] pgmap v49: 97 pgs: 97 active+clean; 320 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 9.5 MiB/s wr, 893 op/s 2024-09-10T18:18:57.084 INFO:teuthology.orchestra.run.smithi086.stdout: 5 92048 23.15 MB/sec warmup 111 sec latency 29.721 ms 2024-09-10T18:18:58.084 INFO:teuthology.orchestra.run.smithi086.stdout: 5 92805 23.09 MB/sec warmup 112 sec latency 37.494 ms 2024-09-10T18:18:59.084 INFO:teuthology.orchestra.run.smithi086.stdout: 5 93457 23.02 MB/sec warmup 113 sec latency 23.998 ms 2024-09-10T18:18:59.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:57.405003+0000 mgr.smithi086.qqqtpz (mgr.14598) 67 : cluster [DBG] pgmap v50: 97 pgs: 97 active+clean; 320 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 7.9 MiB/s wr, 751 op/s 2024-09-10T18:18:59.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:58.136118+0000 mon.smithi086 (mon.0) 649 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:18:59.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:18:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:18:58.137669+0000 mon.smithi155 (mon.1) 53 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:18:59.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:59 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:57.405003+0000 mgr.smithi086.qqqtpz (mgr.14598) 67 : cluster [DBG] pgmap v50: 97 pgs: 97 active+clean; 320 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 7.9 MiB/s wr, 751 op/s 2024-09-10T18:18:59.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:59 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:58.136118+0000 mon.smithi086 (mon.0) 649 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:18:59.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:18:59 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:18:58.137669+0000 mon.smithi155 (mon.1) 53 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:19:00.084 INFO:teuthology.orchestra.run.smithi086.stdout: 5 93992 22.92 MB/sec warmup 114 sec latency 41.165 ms 2024-09-10T18:19:00.459 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:59.153616+0000 mon.smithi086 (mon.0) 650 : cluster [DBG] mgrmap e25: smithi086.qqqtpz(active, since 92s), standbys: smithi155.gxleeu 2024-09-10T18:19:00.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:59.153616+0000 mon.smithi086 (mon.0) 650 : cluster [DBG] mgrmap e25: smithi086.qqqtpz(active, since 92s), standbys: smithi155.gxleeu 2024-09-10T18:19:01.084 INFO:teuthology.orchestra.run.smithi086.stdout: 5 94362 22.85 MB/sec warmup 115 sec latency 42.815 ms 2024-09-10T18:19:01.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:01 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:18:59.406315+0000 mgr.smithi086.qqqtpz (mgr.14598) 68 : cluster [DBG] pgmap v51: 97 pgs: 97 active+clean; 329 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 13 MiB/s wr, 1.21k op/s 2024-09-10T18:19:01.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:01 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:18:59.406315+0000 mgr.smithi086.qqqtpz (mgr.14598) 68 : cluster [DBG] pgmap v51: 97 pgs: 97 active+clean; 329 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 13 MiB/s wr, 1.21k op/s 2024-09-10T18:19:02.084 INFO:teuthology.orchestra.run.smithi086.stdout: 5 94760 22.77 MB/sec warmup 116 sec latency 59.461 ms 2024-09-10T18:19:03.072 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:01.406667+0000 mgr.smithi086.qqqtpz (mgr.14598) 69 : cluster [DBG] pgmap v52: 97 pgs: 97 active+clean; 329 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 8.9 MiB/s wr, 857 op/s 2024-09-10T18:19:03.072 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:01.752768+0000 mon.smithi086 (mon.0) 651 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:19:03.072 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:02.063565+0000 mon.smithi086 (mon.0) 652 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:19:03.072 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:02.068903+0000 mon.smithi155 (mon.1) 54 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:19:03.072 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:02.069873+0000 mgr.smithi086.qqqtpz (mgr.14598) 70 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi086.qqqtpz) 2024-09-10T18:19:03.072 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:02.071864+0000 mgr.smithi086.qqqtpz (mgr.14598) 71 : cephadm [INF] Failing over to other MGR 2024-09-10T18:19:03.072 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:02.072160+0000 mon.smithi155 (mon.1) 55 : audit [INF] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr fail", "who": "smithi086.qqqtpz"}]: dispatch 2024-09-10T18:19:03.072 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:02.072379+0000 mon.smithi086 (mon.0) 653 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr fail", "who": "smithi086.qqqtpz"}]: dispatch 2024-09-10T18:19:03.073 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:02.078146+0000 mon.smithi086 (mon.0) 654 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-10T18:19:03.084 INFO:teuthology.orchestra.run.smithi086.stdout: 5 95065 22.65 MB/sec warmup 117 sec latency 43.276 ms 2024-09-10T18:19:03.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:02 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:01.406667+0000 mgr.smithi086.qqqtpz (mgr.14598) 69 : cluster [DBG] pgmap v52: 97 pgs: 97 active+clean; 329 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 8.9 MiB/s wr, 857 op/s 2024-09-10T18:19:03.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:02 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:01.752768+0000 mon.smithi086 (mon.0) 651 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:19:03.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:02 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:02.063565+0000 mon.smithi086 (mon.0) 652 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:19:03.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:02 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:02.068903+0000 mon.smithi155 (mon.1) 54 : audit [DBG] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:19:03.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:02 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:02.069873+0000 mgr.smithi086.qqqtpz (mgr.14598) 70 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi086.qqqtpz) 2024-09-10T18:19:03.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:02 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:02.071864+0000 mgr.smithi086.qqqtpz (mgr.14598) 71 : cephadm [INF] Failing over to other MGR 2024-09-10T18:19:03.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:02 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:02.072160+0000 mon.smithi155 (mon.1) 55 : audit [INF] from='mgr.14598 172.21.15.86:0/1079793814' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr fail", "who": "smithi086.qqqtpz"}]: dispatch 2024-09-10T18:19:03.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:02 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:02.072379+0000 mon.smithi086 (mon.0) 653 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr fail", "who": "smithi086.qqqtpz"}]: dispatch 2024-09-10T18:19:03.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:02 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:02.078146+0000 mon.smithi086 (mon.0) 654 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-10T18:19:04.085 INFO:teuthology.orchestra.run.smithi086.stdout: 5 95579 22.58 MB/sec warmup 118 sec latency 41.299 ms 2024-09-10T18:19:04.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:03 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:02.857678+0000 mon.smithi086 (mon.0) 655 : cluster [DBG] Standby manager daemon smithi086.qqqtpz started 2024-09-10T18:19:04.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:03 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:03.069141+0000 mon.smithi086 (mon.0) 656 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "mgr fail", "who": "smithi086.qqqtpz"}]': finished 2024-09-10T18:19:04.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:03 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:03.069189+0000 mon.smithi086 (mon.0) 657 : cluster [DBG] mgrmap e26: smithi155.gxleeu(active, starting, since 0.996288s), standbys: smithi086.qqqtpz 2024-09-10T18:19:04.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:03 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:02.857678+0000 mon.smithi086 (mon.0) 655 : cluster [DBG] Standby manager daemon smithi086.qqqtpz started 2024-09-10T18:19:04.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:03 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:03.069141+0000 mon.smithi086 (mon.0) 656 : audit [INF] from='mgr.14598 ' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "mgr fail", "who": "smithi086.qqqtpz"}]': finished 2024-09-10T18:19:04.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:03 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:03.069189+0000 mon.smithi086 (mon.0) 657 : cluster [DBG] mgrmap e26: smithi155.gxleeu(active, starting, since 0.996288s), standbys: smithi086.qqqtpz 2024-09-10T18:19:05.026 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:03.782000+0000 mon.smithi086 (mon.0) 658 : cluster [INF] Active manager daemon smithi155.gxleeu restarted 2024-09-10T18:19:05.026 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:03.782787+0000 mon.smithi086 (mon.0) 659 : cluster [INF] Activating manager daemon smithi155.gxleeu 2024-09-10T18:19:05.026 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:03.783298+0000 mon.smithi155 (mon.1) 56 : audit [DBG] from='mgr.? 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi155.gxleeu/crt"}]: dispatch 2024-09-10T18:19:05.027 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:03.786543+0000 mon.smithi086 (mon.0) 660 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-10T18:19:05.027 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:03.787240+0000 mon.smithi155 (mon.1) 57 : audit [DBG] from='mgr.? 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:19:05.027 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:03.788420+0000 mon.smithi155 (mon.1) 58 : audit [DBG] from='mgr.? 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi155.gxleeu/key"}]: dispatch 2024-09-10T18:19:05.027 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:03.788695+0000 mon.smithi155 (mon.1) 59 : audit [DBG] from='mgr.? 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:19:05.085 INFO:teuthology.orchestra.run.smithi086.stdout: 5 96113 22.49 MB/sec warmup 119 sec latency 33.389 ms 2024-09-10T18:19:05.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:03.782000+0000 mon.smithi086 (mon.0) 658 : cluster [INF] Active manager daemon smithi155.gxleeu restarted 2024-09-10T18:19:05.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:03.782787+0000 mon.smithi086 (mon.0) 659 : cluster [INF] Activating manager daemon smithi155.gxleeu 2024-09-10T18:19:05.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:03.783298+0000 mon.smithi155 (mon.1) 56 : audit [DBG] from='mgr.? 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi155.gxleeu/crt"}]: dispatch 2024-09-10T18:19:05.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:03.786543+0000 mon.smithi086 (mon.0) 660 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-10T18:19:05.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:03.787240+0000 mon.smithi155 (mon.1) 57 : audit [DBG] from='mgr.? 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:19:05.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:03.788420+0000 mon.smithi155 (mon.1) 58 : audit [DBG] from='mgr.? 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi155.gxleeu/key"}]: dispatch 2024-09-10T18:19:05.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:03.788695+0000 mon.smithi155 (mon.1) 59 : audit [DBG] from='mgr.? 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:19:06.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:04.768181+0000 mon.smithi155 (mon.1) 60 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-09-10T18:19:06.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:04.768343+0000 mon.smithi155 (mon.1) 61 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-10T18:19:06.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:04.769126+0000 mon.smithi086 (mon.0) 661 : cluster [DBG] mgrmap e27: smithi155.gxleeu(active, starting, since 0.986604s), standbys: smithi086.qqqtpz 2024-09-10T18:19:06.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:04.769337+0000 mon.smithi155 (mon.1) 62 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi086.wmhkxy"}]: dispatch 2024-09-10T18:19:06.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:04.769640+0000 mon.smithi155 (mon.1) 63 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi155.ddyadp"}]: dispatch 2024-09-10T18:19:06.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:04.770041+0000 mon.smithi155 (mon.1) 64 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "mgr metadata", "who": "smithi155.gxleeu", "id": "smithi155.gxleeu"}]: dispatch 2024-09-10T18:19:06.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:04.770299+0000 mon.smithi155 (mon.1) 65 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "mgr metadata", "who": "smithi086.qqqtpz", "id": "smithi086.qqqtpz"}]: dispatch 2024-09-10T18:19:06.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:04.770558+0000 mon.smithi155 (mon.1) 66 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:19:06.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:04.770906+0000 mon.smithi155 (mon.1) 67 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:19:06.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:04.771225+0000 mon.smithi155 (mon.1) 68 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:19:06.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:04.771474+0000 mon.smithi155 (mon.1) 69 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:19:06.097 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:04.771713+0000 mon.smithi155 (mon.1) 70 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:19:06.097 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:04.772004+0000 mon.smithi155 (mon.1) 71 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:19:06.097 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:04.772278+0000 mon.smithi155 (mon.1) 72 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:19:06.097 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:04.772513+0000 mon.smithi155 (mon.1) 73 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:19:06.097 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:04.773469+0000 mon.smithi155 (mon.1) 74 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:19:06.097 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:04.773764+0000 mon.smithi155 (mon.1) 75 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:19:06.097 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:04.774401+0000 mon.smithi155 (mon.1) 76 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:19:06.097 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:04.976715+0000 mon.smithi086 (mon.0) 662 : cluster [INF] Manager daemon smithi155.gxleeu is now available 2024-09-10T18:19:06.097 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:04.995622+0000 mon.smithi086 (mon.0) 663 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:06.097 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:04.996231+0000 mgr.smithi155.gxleeu (mgr.24407) 1 : cephadm [INF] Queued nfs.foo for migration 2024-09-10T18:19:06.097 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:04.999606+0000 mon.smithi155 (mon.1) 77 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:19:06.097 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:05.021819+0000 mon.smithi086 (mon.0) 664 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:06.097 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:05.024814+0000 mon.smithi155 (mon.1) 78 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:19:06.098 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:05.084197+0000 mon.smithi086 (mon.0) 665 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:06.098 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:05.084591+0000 mon.smithi155 (mon.1) 79 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi155.gxleeu/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:19:06.098 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:05.085505+0000 mon.smithi086 (mon.0) 666 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi155.gxleeu/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:19:06.098 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:05.102413+0000 mon.smithi155 (mon.1) 80 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi155.gxleeu/trash_purge_schedule"}]: dispatch 2024-09-10T18:19:06.098 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:05.102901+0000 mon.smithi086 (mon.0) 667 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi155.gxleeu/trash_purge_schedule"}]: dispatch 2024-09-10T18:19:06.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:04.768181+0000 mon.smithi155 (mon.1) 60 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-09-10T18:19:06.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:04.768343+0000 mon.smithi155 (mon.1) 61 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-10T18:19:06.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:04.769126+0000 mon.smithi086 (mon.0) 661 : cluster [DBG] mgrmap e27: smithi155.gxleeu(active, starting, since 0.986604s), standbys: smithi086.qqqtpz 2024-09-10T18:19:06.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:04.769337+0000 mon.smithi155 (mon.1) 62 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi086.wmhkxy"}]: dispatch 2024-09-10T18:19:06.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:04.769640+0000 mon.smithi155 (mon.1) 63 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi155.ddyadp"}]: dispatch 2024-09-10T18:19:06.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:04.770041+0000 mon.smithi155 (mon.1) 64 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "mgr metadata", "who": "smithi155.gxleeu", "id": "smithi155.gxleeu"}]: dispatch 2024-09-10T18:19:06.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:04.770299+0000 mon.smithi155 (mon.1) 65 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "mgr metadata", "who": "smithi086.qqqtpz", "id": "smithi086.qqqtpz"}]: dispatch 2024-09-10T18:19:06.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:04.770558+0000 mon.smithi155 (mon.1) 66 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:19:06.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:04.770906+0000 mon.smithi155 (mon.1) 67 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:19:06.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:04.771225+0000 mon.smithi155 (mon.1) 68 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:19:06.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:04.771474+0000 mon.smithi155 (mon.1) 69 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:19:06.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:04.771713+0000 mon.smithi155 (mon.1) 70 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:19:06.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:04.772004+0000 mon.smithi155 (mon.1) 71 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:19:06.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:04.772278+0000 mon.smithi155 (mon.1) 72 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:19:06.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:04.772513+0000 mon.smithi155 (mon.1) 73 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:19:06.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:04.773469+0000 mon.smithi155 (mon.1) 74 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:19:06.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:04.773764+0000 mon.smithi155 (mon.1) 75 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:19:06.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:04.774401+0000 mon.smithi155 (mon.1) 76 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:19:06.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:04.976715+0000 mon.smithi086 (mon.0) 662 : cluster [INF] Manager daemon smithi155.gxleeu is now available 2024-09-10T18:19:06.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:04.995622+0000 mon.smithi086 (mon.0) 663 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:06.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:04.996231+0000 mgr.smithi155.gxleeu (mgr.24407) 1 : cephadm [INF] Queued nfs.foo for migration 2024-09-10T18:19:06.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:04.999606+0000 mon.smithi155 (mon.1) 77 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:19:06.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:05.021819+0000 mon.smithi086 (mon.0) 664 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:06.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:05.024814+0000 mon.smithi155 (mon.1) 78 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:19:06.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:05.084197+0000 mon.smithi086 (mon.0) 665 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:06.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:05.084591+0000 mon.smithi155 (mon.1) 79 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi155.gxleeu/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:19:06.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:05.085505+0000 mon.smithi086 (mon.0) 666 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi155.gxleeu/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:19:06.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:05.102413+0000 mon.smithi155 (mon.1) 80 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi155.gxleeu/trash_purge_schedule"}]: dispatch 2024-09-10T18:19:06.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:05.102901+0000 mon.smithi086 (mon.0) 667 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi155.gxleeu/trash_purge_schedule"}]: dispatch 2024-09-10T18:19:07.084 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:05.541204+0000 mgr.smithi155.gxleeu (mgr.24407) 2 : cephadm [INF] Deploying cephadm binary to smithi155 2024-09-10T18:19:07.084 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:05.578487+0000 mgr.smithi155.gxleeu (mgr.24407) 3 : cephadm [INF] Deploying cephadm binary to smithi086 2024-09-10T18:19:07.084 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:05.782762+0000 mon.smithi086 (mon.0) 668 : cluster [DBG] mgrmap e28: smithi155.gxleeu(active, since 2s), standbys: smithi086.qqqtpz 2024-09-10T18:19:07.084 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:05.792231+0000 mgr.smithi155.gxleeu (mgr.24407) 4 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 321 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:19:07.085 INFO:teuthology.orchestra.run.smithi086.stdout: 5 97166 11.91 MB/sec execute 1 sec latency 33.143 ms 2024-09-10T18:19:07.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:05.541204+0000 mgr.smithi155.gxleeu (mgr.24407) 2 : cephadm [INF] Deploying cephadm binary to smithi155 2024-09-10T18:19:07.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:05.578487+0000 mgr.smithi155.gxleeu (mgr.24407) 3 : cephadm [INF] Deploying cephadm binary to smithi086 2024-09-10T18:19:07.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:05.782762+0000 mon.smithi086 (mon.0) 668 : cluster [DBG] mgrmap e28: smithi155.gxleeu(active, since 2s), standbys: smithi086.qqqtpz 2024-09-10T18:19:07.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:05.792231+0000 mgr.smithi155.gxleeu (mgr.24407) 4 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 321 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:19:08.085 INFO:teuthology.orchestra.run.smithi086.stdout: 5 98038 20.83 MB/sec execute 2 sec latency 15.959 ms 2024-09-10T18:19:08.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:07 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:06.773661+0000 mgr.smithi155.gxleeu (mgr.24407) 5 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 321 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:19:08.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:07 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:06.787574+0000 mon.smithi086 (mon.0) 669 : cluster [DBG] mgrmap e29: smithi155.gxleeu(active, since 3s), standbys: smithi086.qqqtpz 2024-09-10T18:19:08.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:07 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:07.009222+0000 mon.smithi155 (mon.1) 81 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-10T18:19:08.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:07 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:07.009607+0000 mon.smithi086 (mon.0) 670 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-10T18:19:08.134 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:06.773661+0000 mgr.smithi155.gxleeu (mgr.24407) 5 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 321 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:19:08.134 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:06.787574+0000 mon.smithi086 (mon.0) 669 : cluster [DBG] mgrmap e29: smithi155.gxleeu(active, since 3s), standbys: smithi086.qqqtpz 2024-09-10T18:19:08.134 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:07.009222+0000 mon.smithi155 (mon.1) 81 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-10T18:19:08.135 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:07.009607+0000 mon.smithi086 (mon.0) 670 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-10T18:19:09.085 INFO:teuthology.orchestra.run.smithi086.stdout: 5 98720 20.63 MB/sec execute 3 sec latency 34.846 ms 2024-09-10T18:19:09.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:08 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:07.784493+0000 mon.smithi086 (mon.0) 671 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-09-10T18:19:09.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:08 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:07.784587+0000 mon.smithi086 (mon.0) 672 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-10T18:19:09.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:08 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:07.791921+0000 mon.smithi155 (mon.1) 82 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T18:19:09.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:08 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:07.792782+0000 mon.smithi086 (mon.0) 673 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T18:19:09.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:08 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:07.887921+0000 mgr.smithi155.gxleeu (mgr.24407) 6 : cephadm [INF] [10/Sep/2024:18:19:07] ENGINE Bus STARTING 2024-09-10T18:19:09.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:08 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:08.021602+0000 mon.smithi086 (mon.0) 674 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:09.140 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:07.784493+0000 mon.smithi086 (mon.0) 671 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-09-10T18:19:09.140 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:07.784587+0000 mon.smithi086 (mon.0) 672 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-10T18:19:09.140 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:07.791921+0000 mon.smithi155 (mon.1) 82 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T18:19:09.140 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:07.792782+0000 mon.smithi086 (mon.0) 673 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T18:19:09.140 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:07.887921+0000 mgr.smithi155.gxleeu (mgr.24407) 6 : cephadm [INF] [10/Sep/2024:18:19:07] ENGINE Bus STARTING 2024-09-10T18:19:09.140 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:08.021602+0000 mon.smithi086 (mon.0) 674 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:09.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:08.014781+0000 mgr.smithi155.gxleeu (mgr.24407) 7 : cephadm [INF] [10/Sep/2024:18:19:08] ENGINE Serving on https://172.21.15.155:7150 2024-09-10T18:19:09.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:08.014889+0000 mgr.smithi155.gxleeu (mgr.24407) 8 : cephadm [INF] [10/Sep/2024:18:19:08] ENGINE Bus STARTED 2024-09-10T18:19:09.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:08.017190+0000 mgr.smithi155.gxleeu (mgr.24407) 9 : cephadm [ERR] [10/Sep/2024:18:19:08] ENGINE Error in HTTPServer.serve 2024-09-10T18:19:09.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Traceback (most recent call last): 2024-09-10T18:19:09.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:19:09.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: self._connections.run(self.expiration_interval) 2024-09-10T18:19:09.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:19:09.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: self._run(expiration_interval) 2024-09-10T18:19:09.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:19:09.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:19:09.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:19:09.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:19:09.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:19:09.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: s = self.context.wrap_socket( 2024-09-10T18:19:09.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:19:09.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: return self.sslsocket_class._create( 2024-09-10T18:19:09.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:19:09.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: self.do_handshake() 2024-09-10T18:19:09.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:19:09.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: self._sslobj.do_handshake() 2024-09-10T18:19:09.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:19:09.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: 2024-09-10T18:19:09.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:08.774007+0000 mgr.smithi155.gxleeu (mgr.24407) 10 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 321 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:19:09.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:08.793501+0000 mon.smithi086 (mon.0) 675 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T18:19:09.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:08.793566+0000 mon.smithi086 (mon.0) 676 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-10T18:19:09.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:09.575713+0000 mon.smithi086 (mon.0) 677 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:10.088 INFO:teuthology.orchestra.run.smithi086.stdout: 5 99109 18.16 MB/sec execute 4 sec latency 40.930 ms 2024-09-10T18:19:10.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:08.014781+0000 mgr.smithi155.gxleeu (mgr.24407) 7 : cephadm [INF] [10/Sep/2024:18:19:08] ENGINE Serving on https://172.21.15.155:7150 2024-09-10T18:19:10.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:08.014889+0000 mgr.smithi155.gxleeu (mgr.24407) 8 : cephadm [INF] [10/Sep/2024:18:19:08] ENGINE Bus STARTED 2024-09-10T18:19:10.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:08.017190+0000 mgr.smithi155.gxleeu (mgr.24407) 9 : cephadm [ERR] [10/Sep/2024:18:19:08] ENGINE Error in HTTPServer.serve 2024-09-10T18:19:10.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: Traceback (most recent call last): 2024-09-10T18:19:10.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:19:10.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: self._connections.run(self.expiration_interval) 2024-09-10T18:19:10.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:19:10.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: self._run(expiration_interval) 2024-09-10T18:19:10.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:19:10.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:19:10.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:19:10.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:19:10.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:19:10.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: s = self.context.wrap_socket( 2024-09-10T18:19:10.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:19:10.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: return self.sslsocket_class._create( 2024-09-10T18:19:10.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:19:10.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: self.do_handshake() 2024-09-10T18:19:10.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:19:10.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: self._sslobj.do_handshake() 2024-09-10T18:19:10.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:19:10.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: 2024-09-10T18:19:10.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:08.774007+0000 mgr.smithi155.gxleeu (mgr.24407) 10 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 321 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:19:10.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:08.793501+0000 mon.smithi086 (mon.0) 675 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T18:19:10.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:08.793566+0000 mon.smithi086 (mon.0) 676 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-10T18:19:10.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:09.575713+0000 mon.smithi086 (mon.0) 677 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:10.712 INFO:teuthology.orchestra.run.smithi086.stdout:true 2024-09-10T18:19:11.088 INFO:teuthology.orchestra.run.smithi086.stdout: 5 99479 16.20 MB/sec execute 5 sec latency 63.159 ms 2024-09-10T18:19:11.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:11 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:10.538226+0000 mon.smithi086 (mon.0) 678 : cluster [DBG] Standby manager daemon smithi086.qqqtpz restarted 2024-09-10T18:19:11.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:11 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:10.538326+0000 mon.smithi086 (mon.0) 679 : cluster [DBG] Standby manager daemon smithi086.qqqtpz started 2024-09-10T18:19:11.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:11 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:10.540669+0000 mon.smithi086 (mon.0) 680 : audit [DBG] from='mgr.? 172.21.15.86:0/2075642309' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi086.qqqtpz/crt"}]: dispatch 2024-09-10T18:19:11.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:11 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:10.546770+0000 mon.smithi086 (mon.0) 681 : audit [DBG] from='mgr.? 172.21.15.86:0/2075642309' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:19:11.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:11 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:10.549062+0000 mon.smithi086 (mon.0) 682 : audit [DBG] from='mgr.? 172.21.15.86:0/2075642309' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi086.qqqtpz/key"}]: dispatch 2024-09-10T18:19:11.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:11 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:10.549398+0000 mon.smithi086 (mon.0) 683 : audit [DBG] from='mgr.? 172.21.15.86:0/2075642309' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:19:11.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:11 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:10.583942+0000 mon.smithi086 (mon.0) 684 : cluster [DBG] mgrmap e30: smithi155.gxleeu(active, since 6s), standbys: smithi086.qqqtpz 2024-09-10T18:19:11.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:11 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:10.695080+0000 mgr.smithi155.gxleeu (mgr.24407) 11 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:19:11.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:11 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:10.774321+0000 mgr.smithi155.gxleeu (mgr.24407) 12 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 321 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:19:11.604 INFO:teuthology.orchestra.run.smithi086.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:19:11.604 INFO:teuthology.orchestra.run.smithi086.stdout:alertmanager.smithi086 smithi086 *:9093,9094 running (6m) 95s ago 7m 19.3M - 0.20.0 0881eb8f169f 6f4c7936f6b6 2024-09-10T18:19:11.605 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi086 smithi086 running (7m) 95s ago 7m 6400k - 16.2.4 8d91d370c2b8 9f2bafa17c41 2024-09-10T18:19:11.605 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi155 smithi155 running (7m) 0s ago 7m 6413k - 16.2.4 8d91d370c2b8 be056b3d8fc4 2024-09-10T18:19:11.605 INFO:teuthology.orchestra.run.smithi086.stdout:grafana.smithi086 smithi086 *:3000 running (6m) 95s ago 7m 34.1M - 6.7.4 557c83e11646 013c9bd31cbe 2024-09-10T18:19:11.605 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi086.wmhkxy smithi086 running (2m) 95s ago 2m 35.9M - 16.2.4 8d91d370c2b8 3f5e7a0d954a 2024-09-10T18:19:11.605 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi155.ddyadp smithi155 running (2m) 0s ago 2m 12.5M - 16.2.4 8d91d370c2b8 fed2aba1e81e 2024-09-10T18:19:11.605 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi086.qqqtpz smithi086 *:9283 running (9m) 95s ago 9m 379M - 16.2.4 8d91d370c2b8 30d6ca6760d3 2024-09-10T18:19:11.605 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi155.gxleeu smithi155 *:8443,9283 running (14s) 0s ago 7m 427M - 17.2.7-1606-g5be57395 4c55dd409611 a4c5ea2816e7 2024-09-10T18:19:11.605 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi086 smithi086 running (9m) 95s ago 9m 47.9M 2048M 16.2.4 8d91d370c2b8 51db5ba0401d 2024-09-10T18:19:11.605 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi155 smithi155 running (7m) 0s ago 7m 51.9M 2048M 16.2.4 8d91d370c2b8 45a737cfbcde 2024-09-10T18:19:11.605 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.smithi086 smithi086 *:2049 running (2m) 95s ago 2m 213M - 3.5 8d91d370c2b8 200179d7551d 2024-09-10T18:19:11.605 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.smithi155 smithi155 *:2049 running (2m) 0s ago 2m 76.8M - 3.5 8d91d370c2b8 7c3072bbce70 2024-09-10T18:19:11.605 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi086 smithi086 *:9100 running (7m) 95s ago 7m 17.2M - 0.18.1 e5a616e4b9cf ebcaa2fe985c 2024-09-10T18:19:11.605 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi155 smithi155 *:9100 running (6m) 0s ago 6m 17.2M - 0.18.1 e5a616e4b9cf 1811325b1f2a 2024-09-10T18:19:11.605 INFO:teuthology.orchestra.run.smithi086.stdout:osd.0 smithi086 running (6m) 95s ago 6m 140M 4096M 16.2.4 8d91d370c2b8 9ec5215242da 2024-09-10T18:19:11.606 INFO:teuthology.orchestra.run.smithi086.stdout:osd.1 smithi086 running (6m) 95s ago 6m 123M 4096M 16.2.4 8d91d370c2b8 6f4c220ee750 2024-09-10T18:19:11.606 INFO:teuthology.orchestra.run.smithi086.stdout:osd.2 smithi086 running (5m) 95s ago 5m 69.1M 4096M 16.2.4 8d91d370c2b8 fc881ce40288 2024-09-10T18:19:11.606 INFO:teuthology.orchestra.run.smithi086.stdout:osd.3 smithi086 running (5m) 95s ago 5m 141M 4096M 16.2.4 8d91d370c2b8 62f9298fc37a 2024-09-10T18:19:11.606 INFO:teuthology.orchestra.run.smithi086.stdout:osd.4 smithi155 running (5m) 0s ago 5m 379M 4096M 16.2.4 8d91d370c2b8 7068d2f6f340 2024-09-10T18:19:11.606 INFO:teuthology.orchestra.run.smithi086.stdout:osd.5 smithi155 running (4m) 0s ago 4m 377M 4096M 16.2.4 8d91d370c2b8 4278b8fdd427 2024-09-10T18:19:11.606 INFO:teuthology.orchestra.run.smithi086.stdout:osd.6 smithi155 running (4m) 0s ago 4m 320M 4096M 16.2.4 8d91d370c2b8 b1120f71f9ec 2024-09-10T18:19:11.606 INFO:teuthology.orchestra.run.smithi086.stdout:osd.7 smithi155 running (4m) 0s ago 4m 473M 4096M 16.2.4 8d91d370c2b8 63785fceaf50 2024-09-10T18:19:11.606 INFO:teuthology.orchestra.run.smithi086.stdout:prometheus.smithi086 smithi086 *:9095 running (6m) 95s ago 7m 34.6M - 2.18.1 de242295e225 b0d895b622f6 2024-09-10T18:19:11.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:10.538226+0000 mon.smithi086 (mon.0) 678 : cluster [DBG] Standby manager daemon smithi086.qqqtpz restarted 2024-09-10T18:19:11.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:10.538326+0000 mon.smithi086 (mon.0) 679 : cluster [DBG] Standby manager daemon smithi086.qqqtpz started 2024-09-10T18:19:11.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:10.540669+0000 mon.smithi086 (mon.0) 680 : audit [DBG] from='mgr.? 172.21.15.86:0/2075642309' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi086.qqqtpz/crt"}]: dispatch 2024-09-10T18:19:11.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:10.546770+0000 mon.smithi086 (mon.0) 681 : audit [DBG] from='mgr.? 172.21.15.86:0/2075642309' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:19:11.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:10.549062+0000 mon.smithi086 (mon.0) 682 : audit [DBG] from='mgr.? 172.21.15.86:0/2075642309' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi086.qqqtpz/key"}]: dispatch 2024-09-10T18:19:11.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:10.549398+0000 mon.smithi086 (mon.0) 683 : audit [DBG] from='mgr.? 172.21.15.86:0/2075642309' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:19:11.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:10.583942+0000 mon.smithi086 (mon.0) 684 : cluster [DBG] mgrmap e30: smithi155.gxleeu(active, since 6s), standbys: smithi086.qqqtpz 2024-09-10T18:19:11.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:10.695080+0000 mgr.smithi155.gxleeu (mgr.24407) 11 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:19:11.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:10.774321+0000 mgr.smithi155.gxleeu (mgr.24407) 12 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 321 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:19:12.088 INFO:teuthology.orchestra.run.smithi086.stdout: 5 99876 14.97 MB/sec execute 6 sec latency 38.976 ms 2024-09-10T18:19:12.124 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:19:12.124 INFO:teuthology.orchestra.run.smithi086.stdout: "mon": { 2024-09-10T18:19:12.125 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:19:12.125 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:19:12.125 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr": { 2024-09-10T18:19:12.125 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-10T18:19:12.125 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T18:19:12.125 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:19:12.125 INFO:teuthology.orchestra.run.smithi086.stdout: "osd": { 2024-09-10T18:19:12.125 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-10T18:19:12.125 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:19:12.125 INFO:teuthology.orchestra.run.smithi086.stdout: "mds": { 2024-09-10T18:19:12.125 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:19:12.125 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:19:12.125 INFO:teuthology.orchestra.run.smithi086.stdout: "overall": { 2024-09-10T18:19:12.125 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2024-09-10T18:19:12.126 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T18:19:12.126 INFO:teuthology.orchestra.run.smithi086.stdout: } 2024-09-10T18:19:12.126 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:19:12.523 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:19:12.523 INFO:teuthology.orchestra.run.smithi086.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T18:19:12.523 INFO:teuthology.orchestra.run.smithi086.stdout: "in_progress": true, 2024-09-10T18:19:12.523 INFO:teuthology.orchestra.run.smithi086.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T18:19:12.523 INFO:teuthology.orchestra.run.smithi086.stdout: "services_complete": [], 2024-09-10T18:19:12.523 INFO:teuthology.orchestra.run.smithi086.stdout: "progress": "1/23 daemons upgraded", 2024-09-10T18:19:12.523 INFO:teuthology.orchestra.run.smithi086.stdout: "message": "", 2024-09-10T18:19:12.523 INFO:teuthology.orchestra.run.smithi086.stdout: "is_paused": false 2024-09-10T18:19:12.523 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:19:12.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:11.155342+0000 mgr.smithi155.gxleeu (mgr.24407) 13 : audit [DBG] from='client.24439 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:19:12.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:11.441450+0000 mon.smithi086 (mon.0) 685 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:12.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:11.447547+0000 mon.smithi086 (mon.0) 686 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:12.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:11.592581+0000 mgr.smithi155.gxleeu (mgr.24407) 14 : audit [DBG] from='client.24443 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:19:12.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:12.123092+0000 mon.smithi155 (mon.1) 83 : audit [DBG] from='client.? 172.21.15.86:0/3740553041' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:19:12.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:12.242160+0000 mon.smithi086 (mon.0) 687 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:12.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:12.248643+0000 mon.smithi086 (mon.0) 688 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:12.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:12 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:12.317119+0000 mon.smithi086 (mon.0) 689 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:12.748 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:12 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:11.155342+0000 mgr.smithi155.gxleeu (mgr.24407) 13 : audit [DBG] from='client.24439 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:19:12.748 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:12 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:11.441450+0000 mon.smithi086 (mon.0) 685 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:12.748 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:12 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:11.447547+0000 mon.smithi086 (mon.0) 686 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:12.748 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:12 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:11.592581+0000 mgr.smithi155.gxleeu (mgr.24407) 14 : audit [DBG] from='client.24443 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:19:12.748 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:12 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:12.123092+0000 mon.smithi155 (mon.1) 83 : audit [DBG] from='client.? 172.21.15.86:0/3740553041' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:19:12.748 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:12 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:12.242160+0000 mon.smithi086 (mon.0) 687 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:12.749 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:12 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:12.248643+0000 mon.smithi086 (mon.0) 688 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:12.749 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:12 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:12.317119+0000 mon.smithi086 (mon.0) 689 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:13.088 INFO:teuthology.orchestra.run.smithi086.stdout: 5 100258 13.80 MB/sec execute 7 sec latency 47.017 ms 2024-09-10T18:19:13.762 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:13 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:12.521333+0000 mgr.smithi155.gxleeu (mgr.24407) 15 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:19:13.762 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:13 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:12.775010+0000 mgr.smithi155.gxleeu (mgr.24407) 16 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 6.2 MiB/s wr, 596 op/s 2024-09-10T18:19:13.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:13 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:12.521333+0000 mgr.smithi155.gxleeu (mgr.24407) 15 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:19:13.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:13 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:12.775010+0000 mgr.smithi155.gxleeu (mgr.24407) 16 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 6.2 MiB/s wr, 596 op/s 2024-09-10T18:19:14.088 INFO:teuthology.orchestra.run.smithi086.stdout: 5 100808 13.59 MB/sec execute 8 sec latency 54.973 ms 2024-09-10T18:19:15.088 INFO:teuthology.orchestra.run.smithi086.stdout: 5 101192 13.81 MB/sec execute 9 sec latency 479.715 ms 2024-09-10T18:19:15.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:14.286089+0000 mon.smithi086 (mon.0) 690 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:19:15.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:14.286384+0000 mon.smithi155 (mon.1) 84 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-09-10T18:19:15.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:14.286629+0000 mon.smithi155 (mon.1) 85 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-10T18:19:15.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:14.802784+0000 mon.smithi086 (mon.0) 691 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:19:15.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:14.807800+0000 mon.smithi086 (mon.0) 692 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:15.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:14.286089+0000 mon.smithi086 (mon.0) 690 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:19:15.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:14.286384+0000 mon.smithi155 (mon.1) 84 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-09-10T18:19:15.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:14.286629+0000 mon.smithi155 (mon.1) 85 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-10T18:19:15.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:14.802784+0000 mon.smithi086 (mon.0) 691 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:19:15.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:14.807800+0000 mon.smithi086 (mon.0) 692 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:16.088 INFO:teuthology.orchestra.run.smithi086.stdout: 5 101768 14.29 MB/sec execute 10 sec latency 30.770 ms 2024-09-10T18:19:16.733 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:14.775336+0000 mgr.smithi155.gxleeu (mgr.24407) 17 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 5.4 MiB/s wr, 520 op/s 2024-09-10T18:19:16.733 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:14.804789+0000 mon.smithi155 (mon.1) 86 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:19:16.733 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:15.405169+0000 mon.smithi155 (mon.1) 87 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:19:16.733 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:15.409613+0000 mon.smithi155 (mon.1) 88 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-09-10T18:19:16.733 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:15.409785+0000 mon.smithi155 (mon.1) 89 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-10T18:19:16.733 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:15.426046+0000 mon.smithi086 (mon.0) 693 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:16.733 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:16.207312+0000 mon.smithi086 (mon.0) 694 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:16.733 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:16.213581+0000 mon.smithi086 (mon.0) 695 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:16.895 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:14.775336+0000 mgr.smithi155.gxleeu (mgr.24407) 17 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 326 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 5.4 MiB/s wr, 520 op/s 2024-09-10T18:19:16.895 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:14.804789+0000 mon.smithi155 (mon.1) 86 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:19:16.895 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:15.405169+0000 mon.smithi155 (mon.1) 87 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:19:16.896 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:15.409613+0000 mon.smithi155 (mon.1) 88 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-09-10T18:19:16.896 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:15.409785+0000 mon.smithi155 (mon.1) 89 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-10T18:19:16.896 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:15.426046+0000 mon.smithi086 (mon.0) 693 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:16.896 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:16.207312+0000 mon.smithi086 (mon.0) 694 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:16.896 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:16.213581+0000 mon.smithi086 (mon.0) 695 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:17.088 INFO:teuthology.orchestra.run.smithi086.stdout: 5 102274 14.35 MB/sec execute 11 sec latency 40.145 ms 2024-09-10T18:19:18.089 INFO:teuthology.orchestra.run.smithi086.stdout: 5 102670 14.05 MB/sec execute 12 sec latency 31.071 ms 2024-09-10T18:19:18.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:17 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:16.775889+0000 mgr.smithi155.gxleeu (mgr.24407) 18 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 322 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 8.4 MiB/s wr, 837 op/s 2024-09-10T18:19:18.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:17 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:16.926821+0000 mon.smithi086 (mon.0) 696 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:18.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:17 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:16.933055+0000 mon.smithi086 (mon.0) 697 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:18.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:16.775889+0000 mgr.smithi155.gxleeu (mgr.24407) 18 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 322 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 16 KiB/s rd, 8.4 MiB/s wr, 837 op/s 2024-09-10T18:19:18.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:16.926821+0000 mon.smithi086 (mon.0) 696 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:18.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:16.933055+0000 mon.smithi086 (mon.0) 697 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:19.089 INFO:teuthology.orchestra.run.smithi086.stdout: 5 103058 13.68 MB/sec execute 13 sec latency 62.689 ms 2024-09-10T18:19:20.089 INFO:teuthology.orchestra.run.smithi086.stdout: 5 103448 13.25 MB/sec execute 14 sec latency 70.362 ms 2024-09-10T18:19:20.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:19 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:18.776225+0000 mgr.smithi155.gxleeu (mgr.24407) 19 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 322 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 7.5 MiB/s wr, 752 op/s 2024-09-10T18:19:20.204 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:18.776225+0000 mgr.smithi155.gxleeu (mgr.24407) 19 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 322 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 7.5 MiB/s wr, 752 op/s 2024-09-10T18:19:21.089 INFO:teuthology.orchestra.run.smithi086.stdout: 5 103874 12.87 MB/sec execute 15 sec latency 229.602 ms 2024-09-10T18:19:21.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:20 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:20.024929+0000 mon.smithi155 (mon.1) 90 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:19:21.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:20 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:20.654515+0000 mon.smithi086 (mon.0) 698 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:21.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:20 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:20.661332+0000 mon.smithi086 (mon.0) 699 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:21.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:20 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:20.668488+0000 mon.smithi086 (mon.0) 700 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:21.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:20 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:20.024929+0000 mon.smithi155 (mon.1) 90 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:19:21.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:20 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:20.654515+0000 mon.smithi086 (mon.0) 698 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:21.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:20 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:20.661332+0000 mon.smithi086 (mon.0) 699 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:21.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:20 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:20.668488+0000 mon.smithi086 (mon.0) 700 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:22.089 INFO:teuthology.orchestra.run.smithi086.stdout: 5 104552 13.17 MB/sec execute 16 sec latency 31.686 ms 2024-09-10T18:19:22.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:21 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:20.690189+0000 mon.smithi155 (mon.1) 91 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-09-10T18:19:22.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:21 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:20.690503+0000 mon.smithi086 (mon.0) 701 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-09-10T18:19:22.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:21 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:20.776561+0000 mgr.smithi155.gxleeu (mgr.24407) 20 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 322 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 6.3 MiB/s wr, 628 op/s 2024-09-10T18:19:22.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:21 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:21.673286+0000 mon.smithi086 (mon.0) 702 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-09-10T18:19:22.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:21 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:21.673372+0000 mon.smithi086 (mon.0) 703 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-10T18:19:22.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:21 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:21.681308+0000 mon.smithi155 (mon.1) 92 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-09-10T18:19:22.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:21 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:21.682442+0000 mon.smithi086 (mon.0) 704 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-09-10T18:19:22.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:20.690189+0000 mon.smithi155 (mon.1) 91 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-09-10T18:19:22.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:20.690503+0000 mon.smithi086 (mon.0) 701 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-09-10T18:19:22.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:20.776561+0000 mgr.smithi155.gxleeu (mgr.24407) 20 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 322 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 6.3 MiB/s wr, 628 op/s 2024-09-10T18:19:22.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:21.673286+0000 mon.smithi086 (mon.0) 702 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-09-10T18:19:22.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:21.673372+0000 mon.smithi086 (mon.0) 703 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-10T18:19:22.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:21.681308+0000 mon.smithi155 (mon.1) 92 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-09-10T18:19:22.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:21.682442+0000 mon.smithi086 (mon.0) 704 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-09-10T18:19:23.089 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105052 13.52 MB/sec execute 17 sec latency 41.743 ms 2024-09-10T18:19:23.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:23 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:22.675814+0000 mon.smithi086 (mon.0) 705 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-10T18:19:23.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:23 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:22.675918+0000 mon.smithi086 (mon.0) 706 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-10T18:19:23.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:23 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:22.677374+0000 mgr.smithi155.gxleeu (mgr.24407) 21 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-09-10T18:19:23.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:23 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:22.709789+0000 mgr.smithi155.gxleeu (mgr.24407) 22 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-09-10T18:19:23.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:23 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:22.709936+0000 mgr.smithi155.gxleeu (mgr.24407) 23 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.smithi086', 'nfs.foo.smithi155'] 2024-09-10T18:19:23.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:23 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:22.709989+0000 mgr.smithi155.gxleeu (mgr.24407) 24 : cephadm [INF] Remove daemons nfs.foo.smithi086 nfs.foo.smithi155 2024-09-10T18:19:23.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:23 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:22.710273+0000 mgr.smithi155.gxleeu (mgr.24407) 25 : cephadm [INF] Removing daemon nfs.foo.smithi086 from smithi086 -- ports [2049] 2024-09-10T18:19:23.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:23 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:22.710472+0000 mgr.smithi155.gxleeu (mgr.24407) 26 : cephadm [INF] Removing daemon nfs.foo.smithi155 from smithi155 -- ports [2049] 2024-09-10T18:19:23.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:23 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:22.776966+0000 mgr.smithi155.gxleeu (mgr.24407) 27 : cluster [DBG] pgmap v16: 129 pgs: 32 unknown, 97 active+clean; 318 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 8.0 MiB/s wr, 839 op/s 2024-09-10T18:19:23.895 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:23 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:22.675814+0000 mon.smithi086 (mon.0) 705 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-10T18:19:23.896 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:23 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:22.675918+0000 mon.smithi086 (mon.0) 706 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-10T18:19:23.896 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:23 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:22.677374+0000 mgr.smithi155.gxleeu (mgr.24407) 21 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-09-10T18:19:23.896 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:23 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:22.709789+0000 mgr.smithi155.gxleeu (mgr.24407) 22 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-09-10T18:19:23.896 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:23 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:22.709936+0000 mgr.smithi155.gxleeu (mgr.24407) 23 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.smithi086', 'nfs.foo.smithi155'] 2024-09-10T18:19:23.896 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:23 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:22.709989+0000 mgr.smithi155.gxleeu (mgr.24407) 24 : cephadm [INF] Remove daemons nfs.foo.smithi086 nfs.foo.smithi155 2024-09-10T18:19:23.896 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:23 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:22.710273+0000 mgr.smithi155.gxleeu (mgr.24407) 25 : cephadm [INF] Removing daemon nfs.foo.smithi086 from smithi086 -- ports [2049] 2024-09-10T18:19:23.897 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:23 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:22.710472+0000 mgr.smithi155.gxleeu (mgr.24407) 26 : cephadm [INF] Removing daemon nfs.foo.smithi155 from smithi155 -- ports [2049] 2024-09-10T18:19:23.897 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:23 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:22.776966+0000 mgr.smithi155.gxleeu (mgr.24407) 27 : cluster [DBG] pgmap v16: 129 pgs: 32 unknown, 97 active+clean; 318 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 8.0 MiB/s wr, 839 op/s 2024-09-10T18:19:24.089 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 12.98 MB/sec execute 18 sec latency 890.280 ms 2024-09-10T18:19:24.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:24 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:23.680422+0000 mon.smithi086 (mon.0) 707 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-09-10T18:19:25.089 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 12.29 MB/sec execute 19 sec latency 1890.365 ms 2024-09-10T18:19:25.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:24 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:23.680422+0000 mon.smithi086 (mon.0) 707 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-09-10T18:19:26.089 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 11.68 MB/sec execute 20 sec latency 2890.409 ms 2024-09-10T18:19:26.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:24.688070+0000 mon.smithi086 (mon.0) 708 : cluster [DBG] mgrmap e31: smithi155.gxleeu(active, since 20s), standbys: smithi086.qqqtpz 2024-09-10T18:19:26.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:24.777330+0000 mgr.smithi155.gxleeu (mgr.24407) 28 : cluster [DBG] pgmap v18: 129 pgs: 32 unknown, 97 active+clean; 318 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.4 MiB/s wr, 558 op/s 2024-09-10T18:19:26.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.414600+0000 mon.smithi155 (mon.1) 93 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi086"}]: dispatch 2024-09-10T18:19:26.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.414915+0000 mon.smithi086 (mon.0) 709 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi086"}]: dispatch 2024-09-10T18:19:26.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.418135+0000 mon.smithi086 (mon.0) 710 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi086"}]': finished 2024-09-10T18:19:26.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.418992+0000 mon.smithi155 (mon.1) 94 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi086-rgw"}]: dispatch 2024-09-10T18:19:26.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.419181+0000 mon.smithi086 (mon.0) 711 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi086-rgw"}]: dispatch 2024-09-10T18:19:26.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.421578+0000 mon.smithi086 (mon.0) 712 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi086-rgw"}]': finished 2024-09-10T18:19:26.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.653353+0000 mon.smithi155 (mon.1) 95 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi155"}]: dispatch 2024-09-10T18:19:26.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.653726+0000 mon.smithi086 (mon.0) 713 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi155"}]: dispatch 2024-09-10T18:19:26.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.656891+0000 mon.smithi086 (mon.0) 714 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi155"}]': finished 2024-09-10T18:19:26.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.657774+0000 mon.smithi155 (mon.1) 96 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi155-rgw"}]: dispatch 2024-09-10T18:19:26.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.658158+0000 mon.smithi086 (mon.0) 715 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi155-rgw"}]: dispatch 2024-09-10T18:19:26.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.660622+0000 mon.smithi086 (mon.0) 716 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi155-rgw"}]': finished 2024-09-10T18:19:26.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.663769+0000 mon.smithi086 (mon.0) 717 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:26.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.664306+0000 mon.smithi155 (mon.1) 97 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-09-10T18:19:26.140 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:24.688070+0000 mon.smithi086 (mon.0) 708 : cluster [DBG] mgrmap e31: smithi155.gxleeu(active, since 20s), standbys: smithi086.qqqtpz 2024-09-10T18:19:26.140 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:24.777330+0000 mgr.smithi155.gxleeu (mgr.24407) 28 : cluster [DBG] pgmap v18: 129 pgs: 32 unknown, 97 active+clean; 318 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.4 MiB/s wr, 558 op/s 2024-09-10T18:19:26.140 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.414600+0000 mon.smithi155 (mon.1) 93 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi086"}]: dispatch 2024-09-10T18:19:26.140 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.414915+0000 mon.smithi086 (mon.0) 709 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi086"}]: dispatch 2024-09-10T18:19:26.140 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.418135+0000 mon.smithi086 (mon.0) 710 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi086"}]': finished 2024-09-10T18:19:26.140 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.418992+0000 mon.smithi155 (mon.1) 94 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi086-rgw"}]: dispatch 2024-09-10T18:19:26.140 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.419181+0000 mon.smithi086 (mon.0) 711 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi086-rgw"}]: dispatch 2024-09-10T18:19:26.140 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.421578+0000 mon.smithi086 (mon.0) 712 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi086-rgw"}]': finished 2024-09-10T18:19:26.140 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.653353+0000 mon.smithi155 (mon.1) 95 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi155"}]: dispatch 2024-09-10T18:19:26.141 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.653726+0000 mon.smithi086 (mon.0) 713 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi155"}]: dispatch 2024-09-10T18:19:26.141 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.656891+0000 mon.smithi086 (mon.0) 714 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi155"}]': finished 2024-09-10T18:19:26.141 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.657774+0000 mon.smithi155 (mon.1) 96 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi155-rgw"}]: dispatch 2024-09-10T18:19:26.141 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.658158+0000 mon.smithi086 (mon.0) 715 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi155-rgw"}]: dispatch 2024-09-10T18:19:26.141 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.660622+0000 mon.smithi086 (mon.0) 716 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi155-rgw"}]': finished 2024-09-10T18:19:26.141 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.663769+0000 mon.smithi086 (mon.0) 717 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:26.141 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.664306+0000 mon.smithi155 (mon.1) 97 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-09-10T18:19:26.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:25.414264+0000 mgr.smithi155.gxleeu (mgr.24407) 29 : cephadm [INF] Removing key for client.nfs.foo.smithi086 2024-09-10T18:19:26.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:25.418783+0000 mgr.smithi155.gxleeu (mgr.24407) 30 : cephadm [INF] Removing key for client.nfs.foo.smithi086-rgw 2024-09-10T18:19:26.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:25.653037+0000 mgr.smithi155.gxleeu (mgr.24407) 31 : cephadm [INF] Removing key for client.nfs.foo.smithi155 2024-09-10T18:19:26.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:25.657607+0000 mgr.smithi155.gxleeu (mgr.24407) 32 : cephadm [INF] Removing key for client.nfs.foo.smithi155-rgw 2024-09-10T18:19:26.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.664825+0000 mgr.smithi155.gxleeu (mgr.24407) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-09-10T18:19:26.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.691402+0000 mon.smithi155 (mon.1) 98 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-09-10T18:19:26.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.691662+0000 mon.smithi086 (mon.0) 718 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-09-10T18:19:26.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.694561+0000 mon.smithi086 (mon.0) 719 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-09-10T18:19:26.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:25.701240+0000 mgr.smithi155.gxleeu (mgr.24407) 34 : cephadm [INF] Done migrating nfs.foo 2024-09-10T18:19:26.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:25.701305+0000 mgr.smithi155.gxleeu (mgr.24407) 35 : cephadm [INF] Done migrating all NFS services 2024-09-10T18:19:26.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.704585+0000 mon.smithi086 (mon.0) 720 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:26.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.713664+0000 mon.smithi086 (mon.0) 721 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:26.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.719274+0000 mon.smithi086 (mon.0) 722 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:26.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.732871+0000 mon.smithi086 (mon.0) 723 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:26.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.739980+0000 mon.smithi086 (mon.0) 724 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:26.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.753407+0000 mon.smithi086 (mon.0) 725 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:26.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:25.754408+0000 mgr.smithi155.gxleeu (mgr.24407) 36 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi086.nvloft 2024-09-10T18:19:26.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.754621+0000 mon.smithi155 (mon.1) 99 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi086.nvloft", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-10T18:19:26.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.754925+0000 mon.smithi086 (mon.0) 726 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi086.nvloft", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-10T18:19:26.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.757607+0000 mon.smithi086 (mon.0) 727 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi086.nvloft", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-10T18:19:26.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:25.760300+0000 mgr.smithi155.gxleeu (mgr.24407) 37 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-10T18:19:26.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.760472+0000 mon.smithi155 (mon.1) 100 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-10T18:19:26.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.760791+0000 mon.smithi086 (mon.0) 728 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-10T18:19:26.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.765763+0000 mon.smithi086 (mon.0) 729 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-10T18:19:26.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.766962+0000 mon.smithi155 (mon.1) 101 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:19:26.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.802831+0000 mon.smithi155 (mon.1) 102 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-10T18:19:26.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.803103+0000 mon.smithi086 (mon.0) 730 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-10T18:19:26.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.805760+0000 mon.smithi086 (mon.0) 731 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-10T18:19:26.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:25.849289+0000 mgr.smithi155.gxleeu (mgr.24407) 38 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-10T18:19:26.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:25.849373+0000 mgr.smithi155.gxleeu (mgr.24407) 39 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi086.nvloft-rgw 2024-09-10T18:19:26.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.849684+0000 mon.smithi155 (mon.1) 103 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi086.nvloft-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:19:26.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.850029+0000 mon.smithi086 (mon.0) 732 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi086.nvloft-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:19:26.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.855058+0000 mon.smithi086 (mon.0) 733 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi086.nvloft-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T18:19:26.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:25.856287+0000 mgr.smithi155.gxleeu (mgr.24407) 40 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi086.nvloft's ganesha conf is defaulting to empty 2024-09-10T18:19:26.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:25.860477+0000 mon.smithi155 (mon.1) 104 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:19:26.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:25.861401+0000 mgr.smithi155.gxleeu (mgr.24407) 41 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi086.nvloft on smithi086 2024-09-10T18:19:27.089 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 11.12 MB/sec execute 21 sec latency 3890.484 ms 2024-09-10T18:19:27.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:25.414264+0000 mgr.smithi155.gxleeu (mgr.24407) 29 : cephadm [INF] Removing key for client.nfs.foo.smithi086 2024-09-10T18:19:27.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:25.418783+0000 mgr.smithi155.gxleeu (mgr.24407) 30 : cephadm [INF] Removing key for client.nfs.foo.smithi086-rgw 2024-09-10T18:19:27.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:25.653037+0000 mgr.smithi155.gxleeu (mgr.24407) 31 : cephadm [INF] Removing key for client.nfs.foo.smithi155 2024-09-10T18:19:27.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:25.657607+0000 mgr.smithi155.gxleeu (mgr.24407) 32 : cephadm [INF] Removing key for client.nfs.foo.smithi155-rgw 2024-09-10T18:19:27.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.664825+0000 mgr.smithi155.gxleeu (mgr.24407) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-09-10T18:19:27.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.691402+0000 mon.smithi155 (mon.1) 98 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-09-10T18:19:27.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.691662+0000 mon.smithi086 (mon.0) 718 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-09-10T18:19:27.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.694561+0000 mon.smithi086 (mon.0) 719 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-09-10T18:19:27.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:25.701240+0000 mgr.smithi155.gxleeu (mgr.24407) 34 : cephadm [INF] Done migrating nfs.foo 2024-09-10T18:19:27.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:25.701305+0000 mgr.smithi155.gxleeu (mgr.24407) 35 : cephadm [INF] Done migrating all NFS services 2024-09-10T18:19:27.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.704585+0000 mon.smithi086 (mon.0) 720 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:27.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.713664+0000 mon.smithi086 (mon.0) 721 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:27.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.719274+0000 mon.smithi086 (mon.0) 722 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:27.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.732871+0000 mon.smithi086 (mon.0) 723 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:27.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.739980+0000 mon.smithi086 (mon.0) 724 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:27.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.753407+0000 mon.smithi086 (mon.0) 725 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:27.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:25.754408+0000 mgr.smithi155.gxleeu (mgr.24407) 36 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi086.nvloft 2024-09-10T18:19:27.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.754621+0000 mon.smithi155 (mon.1) 99 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi086.nvloft", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-10T18:19:27.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.754925+0000 mon.smithi086 (mon.0) 726 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi086.nvloft", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-10T18:19:27.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.757607+0000 mon.smithi086 (mon.0) 727 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi086.nvloft", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-10T18:19:27.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:25.760300+0000 mgr.smithi155.gxleeu (mgr.24407) 37 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-10T18:19:27.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.760472+0000 mon.smithi155 (mon.1) 100 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-10T18:19:27.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.760791+0000 mon.smithi086 (mon.0) 728 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-10T18:19:27.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.765763+0000 mon.smithi086 (mon.0) 729 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-10T18:19:27.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.766962+0000 mon.smithi155 (mon.1) 101 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:19:27.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.802831+0000 mon.smithi155 (mon.1) 102 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-10T18:19:27.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.803103+0000 mon.smithi086 (mon.0) 730 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-10T18:19:27.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.805760+0000 mon.smithi086 (mon.0) 731 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-10T18:19:27.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:25.849289+0000 mgr.smithi155.gxleeu (mgr.24407) 38 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-10T18:19:27.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:25.849373+0000 mgr.smithi155.gxleeu (mgr.24407) 39 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi086.nvloft-rgw 2024-09-10T18:19:27.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.849684+0000 mon.smithi155 (mon.1) 103 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi086.nvloft-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:19:27.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.850029+0000 mon.smithi086 (mon.0) 732 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi086.nvloft-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:19:27.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.855058+0000 mon.smithi086 (mon.0) 733 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi086.nvloft-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T18:19:27.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:25.856287+0000 mgr.smithi155.gxleeu (mgr.24407) 40 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi086.nvloft's ganesha conf is defaulting to empty 2024-09-10T18:19:27.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:25.860477+0000 mon.smithi155 (mon.1) 104 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:19:27.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:25.861401+0000 mgr.smithi155.gxleeu (mgr.24407) 41 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi086.nvloft on smithi086 2024-09-10T18:19:27.994 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:27 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:26.771580+0000 mon.smithi086 (mon.0) 734 : cluster [DBG] mgrmap e32: smithi155.gxleeu(active, since 22s), standbys: smithi086.qqqtpz 2024-09-10T18:19:27.994 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:27 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:26.778025+0000 mgr.smithi155.gxleeu (mgr.24407) 42 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 323 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 8.9 MiB/s wr, 889 op/s 2024-09-10T18:19:28.067 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:26.771580+0000 mon.smithi086 (mon.0) 734 : cluster [DBG] mgrmap e32: smithi155.gxleeu(active, since 22s), standbys: smithi086.qqqtpz 2024-09-10T18:19:28.067 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:26.778025+0000 mgr.smithi155.gxleeu (mgr.24407) 42 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 323 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 8.9 MiB/s wr, 889 op/s 2024-09-10T18:19:28.089 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 10.62 MB/sec execute 22 sec latency 4890.523 ms 2024-09-10T18:19:29.089 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 10.16 MB/sec execute 23 sec latency 5890.597 ms 2024-09-10T18:19:29.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:28.248996+0000 mon.smithi086 (mon.0) 735 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:29.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:28.255074+0000 mon.smithi086 (mon.0) 736 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:29.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:28.259713+0000 mon.smithi086 (mon.0) 737 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:29.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:28.260971+0000 mgr.smithi155.gxleeu (mgr.24407) 43 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi155.xwyoxo 2024-09-10T18:19:29.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:28.261246+0000 mon.smithi155 (mon.1) 105 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi155.xwyoxo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-10T18:19:29.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:28.261589+0000 mon.smithi086 (mon.0) 738 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi155.xwyoxo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-10T18:19:29.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:28.264376+0000 mon.smithi086 (mon.0) 739 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi155.xwyoxo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-10T18:19:29.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:28.265654+0000 mgr.smithi155.gxleeu (mgr.24407) 44 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-10T18:19:29.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:28.265888+0000 mon.smithi155 (mon.1) 106 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-10T18:19:29.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:28.266106+0000 mon.smithi086 (mon.0) 740 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-10T18:19:29.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:28.269041+0000 mon.smithi086 (mon.0) 741 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-10T18:19:29.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:28.270975+0000 mon.smithi155 (mon.1) 107 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:19:29.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:28.778509+0000 mgr.smithi155.gxleeu (mgr.24407) 45 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 323 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.0 MiB/s wr, 279 op/s 2024-09-10T18:19:29.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:28.248996+0000 mon.smithi086 (mon.0) 735 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:29.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:28.255074+0000 mon.smithi086 (mon.0) 736 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:29.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:28.259713+0000 mon.smithi086 (mon.0) 737 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:29.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:28.260971+0000 mgr.smithi155.gxleeu (mgr.24407) 43 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi155.xwyoxo 2024-09-10T18:19:29.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:28.261246+0000 mon.smithi155 (mon.1) 105 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi155.xwyoxo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-10T18:19:29.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:28.261589+0000 mon.smithi086 (mon.0) 738 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi155.xwyoxo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-10T18:19:29.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:28.264376+0000 mon.smithi086 (mon.0) 739 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi155.xwyoxo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-10T18:19:29.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:28.265654+0000 mgr.smithi155.gxleeu (mgr.24407) 44 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-10T18:19:29.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:28.265888+0000 mon.smithi155 (mon.1) 106 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-10T18:19:29.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:28.266106+0000 mon.smithi086 (mon.0) 740 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-10T18:19:29.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:28.269041+0000 mon.smithi086 (mon.0) 741 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-10T18:19:29.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:28.270975+0000 mon.smithi155 (mon.1) 107 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:19:29.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:28.778509+0000 mgr.smithi155.gxleeu (mgr.24407) 45 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 323 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.0 MiB/s wr, 279 op/s 2024-09-10T18:19:30.089 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 9.73 MB/sec execute 24 sec latency 6890.681 ms 2024-09-10T18:19:31.090 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 9.34 MB/sec execute 25 sec latency 7890.795 ms 2024-09-10T18:19:31.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:31 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:30.779027+0000 mgr.smithi155.gxleeu (mgr.24407) 46 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 323 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.6 MiB/s wr, 245 op/s 2024-09-10T18:19:31.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:31 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:31.143605+0000 mon.smithi155 (mon.1) 108 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-10T18:19:31.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:31 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:31.144017+0000 mon.smithi086 (mon.0) 742 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-10T18:19:31.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:31 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:31.147867+0000 mon.smithi086 (mon.0) 743 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-10T18:19:31.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:31 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:31.196005+0000 mon.smithi155 (mon.1) 109 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi155.xwyoxo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:19:31.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:31 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:31.196343+0000 mon.smithi086 (mon.0) 744 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi155.xwyoxo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:19:31.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:31 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:31.199860+0000 mon.smithi086 (mon.0) 745 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi155.xwyoxo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T18:19:31.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:31 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:31.201232+0000 mon.smithi155 (mon.1) 110 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:19:31.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:30.779027+0000 mgr.smithi155.gxleeu (mgr.24407) 46 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 323 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 3.9 KiB/s rd, 2.6 MiB/s wr, 245 op/s 2024-09-10T18:19:31.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:31.143605+0000 mon.smithi155 (mon.1) 108 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-10T18:19:31.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:31.144017+0000 mon.smithi086 (mon.0) 742 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-10T18:19:31.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:31.147867+0000 mon.smithi086 (mon.0) 743 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-10T18:19:31.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:31.196005+0000 mon.smithi155 (mon.1) 109 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi155.xwyoxo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:19:31.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:31.196343+0000 mon.smithi086 (mon.0) 744 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi155.xwyoxo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:19:31.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:31.199860+0000 mon.smithi086 (mon.0) 745 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi155.xwyoxo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T18:19:31.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:31.201232+0000 mon.smithi155 (mon.1) 110 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:19:32.090 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 8.98 MB/sec execute 26 sec latency 8890.886 ms 2024-09-10T18:19:32.634 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:31.195543+0000 mgr.smithi155.gxleeu (mgr.24407) 47 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-10T18:19:32.634 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:31.195635+0000 mgr.smithi155.gxleeu (mgr.24407) 48 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi155.xwyoxo-rgw 2024-09-10T18:19:32.634 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:31.200743+0000 mgr.smithi155.gxleeu (mgr.24407) 49 : cephadm [WRN] Bind address in nfs.foo.1.0.smithi155.xwyoxo's ganesha conf is defaulting to empty 2024-09-10T18:19:32.634 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:31.202270+0000 mgr.smithi155.gxleeu (mgr.24407) 50 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi155.xwyoxo on smithi155 2024-09-10T18:19:32.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:31.195543+0000 mgr.smithi155.gxleeu (mgr.24407) 47 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-10T18:19:32.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:31.195635+0000 mgr.smithi155.gxleeu (mgr.24407) 48 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi155.xwyoxo-rgw 2024-09-10T18:19:32.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:31.200743+0000 mgr.smithi155.gxleeu (mgr.24407) 49 : cephadm [WRN] Bind address in nfs.foo.1.0.smithi155.xwyoxo's ganesha conf is defaulting to empty 2024-09-10T18:19:32.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:31.202270+0000 mgr.smithi155.gxleeu (mgr.24407) 50 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi155.xwyoxo on smithi155 2024-09-10T18:19:33.090 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 8.65 MB/sec execute 27 sec latency 9890.983 ms 2024-09-10T18:19:33.594 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:32.780069+0000 mgr.smithi155.gxleeu (mgr.24407) 51 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.1 MiB/s wr, 203 op/s 2024-09-10T18:19:33.647 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:32.780069+0000 mgr.smithi155.gxleeu (mgr.24407) 51 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.1 MiB/s wr, 203 op/s 2024-09-10T18:19:34.090 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 8.34 MB/sec execute 28 sec latency 10891.027 ms 2024-09-10T18:19:34.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:34 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:33.752181+0000 mon.smithi086 (mon.0) 746 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:34.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:34 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:33.757674+0000 mon.smithi086 (mon.0) 747 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:34.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:34 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:33.762006+0000 mon.smithi086 (mon.0) 748 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:34.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:34 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:33.766035+0000 mon.smithi086 (mon.0) 749 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:34.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:34 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:33.841748+0000 mon.smithi155 (mon.1) 111 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:19:34.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:34 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:33.752181+0000 mon.smithi086 (mon.0) 746 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:34.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:34 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:33.757674+0000 mon.smithi086 (mon.0) 747 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:34.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:34 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:33.762006+0000 mon.smithi086 (mon.0) 748 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:34.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:34 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:33.766035+0000 mon.smithi086 (mon.0) 749 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:34.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:34 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:33.841748+0000 mon.smithi155 (mon.1) 111 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:19:35.090 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 8.05 MB/sec execute 29 sec latency 11891.060 ms 2024-09-10T18:19:35.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:34.780431+0000 mgr.smithi155.gxleeu (mgr.24407) 52 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 4.1 KiB/s rd, 1.9 MiB/s wr, 183 op/s 2024-09-10T18:19:35.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:35.023387+0000 mon.smithi086 (mon.0) 750 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:35.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:35.025270+0000 mon.smithi155 (mon.1) 112 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:19:36.090 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 7.79 MB/sec execute 30 sec latency 12891.087 ms 2024-09-10T18:19:36.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:34.780431+0000 mgr.smithi155.gxleeu (mgr.24407) 52 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 4.1 KiB/s rd, 1.9 MiB/s wr, 183 op/s 2024-09-10T18:19:36.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:35.023387+0000 mon.smithi086 (mon.0) 750 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:36.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:35.025270+0000 mon.smithi155 (mon.1) 112 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:19:37.090 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 7.53 MB/sec execute 31 sec latency 13891.159 ms 2024-09-10T18:19:38.090 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 7.30 MB/sec execute 32 sec latency 14891.198 ms 2024-09-10T18:19:38.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:36.781085+0000 mgr.smithi155.gxleeu (mgr.24407) 53 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 1.8 MiB/s wr, 173 op/s 2024-09-10T18:19:38.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:36.781085+0000 mgr.smithi155.gxleeu (mgr.24407) 53 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 1.8 MiB/s wr, 173 op/s 2024-09-10T18:19:39.090 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 7.08 MB/sec execute 33 sec latency 15891.226 ms 2024-09-10T18:19:39.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:39 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:38.085868+0000 mon.smithi086 (mon.0) 751 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:39.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:39 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:38.090447+0000 mon.smithi086 (mon.0) 752 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:39.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:39 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:38.781426+0000 mgr.smithi155.gxleeu (mgr.24407) 54 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 3.6 KiB/s rd, 12 KiB/s wr, 8 op/s 2024-09-10T18:19:39.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:39 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:38.085868+0000 mon.smithi086 (mon.0) 751 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:39.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:39 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:38.090447+0000 mon.smithi086 (mon.0) 752 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:39.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:39 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:38.781426+0000 mgr.smithi155.gxleeu (mgr.24407) 54 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 3.6 KiB/s rd, 12 KiB/s wr, 8 op/s 2024-09-10T18:19:40.090 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 6.87 MB/sec execute 34 sec latency 16891.278 ms 2024-09-10T18:19:41.090 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 6.67 MB/sec execute 35 sec latency 17891.355 ms 2024-09-10T18:19:41.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:39.796719+0000 mon.smithi086 (mon.0) 753 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:41.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:39.803270+0000 mon.smithi086 (mon.0) 754 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:41.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:39.805362+0000 mon.smithi155 (mon.1) 113 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:19:41.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:39.806305+0000 mon.smithi155 (mon.1) 114 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:19:41.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:39.807040+0000 mgr.smithi155.gxleeu (mgr.24407) 55 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:19:41.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:39.810878+0000 mon.smithi086 (mon.0) 755 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:41.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:39.817742+0000 mon.smithi086 (mon.0) 756 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:41.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:39.891479+0000 mgr.smithi155.gxleeu (mgr.24407) 56 : cephadm [INF] Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:19:41.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:19:39.899830+0000 mgr.smithi155.gxleeu (mgr.24407) 57 : cephadm [INF] Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:19:41.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:39.796719+0000 mon.smithi086 (mon.0) 753 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:41.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:39.803270+0000 mon.smithi086 (mon.0) 754 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:41.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:39.805362+0000 mon.smithi155 (mon.1) 113 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:19:41.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:39.806305+0000 mon.smithi155 (mon.1) 114 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:19:41.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:39.807040+0000 mgr.smithi155.gxleeu (mgr.24407) 55 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:19:41.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:39.810878+0000 mon.smithi086 (mon.0) 755 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:41.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:39.817742+0000 mon.smithi086 (mon.0) 756 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:19:41.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:39.891479+0000 mgr.smithi155.gxleeu (mgr.24407) 56 : cephadm [INF] Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:19:41.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:19:39.899830+0000 mgr.smithi155.gxleeu (mgr.24407) 57 : cephadm [INF] Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:19:42.090 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 6.49 MB/sec execute 36 sec latency 18891.396 ms 2024-09-10T18:19:42.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:41 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:40.781924+0000 mgr.smithi155.gxleeu (mgr.24407) 58 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 3.6 KiB/s rd, 12 KiB/s wr, 8 op/s 2024-09-10T18:19:42.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:41 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:40.781924+0000 mgr.smithi155.gxleeu (mgr.24407) 58 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 3.6 KiB/s rd, 12 KiB/s wr, 8 op/s 2024-09-10T18:19:42.940 INFO:teuthology.orchestra.run.smithi086.stdout:true 2024-09-10T18:19:43.090 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 6.31 MB/sec execute 37 sec latency 19891.437 ms 2024-09-10T18:19:43.698 INFO:teuthology.orchestra.run.smithi086.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:19:43.698 INFO:teuthology.orchestra.run.smithi086.stdout:alertmanager.smithi086 smithi086 *:9093,9094 running (6m) 3s ago 8m 19.3M - 0.20.0 0881eb8f169f 6f4c7936f6b6 2024-09-10T18:19:43.699 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi086 smithi086 running (8m) 3s ago 8m 6400k - 16.2.4 8d91d370c2b8 9f2bafa17c41 2024-09-10T18:19:43.699 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi155 smithi155 running (7m) 5s ago 7m 6413k - 16.2.4 8d91d370c2b8 be056b3d8fc4 2024-09-10T18:19:43.699 INFO:teuthology.orchestra.run.smithi086.stdout:grafana.smithi086 smithi086 *:3000 running (6m) 3s ago 8m 34.5M - 6.7.4 557c83e11646 013c9bd31cbe 2024-09-10T18:19:43.699 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi086.wmhkxy smithi086 running (3m) 3s ago 3m 38.4M - 16.2.4 8d91d370c2b8 3f5e7a0d954a 2024-09-10T18:19:43.699 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi155.ddyadp smithi155 running (3m) 5s ago 3m 12.6M - 16.2.4 8d91d370c2b8 fed2aba1e81e 2024-09-10T18:19:43.699 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi086.qqqtpz smithi086 *:9283 running (9m) 3s ago 9m 359M - 16.2.4 8d91d370c2b8 30d6ca6760d3 2024-09-10T18:19:43.699 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi155.gxleeu smithi155 *:8443,9283 running (46s) 5s ago 7m 445M - 17.2.7-1606-g5be57395 4c55dd409611 a4c5ea2816e7 2024-09-10T18:19:43.699 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi086 smithi086 running (9m) 3s ago 9m 50.4M 2048M 16.2.4 8d91d370c2b8 51db5ba0401d 2024-09-10T18:19:43.699 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi155 smithi155 running (7m) 5s ago 7m 43.0M 2048M 16.2.4 8d91d370c2b8 45a737cfbcde 2024-09-10T18:19:43.699 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.0.0.smithi086.nvloft smithi086 *:2049 running (15s) 3s ago 15s 49.8M - 3.5 8d91d370c2b8 ac635a8973ea 2024-09-10T18:19:43.699 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.1.0.smithi155.xwyoxo smithi155 *:2049 running (10s) 5s ago 9s 49.5M - 3.5 8d91d370c2b8 5d4993e7f1ca 2024-09-10T18:19:43.699 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi086 smithi086 *:9100 running (8m) 3s ago 8m 17.2M - 0.18.1 e5a616e4b9cf ebcaa2fe985c 2024-09-10T18:19:43.699 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi155 smithi155 *:9100 running (7m) 5s ago 7m 17.2M - 0.18.1 e5a616e4b9cf 1811325b1f2a 2024-09-10T18:19:43.700 INFO:teuthology.orchestra.run.smithi086.stdout:osd.0 smithi086 running (7m) 3s ago 7m 406M 4096M 16.2.4 8d91d370c2b8 9ec5215242da 2024-09-10T18:19:43.700 INFO:teuthology.orchestra.run.smithi086.stdout:osd.1 smithi086 running (6m) 3s ago 6m 313M 4096M 16.2.4 8d91d370c2b8 6f4c220ee750 2024-09-10T18:19:43.700 INFO:teuthology.orchestra.run.smithi086.stdout:osd.2 smithi086 running (6m) 3s ago 6m 251M 4096M 16.2.4 8d91d370c2b8 fc881ce40288 2024-09-10T18:19:43.700 INFO:teuthology.orchestra.run.smithi086.stdout:osd.3 smithi086 running (5m) 3s ago 5m 382M 4096M 16.2.4 8d91d370c2b8 62f9298fc37a 2024-09-10T18:19:43.700 INFO:teuthology.orchestra.run.smithi086.stdout:osd.4 smithi155 running (5m) 5s ago 5m 391M 4096M 16.2.4 8d91d370c2b8 7068d2f6f340 2024-09-10T18:19:43.700 INFO:teuthology.orchestra.run.smithi086.stdout:osd.5 smithi155 running (5m) 5s ago 5m 419M 4096M 16.2.4 8d91d370c2b8 4278b8fdd427 2024-09-10T18:19:43.700 INFO:teuthology.orchestra.run.smithi086.stdout:osd.6 smithi155 running (4m) 5s ago 4m 353M 4096M 16.2.4 8d91d370c2b8 b1120f71f9ec 2024-09-10T18:19:43.700 INFO:teuthology.orchestra.run.smithi086.stdout:osd.7 smithi155 running (4m) 5s ago 4m 494M 4096M 16.2.4 8d91d370c2b8 63785fceaf50 2024-09-10T18:19:43.700 INFO:teuthology.orchestra.run.smithi086.stdout:prometheus.smithi086 smithi086 *:9095 running (6m) 3s ago 7m 44.4M - 2.18.1 de242295e225 b0d895b622f6 2024-09-10T18:19:44.090 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 6.15 MB/sec execute 38 sec latency 20891.493 ms 2024-09-10T18:19:44.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:42.782594+0000 mgr.smithi155.gxleeu (mgr.24407) 59 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 3.6 KiB/s rd, 12 KiB/s wr, 8 op/s 2024-09-10T18:19:44.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:42.927189+0000 mgr.smithi155.gxleeu (mgr.24407) 60 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:19:44.131 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:19:44.132 INFO:teuthology.orchestra.run.smithi086.stdout: "mon": { 2024-09-10T18:19:44.132 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:19:44.132 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:19:44.132 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr": { 2024-09-10T18:19:44.132 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-10T18:19:44.132 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T18:19:44.132 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:19:44.132 INFO:teuthology.orchestra.run.smithi086.stdout: "osd": { 2024-09-10T18:19:44.132 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-10T18:19:44.132 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:19:44.132 INFO:teuthology.orchestra.run.smithi086.stdout: "mds": { 2024-09-10T18:19:44.132 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:19:44.132 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:19:44.133 INFO:teuthology.orchestra.run.smithi086.stdout: "overall": { 2024-09-10T18:19:44.133 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2024-09-10T18:19:44.133 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T18:19:44.133 INFO:teuthology.orchestra.run.smithi086.stdout: } 2024-09-10T18:19:44.133 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:19:44.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:43 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:42.782594+0000 mgr.smithi155.gxleeu (mgr.24407) 59 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 3.6 KiB/s rd, 12 KiB/s wr, 8 op/s 2024-09-10T18:19:44.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:43 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:42.927189+0000 mgr.smithi155.gxleeu (mgr.24407) 60 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:19:44.456 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:19:44.456 INFO:teuthology.orchestra.run.smithi086.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T18:19:44.456 INFO:teuthology.orchestra.run.smithi086.stdout: "in_progress": true, 2024-09-10T18:19:44.456 INFO:teuthology.orchestra.run.smithi086.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T18:19:44.456 INFO:teuthology.orchestra.run.smithi086.stdout: "services_complete": [], 2024-09-10T18:19:44.456 INFO:teuthology.orchestra.run.smithi086.stdout: "progress": "1/23 daemons upgraded", 2024-09-10T18:19:44.456 INFO:teuthology.orchestra.run.smithi086.stdout: "message": "", 2024-09-10T18:19:44.457 INFO:teuthology.orchestra.run.smithi086.stdout: "is_paused": false 2024-09-10T18:19:44.457 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:19:45.090 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 5.99 MB/sec execute 39 sec latency 21891.519 ms 2024-09-10T18:19:45.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:43.339437+0000 mgr.smithi155.gxleeu (mgr.24407) 61 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:19:45.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:43.687798+0000 mgr.smithi155.gxleeu (mgr.24407) 62 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:19:45.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:44.130353+0000 mon.smithi086 (mon.0) 757 : audit [DBG] from='client.? 172.21.15.86:0/1143391218' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:19:45.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:44 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:43.339437+0000 mgr.smithi155.gxleeu (mgr.24407) 61 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:19:45.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:44 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:43.687798+0000 mgr.smithi155.gxleeu (mgr.24407) 62 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:19:45.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:44 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:44.130353+0000 mon.smithi086 (mon.0) 757 : audit [DBG] from='client.? 172.21.15.86:0/1143391218' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:19:46.090 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 5.84 MB/sec execute 40 sec latency 22891.590 ms 2024-09-10T18:19:46.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:44.454395+0000 mgr.smithi155.gxleeu (mgr.24407) 63 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:19:46.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:44.783140+0000 mgr.smithi155.gxleeu (mgr.24407) 64 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 2.4 KiB/s rd, 1.9 KiB/s wr, 4 op/s 2024-09-10T18:19:46.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:45 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:44.454395+0000 mgr.smithi155.gxleeu (mgr.24407) 63 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:19:46.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:45 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:44.783140+0000 mgr.smithi155.gxleeu (mgr.24407) 64 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 2.4 KiB/s rd, 1.9 KiB/s wr, 4 op/s 2024-09-10T18:19:47.090 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 5.70 MB/sec execute 41 sec latency 23891.658 ms 2024-09-10T18:19:48.091 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 5.56 MB/sec execute 42 sec latency 24891.743 ms 2024-09-10T18:19:48.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:47 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:46.783919+0000 mgr.smithi155.gxleeu (mgr.24407) 65 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 2.6 KiB/s rd, 1.9 KiB/s wr, 4 op/s 2024-09-10T18:19:48.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:47 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:46.783919+0000 mgr.smithi155.gxleeu (mgr.24407) 65 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 2.6 KiB/s rd, 1.9 KiB/s wr, 4 op/s 2024-09-10T18:19:49.091 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 5.43 MB/sec execute 43 sec latency 25891.792 ms 2024-09-10T18:19:50.091 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 5.31 MB/sec execute 44 sec latency 26891.897 ms 2024-09-10T18:19:50.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:49 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:48.784288+0000 mgr.smithi155.gxleeu (mgr.24407) 66 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:19:50.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:48.784288+0000 mgr.smithi155.gxleeu (mgr.24407) 66 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:19:51.067 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:19:50.025662+0000 mon.smithi155 (mon.1) 115 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:19:51.091 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 5.19 MB/sec execute 45 sec latency 27891.947 ms 2024-09-10T18:19:51.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:19:50.025662+0000 mon.smithi155 (mon.1) 115 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:19:52.091 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 5.08 MB/sec execute 46 sec latency 28892.051 ms 2024-09-10T18:19:52.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:51 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:50.784697+0000 mgr.smithi155.gxleeu (mgr.24407) 67 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:19:52.151 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:51 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:50.784697+0000 mgr.smithi155.gxleeu (mgr.24407) 67 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:19:53.091 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 4.97 MB/sec execute 47 sec latency 29892.120 ms 2024-09-10T18:19:54.091 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 4.87 MB/sec execute 48 sec latency 30892.225 ms 2024-09-10T18:19:54.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:53 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:52.785293+0000 mgr.smithi155.gxleeu (mgr.24407) 68 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:19:54.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:53 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:52.785293+0000 mgr.smithi155.gxleeu (mgr.24407) 68 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:19:55.091 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 4.77 MB/sec execute 49 sec latency 31892.290 ms 2024-09-10T18:19:56.091 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 4.67 MB/sec execute 50 sec latency 32892.428 ms 2024-09-10T18:19:56.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:54.785705+0000 mgr.smithi155.gxleeu (mgr.24407) 69 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:19:56.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:55 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:54.785705+0000 mgr.smithi155.gxleeu (mgr.24407) 69 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:19:57.091 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 4.58 MB/sec execute 51 sec latency 33892.487 ms 2024-09-10T18:19:58.091 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 4.49 MB/sec execute 52 sec latency 34892.623 ms 2024-09-10T18:19:58.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:57 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:56.786475+0000 mgr.smithi155.gxleeu (mgr.24407) 70 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:19:58.151 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:57 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:56.786475+0000 mgr.smithi155.gxleeu (mgr.24407) 70 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:19:59.091 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 4.41 MB/sec execute 53 sec latency 35892.746 ms 2024-09-10T18:20:00.092 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 4.33 MB/sec execute 54 sec latency 36892.868 ms 2024-09-10T18:20:00.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:19:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:19:58.786981+0000 mgr.smithi155.gxleeu (mgr.24407) 71 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:00.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:19:59 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:19:58.786981+0000 mgr.smithi155.gxleeu (mgr.24407) 71 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:01.092 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 4.25 MB/sec execute 55 sec latency 37892.929 ms 2024-09-10T18:20:01.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:00.000149+0000 mon.smithi086 (mon.0) 758 : cluster [INF] overall HEALTH_OK 2024-09-10T18:20:01.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:00.000149+0000 mon.smithi086 (mon.0) 758 : cluster [INF] overall HEALTH_OK 2024-09-10T18:20:02.092 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 4.17 MB/sec execute 56 sec latency 38893.448 ms 2024-09-10T18:20:02.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:01 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:00.787412+0000 mgr.smithi155.gxleeu (mgr.24407) 72 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:02.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:01 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:00.787412+0000 mgr.smithi155.gxleeu (mgr.24407) 72 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:03.092 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 4.10 MB/sec execute 57 sec latency 39893.533 ms 2024-09-10T18:20:04.093 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 4.03 MB/sec execute 58 sec latency 40893.634 ms 2024-09-10T18:20:04.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:03 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:02.788127+0000 mgr.smithi155.gxleeu (mgr.24407) 73 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:04.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:03 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:02.788127+0000 mgr.smithi155.gxleeu (mgr.24407) 73 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:05.093 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 3.96 MB/sec execute 59 sec latency 41893.733 ms 2024-09-10T18:20:06.093 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 3.89 MB/sec execute 60 sec latency 42893.790 ms 2024-09-10T18:20:06.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:04.788623+0000 mgr.smithi155.gxleeu (mgr.24407) 74 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:06.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:20:05.025762+0000 mon.smithi155 (mon.1) 116 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:20:06.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:04.788623+0000 mgr.smithi155.gxleeu (mgr.24407) 74 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:06.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:20:05.025762+0000 mon.smithi155 (mon.1) 116 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:20:07.093 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 3.83 MB/sec execute 61 sec latency 43893.882 ms 2024-09-10T18:20:07.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:06.123092+0000 mds.foofs.smithi086.wmhkxy (mds.0) 1 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 33.813709 secs 2024-09-10T18:20:07.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:06.123098+0000 mds.foofs.smithi086.wmhkxy (mds.0) 2 : cluster [WRN] slow request 33.813709 seconds old, received at 2024-09-10T18:19:32.309349+0000: client_request(client.14748:4 getattr pAsLsXsFs #0x10000004a10 2024-09-10T18:19:32.309312+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-10T18:20:07.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:06.123092+0000 mds.foofs.smithi086.wmhkxy (mds.0) 1 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 33.813709 secs 2024-09-10T18:20:07.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:06.123098+0000 mds.foofs.smithi086.wmhkxy (mds.0) 2 : cluster [WRN] slow request 33.813709 seconds old, received at 2024-09-10T18:19:32.309349+0000: client_request(client.14748:4 getattr pAsLsXsFs #0x10000004a10 2024-09-10T18:19:32.309312+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-10T18:20:08.093 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 3.77 MB/sec execute 62 sec latency 44893.980 ms 2024-09-10T18:20:08.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:06.789390+0000 mgr.smithi155.gxleeu (mgr.24407) 75 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:20:08.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:07 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:06.789390+0000 mgr.smithi155.gxleeu (mgr.24407) 75 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:20:09.093 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 3.71 MB/sec execute 63 sec latency 45894.078 ms 2024-09-10T18:20:10.093 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 3.65 MB/sec execute 64 sec latency 46894.184 ms 2024-09-10T18:20:10.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:08.789989+0000 mgr.smithi155.gxleeu (mgr.24407) 76 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:10.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:08.789989+0000 mgr.smithi155.gxleeu (mgr.24407) 76 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:11.093 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 3.59 MB/sec execute 65 sec latency 47894.285 ms 2024-09-10T18:20:11.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:10 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:09.850208+0000 mon.smithi086 (mon.0) 759 : cluster [WRN] Health check failed: 1 MDSs report slow requests (MDS_SLOW_REQUEST) 2024-09-10T18:20:11.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:10 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:09.854318+0000 mon.smithi086 (mon.0) 760 : cluster [DBG] mds.? [v2:172.21.15.86:6834/948349836,v1:172.21.15.86:6835/948349836] up:active 2024-09-10T18:20:11.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:10 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:09.854379+0000 mon.smithi086 (mon.0) 761 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi086.wmhkxy=up:active} 1 up:standby 2024-09-10T18:20:11.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:10 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:09.850208+0000 mon.smithi086 (mon.0) 759 : cluster [WRN] Health check failed: 1 MDSs report slow requests (MDS_SLOW_REQUEST) 2024-09-10T18:20:11.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:10 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:09.854318+0000 mon.smithi086 (mon.0) 760 : cluster [DBG] mds.? [v2:172.21.15.86:6834/948349836,v1:172.21.15.86:6835/948349836] up:active 2024-09-10T18:20:11.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:10 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:09.854379+0000 mon.smithi086 (mon.0) 761 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi086.wmhkxy=up:active} 1 up:standby 2024-09-10T18:20:12.093 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 3.54 MB/sec execute 66 sec latency 48894.399 ms 2024-09-10T18:20:12.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:10.790354+0000 mgr.smithi155.gxleeu (mgr.24407) 77 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:12.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:11.123176+0000 mds.foofs.smithi086.wmhkxy (mds.0) 3 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 38.813808 secs 2024-09-10T18:20:12.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:11 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:10.790354+0000 mgr.smithi155.gxleeu (mgr.24407) 77 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:12.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:11 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:11.123176+0000 mds.foofs.smithi086.wmhkxy (mds.0) 3 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 38.813808 secs 2024-09-10T18:20:13.093 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 3.49 MB/sec execute 67 sec latency 49894.454 ms 2024-09-10T18:20:14.093 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 3.44 MB/sec execute 68 sec latency 50894.562 ms 2024-09-10T18:20:14.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:13 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:12.791053+0000 mgr.smithi155.gxleeu (mgr.24407) 78 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:14.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:13 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:12.791053+0000 mgr.smithi155.gxleeu (mgr.24407) 78 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:14.789 INFO:teuthology.orchestra.run.smithi086.stdout:true 2024-09-10T18:20:15.093 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 3.39 MB/sec execute 69 sec latency 51894.604 ms 2024-09-10T18:20:15.391 INFO:teuthology.orchestra.run.smithi086.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:20:15.391 INFO:teuthology.orchestra.run.smithi086.stdout:alertmanager.smithi086 smithi086 *:9093,9094 running (7m) 35s ago 9m 19.3M - 0.20.0 0881eb8f169f 6f4c7936f6b6 2024-09-10T18:20:15.392 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi086 smithi086 running (9m) 35s ago 9m 6400k - 16.2.4 8d91d370c2b8 9f2bafa17c41 2024-09-10T18:20:15.392 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi155 smithi155 running (8m) 37s ago 8m 6413k - 16.2.4 8d91d370c2b8 be056b3d8fc4 2024-09-10T18:20:15.392 INFO:teuthology.orchestra.run.smithi086.stdout:grafana.smithi086 smithi086 *:3000 running (7m) 35s ago 8m 34.5M - 6.7.4 557c83e11646 013c9bd31cbe 2024-09-10T18:20:15.392 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi086.wmhkxy smithi086 running (3m) 35s ago 3m 38.4M - 16.2.4 8d91d370c2b8 3f5e7a0d954a 2024-09-10T18:20:15.392 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi155.ddyadp smithi155 running (3m) 37s ago 3m 12.6M - 16.2.4 8d91d370c2b8 fed2aba1e81e 2024-09-10T18:20:15.392 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi086.qqqtpz smithi086 *:9283 running (10m) 35s ago 10m 359M - 16.2.4 8d91d370c2b8 30d6ca6760d3 2024-09-10T18:20:15.392 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi155.gxleeu smithi155 *:8443,9283 running (78s) 37s ago 8m 445M - 17.2.7-1606-g5be57395 4c55dd409611 a4c5ea2816e7 2024-09-10T18:20:15.392 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi086 smithi086 running (10m) 35s ago 10m 50.4M 2048M 16.2.4 8d91d370c2b8 51db5ba0401d 2024-09-10T18:20:15.392 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi155 smithi155 running (8m) 37s ago 8m 43.0M 2048M 16.2.4 8d91d370c2b8 45a737cfbcde 2024-09-10T18:20:15.392 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.0.0.smithi086.nvloft smithi086 *:2049 running (47s) 35s ago 47s 49.8M - 3.5 8d91d370c2b8 ac635a8973ea 2024-09-10T18:20:15.392 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.1.0.smithi155.xwyoxo smithi155 *:2049 running (42s) 37s ago 41s 49.5M - 3.5 8d91d370c2b8 5d4993e7f1ca 2024-09-10T18:20:15.392 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi086 smithi086 *:9100 running (8m) 35s ago 8m 17.2M - 0.18.1 e5a616e4b9cf ebcaa2fe985c 2024-09-10T18:20:15.393 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi155 smithi155 *:9100 running (7m) 37s ago 7m 17.2M - 0.18.1 e5a616e4b9cf 1811325b1f2a 2024-09-10T18:20:15.393 INFO:teuthology.orchestra.run.smithi086.stdout:osd.0 smithi086 running (7m) 35s ago 7m 406M 4096M 16.2.4 8d91d370c2b8 9ec5215242da 2024-09-10T18:20:15.393 INFO:teuthology.orchestra.run.smithi086.stdout:osd.1 smithi086 running (7m) 35s ago 7m 313M 4096M 16.2.4 8d91d370c2b8 6f4c220ee750 2024-09-10T18:20:15.393 INFO:teuthology.orchestra.run.smithi086.stdout:osd.2 smithi086 running (6m) 35s ago 6m 251M 4096M 16.2.4 8d91d370c2b8 fc881ce40288 2024-09-10T18:20:15.393 INFO:teuthology.orchestra.run.smithi086.stdout:osd.3 smithi086 running (6m) 35s ago 6m 382M 4096M 16.2.4 8d91d370c2b8 62f9298fc37a 2024-09-10T18:20:15.393 INFO:teuthology.orchestra.run.smithi086.stdout:osd.4 smithi155 running (6m) 37s ago 6m 391M 4096M 16.2.4 8d91d370c2b8 7068d2f6f340 2024-09-10T18:20:15.393 INFO:teuthology.orchestra.run.smithi086.stdout:osd.5 smithi155 running (5m) 37s ago 5m 419M 4096M 16.2.4 8d91d370c2b8 4278b8fdd427 2024-09-10T18:20:15.393 INFO:teuthology.orchestra.run.smithi086.stdout:osd.6 smithi155 running (5m) 37s ago 5m 353M 4096M 16.2.4 8d91d370c2b8 b1120f71f9ec 2024-09-10T18:20:15.393 INFO:teuthology.orchestra.run.smithi086.stdout:osd.7 smithi155 running (5m) 37s ago 5m 494M 4096M 16.2.4 8d91d370c2b8 63785fceaf50 2024-09-10T18:20:15.393 INFO:teuthology.orchestra.run.smithi086.stdout:prometheus.smithi086 smithi086 *:9095 running (7m) 35s ago 8m 44.4M - 2.18.1 de242295e225 b0d895b622f6 2024-09-10T18:20:15.760 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:20:15.760 INFO:teuthology.orchestra.run.smithi086.stdout: "mon": { 2024-09-10T18:20:15.760 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:20:15.760 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:20:15.760 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr": { 2024-09-10T18:20:15.760 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-10T18:20:15.760 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T18:20:15.761 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:20:15.761 INFO:teuthology.orchestra.run.smithi086.stdout: "osd": { 2024-09-10T18:20:15.761 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-10T18:20:15.761 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:20:15.761 INFO:teuthology.orchestra.run.smithi086.stdout: "mds": { 2024-09-10T18:20:15.761 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:20:15.761 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:20:15.761 INFO:teuthology.orchestra.run.smithi086.stdout: "overall": { 2024-09-10T18:20:15.761 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2024-09-10T18:20:15.761 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T18:20:15.761 INFO:teuthology.orchestra.run.smithi086.stdout: } 2024-09-10T18:20:15.761 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:20:16.069 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:20:16.069 INFO:teuthology.orchestra.run.smithi086.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T18:20:16.069 INFO:teuthology.orchestra.run.smithi086.stdout: "in_progress": true, 2024-09-10T18:20:16.070 INFO:teuthology.orchestra.run.smithi086.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T18:20:16.070 INFO:teuthology.orchestra.run.smithi086.stdout: "services_complete": [], 2024-09-10T18:20:16.070 INFO:teuthology.orchestra.run.smithi086.stdout: "progress": "1/23 daemons upgraded", 2024-09-10T18:20:16.070 INFO:teuthology.orchestra.run.smithi086.stdout: "message": "", 2024-09-10T18:20:16.070 INFO:teuthology.orchestra.run.smithi086.stdout: "is_paused": false 2024-09-10T18:20:16.070 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:20:16.070 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:20:14.773447+0000 mgr.smithi155.gxleeu (mgr.24407) 79 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:20:16.070 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:14.791597+0000 mgr.smithi155.gxleeu (mgr.24407) 80 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:16.070 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:20:15.758719+0000 mon.smithi086 (mon.0) 762 : audit [DBG] from='client.? 172.21.15.86:0/3053727732' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:20:16.093 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 3.34 MB/sec execute 70 sec latency 52894.638 ms 2024-09-10T18:20:16.151 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:20:14.773447+0000 mgr.smithi155.gxleeu (mgr.24407) 79 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:20:16.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:14.791597+0000 mgr.smithi155.gxleeu (mgr.24407) 80 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:16.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:20:15.758719+0000 mon.smithi086 (mon.0) 762 : audit [DBG] from='client.? 172.21.15.86:0/3053727732' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:20:17.093 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 3.29 MB/sec execute 71 sec latency 53894.687 ms 2024-09-10T18:20:17.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:20:15.081826+0000 mgr.smithi155.gxleeu (mgr.24407) 81 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:20:17.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:20:15.380758+0000 mgr.smithi155.gxleeu (mgr.24407) 82 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:20:17.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:16.123262+0000 mds.foofs.smithi086.wmhkxy (mds.0) 4 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 43.813892 secs 2024-09-10T18:20:17.225 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:20:15.081826+0000 mgr.smithi155.gxleeu (mgr.24407) 81 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:20:17.225 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:20:15.380758+0000 mgr.smithi155.gxleeu (mgr.24407) 82 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:20:17.225 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:16.123262+0000 mds.foofs.smithi086.wmhkxy (mds.0) 4 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 43.813892 secs 2024-09-10T18:20:18.094 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 3.24 MB/sec execute 72 sec latency 54894.747 ms 2024-09-10T18:20:18.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:20:16.067619+0000 mgr.smithi155.gxleeu (mgr.24407) 83 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:20:18.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:16.792440+0000 mgr.smithi155.gxleeu (mgr.24407) 84 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:20:18.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:17 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:20:16.067619+0000 mgr.smithi155.gxleeu (mgr.24407) 83 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:20:18.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:17 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:16.792440+0000 mgr.smithi155.gxleeu (mgr.24407) 84 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:20:19.094 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 3.20 MB/sec execute 73 sec latency 55894.846 ms 2024-09-10T18:20:20.094 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 3.16 MB/sec execute 74 sec latency 56894.974 ms 2024-09-10T18:20:20.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:18.792877+0000 mgr.smithi155.gxleeu (mgr.24407) 85 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:20.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:19 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:18.792877+0000 mgr.smithi155.gxleeu (mgr.24407) 85 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:21.094 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 3.11 MB/sec execute 75 sec latency 57895.076 ms 2024-09-10T18:20:21.300 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:20:20.029453+0000 mon.smithi086 (mon.0) 763 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:20:21.300 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:20:20.030658+0000 mon.smithi155 (mon.1) 117 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:20:21.300 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:20.793392+0000 mgr.smithi155.gxleeu (mgr.24407) 86 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:21.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:21 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:20:20.029453+0000 mon.smithi086 (mon.0) 763 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:20:21.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:21 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:20:20.030658+0000 mon.smithi155 (mon.1) 117 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:20:21.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:21 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:20.793392+0000 mgr.smithi155.gxleeu (mgr.24407) 86 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:22.094 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 3.07 MB/sec execute 76 sec latency 58895.163 ms 2024-09-10T18:20:22.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:22 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:21.123341+0000 mds.foofs.smithi086.wmhkxy (mds.0) 5 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 48.813973 secs 2024-09-10T18:20:22.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:22 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:21.123341+0000 mds.foofs.smithi086.wmhkxy (mds.0) 5 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 48.813973 secs 2024-09-10T18:20:23.094 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 3.03 MB/sec execute 77 sec latency 59895.251 ms 2024-09-10T18:20:23.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:23 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:22.794009+0000 mgr.smithi155.gxleeu (mgr.24407) 87 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:23.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:23 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:22.794009+0000 mgr.smithi155.gxleeu (mgr.24407) 87 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:24.094 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.99 MB/sec execute 78 sec latency 60895.352 ms 2024-09-10T18:20:25.094 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.96 MB/sec execute 79 sec latency 61895.388 ms 2024-09-10T18:20:26.094 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.92 MB/sec execute 80 sec latency 62895.486 ms 2024-09-10T18:20:26.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:24.794564+0000 mgr.smithi155.gxleeu (mgr.24407) 88 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:26.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:24.794564+0000 mgr.smithi155.gxleeu (mgr.24407) 88 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:27.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:26.123426+0000 mds.foofs.smithi086.wmhkxy (mds.0) 6 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 53.814045 secs 2024-09-10T18:20:27.094 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.88 MB/sec execute 81 sec latency 63895.521 ms 2024-09-10T18:20:27.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:26.123426+0000 mds.foofs.smithi086.wmhkxy (mds.0) 6 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 53.814045 secs 2024-09-10T18:20:28.094 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.85 MB/sec execute 82 sec latency 64895.596 ms 2024-09-10T18:20:28.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:26.795439+0000 mgr.smithi155.gxleeu (mgr.24407) 89 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:20:28.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:27 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:26.795439+0000 mgr.smithi155.gxleeu (mgr.24407) 89 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:20:29.095 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.81 MB/sec execute 83 sec latency 65895.713 ms 2024-09-10T18:20:30.095 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.78 MB/sec execute 84 sec latency 66895.806 ms 2024-09-10T18:20:30.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:28.795845+0000 mgr.smithi155.gxleeu (mgr.24407) 90 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:30.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:28.795845+0000 mgr.smithi155.gxleeu (mgr.24407) 90 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:31.095 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.75 MB/sec execute 85 sec latency 67895.939 ms 2024-09-10T18:20:31.756 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:30.796527+0000 mgr.smithi155.gxleeu (mgr.24407) 91 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:31.756 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:31.123494+0000 mds.foofs.smithi086.wmhkxy (mds.0) 7 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 58.814112 secs 2024-09-10T18:20:31.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:31 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:30.796527+0000 mgr.smithi155.gxleeu (mgr.24407) 91 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:31.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:31 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:31.123494+0000 mds.foofs.smithi086.wmhkxy (mds.0) 7 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 58.814112 secs 2024-09-10T18:20:32.095 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.72 MB/sec execute 86 sec latency 68896.023 ms 2024-09-10T18:20:33.095 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.68 MB/sec execute 87 sec latency 69896.109 ms 2024-09-10T18:20:34.095 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.65 MB/sec execute 88 sec latency 70896.195 ms 2024-09-10T18:20:34.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:32.797428+0000 mgr.smithi155.gxleeu (mgr.24407) 92 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:34.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:32.797428+0000 mgr.smithi155.gxleeu (mgr.24407) 92 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:35.095 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.62 MB/sec execute 89 sec latency 71896.311 ms 2024-09-10T18:20:36.095 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.60 MB/sec execute 90 sec latency 72896.427 ms 2024-09-10T18:20:36.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:34.797874+0000 mgr.smithi155.gxleeu (mgr.24407) 93 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:36.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:20:35.026540+0000 mon.smithi155 (mon.1) 118 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:20:36.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:34.797874+0000 mgr.smithi155.gxleeu (mgr.24407) 93 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:36.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:20:35.026540+0000 mon.smithi155 (mon.1) 118 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:20:37.095 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.57 MB/sec execute 91 sec latency 73896.548 ms 2024-09-10T18:20:37.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:36.123575+0000 mds.foofs.smithi086.wmhkxy (mds.0) 8 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 63.814199 secs 2024-09-10T18:20:37.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:36.123599+0000 mds.foofs.smithi086.wmhkxy (mds.0) 9 : cluster [WRN] slow request 63.814199 seconds old, received at 2024-09-10T18:19:32.309349+0000: client_request(client.14748:4 getattr pAsLsXsFs #0x10000004a10 2024-09-10T18:19:32.309312+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-10T18:20:37.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:36.123622+0000 mds.foofs.smithi086.wmhkxy (mds.0) 10 : cluster [WRN] client.14576 isn't responding to mclientcaps(revoke), ino 0x10000004a10 pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 63.814223 seconds ago 2024-09-10T18:20:37.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:36.408394+0000 mon.smithi086 (mon.0) 764 : cluster [DBG] mgrmap e33: smithi155.gxleeu(active, since 92s), standbys: smithi086.qqqtpz 2024-09-10T18:20:37.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:36.123575+0000 mds.foofs.smithi086.wmhkxy (mds.0) 8 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 63.814199 secs 2024-09-10T18:20:37.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:36.123599+0000 mds.foofs.smithi086.wmhkxy (mds.0) 9 : cluster [WRN] slow request 63.814199 seconds old, received at 2024-09-10T18:19:32.309349+0000: client_request(client.14748:4 getattr pAsLsXsFs #0x10000004a10 2024-09-10T18:19:32.309312+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-10T18:20:37.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:36.123622+0000 mds.foofs.smithi086.wmhkxy (mds.0) 10 : cluster [WRN] client.14576 isn't responding to mclientcaps(revoke), ino 0x10000004a10 pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 63.814223 seconds ago 2024-09-10T18:20:37.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:36.408394+0000 mon.smithi086 (mon.0) 764 : cluster [DBG] mgrmap e33: smithi155.gxleeu(active, since 92s), standbys: smithi086.qqqtpz 2024-09-10T18:20:38.095 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.54 MB/sec execute 92 sec latency 74896.643 ms 2024-09-10T18:20:38.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:36.798554+0000 mgr.smithi155.gxleeu (mgr.24407) 94 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T18:20:38.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:36.798554+0000 mgr.smithi155.gxleeu (mgr.24407) 94 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T18:20:39.095 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.51 MB/sec execute 93 sec latency 75896.759 ms 2024-09-10T18:20:39.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:38 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:37.857678+0000 mon.smithi086 (mon.0) 765 : cluster [WRN] Health check failed: 1 clients failing to respond to capability release (MDS_CLIENT_LATE_RELEASE) 2024-09-10T18:20:39.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:38 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:37.861910+0000 mon.smithi086 (mon.0) 766 : cluster [DBG] mds.? [v2:172.21.15.86:6834/948349836,v1:172.21.15.86:6835/948349836] up:active 2024-09-10T18:20:39.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:38 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:37.862013+0000 mon.smithi086 (mon.0) 767 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi086.wmhkxy=up:active} 1 up:standby 2024-09-10T18:20:39.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:38 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:37.857678+0000 mon.smithi086 (mon.0) 765 : cluster [WRN] Health check failed: 1 clients failing to respond to capability release (MDS_CLIENT_LATE_RELEASE) 2024-09-10T18:20:39.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:38 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:37.861910+0000 mon.smithi086 (mon.0) 766 : cluster [DBG] mds.? [v2:172.21.15.86:6834/948349836,v1:172.21.15.86:6835/948349836] up:active 2024-09-10T18:20:39.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:38 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:37.862013+0000 mon.smithi086 (mon.0) 767 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi086.wmhkxy=up:active} 1 up:standby 2024-09-10T18:20:40.096 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.48 MB/sec execute 94 sec latency 76896.818 ms 2024-09-10T18:20:40.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:39 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:38.798980+0000 mgr.smithi155.gxleeu (mgr.24407) 95 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T18:20:40.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:39 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:38.798980+0000 mgr.smithi155.gxleeu (mgr.24407) 95 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T18:20:41.096 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.46 MB/sec execute 95 sec latency 77896.894 ms 2024-09-10T18:20:41.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:41 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:40.799792+0000 mgr.smithi155.gxleeu (mgr.24407) 96 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T18:20:41.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:41 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:41.123676+0000 mds.foofs.smithi086.wmhkxy (mds.0) 11 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 68.814308 secs 2024-09-10T18:20:41.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:41 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:40.799792+0000 mgr.smithi155.gxleeu (mgr.24407) 96 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T18:20:41.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:41 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:41.123676+0000 mds.foofs.smithi086.wmhkxy (mds.0) 11 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 68.814308 secs 2024-09-10T18:20:42.096 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.43 MB/sec execute 96 sec latency 78896.995 ms 2024-09-10T18:20:43.096 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.41 MB/sec execute 97 sec latency 79897.099 ms 2024-09-10T18:20:44.096 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.38 MB/sec execute 98 sec latency 80897.209 ms 2024-09-10T18:20:44.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:43 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:42.800337+0000 mgr.smithi155.gxleeu (mgr.24407) 97 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T18:20:44.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:42.800337+0000 mgr.smithi155.gxleeu (mgr.24407) 97 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T18:20:45.096 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.36 MB/sec execute 99 sec latency 81897.304 ms 2024-09-10T18:20:46.096 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.34 MB/sec execute 100 sec latency 82897.380 ms 2024-09-10T18:20:46.146 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:44.800842+0000 mgr.smithi155.gxleeu (mgr.24407) 98 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T18:20:46.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:45 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:44.800842+0000 mgr.smithi155.gxleeu (mgr.24407) 98 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T18:20:46.413 INFO:teuthology.orchestra.run.smithi086.stdout:true 2024-09-10T18:20:47.051 INFO:teuthology.orchestra.run.smithi086.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:20:47.052 INFO:teuthology.orchestra.run.smithi086.stdout:alertmanager.smithi086 smithi086 *:9093,9094 running (8m) 67s ago 9m 19.3M - 0.20.0 0881eb8f169f 6f4c7936f6b6 2024-09-10T18:20:47.052 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi086 smithi086 running (9m) 67s ago 9m 6400k - 16.2.4 8d91d370c2b8 9f2bafa17c41 2024-09-10T18:20:47.052 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi155 smithi155 running (8m) 68s ago 8m 6413k - 16.2.4 8d91d370c2b8 be056b3d8fc4 2024-09-10T18:20:47.052 INFO:teuthology.orchestra.run.smithi086.stdout:grafana.smithi086 smithi086 *:3000 running (7m) 67s ago 9m 34.5M - 6.7.4 557c83e11646 013c9bd31cbe 2024-09-10T18:20:47.052 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi086.wmhkxy smithi086 running (4m) 67s ago 4m 38.4M - 16.2.4 8d91d370c2b8 3f5e7a0d954a 2024-09-10T18:20:47.052 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi155.ddyadp smithi155 running (4m) 68s ago 4m 12.6M - 16.2.4 8d91d370c2b8 fed2aba1e81e 2024-09-10T18:20:47.052 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi086.qqqtpz smithi086 *:9283 running (10m) 67s ago 10m 359M - 16.2.4 8d91d370c2b8 30d6ca6760d3 2024-09-10T18:20:47.052 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi155.gxleeu smithi155 *:8443,9283 running (109s) 68s ago 8m 445M - 17.2.7-1606-g5be57395 4c55dd409611 a4c5ea2816e7 2024-09-10T18:20:47.052 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi086 smithi086 running (10m) 67s ago 10m 50.4M 2048M 16.2.4 8d91d370c2b8 51db5ba0401d 2024-09-10T18:20:47.052 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi155 smithi155 running (8m) 68s ago 8m 43.0M 2048M 16.2.4 8d91d370c2b8 45a737cfbcde 2024-09-10T18:20:47.052 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.0.0.smithi086.nvloft smithi086 *:2049 running (79s) 67s ago 78s 49.8M - 3.5 8d91d370c2b8 ac635a8973ea 2024-09-10T18:20:47.052 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.1.0.smithi155.xwyoxo smithi155 *:2049 running (73s) 68s ago 73s 49.5M - 3.5 8d91d370c2b8 5d4993e7f1ca 2024-09-10T18:20:47.052 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi086 smithi086 *:9100 running (9m) 67s ago 9m 17.2M - 0.18.1 e5a616e4b9cf ebcaa2fe985c 2024-09-10T18:20:47.053 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi155 smithi155 *:9100 running (8m) 68s ago 8m 17.2M - 0.18.1 e5a616e4b9cf 1811325b1f2a 2024-09-10T18:20:47.053 INFO:teuthology.orchestra.run.smithi086.stdout:osd.0 smithi086 running (8m) 67s ago 8m 406M 4096M 16.2.4 8d91d370c2b8 9ec5215242da 2024-09-10T18:20:47.053 INFO:teuthology.orchestra.run.smithi086.stdout:osd.1 smithi086 running (7m) 67s ago 7m 313M 4096M 16.2.4 8d91d370c2b8 6f4c220ee750 2024-09-10T18:20:47.053 INFO:teuthology.orchestra.run.smithi086.stdout:osd.2 smithi086 running (7m) 67s ago 7m 251M 4096M 16.2.4 8d91d370c2b8 fc881ce40288 2024-09-10T18:20:47.053 INFO:teuthology.orchestra.run.smithi086.stdout:osd.3 smithi086 running (6m) 67s ago 6m 382M 4096M 16.2.4 8d91d370c2b8 62f9298fc37a 2024-09-10T18:20:47.053 INFO:teuthology.orchestra.run.smithi086.stdout:osd.4 smithi155 running (6m) 68s ago 6m 391M 4096M 16.2.4 8d91d370c2b8 7068d2f6f340 2024-09-10T18:20:47.053 INFO:teuthology.orchestra.run.smithi086.stdout:osd.5 smithi155 running (6m) 68s ago 6m 419M 4096M 16.2.4 8d91d370c2b8 4278b8fdd427 2024-09-10T18:20:47.053 INFO:teuthology.orchestra.run.smithi086.stdout:osd.6 smithi155 running (5m) 68s ago 5m 353M 4096M 16.2.4 8d91d370c2b8 b1120f71f9ec 2024-09-10T18:20:47.053 INFO:teuthology.orchestra.run.smithi086.stdout:osd.7 smithi155 running (5m) 68s ago 5m 494M 4096M 16.2.4 8d91d370c2b8 63785fceaf50 2024-09-10T18:20:47.053 INFO:teuthology.orchestra.run.smithi086.stdout:prometheus.smithi086 smithi086 *:9095 running (7m) 67s ago 8m 44.4M - 2.18.1 de242295e225 b0d895b622f6 2024-09-10T18:20:47.096 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.31 MB/sec execute 101 sec latency 83897.437 ms 2024-09-10T18:20:47.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:46 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:46.123770+0000 mds.foofs.smithi086.wmhkxy (mds.0) 12 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 73.814396 secs 2024-09-10T18:20:47.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:46 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:46.123770+0000 mds.foofs.smithi086.wmhkxy (mds.0) 12 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 73.814396 secs 2024-09-10T18:20:47.441 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:20:47.441 INFO:teuthology.orchestra.run.smithi086.stdout: "mon": { 2024-09-10T18:20:47.441 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:20:47.441 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:20:47.442 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr": { 2024-09-10T18:20:47.442 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-10T18:20:47.442 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T18:20:47.442 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:20:47.442 INFO:teuthology.orchestra.run.smithi086.stdout: "osd": { 2024-09-10T18:20:47.442 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-10T18:20:47.442 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:20:47.442 INFO:teuthology.orchestra.run.smithi086.stdout: "mds": { 2024-09-10T18:20:47.442 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:20:47.442 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:20:47.442 INFO:teuthology.orchestra.run.smithi086.stdout: "overall": { 2024-09-10T18:20:47.443 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2024-09-10T18:20:47.443 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T18:20:47.443 INFO:teuthology.orchestra.run.smithi086.stdout: } 2024-09-10T18:20:47.443 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:20:47.747 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:20:47.748 INFO:teuthology.orchestra.run.smithi086.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T18:20:47.748 INFO:teuthology.orchestra.run.smithi086.stdout: "in_progress": true, 2024-09-10T18:20:47.748 INFO:teuthology.orchestra.run.smithi086.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T18:20:47.748 INFO:teuthology.orchestra.run.smithi086.stdout: "services_complete": [], 2024-09-10T18:20:47.748 INFO:teuthology.orchestra.run.smithi086.stdout: "progress": "1/23 daemons upgraded", 2024-09-10T18:20:47.748 INFO:teuthology.orchestra.run.smithi086.stdout: "message": "", 2024-09-10T18:20:47.748 INFO:teuthology.orchestra.run.smithi086.stdout: "is_paused": false 2024-09-10T18:20:47.748 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:20:48.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:47 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:20:46.399436+0000 mgr.smithi155.gxleeu (mgr.24407) 99 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:20:48.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:47 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:20:46.722309+0000 mgr.smithi155.gxleeu (mgr.24407) 100 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:20:48.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:47 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:46.801537+0000 mgr.smithi155.gxleeu (mgr.24407) 101 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T18:20:48.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:47 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:20:47.439888+0000 mon.smithi086 (mon.0) 768 : audit [DBG] from='client.? 172.21.15.86:0/1342676079' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:20:48.096 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.29 MB/sec execute 102 sec latency 84897.491 ms 2024-09-10T18:20:48.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:47 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:20:46.399436+0000 mgr.smithi155.gxleeu (mgr.24407) 99 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:20:48.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:47 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:20:46.722309+0000 mgr.smithi155.gxleeu (mgr.24407) 100 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:20:48.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:47 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:46.801537+0000 mgr.smithi155.gxleeu (mgr.24407) 101 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T18:20:48.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:47 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:20:47.439888+0000 mon.smithi086 (mon.0) 768 : audit [DBG] from='client.? 172.21.15.86:0/1342676079' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:20:49.096 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.27 MB/sec execute 103 sec latency 85897.536 ms 2024-09-10T18:20:49.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:20:47.040797+0000 mgr.smithi155.gxleeu (mgr.24407) 102 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:20:49.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:20:47.746047+0000 mgr.smithi155.gxleeu (mgr.24407) 103 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:20:49.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:20:47.040797+0000 mgr.smithi155.gxleeu (mgr.24407) 102 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:20:49.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:20:47.746047+0000 mgr.smithi155.gxleeu (mgr.24407) 103 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:20:50.096 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.25 MB/sec execute 104 sec latency 86897.669 ms 2024-09-10T18:20:50.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:48.801970+0000 mgr.smithi155.gxleeu (mgr.24407) 104 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:50.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:49 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:48.801970+0000 mgr.smithi155.gxleeu (mgr.24407) 104 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:51.097 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.22 MB/sec execute 105 sec latency 87897.766 ms 2024-09-10T18:20:51.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:51 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:20:50.032051+0000 mon.smithi086 (mon.0) 769 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:20:51.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:51 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:20:50.033581+0000 mon.smithi155 (mon.1) 119 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:20:51.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:51 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:50.802556+0000 mgr.smithi155.gxleeu (mgr.24407) 105 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:51.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:51 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:20:50.032051+0000 mon.smithi086 (mon.0) 769 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:20:51.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:51 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:20:50.033581+0000 mon.smithi155 (mon.1) 119 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:20:51.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:51 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:50.802556+0000 mgr.smithi155.gxleeu (mgr.24407) 105 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:52.097 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.20 MB/sec execute 106 sec latency 88897.864 ms 2024-09-10T18:20:52.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:52 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:51.123918+0000 mds.foofs.smithi086.wmhkxy (mds.0) 13 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 78.814533 secs 2024-09-10T18:20:52.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:52 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:51.123918+0000 mds.foofs.smithi086.wmhkxy (mds.0) 13 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 78.814533 secs 2024-09-10T18:20:53.097 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.18 MB/sec execute 107 sec latency 89897.983 ms 2024-09-10T18:20:53.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:53 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:52.802959+0000 mgr.smithi155.gxleeu (mgr.24407) 106 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:53.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:53 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:52.802959+0000 mgr.smithi155.gxleeu (mgr.24407) 106 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:54.097 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.16 MB/sec execute 108 sec latency 90898.039 ms 2024-09-10T18:20:55.097 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.14 MB/sec execute 109 sec latency 91898.158 ms 2024-09-10T18:20:56.097 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.12 MB/sec execute 110 sec latency 92898.236 ms 2024-09-10T18:20:56.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:55 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:54.803408+0000 mgr.smithi155.gxleeu (mgr.24407) 107 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:56.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:54.803408+0000 mgr.smithi155.gxleeu (mgr.24407) 107 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:20:57.097 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.10 MB/sec execute 111 sec latency 93898.323 ms 2024-09-10T18:20:57.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:56 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:56.124020+0000 mds.foofs.smithi086.wmhkxy (mds.0) 14 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 83.814652 secs 2024-09-10T18:20:57.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:56 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:56.124020+0000 mds.foofs.smithi086.wmhkxy (mds.0) 14 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 83.814652 secs 2024-09-10T18:20:58.097 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.09 MB/sec execute 112 sec latency 94898.389 ms 2024-09-10T18:20:58.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:57 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:56.804137+0000 mgr.smithi155.gxleeu (mgr.24407) 108 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:20:58.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:57 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:56.804137+0000 mgr.smithi155.gxleeu (mgr.24407) 108 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:20:59.097 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.07 MB/sec execute 113 sec latency 95898.434 ms 2024-09-10T18:21:00.097 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.05 MB/sec execute 114 sec latency 96898.536 ms 2024-09-10T18:21:00.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:20:59 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:20:58.804561+0000 mgr.smithi155.gxleeu (mgr.24407) 109 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:00.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:20:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:20:58.804561+0000 mgr.smithi155.gxleeu (mgr.24407) 109 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:01.097 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.03 MB/sec execute 115 sec latency 97898.626 ms 2024-09-10T18:21:01.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:01 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:00.805394+0000 mgr.smithi155.gxleeu (mgr.24407) 110 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:01.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:01 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:01.124143+0000 mds.foofs.smithi086.wmhkxy (mds.0) 15 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 88.814758 secs 2024-09-10T18:21:01.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:01 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:00.805394+0000 mgr.smithi155.gxleeu (mgr.24407) 110 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:01.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:01 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:01.124143+0000 mds.foofs.smithi086.wmhkxy (mds.0) 15 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 88.814758 secs 2024-09-10T18:21:02.098 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.01 MB/sec execute 116 sec latency 98898.719 ms 2024-09-10T18:21:03.098 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 2.00 MB/sec execute 117 sec latency 99898.873 ms 2024-09-10T18:21:04.098 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.98 MB/sec execute 118 sec latency 100898.981 ms 2024-09-10T18:21:04.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:03 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:02.805936+0000 mgr.smithi155.gxleeu (mgr.24407) 111 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:04.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:03 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:02.805936+0000 mgr.smithi155.gxleeu (mgr.24407) 111 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:05.098 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.96 MB/sec execute 119 sec latency 101899.085 ms 2024-09-10T18:21:06.098 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.95 MB/sec execute 120 sec latency 102899.184 ms 2024-09-10T18:21:06.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:04.806403+0000 mgr.smithi155.gxleeu (mgr.24407) 112 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:06.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:05.026836+0000 mon.smithi155 (mon.1) 120 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:21:06.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:04.806403+0000 mgr.smithi155.gxleeu (mgr.24407) 112 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:06.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:05.026836+0000 mon.smithi155 (mon.1) 120 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:21:07.098 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.93 MB/sec execute 121 sec latency 103899.290 ms 2024-09-10T18:21:07.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:06.124202+0000 mds.foofs.smithi086.wmhkxy (mds.0) 16 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 93.814833 secs 2024-09-10T18:21:07.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:06.124202+0000 mds.foofs.smithi086.wmhkxy (mds.0) 16 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 93.814833 secs 2024-09-10T18:21:08.098 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.91 MB/sec execute 122 sec latency 104899.348 ms 2024-09-10T18:21:08.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:06.807237+0000 mgr.smithi155.gxleeu (mgr.24407) 113 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:21:08.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:07 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:06.807237+0000 mgr.smithi155.gxleeu (mgr.24407) 113 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:21:09.098 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.90 MB/sec execute 123 sec latency 105899.406 ms 2024-09-10T18:21:10.099 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.88 MB/sec execute 124 sec latency 106899.536 ms 2024-09-10T18:21:10.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:08.807839+0000 mgr.smithi155.gxleeu (mgr.24407) 114 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:10.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:08.807839+0000 mgr.smithi155.gxleeu (mgr.24407) 114 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:11.098 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.87 MB/sec execute 125 sec latency 107899.634 ms 2024-09-10T18:21:11.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:11 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:10.808451+0000 mgr.smithi155.gxleeu (mgr.24407) 115 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:11.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:11 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:11.124259+0000 mds.foofs.smithi086.wmhkxy (mds.0) 17 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 98.814891 secs 2024-09-10T18:21:11.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:10.808451+0000 mgr.smithi155.gxleeu (mgr.24407) 115 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:11.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:11.124259+0000 mds.foofs.smithi086.wmhkxy (mds.0) 17 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 98.814891 secs 2024-09-10T18:21:12.098 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.85 MB/sec execute 126 sec latency 108899.717 ms 2024-09-10T18:21:13.099 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.84 MB/sec execute 127 sec latency 109899.783 ms 2024-09-10T18:21:14.099 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.82 MB/sec execute 128 sec latency 110899.903 ms 2024-09-10T18:21:14.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:13 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:12.808945+0000 mgr.smithi155.gxleeu (mgr.24407) 116 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:14.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:13 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:12.808945+0000 mgr.smithi155.gxleeu (mgr.24407) 116 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:15.099 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.81 MB/sec execute 129 sec latency 111900.001 ms 2024-09-10T18:21:16.099 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.80 MB/sec execute 130 sec latency 112900.079 ms 2024-09-10T18:21:16.146 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:14.809466+0000 mgr.smithi155.gxleeu (mgr.24407) 117 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:16.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:14.809466+0000 mgr.smithi155.gxleeu (mgr.24407) 117 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:17.099 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.78 MB/sec execute 131 sec latency 113900.177 ms 2024-09-10T18:21:17.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:16.124322+0000 mds.foofs.smithi086.wmhkxy (mds.0) 18 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 103.814953 secs 2024-09-10T18:21:17.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:16.124322+0000 mds.foofs.smithi086.wmhkxy (mds.0) 18 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 103.814953 secs 2024-09-10T18:21:18.082 INFO:teuthology.orchestra.run.smithi086.stdout:true 2024-09-10T18:21:18.099 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.77 MB/sec execute 132 sec latency 114900.219 ms 2024-09-10T18:21:18.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:16.810356+0000 mgr.smithi155.gxleeu (mgr.24407) 118 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:21:18.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:17 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:16.810356+0000 mgr.smithi155.gxleeu (mgr.24407) 118 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:21:18.687 INFO:teuthology.orchestra.run.smithi086.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:21:18.687 INFO:teuthology.orchestra.run.smithi086.stdout:alertmanager.smithi086 smithi086 *:9093,9094 running (8m) 98s ago 10m 19.3M - 0.20.0 0881eb8f169f 6f4c7936f6b6 2024-09-10T18:21:18.687 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi086 smithi086 running (10m) 98s ago 10m 6400k - 16.2.4 8d91d370c2b8 9f2bafa17c41 2024-09-10T18:21:18.687 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi155 smithi155 running (9m) 100s ago 9m 6413k - 16.2.4 8d91d370c2b8 be056b3d8fc4 2024-09-10T18:21:18.687 INFO:teuthology.orchestra.run.smithi086.stdout:grafana.smithi086 smithi086 *:3000 running (8m) 98s ago 9m 34.5M - 6.7.4 557c83e11646 013c9bd31cbe 2024-09-10T18:21:18.688 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi086.wmhkxy smithi086 running (4m) 98s ago 4m 38.4M - 16.2.4 8d91d370c2b8 3f5e7a0d954a 2024-09-10T18:21:18.688 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi155.ddyadp smithi155 running (4m) 100s ago 4m 12.6M - 16.2.4 8d91d370c2b8 fed2aba1e81e 2024-09-10T18:21:18.688 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi086.qqqtpz smithi086 *:9283 running (11m) 98s ago 11m 359M - 16.2.4 8d91d370c2b8 30d6ca6760d3 2024-09-10T18:21:18.688 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi155.gxleeu smithi155 *:8443,9283 running (2m) 100s ago 9m 445M - 17.2.7-1606-g5be57395 4c55dd409611 a4c5ea2816e7 2024-09-10T18:21:18.688 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi086 smithi086 running (11m) 98s ago 11m 50.4M 2048M 16.2.4 8d91d370c2b8 51db5ba0401d 2024-09-10T18:21:18.688 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi155 smithi155 running (9m) 100s ago 9m 43.0M 2048M 16.2.4 8d91d370c2b8 45a737cfbcde 2024-09-10T18:21:18.688 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.0.0.smithi086.nvloft smithi086 *:2049 running (110s) 98s ago 110s 49.8M - 3.5 8d91d370c2b8 ac635a8973ea 2024-09-10T18:21:18.688 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.1.0.smithi155.xwyoxo smithi155 *:2049 running (105s) 100s ago 104s 49.5M - 3.5 8d91d370c2b8 5d4993e7f1ca 2024-09-10T18:21:18.688 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi086 smithi086 *:9100 running (9m) 98s ago 9m 17.2M - 0.18.1 e5a616e4b9cf ebcaa2fe985c 2024-09-10T18:21:18.688 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi155 smithi155 *:9100 running (8m) 100s ago 8m 17.2M - 0.18.1 e5a616e4b9cf 1811325b1f2a 2024-09-10T18:21:18.688 INFO:teuthology.orchestra.run.smithi086.stdout:osd.0 smithi086 running (8m) 98s ago 8m 406M 4096M 16.2.4 8d91d370c2b8 9ec5215242da 2024-09-10T18:21:18.688 INFO:teuthology.orchestra.run.smithi086.stdout:osd.1 smithi086 running (8m) 98s ago 8m 313M 4096M 16.2.4 8d91d370c2b8 6f4c220ee750 2024-09-10T18:21:18.688 INFO:teuthology.orchestra.run.smithi086.stdout:osd.2 smithi086 running (7m) 98s ago 7m 251M 4096M 16.2.4 8d91d370c2b8 fc881ce40288 2024-09-10T18:21:18.689 INFO:teuthology.orchestra.run.smithi086.stdout:osd.3 smithi086 running (7m) 98s ago 7m 382M 4096M 16.2.4 8d91d370c2b8 62f9298fc37a 2024-09-10T18:21:18.689 INFO:teuthology.orchestra.run.smithi086.stdout:osd.4 smithi155 running (7m) 100s ago 7m 391M 4096M 16.2.4 8d91d370c2b8 7068d2f6f340 2024-09-10T18:21:18.689 INFO:teuthology.orchestra.run.smithi086.stdout:osd.5 smithi155 running (6m) 100s ago 6m 419M 4096M 16.2.4 8d91d370c2b8 4278b8fdd427 2024-09-10T18:21:18.689 INFO:teuthology.orchestra.run.smithi086.stdout:osd.6 smithi155 running (6m) 100s ago 6m 353M 4096M 16.2.4 8d91d370c2b8 b1120f71f9ec 2024-09-10T18:21:18.689 INFO:teuthology.orchestra.run.smithi086.stdout:osd.7 smithi155 running (6m) 100s ago 6m 494M 4096M 16.2.4 8d91d370c2b8 63785fceaf50 2024-09-10T18:21:18.689 INFO:teuthology.orchestra.run.smithi086.stdout:prometheus.smithi086 smithi086 *:9095 running (8m) 98s ago 9m 44.4M - 2.18.1 de242295e225 b0d895b622f6 2024-09-10T18:21:19.053 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:21:19.054 INFO:teuthology.orchestra.run.smithi086.stdout: "mon": { 2024-09-10T18:21:19.054 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:21:19.054 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:21:19.054 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr": { 2024-09-10T18:21:19.054 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-10T18:21:19.054 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T18:21:19.054 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:21:19.054 INFO:teuthology.orchestra.run.smithi086.stdout: "osd": { 2024-09-10T18:21:19.054 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-10T18:21:19.054 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:21:19.054 INFO:teuthology.orchestra.run.smithi086.stdout: "mds": { 2024-09-10T18:21:19.054 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:21:19.055 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:21:19.055 INFO:teuthology.orchestra.run.smithi086.stdout: "overall": { 2024-09-10T18:21:19.055 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2024-09-10T18:21:19.055 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T18:21:19.055 INFO:teuthology.orchestra.run.smithi086.stdout: } 2024-09-10T18:21:19.055 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:21:19.099 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.76 MB/sec execute 133 sec latency 115900.246 ms 2024-09-10T18:21:19.361 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:21:19.362 INFO:teuthology.orchestra.run.smithi086.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T18:21:19.362 INFO:teuthology.orchestra.run.smithi086.stdout: "in_progress": true, 2024-09-10T18:21:19.362 INFO:teuthology.orchestra.run.smithi086.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T18:21:19.362 INFO:teuthology.orchestra.run.smithi086.stdout: "services_complete": [], 2024-09-10T18:21:19.362 INFO:teuthology.orchestra.run.smithi086.stdout: "progress": "1/23 daemons upgraded", 2024-09-10T18:21:19.362 INFO:teuthology.orchestra.run.smithi086.stdout: "message": "", 2024-09-10T18:21:19.362 INFO:teuthology.orchestra.run.smithi086.stdout: "is_paused": false 2024-09-10T18:21:19.362 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:21:20.099 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.74 MB/sec execute 134 sec latency 116900.327 ms 2024-09-10T18:21:20.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:18.068482+0000 mgr.smithi155.gxleeu (mgr.24407) 119 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:21:20.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:18.378885+0000 mgr.smithi155.gxleeu (mgr.24407) 120 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:21:20.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:18.676702+0000 mgr.smithi155.gxleeu (mgr.24407) 121 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:21:20.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:18.810821+0000 mgr.smithi155.gxleeu (mgr.24407) 122 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:20.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:19.052162+0000 mon.smithi086 (mon.0) 770 : audit [DBG] from='client.? 172.21.15.86:0/1653864350' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:21:20.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:19 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:18.068482+0000 mgr.smithi155.gxleeu (mgr.24407) 119 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:21:20.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:19 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:18.378885+0000 mgr.smithi155.gxleeu (mgr.24407) 120 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:21:20.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:19 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:18.676702+0000 mgr.smithi155.gxleeu (mgr.24407) 121 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:21:20.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:19 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:18.810821+0000 mgr.smithi155.gxleeu (mgr.24407) 122 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:20.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:19 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:19.052162+0000 mon.smithi086 (mon.0) 770 : audit [DBG] from='client.? 172.21.15.86:0/1653864350' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:21:21.099 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.73 MB/sec execute 135 sec latency 117900.443 ms 2024-09-10T18:21:21.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:20 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:19.359857+0000 mgr.smithi155.gxleeu (mgr.24407) 123 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:21:21.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:20 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:20.027360+0000 mon.smithi155 (mon.1) 121 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:21:21.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:20 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:19.359857+0000 mgr.smithi155.gxleeu (mgr.24407) 123 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:21:21.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:20 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:20.027360+0000 mon.smithi155 (mon.1) 121 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:21:22.099 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.72 MB/sec execute 136 sec latency 118900.563 ms 2024-09-10T18:21:22.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:20.811647+0000 mgr.smithi155.gxleeu (mgr.24407) 124 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:22.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:21.124402+0000 mds.foofs.smithi086.wmhkxy (mds.0) 19 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 108.815022 secs 2024-09-10T18:21:22.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:21 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:20.811647+0000 mgr.smithi155.gxleeu (mgr.24407) 124 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:22.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:21 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:21.124402+0000 mds.foofs.smithi086.wmhkxy (mds.0) 19 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 108.815022 secs 2024-09-10T18:21:23.099 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.71 MB/sec execute 137 sec latency 119900.689 ms 2024-09-10T18:21:24.100 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.69 MB/sec execute 138 sec latency 120900.770 ms 2024-09-10T18:21:24.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:23 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:22.812063+0000 mgr.smithi155.gxleeu (mgr.24407) 125 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:24.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:23 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:22.812063+0000 mgr.smithi155.gxleeu (mgr.24407) 125 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:25.100 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.68 MB/sec execute 139 sec latency 121900.882 ms 2024-09-10T18:21:26.100 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.67 MB/sec execute 140 sec latency 122900.955 ms 2024-09-10T18:21:26.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:24.812473+0000 mgr.smithi155.gxleeu (mgr.24407) 126 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:26.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:24.812473+0000 mgr.smithi155.gxleeu (mgr.24407) 126 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:27.100 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.66 MB/sec execute 141 sec latency 123900.993 ms 2024-09-10T18:21:27.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:26.124533+0000 mds.foofs.smithi086.wmhkxy (mds.0) 20 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 113.815150 secs 2024-09-10T18:21:27.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:26.124533+0000 mds.foofs.smithi086.wmhkxy (mds.0) 20 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 113.815150 secs 2024-09-10T18:21:28.100 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.65 MB/sec execute 142 sec latency 124901.072 ms 2024-09-10T18:21:28.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:26.813306+0000 mgr.smithi155.gxleeu (mgr.24407) 127 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:21:28.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:27 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:26.813306+0000 mgr.smithi155.gxleeu (mgr.24407) 127 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:21:29.100 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.63 MB/sec execute 143 sec latency 125901.129 ms 2024-09-10T18:21:30.100 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.62 MB/sec execute 144 sec latency 126901.229 ms 2024-09-10T18:21:30.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:28.813732+0000 mgr.smithi155.gxleeu (mgr.24407) 128 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:30.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:28.813732+0000 mgr.smithi155.gxleeu (mgr.24407) 128 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:31.100 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.61 MB/sec execute 145 sec latency 127901.284 ms 2024-09-10T18:21:31.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:31 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:30.814379+0000 mgr.smithi155.gxleeu (mgr.24407) 129 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:31.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:31 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:31.124574+0000 mds.foofs.smithi086.wmhkxy (mds.0) 21 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 118.815208 secs 2024-09-10T18:21:31.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:30.814379+0000 mgr.smithi155.gxleeu (mgr.24407) 129 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:31.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:31.124574+0000 mds.foofs.smithi086.wmhkxy (mds.0) 21 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 118.815208 secs 2024-09-10T18:21:32.101 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.60 MB/sec execute 146 sec latency 128901.405 ms 2024-09-10T18:21:33.100 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.59 MB/sec execute 147 sec latency 129901.508 ms 2024-09-10T18:21:34.100 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.58 MB/sec execute 148 sec latency 130901.561 ms 2024-09-10T18:21:34.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:32.814779+0000 mgr.smithi155.gxleeu (mgr.24407) 130 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:34.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:32.814779+0000 mgr.smithi155.gxleeu (mgr.24407) 130 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:35.100 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.57 MB/sec execute 149 sec latency 131901.658 ms 2024-09-10T18:21:36.101 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.56 MB/sec execute 150 sec latency 132901.749 ms 2024-09-10T18:21:36.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:34.815379+0000 mgr.smithi155.gxleeu (mgr.24407) 131 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:36.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:35.027651+0000 mon.smithi155 (mon.1) 122 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:21:36.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:34.815379+0000 mgr.smithi155.gxleeu (mgr.24407) 131 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:36.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:35.027651+0000 mon.smithi155 (mon.1) 122 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:21:37.101 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.55 MB/sec execute 151 sec latency 133901.814 ms 2024-09-10T18:21:37.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:36.124692+0000 mds.foofs.smithi086.wmhkxy (mds.0) 22 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 123.815315 secs 2024-09-10T18:21:37.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:36.124696+0000 mds.foofs.smithi086.wmhkxy (mds.0) 23 : cluster [WRN] slow request 123.815315 seconds old, received at 2024-09-10T18:19:32.309349+0000: client_request(client.14748:4 getattr pAsLsXsFs #0x10000004a10 2024-09-10T18:19:32.309312+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-10T18:21:37.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:36.124741+0000 mds.foofs.smithi086.wmhkxy (mds.0) 24 : cluster [WRN] client.14576 isn't responding to mclientcaps(revoke), ino 0x10000004a10 pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 123.815318 seconds ago 2024-09-10T18:21:37.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:36.124692+0000 mds.foofs.smithi086.wmhkxy (mds.0) 22 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 123.815315 secs 2024-09-10T18:21:37.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:36.124696+0000 mds.foofs.smithi086.wmhkxy (mds.0) 23 : cluster [WRN] slow request 123.815315 seconds old, received at 2024-09-10T18:19:32.309349+0000: client_request(client.14748:4 getattr pAsLsXsFs #0x10000004a10 2024-09-10T18:19:32.309312+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-10T18:21:37.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:36.124741+0000 mds.foofs.smithi086.wmhkxy (mds.0) 24 : cluster [WRN] client.14576 isn't responding to mclientcaps(revoke), ino 0x10000004a10 pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 123.815318 seconds ago 2024-09-10T18:21:38.101 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.54 MB/sec execute 152 sec latency 134901.873 ms 2024-09-10T18:21:38.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:36.816154+0000 mgr.smithi155.gxleeu (mgr.24407) 132 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:21:38.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:36.816154+0000 mgr.smithi155.gxleeu (mgr.24407) 132 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:21:39.101 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.53 MB/sec execute 153 sec latency 135901.927 ms 2024-09-10T18:21:40.101 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.52 MB/sec execute 154 sec latency 136901.999 ms 2024-09-10T18:21:40.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:39 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:38.816583+0000 mgr.smithi155.gxleeu (mgr.24407) 133 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:40.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:39 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:38.816583+0000 mgr.smithi155.gxleeu (mgr.24407) 133 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:41.101 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.51 MB/sec execute 155 sec latency 137902.067 ms 2024-09-10T18:21:41.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:41 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:40.817293+0000 mgr.smithi155.gxleeu (mgr.24407) 134 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:41.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:41 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:41.124829+0000 mds.foofs.smithi086.wmhkxy (mds.0) 25 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 128.815448 secs 2024-09-10T18:21:41.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:41 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:40.817293+0000 mgr.smithi155.gxleeu (mgr.24407) 134 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:41.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:41 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:41.124829+0000 mds.foofs.smithi086.wmhkxy (mds.0) 25 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 128.815448 secs 2024-09-10T18:21:42.101 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.50 MB/sec execute 156 sec latency 138902.118 ms 2024-09-10T18:21:43.101 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.49 MB/sec execute 157 sec latency 139902.213 ms 2024-09-10T18:21:44.101 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.48 MB/sec execute 158 sec latency 140902.313 ms 2024-09-10T18:21:44.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:43 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:42.817944+0000 mgr.smithi155.gxleeu (mgr.24407) 135 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:44.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:42.817944+0000 mgr.smithi155.gxleeu (mgr.24407) 135 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:45.101 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.47 MB/sec execute 159 sec latency 141902.416 ms 2024-09-10T18:21:46.101 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.46 MB/sec execute 160 sec latency 142902.549 ms 2024-09-10T18:21:46.147 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:44.818426+0000 mgr.smithi155.gxleeu (mgr.24407) 136 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:46.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:45 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:44.818426+0000 mgr.smithi155.gxleeu (mgr.24407) 136 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:47.101 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.45 MB/sec execute 161 sec latency 143902.603 ms 2024-09-10T18:21:47.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:46 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:46.124968+0000 mds.foofs.smithi086.wmhkxy (mds.0) 26 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 133.815558 secs 2024-09-10T18:21:47.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:46 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:46.124968+0000 mds.foofs.smithi086.wmhkxy (mds.0) 26 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 133.815558 secs 2024-09-10T18:21:48.102 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.44 MB/sec execute 162 sec latency 144902.648 ms 2024-09-10T18:21:48.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:47 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:46.819285+0000 mgr.smithi155.gxleeu (mgr.24407) 137 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:21:48.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:47 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:46.819285+0000 mgr.smithi155.gxleeu (mgr.24407) 137 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:21:49.102 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.43 MB/sec execute 163 sec latency 145902.762 ms 2024-09-10T18:21:49.708 INFO:teuthology.orchestra.run.smithi086.stdout:true 2024-09-10T18:21:49.958 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:49 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:48.819708+0000 mgr.smithi155.gxleeu (mgr.24407) 138 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:49.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:49 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:49.403695+0000 mon.smithi155 (mon.1) 123 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:21:49.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:49 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:49.408880+0000 mon.smithi086 (mon.0) 771 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:21:50.102 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.42 MB/sec execute 164 sec latency 146902.811 ms 2024-09-10T18:21:50.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:48.819708+0000 mgr.smithi155.gxleeu (mgr.24407) 138 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:50.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:49.403695+0000 mon.smithi155 (mon.1) 123 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:21:50.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:49.408880+0000 mon.smithi086 (mon.0) 771 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:21:50.344 INFO:teuthology.orchestra.run.smithi086.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:21:50.344 INFO:teuthology.orchestra.run.smithi086.stdout:alertmanager.smithi086 smithi086 *:9093,9094 running (9m) 2m ago 10m 19.3M - 0.20.0 0881eb8f169f 6f4c7936f6b6 2024-09-10T18:21:50.344 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi086 smithi086 running (10m) 2m ago 10m 6400k - 16.2.4 8d91d370c2b8 9f2bafa17c41 2024-09-10T18:21:50.344 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi155 smithi155 running (9m) 2m ago 9m 6413k - 16.2.4 8d91d370c2b8 be056b3d8fc4 2024-09-10T18:21:50.344 INFO:teuthology.orchestra.run.smithi086.stdout:grafana.smithi086 smithi086 *:3000 running (8m) 2m ago 10m 34.5M - 6.7.4 557c83e11646 013c9bd31cbe 2024-09-10T18:21:50.344 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi086.wmhkxy smithi086 running (5m) 2m ago 5m 38.4M - 16.2.4 8d91d370c2b8 3f5e7a0d954a 2024-09-10T18:21:50.344 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi155.ddyadp smithi155 running (5m) 2m ago 5m 12.6M - 16.2.4 8d91d370c2b8 fed2aba1e81e 2024-09-10T18:21:50.344 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi086.qqqtpz smithi086 *:9283 running (11m) 2m ago 11m 359M - 16.2.4 8d91d370c2b8 30d6ca6760d3 2024-09-10T18:21:50.344 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi155.gxleeu smithi155 *:8443,9283 running (2m) 2m ago 9m 445M - 17.2.7-1606-g5be57395 4c55dd409611 a4c5ea2816e7 2024-09-10T18:21:50.344 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi086 smithi086 running (11m) 2m ago 11m 50.4M 2048M 16.2.4 8d91d370c2b8 51db5ba0401d 2024-09-10T18:21:50.344 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi155 smithi155 running (9m) 2m ago 9m 43.0M 2048M 16.2.4 8d91d370c2b8 45a737cfbcde 2024-09-10T18:21:50.344 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.0.0.smithi086.nvloft smithi086 *:2049 running (2m) 2m ago 2m 49.8M - 3.5 8d91d370c2b8 ac635a8973ea 2024-09-10T18:21:50.345 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.1.0.smithi155.xwyoxo smithi155 *:2049 running (2m) 2m ago 2m 49.5M - 3.5 8d91d370c2b8 5d4993e7f1ca 2024-09-10T18:21:50.345 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi086 smithi086 *:9100 running (10m) 2m ago 10m 17.2M - 0.18.1 e5a616e4b9cf ebcaa2fe985c 2024-09-10T18:21:50.345 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi155 smithi155 *:9100 running (9m) 2m ago 9m 17.2M - 0.18.1 e5a616e4b9cf 1811325b1f2a 2024-09-10T18:21:50.345 INFO:teuthology.orchestra.run.smithi086.stdout:osd.0 smithi086 running (9m) 2m ago 9m 406M 4096M 16.2.4 8d91d370c2b8 9ec5215242da 2024-09-10T18:21:50.345 INFO:teuthology.orchestra.run.smithi086.stdout:osd.1 smithi086 running (8m) 2m ago 8m 313M 4096M 16.2.4 8d91d370c2b8 6f4c220ee750 2024-09-10T18:21:50.345 INFO:teuthology.orchestra.run.smithi086.stdout:osd.2 smithi086 running (8m) 2m ago 8m 251M 4096M 16.2.4 8d91d370c2b8 fc881ce40288 2024-09-10T18:21:50.345 INFO:teuthology.orchestra.run.smithi086.stdout:osd.3 smithi086 running (7m) 2m ago 7m 382M 4096M 16.2.4 8d91d370c2b8 62f9298fc37a 2024-09-10T18:21:50.345 INFO:teuthology.orchestra.run.smithi086.stdout:osd.4 smithi155 running (7m) 2m ago 7m 391M 4096M 16.2.4 8d91d370c2b8 7068d2f6f340 2024-09-10T18:21:50.345 INFO:teuthology.orchestra.run.smithi086.stdout:osd.5 smithi155 running (7m) 2m ago 7m 419M 4096M 16.2.4 8d91d370c2b8 4278b8fdd427 2024-09-10T18:21:50.345 INFO:teuthology.orchestra.run.smithi086.stdout:osd.6 smithi155 running (7m) 2m ago 7m 353M 4096M 16.2.4 8d91d370c2b8 b1120f71f9ec 2024-09-10T18:21:50.345 INFO:teuthology.orchestra.run.smithi086.stdout:osd.7 smithi155 running (6m) 2m ago 6m 494M 4096M 16.2.4 8d91d370c2b8 63785fceaf50 2024-09-10T18:21:50.345 INFO:teuthology.orchestra.run.smithi086.stdout:prometheus.smithi086 smithi086 *:9095 running (8m) 2m ago 9m 44.4M - 2.18.1 de242295e225 b0d895b622f6 2024-09-10T18:21:50.716 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:21:50.716 INFO:teuthology.orchestra.run.smithi086.stdout: "mon": { 2024-09-10T18:21:50.716 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:21:50.716 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:21:50.716 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr": { 2024-09-10T18:21:50.716 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-10T18:21:50.716 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T18:21:50.716 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:21:50.717 INFO:teuthology.orchestra.run.smithi086.stdout: "osd": { 2024-09-10T18:21:50.717 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-10T18:21:50.717 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:21:50.717 INFO:teuthology.orchestra.run.smithi086.stdout: "mds": { 2024-09-10T18:21:50.717 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:21:50.717 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:21:50.717 INFO:teuthology.orchestra.run.smithi086.stdout: "overall": { 2024-09-10T18:21:50.717 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2024-09-10T18:21:50.717 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T18:21:50.717 INFO:teuthology.orchestra.run.smithi086.stdout: } 2024-09-10T18:21:50.717 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:21:51.037 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:21:51.037 INFO:teuthology.orchestra.run.smithi086.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T18:21:51.037 INFO:teuthology.orchestra.run.smithi086.stdout: "in_progress": true, 2024-09-10T18:21:51.037 INFO:teuthology.orchestra.run.smithi086.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T18:21:51.037 INFO:teuthology.orchestra.run.smithi086.stdout: "services_complete": [], 2024-09-10T18:21:51.037 INFO:teuthology.orchestra.run.smithi086.stdout: "progress": "1/23 daemons upgraded", 2024-09-10T18:21:51.037 INFO:teuthology.orchestra.run.smithi086.stdout: "message": "Currently upgrading mgr daemons", 2024-09-10T18:21:51.038 INFO:teuthology.orchestra.run.smithi086.stdout: "is_paused": false 2024-09-10T18:21:51.038 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:21:51.038 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:21:49.401437+0000 mgr.smithi155.gxleeu (mgr.24407) 139 : cephadm [ERR] cephadm exited with an error code: 1, stderr: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:21:51.038 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:21:51.039 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:21:51.039 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:21:51.039 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Traceback (most recent call last): 2024-09-10T18:21:51.039 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:21:51.039 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: main() 2024-09-10T18:21:51.039 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:21:51.039 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: r = ctx.func(ctx) 2024-09-10T18:21:51.039 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:21:51.039 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: return func(ctx) 2024-09-10T18:21:51.039 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:21:51.039 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:21:51.039 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:21:51.039 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:21:51.039 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:21:51.040 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:21:51.040 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:21:51.040 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:21:51.040 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Traceback (most recent call last): 2024-09-10T18:21:51.040 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:21:51.040 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:21:51.040 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:21:51.040 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: return self.wait_async( 2024-09-10T18:21:51.040 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:21:51.040 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:21:51.040 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:21:51.040 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: return future.result(timeout) 2024-09-10T18:21:51.041 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:21:51.041 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: return self.__get_result() 2024-09-10T18:21:51.041 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:21:51.041 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: raise self._exception 2024-09-10T18:21:51.041 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:21:51.041 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: out, err, code = await self._run_cephadm( 2024-09-10T18:21:51.041 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:21:51.041 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: raise OrchestratorError( 2024-09-10T18:21:51.041 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:21:51.041 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:21:51.041 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:21:51.041 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:21:51.041 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Traceback (most recent call last): 2024-09-10T18:21:51.041 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:21:51.042 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: main() 2024-09-10T18:21:51.042 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:21:51.042 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: r = ctx.func(ctx) 2024-09-10T18:21:51.042 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:21:51.042 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: return func(ctx) 2024-09-10T18:21:51.042 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:21:51.042 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:21:51.042 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:21:51.042 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:21:51.042 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:21:51.042 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:21:51.042 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:21:51.042 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:21:51.043 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:21:49.410504+0000 mgr.smithi155.gxleeu (mgr.24407) 140 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi155.gxleeu) 2024-09-10T18:21:51.043 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:21:49.410989+0000 mgr.smithi155.gxleeu (mgr.24407) 141 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi155.gxleeu) 2024-09-10T18:21:51.043 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:49.693545+0000 mgr.smithi155.gxleeu (mgr.24407) 142 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:21:51.043 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:50.014119+0000 mgr.smithi155.gxleeu (mgr.24407) 143 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:21:51.043 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:50.027893+0000 mon.smithi155 (mon.1) 124 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:21:51.043 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:50.714595+0000 mon.smithi086 (mon.0) 772 : audit [DBG] from='client.? 172.21.15.86:0/2279135208' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:21:51.043 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:50.864999+0000 mon.smithi086 (mon.0) 773 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:21:51.043 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:50.866930+0000 mon.smithi155 (mon.1) 125 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi086.qqqtpz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:21:51.043 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:50.867185+0000 mon.smithi086 (mon.0) 774 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi086.qqqtpz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:21:51.043 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:50.868127+0000 mon.smithi155 (mon.1) 126 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:21:51.043 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:50.869020+0000 mon.smithi155 (mon.1) 127 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:21:51.101 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.42 MB/sec execute 165 sec latency 147902.852 ms 2024-09-10T18:21:51.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:21:49.401437+0000 mgr.smithi155.gxleeu (mgr.24407) 139 : cephadm [ERR] cephadm exited with an error code: 1, stderr: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:21:51.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:21:51.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:21:51.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:21:51.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: Traceback (most recent call last): 2024-09-10T18:21:51.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:21:51.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: main() 2024-09-10T18:21:51.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:21:51.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: r = ctx.func(ctx) 2024-09-10T18:21:51.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:21:51.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: return func(ctx) 2024-09-10T18:21:51.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:21:51.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:21:51.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:21:51.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:21:51.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:21:51.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:21:51.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:21:51.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:21:51.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: Traceback (most recent call last): 2024-09-10T18:21:51.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:21:51.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:21:51.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:21:51.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: return self.wait_async( 2024-09-10T18:21:51.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:21:51.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:21:51.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:21:51.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: return future.result(timeout) 2024-09-10T18:21:51.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:21:51.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: return self.__get_result() 2024-09-10T18:21:51.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:21:51.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: raise self._exception 2024-09-10T18:21:51.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:21:51.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: out, err, code = await self._run_cephadm( 2024-09-10T18:21:51.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:21:51.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: raise OrchestratorError( 2024-09-10T18:21:51.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:21:51.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:21:51.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:21:51.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:21:51.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: Traceback (most recent call last): 2024-09-10T18:21:51.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:21:51.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: main() 2024-09-10T18:21:51.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:21:51.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: r = ctx.func(ctx) 2024-09-10T18:21:51.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:21:51.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: return func(ctx) 2024-09-10T18:21:51.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:21:51.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:21:51.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:21:51.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:21:51.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:21:51.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:21:51.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:21:51.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:21:51.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:21:49.410504+0000 mgr.smithi155.gxleeu (mgr.24407) 140 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi155.gxleeu) 2024-09-10T18:21:51.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:21:49.410989+0000 mgr.smithi155.gxleeu (mgr.24407) 141 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi155.gxleeu) 2024-09-10T18:21:51.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:49.693545+0000 mgr.smithi155.gxleeu (mgr.24407) 142 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:21:51.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:50.014119+0000 mgr.smithi155.gxleeu (mgr.24407) 143 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:21:51.158 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:50.027893+0000 mon.smithi155 (mon.1) 124 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:21:51.158 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:50.714595+0000 mon.smithi086 (mon.0) 772 : audit [DBG] from='client.? 172.21.15.86:0/2279135208' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:21:51.158 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:50.864999+0000 mon.smithi086 (mon.0) 773 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:21:51.158 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:50.866930+0000 mon.smithi155 (mon.1) 125 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi086.qqqtpz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:21:51.158 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:50.867185+0000 mon.smithi086 (mon.0) 774 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi086.qqqtpz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:21:51.158 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:50.868127+0000 mon.smithi155 (mon.1) 126 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:21:51.158 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:50.869020+0000 mon.smithi155 (mon.1) 127 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:21:52.102 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.41 MB/sec execute 166 sec latency 148902.883 ms 2024-09-10T18:21:52.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:51 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:50.332877+0000 mgr.smithi155.gxleeu (mgr.24407) 144 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:21:52.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:51 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:50.820302+0000 mgr.smithi155.gxleeu (mgr.24407) 145 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:52.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:51 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:21:50.860543+0000 mgr.smithi155.gxleeu (mgr.24407) 146 : cephadm [INF] Upgrade: Updating mgr.smithi086.qqqtpz 2024-09-10T18:21:52.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:51 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:21:50.869861+0000 mgr.smithi155.gxleeu (mgr.24407) 147 : cephadm [INF] Deploying daemon mgr.smithi086.qqqtpz on smithi086 2024-09-10T18:21:52.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:51 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:51.125002+0000 mds.foofs.smithi086.wmhkxy (mds.0) 27 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 138.815623 secs 2024-09-10T18:21:52.261 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:51 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:50.332877+0000 mgr.smithi155.gxleeu (mgr.24407) 144 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:21:52.261 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:51 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:50.820302+0000 mgr.smithi155.gxleeu (mgr.24407) 145 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:52.261 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:51 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:21:50.860543+0000 mgr.smithi155.gxleeu (mgr.24407) 146 : cephadm [INF] Upgrade: Updating mgr.smithi086.qqqtpz 2024-09-10T18:21:52.261 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:51 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:21:50.869861+0000 mgr.smithi155.gxleeu (mgr.24407) 147 : cephadm [INF] Deploying daemon mgr.smithi086.qqqtpz on smithi086 2024-09-10T18:21:52.261 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:51 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:51.125002+0000 mds.foofs.smithi086.wmhkxy (mds.0) 27 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 138.815623 secs 2024-09-10T18:21:52.966 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:52 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:51.034916+0000 mgr.smithi155.gxleeu (mgr.24407) 148 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:21:53.102 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.40 MB/sec execute 167 sec latency 149902.915 ms 2024-09-10T18:21:53.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:52 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:51.034916+0000 mgr.smithi155.gxleeu (mgr.24407) 148 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:21:54.102 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.39 MB/sec execute 168 sec latency 150902.959 ms 2024-09-10T18:21:54.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:53 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:52.820746+0000 mgr.smithi155.gxleeu (mgr.24407) 149 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:54.219 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:53 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:52.820746+0000 mgr.smithi155.gxleeu (mgr.24407) 149 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:55.102 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.38 MB/sec execute 169 sec latency 151902.998 ms 2024-09-10T18:21:55.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:55 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:54.392594+0000 mon.smithi086 (mon.0) 775 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:21:55.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:55 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:54.399236+0000 mon.smithi086 (mon.0) 776 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:21:55.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:55 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:54.400972+0000 mon.smithi155 (mon.1) 128 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:21:55.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:55 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:54.689528+0000 mon.smithi086 (mon.0) 777 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:21:55.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:55 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:54.692786+0000 mon.smithi086 (mon.0) 778 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:21:55.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:55 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:54.698030+0000 mon.smithi086 (mon.0) 779 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:21:55.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:55 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:54.701392+0000 mon.smithi086 (mon.0) 780 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:21:55.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:55 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:54.821106+0000 mgr.smithi155.gxleeu (mgr.24407) 150 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:55.657 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:54.392594+0000 mon.smithi086 (mon.0) 775 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:21:55.657 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:54.399236+0000 mon.smithi086 (mon.0) 776 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:21:55.657 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:54.400972+0000 mon.smithi155 (mon.1) 128 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:21:55.657 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:54.689528+0000 mon.smithi086 (mon.0) 777 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:21:55.657 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:54.692786+0000 mon.smithi086 (mon.0) 778 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:21:55.657 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:54.698030+0000 mon.smithi086 (mon.0) 779 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:21:55.657 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:54.701392+0000 mon.smithi086 (mon.0) 780 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:21:55.657 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:54.821106+0000 mgr.smithi155.gxleeu (mgr.24407) 150 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:56.102 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.37 MB/sec execute 170 sec latency 152903.027 ms 2024-09-10T18:21:56.991 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:56 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:56.125069+0000 mds.foofs.smithi086.wmhkxy (mds.0) 28 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 143.815689 secs 2024-09-10T18:21:57.083 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:56 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:56.125069+0000 mds.foofs.smithi086.wmhkxy (mds.0) 28 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 143.815689 secs 2024-09-10T18:21:57.102 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.37 MB/sec execute 171 sec latency 153903.060 ms 2024-09-10T18:21:57.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:57 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:56.821679+0000 mgr.smithi155.gxleeu (mgr.24407) 151 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:21:58.102 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.36 MB/sec execute 172 sec latency 154903.089 ms 2024-09-10T18:21:58.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:57 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:56.821679+0000 mgr.smithi155.gxleeu (mgr.24407) 151 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:21:59.102 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.35 MB/sec execute 173 sec latency 155903.119 ms 2024-09-10T18:21:59.876 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:58.822136+0000 mgr.smithi155.gxleeu (mgr.24407) 152 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:21:59.877 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:58.844069+0000 mon.smithi086 (mon.0) 781 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:21:59.877 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:58.849961+0000 mon.smithi086 (mon.0) 782 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:21:59.877 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:58.920880+0000 mon.smithi086 (mon.0) 783 : cluster [DBG] Standby manager daemon smithi086.qqqtpz restarted 2024-09-10T18:21:59.877 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:58.920983+0000 mon.smithi086 (mon.0) 784 : cluster [DBG] Standby manager daemon smithi086.qqqtpz started 2024-09-10T18:21:59.877 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:58.922816+0000 mon.smithi086 (mon.0) 785 : audit [DBG] from='mgr.? 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi086.qqqtpz/crt"}]: dispatch 2024-09-10T18:21:59.877 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:58.923220+0000 mon.smithi086 (mon.0) 786 : audit [DBG] from='mgr.? 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:21:59.877 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:58.924777+0000 mon.smithi086 (mon.0) 787 : audit [DBG] from='mgr.? 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi086.qqqtpz/key"}]: dispatch 2024-09-10T18:21:59.877 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:21:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:21:58.925727+0000 mon.smithi086 (mon.0) 788 : audit [DBG] from='mgr.? 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:22:00.102 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.34 MB/sec execute 174 sec latency 156903.143 ms 2024-09-10T18:22:00.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:59 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:58.822136+0000 mgr.smithi155.gxleeu (mgr.24407) 152 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:00.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:59 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:58.844069+0000 mon.smithi086 (mon.0) 781 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:22:00.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:59 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:58.849961+0000 mon.smithi086 (mon.0) 782 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:22:00.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:59 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:58.920880+0000 mon.smithi086 (mon.0) 783 : cluster [DBG] Standby manager daemon smithi086.qqqtpz restarted 2024-09-10T18:22:00.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:59 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:58.920983+0000 mon.smithi086 (mon.0) 784 : cluster [DBG] Standby manager daemon smithi086.qqqtpz started 2024-09-10T18:22:00.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:59 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:58.922816+0000 mon.smithi086 (mon.0) 785 : audit [DBG] from='mgr.? 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi086.qqqtpz/crt"}]: dispatch 2024-09-10T18:22:00.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:59 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:58.923220+0000 mon.smithi086 (mon.0) 786 : audit [DBG] from='mgr.? 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:22:00.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:59 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:58.924777+0000 mon.smithi086 (mon.0) 787 : audit [DBG] from='mgr.? 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi086.qqqtpz/key"}]: dispatch 2024-09-10T18:22:00.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:21:59 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:21:58.925727+0000 mon.smithi086 (mon.0) 788 : audit [DBG] from='mgr.? 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:22:01.102 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.33 MB/sec execute 175 sec latency 157903.220 ms 2024-09-10T18:22:01.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:21:59.883987+0000 mon.smithi086 (mon.0) 789 : cluster [DBG] mgrmap e34: smithi155.gxleeu(active, since 2m), standbys: smithi086.qqqtpz 2024-09-10T18:22:01.208 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:21:59.883987+0000 mon.smithi086 (mon.0) 789 : cluster [DBG] mgrmap e34: smithi155.gxleeu(active, since 2m), standbys: smithi086.qqqtpz 2024-09-10T18:22:02.102 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.33 MB/sec execute 176 sec latency 158903.258 ms 2024-09-10T18:22:02.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:01 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:00.822763+0000 mgr.smithi155.gxleeu (mgr.24407) 153 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:02.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:01 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:01.125148+0000 mds.foofs.smithi086.wmhkxy (mds.0) 29 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 148.815784 secs 2024-09-10T18:22:02.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:01 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:22:01.529690+0000 mon.smithi086 (mon.0) 790 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:22:02.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:01 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:22:01.537689+0000 mon.smithi086 (mon.0) 791 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:22:02.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:01 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:00.822763+0000 mgr.smithi155.gxleeu (mgr.24407) 153 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:02.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:01 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:01.125148+0000 mds.foofs.smithi086.wmhkxy (mds.0) 29 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 148.815784 secs 2024-09-10T18:22:02.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:01 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:22:01.529690+0000 mon.smithi086 (mon.0) 790 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:22:02.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:01 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:22:01.537689+0000 mon.smithi086 (mon.0) 791 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:22:03.102 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.32 MB/sec execute 177 sec latency 159903.298 ms 2024-09-10T18:22:03.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:03 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:22:02.136495+0000 mon.smithi086 (mon.0) 792 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:22:03.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:03 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:22:02.142762+0000 mon.smithi086 (mon.0) 793 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:22:03.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:03 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:02.823229+0000 mgr.smithi155.gxleeu (mgr.24407) 154 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:03.538 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:03 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:22:02.136495+0000 mon.smithi086 (mon.0) 792 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:22:03.538 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:03 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:22:02.142762+0000 mon.smithi086 (mon.0) 793 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:22:03.539 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:03 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:02.823229+0000 mgr.smithi155.gxleeu (mgr.24407) 154 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:04.102 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.31 MB/sec execute 178 sec latency 160903.322 ms 2024-09-10T18:22:05.102 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.30 MB/sec execute 179 sec latency 161903.405 ms 2024-09-10T18:22:06.102 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.30 MB/sec execute 180 sec latency 162903.461 ms 2024-09-10T18:22:06.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:04.823684+0000 mgr.smithi155.gxleeu (mgr.24407) 155 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:06.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:22:05.031589+0000 mon.smithi155 (mon.1) 129 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:22:06.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:04.823684+0000 mgr.smithi155.gxleeu (mgr.24407) 155 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:06.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:22:05.031589+0000 mon.smithi155 (mon.1) 129 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:22:07.102 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.29 MB/sec execute 181 sec latency 163903.563 ms 2024-09-10T18:22:07.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:06.125270+0000 mds.foofs.smithi086.wmhkxy (mds.0) 30 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 153.815902 secs 2024-09-10T18:22:07.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:06.125270+0000 mds.foofs.smithi086.wmhkxy (mds.0) 30 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 153.815902 secs 2024-09-10T18:22:08.102 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.28 MB/sec execute 182 sec latency 164903.620 ms 2024-09-10T18:22:08.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:06.824576+0000 mgr.smithi155.gxleeu (mgr.24407) 156 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:22:08.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:07 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:06.824576+0000 mgr.smithi155.gxleeu (mgr.24407) 156 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:22:09.103 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.28 MB/sec execute 183 sec latency 165903.717 ms 2024-09-10T18:22:10.103 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.27 MB/sec execute 184 sec latency 166903.814 ms 2024-09-10T18:22:10.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:08.825108+0000 mgr.smithi155.gxleeu (mgr.24407) 157 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:10.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:08.825108+0000 mgr.smithi155.gxleeu (mgr.24407) 157 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:11.103 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.26 MB/sec execute 185 sec latency 167903.935 ms 2024-09-10T18:22:11.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:11 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:10.825850+0000 mgr.smithi155.gxleeu (mgr.24407) 158 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:11.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:11 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:11.125402+0000 mds.foofs.smithi086.wmhkxy (mds.0) 31 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 158.816020 secs 2024-09-10T18:22:11.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:10.825850+0000 mgr.smithi155.gxleeu (mgr.24407) 158 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:11.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:11.125402+0000 mds.foofs.smithi086.wmhkxy (mds.0) 31 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 158.816020 secs 2024-09-10T18:22:12.103 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.26 MB/sec execute 186 sec latency 168904.027 ms 2024-09-10T18:22:13.103 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.25 MB/sec execute 187 sec latency 169904.074 ms 2024-09-10T18:22:14.103 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.24 MB/sec execute 188 sec latency 170904.166 ms 2024-09-10T18:22:14.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:13 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:12.826374+0000 mgr.smithi155.gxleeu (mgr.24407) 159 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:14.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:13 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:12.826374+0000 mgr.smithi155.gxleeu (mgr.24407) 159 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:15.103 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.24 MB/sec execute 189 sec latency 171904.252 ms 2024-09-10T18:22:16.103 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.23 MB/sec execute 190 sec latency 172904.330 ms 2024-09-10T18:22:16.147 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:14.826977+0000 mgr.smithi155.gxleeu (mgr.24407) 160 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:16.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:14.826977+0000 mgr.smithi155.gxleeu (mgr.24407) 160 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:17.103 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.22 MB/sec execute 191 sec latency 173904.429 ms 2024-09-10T18:22:17.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:16.125535+0000 mds.foofs.smithi086.wmhkxy (mds.0) 32 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 163.816152 secs 2024-09-10T18:22:17.163 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:16.125535+0000 mds.foofs.smithi086.wmhkxy (mds.0) 32 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 163.816152 secs 2024-09-10T18:22:18.103 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.22 MB/sec execute 192 sec latency 174904.471 ms 2024-09-10T18:22:18.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:16.827696+0000 mgr.smithi155.gxleeu (mgr.24407) 161 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:22:18.329 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:17 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:16.827696+0000 mgr.smithi155.gxleeu (mgr.24407) 161 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:22:19.103 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.21 MB/sec execute 193 sec latency 175904.515 ms 2024-09-10T18:22:20.103 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.20 MB/sec execute 194 sec latency 176904.554 ms 2024-09-10T18:22:20.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:18.828162+0000 mgr.smithi155.gxleeu (mgr.24407) 162 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:20.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:19 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:18.828162+0000 mgr.smithi155.gxleeu (mgr.24407) 162 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:21.103 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.20 MB/sec execute 195 sec latency 177904.625 ms 2024-09-10T18:22:21.297 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:20 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:22:20.032095+0000 mon.smithi155 (mon.1) 130 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:22:21.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:20 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:22:20.032095+0000 mon.smithi155 (mon.1) 130 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:22:21.378 INFO:teuthology.orchestra.run.smithi086.stdout:true 2024-09-10T18:22:21.990 INFO:teuthology.orchestra.run.smithi086.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:22:21.990 INFO:teuthology.orchestra.run.smithi086.stdout:alertmanager.smithi086 smithi086 *:9093,9094 running (9m) 20s ago 11m 19.3M - 0.20.0 0881eb8f169f 6f4c7936f6b6 2024-09-10T18:22:21.990 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi086 smithi086 running (11m) 20s ago 11m 6400k - 16.2.4 8d91d370c2b8 9f2bafa17c41 2024-09-10T18:22:21.990 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi155 smithi155 running (10m) 23s ago 10m 6413k - 16.2.4 8d91d370c2b8 be056b3d8fc4 2024-09-10T18:22:21.991 INFO:teuthology.orchestra.run.smithi086.stdout:grafana.smithi086 smithi086 *:3000 running (9m) 20s ago 10m 35.0M - 6.7.4 557c83e11646 013c9bd31cbe 2024-09-10T18:22:21.991 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi086.wmhkxy smithi086 running (5m) 20s ago 5m 38.3M - 16.2.4 8d91d370c2b8 3f5e7a0d954a 2024-09-10T18:22:21.991 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi155.ddyadp smithi155 running (5m) 23s ago 5m 13.2M - 16.2.4 8d91d370c2b8 fed2aba1e81e 2024-09-10T18:22:21.991 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi086.qqqtpz smithi086 *:8443,9283 running (28s) 20s ago 12m 80.6M - 17.2.7-1606-g5be57395 4c55dd409611 40e989a592fb 2024-09-10T18:22:21.991 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi155.gxleeu smithi155 *:8443,9283 running (3m) 23s ago 10m 453M - 17.2.7-1606-g5be57395 4c55dd409611 a4c5ea2816e7 2024-09-10T18:22:21.991 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi086 smithi086 running (12m) 20s ago 12m 51.1M 2048M 16.2.4 8d91d370c2b8 51db5ba0401d 2024-09-10T18:22:21.991 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi155 smithi155 running (10m) 23s ago 10m 43.4M 2048M 16.2.4 8d91d370c2b8 45a737cfbcde 2024-09-10T18:22:21.991 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.0.0.smithi086.nvloft smithi086 *:2049 running (2m) 20s ago 2m 78.1M - 3.5 8d91d370c2b8 ac635a8973ea 2024-09-10T18:22:21.991 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.1.0.smithi155.xwyoxo smithi155 *:2049 running (2m) 23s ago 2m 77.7M - 3.5 8d91d370c2b8 5d4993e7f1ca 2024-09-10T18:22:21.991 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi086 smithi086 *:9100 running (10m) 20s ago 10m 17.2M - 0.18.1 e5a616e4b9cf ebcaa2fe985c 2024-09-10T18:22:21.991 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi155 smithi155 *:9100 running (9m) 23s ago 9m 17.2M - 0.18.1 e5a616e4b9cf 1811325b1f2a 2024-09-10T18:22:21.991 INFO:teuthology.orchestra.run.smithi086.stdout:osd.0 smithi086 running (9m) 20s ago 9m 406M 4096M 16.2.4 8d91d370c2b8 9ec5215242da 2024-09-10T18:22:21.991 INFO:teuthology.orchestra.run.smithi086.stdout:osd.1 smithi086 running (9m) 20s ago 9m 313M 4096M 16.2.4 8d91d370c2b8 6f4c220ee750 2024-09-10T18:22:21.991 INFO:teuthology.orchestra.run.smithi086.stdout:osd.2 smithi086 running (8m) 20s ago 8m 251M 4096M 16.2.4 8d91d370c2b8 fc881ce40288 2024-09-10T18:22:21.992 INFO:teuthology.orchestra.run.smithi086.stdout:osd.3 smithi086 running (8m) 20s ago 8m 382M 4096M 16.2.4 8d91d370c2b8 62f9298fc37a 2024-09-10T18:22:21.992 INFO:teuthology.orchestra.run.smithi086.stdout:osd.4 smithi155 running (8m) 23s ago 8m 391M 4096M 16.2.4 8d91d370c2b8 7068d2f6f340 2024-09-10T18:22:21.992 INFO:teuthology.orchestra.run.smithi086.stdout:osd.5 smithi155 running (7m) 23s ago 7m 419M 4096M 16.2.4 8d91d370c2b8 4278b8fdd427 2024-09-10T18:22:21.992 INFO:teuthology.orchestra.run.smithi086.stdout:osd.6 smithi155 running (7m) 23s ago 7m 353M 4096M 16.2.4 8d91d370c2b8 b1120f71f9ec 2024-09-10T18:22:21.992 INFO:teuthology.orchestra.run.smithi086.stdout:osd.7 smithi155 running (7m) 23s ago 7m 494M 4096M 16.2.4 8d91d370c2b8 63785fceaf50 2024-09-10T18:22:21.992 INFO:teuthology.orchestra.run.smithi086.stdout:prometheus.smithi086 smithi086 *:9095 error 20s ago 10m 44.4M - 2.18.1 de242295e225 b0d895b622f6 2024-09-10T18:22:22.103 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.19 MB/sec execute 196 sec latency 178904.679 ms 2024-09-10T18:22:22.237 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:20.828829+0000 mgr.smithi155.gxleeu (mgr.24407) 163 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:22.237 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:21.125580+0000 mds.foofs.smithi086.wmhkxy (mds.0) 33 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 168.816211 secs 2024-09-10T18:22:22.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:21 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:20.828829+0000 mgr.smithi155.gxleeu (mgr.24407) 163 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:22.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:21 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:21.125580+0000 mds.foofs.smithi086.wmhkxy (mds.0) 33 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 168.816211 secs 2024-09-10T18:22:22.357 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:22:22.357 INFO:teuthology.orchestra.run.smithi086.stdout: "mon": { 2024-09-10T18:22:22.357 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:22:22.357 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:22:22.357 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr": { 2024-09-10T18:22:22.357 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:22:22.357 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:22:22.357 INFO:teuthology.orchestra.run.smithi086.stdout: "osd": { 2024-09-10T18:22:22.357 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-10T18:22:22.357 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:22:22.357 INFO:teuthology.orchestra.run.smithi086.stdout: "mds": { 2024-09-10T18:22:22.358 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:22:22.358 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:22:22.358 INFO:teuthology.orchestra.run.smithi086.stdout: "overall": { 2024-09-10T18:22:22.358 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 12, 2024-09-10T18:22:22.358 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:22:22.358 INFO:teuthology.orchestra.run.smithi086.stdout: } 2024-09-10T18:22:22.358 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:22:22.663 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:22:22.663 INFO:teuthology.orchestra.run.smithi086.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T18:22:22.664 INFO:teuthology.orchestra.run.smithi086.stdout: "in_progress": true, 2024-09-10T18:22:22.664 INFO:teuthology.orchestra.run.smithi086.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T18:22:22.664 INFO:teuthology.orchestra.run.smithi086.stdout: "services_complete": [ 2024-09-10T18:22:22.664 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr" 2024-09-10T18:22:22.664 INFO:teuthology.orchestra.run.smithi086.stdout: ], 2024-09-10T18:22:22.664 INFO:teuthology.orchestra.run.smithi086.stdout: "progress": "2/23 daemons upgraded", 2024-09-10T18:22:22.664 INFO:teuthology.orchestra.run.smithi086.stdout: "message": "Currently upgrading mgr daemons", 2024-09-10T18:22:22.664 INFO:teuthology.orchestra.run.smithi086.stdout: "is_paused": false 2024-09-10T18:22:22.664 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:22:23.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:22 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:22:21.362949+0000 mgr.smithi155.gxleeu (mgr.24407) 164 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:22:23.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:22 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:22:21.671789+0000 mgr.smithi155.gxleeu (mgr.24407) 165 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:22:23.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:22 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:22:21.973254+0000 mgr.smithi155.gxleeu (mgr.24407) 166 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:22:23.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:22 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:22:22.355499+0000 mon.smithi086 (mon.0) 794 : audit [DBG] from='client.? 172.21.15.86:0/3368363770' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:22:23.103 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.19 MB/sec execute 197 sec latency 179904.742 ms 2024-09-10T18:22:23.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:22 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:22:21.362949+0000 mgr.smithi155.gxleeu (mgr.24407) 164 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:22:23.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:22 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:22:21.671789+0000 mgr.smithi155.gxleeu (mgr.24407) 165 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:22:23.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:22 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:22:21.973254+0000 mgr.smithi155.gxleeu (mgr.24407) 166 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:22:23.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:22 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:22:22.355499+0000 mon.smithi086 (mon.0) 794 : audit [DBG] from='client.? 172.21.15.86:0/3368363770' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:22:24.104 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.18 MB/sec execute 198 sec latency 180904.845 ms 2024-09-10T18:22:24.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:23 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:22:22.661933+0000 mgr.smithi155.gxleeu (mgr.24407) 167 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:22:24.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:23 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:22.829234+0000 mgr.smithi155.gxleeu (mgr.24407) 168 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:24.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:23 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:22:22.661933+0000 mgr.smithi155.gxleeu (mgr.24407) 167 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:22:24.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:23 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:22.829234+0000 mgr.smithi155.gxleeu (mgr.24407) 168 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:25.104 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.17 MB/sec execute 199 sec latency 181904.951 ms 2024-09-10T18:22:26.104 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.17 MB/sec execute 200 sec latency 182905.036 ms 2024-09-10T18:22:26.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:24.829617+0000 mgr.smithi155.gxleeu (mgr.24407) 169 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:26.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:24.829617+0000 mgr.smithi155.gxleeu (mgr.24407) 169 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:27.104 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.16 MB/sec execute 201 sec latency 183905.085 ms 2024-09-10T18:22:27.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:26.125689+0000 mds.foofs.smithi086.wmhkxy (mds.0) 34 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 173.816320 secs 2024-09-10T18:22:27.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:26.125689+0000 mds.foofs.smithi086.wmhkxy (mds.0) 34 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 173.816320 secs 2024-09-10T18:22:28.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:27 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:26.830457+0000 mgr.smithi155.gxleeu (mgr.24407) 170 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:22:28.104 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.16 MB/sec execute 202 sec latency 184905.172 ms 2024-09-10T18:22:28.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:26.830457+0000 mgr.smithi155.gxleeu (mgr.24407) 170 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:22:29.104 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.15 MB/sec execute 203 sec latency 185905.297 ms 2024-09-10T18:22:30.104 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.15 MB/sec execute 204 sec latency 186905.394 ms 2024-09-10T18:22:30.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:28.830873+0000 mgr.smithi155.gxleeu (mgr.24407) 171 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:30.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:28.830873+0000 mgr.smithi155.gxleeu (mgr.24407) 171 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:31.104 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.14 MB/sec execute 205 sec latency 187905.480 ms 2024-09-10T18:22:31.746 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:30.831648+0000 mgr.smithi155.gxleeu (mgr.24407) 172 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:31.746 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:31.125824+0000 mds.foofs.smithi086.wmhkxy (mds.0) 35 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 178.816427 secs 2024-09-10T18:22:31.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:31 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:30.831648+0000 mgr.smithi155.gxleeu (mgr.24407) 172 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:31.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:31 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:31.125824+0000 mds.foofs.smithi086.wmhkxy (mds.0) 35 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 178.816427 secs 2024-09-10T18:22:32.104 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.13 MB/sec execute 206 sec latency 188905.584 ms 2024-09-10T18:22:33.105 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.13 MB/sec execute 207 sec latency 189905.667 ms 2024-09-10T18:22:34.105 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.12 MB/sec execute 208 sec latency 190905.772 ms 2024-09-10T18:22:34.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:32.832117+0000 mgr.smithi155.gxleeu (mgr.24407) 173 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:34.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:32.832117+0000 mgr.smithi155.gxleeu (mgr.24407) 173 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:35.105 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.12 MB/sec execute 209 sec latency 191905.861 ms 2024-09-10T18:22:36.105 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.11 MB/sec execute 210 sec latency 192905.909 ms 2024-09-10T18:22:36.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:34.832580+0000 mgr.smithi155.gxleeu (mgr.24407) 174 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:36.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:22:35.032527+0000 mon.smithi155 (mon.1) 131 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:22:36.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:34.832580+0000 mgr.smithi155.gxleeu (mgr.24407) 174 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:36.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:22:35.032527+0000 mon.smithi155 (mon.1) 131 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:22:37.105 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.11 MB/sec execute 211 sec latency 193906.000 ms 2024-09-10T18:22:37.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:36.125914+0000 mds.foofs.smithi086.wmhkxy (mds.0) 36 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 183.816543 secs 2024-09-10T18:22:37.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:36.125914+0000 mds.foofs.smithi086.wmhkxy (mds.0) 36 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 183.816543 secs 2024-09-10T18:22:38.105 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.10 MB/sec execute 212 sec latency 194906.101 ms 2024-09-10T18:22:38.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:36.833509+0000 mgr.smithi155.gxleeu (mgr.24407) 175 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:22:38.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:36.833509+0000 mgr.smithi155.gxleeu (mgr.24407) 175 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:22:39.105 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.10 MB/sec execute 213 sec latency 195906.207 ms 2024-09-10T18:22:40.105 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.09 MB/sec execute 214 sec latency 196906.303 ms 2024-09-10T18:22:40.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:39 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:38.833962+0000 mgr.smithi155.gxleeu (mgr.24407) 176 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:40.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:39 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:38.833962+0000 mgr.smithi155.gxleeu (mgr.24407) 176 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:41.105 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.09 MB/sec execute 215 sec latency 197906.427 ms 2024-09-10T18:22:41.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:41 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:40.834868+0000 mgr.smithi155.gxleeu (mgr.24407) 177 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:41.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:41 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:41.126061+0000 mds.foofs.smithi086.wmhkxy (mds.0) 37 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 188.816675 secs 2024-09-10T18:22:41.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:41 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:40.834868+0000 mgr.smithi155.gxleeu (mgr.24407) 177 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:41.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:41 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:41.126061+0000 mds.foofs.smithi086.wmhkxy (mds.0) 37 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 188.816675 secs 2024-09-10T18:22:42.105 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.08 MB/sec execute 216 sec latency 198906.531 ms 2024-09-10T18:22:43.105 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.08 MB/sec execute 217 sec latency 199906.624 ms 2024-09-10T18:22:44.105 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.07 MB/sec execute 218 sec latency 200906.741 ms 2024-09-10T18:22:44.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:43 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:42.835320+0000 mgr.smithi155.gxleeu (mgr.24407) 178 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:44.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:42.835320+0000 mgr.smithi155.gxleeu (mgr.24407) 178 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:45.106 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.07 MB/sec execute 219 sec latency 201906.848 ms 2024-09-10T18:22:46.106 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.06 MB/sec execute 220 sec latency 202906.898 ms 2024-09-10T18:22:46.147 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:44.835924+0000 mgr.smithi155.gxleeu (mgr.24407) 179 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:46.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:45 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:44.835924+0000 mgr.smithi155.gxleeu (mgr.24407) 179 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:47.106 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.06 MB/sec execute 221 sec latency 203906.953 ms 2024-09-10T18:22:47.326 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:46 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:46.126149+0000 mds.foofs.smithi086.wmhkxy (mds.0) 38 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 193.816779 secs 2024-09-10T18:22:47.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:46 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:46.126149+0000 mds.foofs.smithi086.wmhkxy (mds.0) 38 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 193.816779 secs 2024-09-10T18:22:48.106 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.05 MB/sec execute 222 sec latency 204907.033 ms 2024-09-10T18:22:48.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:47 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:46.836588+0000 mgr.smithi155.gxleeu (mgr.24407) 180 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:22:48.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:47 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:46.836588+0000 mgr.smithi155.gxleeu (mgr.24407) 180 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:22:49.106 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.05 MB/sec execute 223 sec latency 205907.141 ms 2024-09-10T18:22:50.106 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.04 MB/sec execute 224 sec latency 206907.226 ms 2024-09-10T18:22:50.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:49 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:48.836988+0000 mgr.smithi155.gxleeu (mgr.24407) 181 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:50.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:48.836988+0000 mgr.smithi155.gxleeu (mgr.24407) 181 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:51.106 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.04 MB/sec execute 225 sec latency 207907.327 ms 2024-09-10T18:22:51.303 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:22:50.032883+0000 mon.smithi155 (mon.1) 132 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:22:51.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:22:50.032883+0000 mon.smithi155 (mon.1) 132 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:22:52.106 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.03 MB/sec execute 226 sec latency 208907.423 ms 2024-09-10T18:22:52.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:51 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:50.837880+0000 mgr.smithi155.gxleeu (mgr.24407) 182 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:52.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:51 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:51.126276+0000 mds.foofs.smithi086.wmhkxy (mds.0) 39 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 198.816902 secs 2024-09-10T18:22:52.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:51 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:50.837880+0000 mgr.smithi155.gxleeu (mgr.24407) 182 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:52.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:51 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:51.126276+0000 mds.foofs.smithi086.wmhkxy (mds.0) 39 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 198.816902 secs 2024-09-10T18:22:52.998 INFO:teuthology.orchestra.run.smithi086.stdout:true 2024-09-10T18:22:53.106 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.03 MB/sec execute 227 sec latency 209907.493 ms 2024-09-10T18:22:53.600 INFO:teuthology.orchestra.run.smithi086.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:22:53.600 INFO:teuthology.orchestra.run.smithi086.stdout:alertmanager.smithi086 smithi086 *:9093,9094 running (10m) 52s ago 11m 19.3M - 0.20.0 0881eb8f169f 6f4c7936f6b6 2024-09-10T18:22:53.600 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi086 smithi086 running (11m) 52s ago 11m 6400k - 16.2.4 8d91d370c2b8 9f2bafa17c41 2024-09-10T18:22:53.600 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi155 smithi155 running (10m) 54s ago 10m 6413k - 16.2.4 8d91d370c2b8 be056b3d8fc4 2024-09-10T18:22:53.600 INFO:teuthology.orchestra.run.smithi086.stdout:grafana.smithi086 smithi086 *:3000 running (10m) 52s ago 11m 35.0M - 6.7.4 557c83e11646 013c9bd31cbe 2024-09-10T18:22:53.600 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi086.wmhkxy smithi086 running (6m) 52s ago 6m 38.3M - 16.2.4 8d91d370c2b8 3f5e7a0d954a 2024-09-10T18:22:53.600 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi155.ddyadp smithi155 running (6m) 54s ago 6m 13.2M - 16.2.4 8d91d370c2b8 fed2aba1e81e 2024-09-10T18:22:53.600 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi086.qqqtpz smithi086 *:8443,9283 running (59s) 52s ago 12m 80.6M - 17.2.7-1606-g5be57395 4c55dd409611 40e989a592fb 2024-09-10T18:22:53.600 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi155.gxleeu smithi155 *:8443,9283 running (3m) 54s ago 10m 453M - 17.2.7-1606-g5be57395 4c55dd409611 a4c5ea2816e7 2024-09-10T18:22:53.600 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi086 smithi086 running (12m) 52s ago 13m 51.1M 2048M 16.2.4 8d91d370c2b8 51db5ba0401d 2024-09-10T18:22:53.600 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi155 smithi155 running (10m) 54s ago 10m 43.4M 2048M 16.2.4 8d91d370c2b8 45a737cfbcde 2024-09-10T18:22:53.601 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.0.0.smithi086.nvloft smithi086 *:2049 running (3m) 52s ago 3m 78.1M - 3.5 8d91d370c2b8 ac635a8973ea 2024-09-10T18:22:53.601 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.1.0.smithi155.xwyoxo smithi155 *:2049 running (3m) 54s ago 3m 77.7M - 3.5 8d91d370c2b8 5d4993e7f1ca 2024-09-10T18:22:53.601 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi086 smithi086 *:9100 running (11m) 52s ago 11m 17.2M - 0.18.1 e5a616e4b9cf ebcaa2fe985c 2024-09-10T18:22:53.601 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi155 smithi155 *:9100 running (10m) 54s ago 10m 17.2M - 0.18.1 e5a616e4b9cf 1811325b1f2a 2024-09-10T18:22:53.601 INFO:teuthology.orchestra.run.smithi086.stdout:osd.0 smithi086 running (10m) 52s ago 10m 406M 4096M 16.2.4 8d91d370c2b8 9ec5215242da 2024-09-10T18:22:53.601 INFO:teuthology.orchestra.run.smithi086.stdout:osd.1 smithi086 running (9m) 52s ago 9m 313M 4096M 16.2.4 8d91d370c2b8 6f4c220ee750 2024-09-10T18:22:53.601 INFO:teuthology.orchestra.run.smithi086.stdout:osd.2 smithi086 running (9m) 52s ago 9m 251M 4096M 16.2.4 8d91d370c2b8 fc881ce40288 2024-09-10T18:22:53.601 INFO:teuthology.orchestra.run.smithi086.stdout:osd.3 smithi086 running (8m) 52s ago 8m 382M 4096M 16.2.4 8d91d370c2b8 62f9298fc37a 2024-09-10T18:22:53.601 INFO:teuthology.orchestra.run.smithi086.stdout:osd.4 smithi155 running (8m) 54s ago 8m 391M 4096M 16.2.4 8d91d370c2b8 7068d2f6f340 2024-09-10T18:22:53.601 INFO:teuthology.orchestra.run.smithi086.stdout:osd.5 smithi155 running (8m) 54s ago 8m 419M 4096M 16.2.4 8d91d370c2b8 4278b8fdd427 2024-09-10T18:22:53.601 INFO:teuthology.orchestra.run.smithi086.stdout:osd.6 smithi155 running (8m) 54s ago 8m 353M 4096M 16.2.4 8d91d370c2b8 b1120f71f9ec 2024-09-10T18:22:53.601 INFO:teuthology.orchestra.run.smithi086.stdout:osd.7 smithi155 running (7m) 54s ago 7m 494M 4096M 16.2.4 8d91d370c2b8 63785fceaf50 2024-09-10T18:22:53.601 INFO:teuthology.orchestra.run.smithi086.stdout:prometheus.smithi086 smithi086 *:9095 error 52s ago 11m 44.4M - 2.18.1 de242295e225 b0d895b622f6 2024-09-10T18:22:53.968 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:22:53.968 INFO:teuthology.orchestra.run.smithi086.stdout: "mon": { 2024-09-10T18:22:53.968 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:22:53.969 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:22:53.969 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr": { 2024-09-10T18:22:53.969 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:22:53.969 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:22:53.969 INFO:teuthology.orchestra.run.smithi086.stdout: "osd": { 2024-09-10T18:22:53.969 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-10T18:22:53.969 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:22:53.969 INFO:teuthology.orchestra.run.smithi086.stdout: "mds": { 2024-09-10T18:22:53.969 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:22:53.969 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:22:53.969 INFO:teuthology.orchestra.run.smithi086.stdout: "overall": { 2024-09-10T18:22:53.969 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 12, 2024-09-10T18:22:53.969 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:22:53.970 INFO:teuthology.orchestra.run.smithi086.stdout: } 2024-09-10T18:22:53.970 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:22:54.106 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.02 MB/sec execute 228 sec latency 210907.521 ms 2024-09-10T18:22:54.281 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:22:54.281 INFO:teuthology.orchestra.run.smithi086.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T18:22:54.281 INFO:teuthology.orchestra.run.smithi086.stdout: "in_progress": true, 2024-09-10T18:22:54.281 INFO:teuthology.orchestra.run.smithi086.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T18:22:54.281 INFO:teuthology.orchestra.run.smithi086.stdout: "services_complete": [ 2024-09-10T18:22:54.281 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr" 2024-09-10T18:22:54.282 INFO:teuthology.orchestra.run.smithi086.stdout: ], 2024-09-10T18:22:54.282 INFO:teuthology.orchestra.run.smithi086.stdout: "progress": "2/23 daemons upgraded", 2024-09-10T18:22:54.282 INFO:teuthology.orchestra.run.smithi086.stdout: "message": "Currently upgrading mgr daemons", 2024-09-10T18:22:54.282 INFO:teuthology.orchestra.run.smithi086.stdout: "is_paused": false 2024-09-10T18:22:54.282 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:22:54.282 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:53 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:52.838255+0000 mgr.smithi155.gxleeu (mgr.24407) 183 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:54.282 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:53 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:22:52.984369+0000 mgr.smithi155.gxleeu (mgr.24407) 184 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:22:54.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:53 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:52.838255+0000 mgr.smithi155.gxleeu (mgr.24407) 183 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:54.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:53 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:22:52.984369+0000 mgr.smithi155.gxleeu (mgr.24407) 184 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:22:55.107 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.02 MB/sec execute 229 sec latency 211907.624 ms 2024-09-10T18:22:55.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:54 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:22:53.291677+0000 mgr.smithi155.gxleeu (mgr.24407) 185 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:22:55.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:54 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:22:53.588960+0000 mgr.smithi155.gxleeu (mgr.24407) 186 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:22:55.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:54 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:22:53.967105+0000 mon.smithi086 (mon.0) 795 : audit [DBG] from='client.? 172.21.15.86:0/859464849' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:22:55.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:54 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:22:53.291677+0000 mgr.smithi155.gxleeu (mgr.24407) 185 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:22:55.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:54 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:22:53.588960+0000 mgr.smithi155.gxleeu (mgr.24407) 186 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:22:55.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:54 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:22:53.967105+0000 mon.smithi086 (mon.0) 795 : audit [DBG] from='client.? 172.21.15.86:0/859464849' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:22:56.107 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.02 MB/sec execute 230 sec latency 212907.730 ms 2024-09-10T18:22:56.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:22:54.279293+0000 mgr.smithi155.gxleeu (mgr.24407) 187 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:22:56.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:54.838683+0000 mgr.smithi155.gxleeu (mgr.24407) 188 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:56.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:55 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:22:54.279293+0000 mgr.smithi155.gxleeu (mgr.24407) 187 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:22:56.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:55 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:54.838683+0000 mgr.smithi155.gxleeu (mgr.24407) 188 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:22:57.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:56 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:56.126416+0000 mds.foofs.smithi086.wmhkxy (mds.0) 40 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 203.817028 secs 2024-09-10T18:22:57.107 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.01 MB/sec execute 231 sec latency 213907.807 ms 2024-09-10T18:22:57.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:56 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:56.126416+0000 mds.foofs.smithi086.wmhkxy (mds.0) 40 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 203.817028 secs 2024-09-10T18:22:58.107 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.01 MB/sec execute 232 sec latency 214907.888 ms 2024-09-10T18:22:58.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:57 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:56.839485+0000 mgr.smithi155.gxleeu (mgr.24407) 189 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:22:58.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:57 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:56.839485+0000 mgr.smithi155.gxleeu (mgr.24407) 189 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:22:59.107 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.00 MB/sec execute 233 sec latency 215907.951 ms 2024-09-10T18:23:00.107 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 1.00 MB/sec execute 234 sec latency 216908.048 ms 2024-09-10T18:23:00.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:22:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:22:58.840005+0000 mgr.smithi155.gxleeu (mgr.24407) 190 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:00.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:22:59 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:22:58.840005+0000 mgr.smithi155.gxleeu (mgr.24407) 190 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:01.107 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.99 MB/sec execute 235 sec latency 217908.129 ms 2024-09-10T18:23:01.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:01 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:00.840734+0000 mgr.smithi155.gxleeu (mgr.24407) 191 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:01.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:01 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:01.126519+0000 mds.foofs.smithi086.wmhkxy (mds.0) 41 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 208.817135 secs 2024-09-10T18:23:01.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:01 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:00.840734+0000 mgr.smithi155.gxleeu (mgr.24407) 191 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:01.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:01 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:01.126519+0000 mds.foofs.smithi086.wmhkxy (mds.0) 41 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 208.817135 secs 2024-09-10T18:23:02.107 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.99 MB/sec execute 236 sec latency 218908.196 ms 2024-09-10T18:23:03.107 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.99 MB/sec execute 237 sec latency 219908.264 ms 2024-09-10T18:23:04.107 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.98 MB/sec execute 238 sec latency 220908.362 ms 2024-09-10T18:23:04.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:03 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:02.841159+0000 mgr.smithi155.gxleeu (mgr.24407) 192 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:04.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:03 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:02.841159+0000 mgr.smithi155.gxleeu (mgr.24407) 192 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:05.107 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.98 MB/sec execute 239 sec latency 221908.462 ms 2024-09-10T18:23:06.107 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.97 MB/sec execute 240 sec latency 222908.555 ms 2024-09-10T18:23:06.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:04.841701+0000 mgr.smithi155.gxleeu (mgr.24407) 193 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:06.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:23:05.033076+0000 mon.smithi155 (mon.1) 133 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:23:06.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:04.841701+0000 mgr.smithi155.gxleeu (mgr.24407) 193 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:06.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:23:05.033076+0000 mon.smithi155 (mon.1) 133 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:23:07.107 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.97 MB/sec execute 241 sec latency 223908.645 ms 2024-09-10T18:23:07.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:06.126657+0000 mds.foofs.smithi086.wmhkxy (mds.0) 42 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 213.817270 secs 2024-09-10T18:23:07.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:06.126657+0000 mds.foofs.smithi086.wmhkxy (mds.0) 42 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 213.817270 secs 2024-09-10T18:23:08.108 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.97 MB/sec execute 242 sec latency 224908.746 ms 2024-09-10T18:23:08.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:07 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:06.842529+0000 mgr.smithi155.gxleeu (mgr.24407) 194 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:23:08.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:06.842529+0000 mgr.smithi155.gxleeu (mgr.24407) 194 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:23:09.108 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.96 MB/sec execute 243 sec latency 225908.859 ms 2024-09-10T18:23:10.108 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.96 MB/sec execute 244 sec latency 226908.978 ms 2024-09-10T18:23:10.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:08.843018+0000 mgr.smithi155.gxleeu (mgr.24407) 195 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:10.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:08.843018+0000 mgr.smithi155.gxleeu (mgr.24407) 195 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:11.108 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.95 MB/sec execute 245 sec latency 227909.104 ms 2024-09-10T18:23:11.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:11 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:10.843833+0000 mgr.smithi155.gxleeu (mgr.24407) 196 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:11.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:11 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:11.126751+0000 mds.foofs.smithi086.wmhkxy (mds.0) 43 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 218.817361 secs 2024-09-10T18:23:11.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:10.843833+0000 mgr.smithi155.gxleeu (mgr.24407) 196 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:11.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:11.126751+0000 mds.foofs.smithi086.wmhkxy (mds.0) 43 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 218.817361 secs 2024-09-10T18:23:12.108 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.95 MB/sec execute 246 sec latency 228909.210 ms 2024-09-10T18:23:13.108 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.95 MB/sec execute 247 sec latency 229909.255 ms 2024-09-10T18:23:14.108 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.94 MB/sec execute 248 sec latency 230909.350 ms 2024-09-10T18:23:14.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:13 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:12.844384+0000 mgr.smithi155.gxleeu (mgr.24407) 197 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:14.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:13 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:12.844384+0000 mgr.smithi155.gxleeu (mgr.24407) 197 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:15.108 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.94 MB/sec execute 249 sec latency 231909.436 ms 2024-09-10T18:23:16.108 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.93 MB/sec execute 250 sec latency 232909.550 ms 2024-09-10T18:23:16.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:14.844911+0000 mgr.smithi155.gxleeu (mgr.24407) 198 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:16.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:14.844911+0000 mgr.smithi155.gxleeu (mgr.24407) 198 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:17.109 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.93 MB/sec execute 251 sec latency 233909.651 ms 2024-09-10T18:23:17.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:16.126855+0000 mds.foofs.smithi086.wmhkxy (mds.0) 44 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 223.817467 secs 2024-09-10T18:23:17.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:16.126855+0000 mds.foofs.smithi086.wmhkxy (mds.0) 44 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 223.817467 secs 2024-09-10T18:23:18.109 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.93 MB/sec execute 252 sec latency 234909.712 ms 2024-09-10T18:23:18.228 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:17 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:16.845689+0000 mgr.smithi155.gxleeu (mgr.24407) 199 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:23:18.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:16.845689+0000 mgr.smithi155.gxleeu (mgr.24407) 199 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:23:19.109 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.92 MB/sec execute 253 sec latency 235909.795 ms 2024-09-10T18:23:20.109 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.92 MB/sec execute 254 sec latency 236909.923 ms 2024-09-10T18:23:20.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:19 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:18.846238+0000 mgr.smithi155.gxleeu (mgr.24407) 200 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:20.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:18.846238+0000 mgr.smithi155.gxleeu (mgr.24407) 200 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:21.109 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.92 MB/sec execute 255 sec latency 237909.965 ms 2024-09-10T18:23:21.303 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:20 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:23:20.033415+0000 mon.smithi155 (mon.1) 134 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:23:21.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:20 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:23:20.033415+0000 mon.smithi155 (mon.1) 134 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:23:22.109 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.91 MB/sec execute 256 sec latency 238910.065 ms 2024-09-10T18:23:22.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:21 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:20.846999+0000 mgr.smithi155.gxleeu (mgr.24407) 201 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:22.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:21 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:21.126982+0000 mds.foofs.smithi086.wmhkxy (mds.0) 45 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 228.817576 secs 2024-09-10T18:23:22.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:20.846999+0000 mgr.smithi155.gxleeu (mgr.24407) 201 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:22.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:21.126982+0000 mds.foofs.smithi086.wmhkxy (mds.0) 45 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 228.817576 secs 2024-09-10T18:23:23.109 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.91 MB/sec execute 257 sec latency 239910.123 ms 2024-09-10T18:23:24.109 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.91 MB/sec execute 258 sec latency 240910.223 ms 2024-09-10T18:23:24.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:23 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:22.847450+0000 mgr.smithi155.gxleeu (mgr.24407) 202 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:24.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:23 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:22.847450+0000 mgr.smithi155.gxleeu (mgr.24407) 202 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:24.614 INFO:teuthology.orchestra.run.smithi086.stdout:true 2024-09-10T18:23:25.109 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.90 MB/sec execute 259 sec latency 241910.273 ms 2024-09-10T18:23:25.218 INFO:teuthology.orchestra.run.smithi086.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:23:25.218 INFO:teuthology.orchestra.run.smithi086.stdout:alertmanager.smithi086 smithi086 *:9093,9094 running (10m) 83s ago 12m 19.3M - 0.20.0 0881eb8f169f 6f4c7936f6b6 2024-09-10T18:23:25.219 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi086 smithi086 running (12m) 83s ago 12m 6400k - 16.2.4 8d91d370c2b8 9f2bafa17c41 2024-09-10T18:23:25.219 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi155 smithi155 running (11m) 86s ago 11m 6413k - 16.2.4 8d91d370c2b8 be056b3d8fc4 2024-09-10T18:23:25.219 INFO:teuthology.orchestra.run.smithi086.stdout:grafana.smithi086 smithi086 *:3000 running (10m) 83s ago 11m 35.0M - 6.7.4 557c83e11646 013c9bd31cbe 2024-09-10T18:23:25.219 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi086.wmhkxy smithi086 running (6m) 83s ago 6m 38.3M - 16.2.4 8d91d370c2b8 3f5e7a0d954a 2024-09-10T18:23:25.219 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi155.ddyadp smithi155 running (6m) 86s ago 6m 13.2M - 16.2.4 8d91d370c2b8 fed2aba1e81e 2024-09-10T18:23:25.219 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi086.qqqtpz smithi086 *:8443,9283 running (91s) 83s ago 13m 80.6M - 17.2.7-1606-g5be57395 4c55dd409611 40e989a592fb 2024-09-10T18:23:25.219 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi155.gxleeu smithi155 *:8443,9283 running (4m) 86s ago 11m 453M - 17.2.7-1606-g5be57395 4c55dd409611 a4c5ea2816e7 2024-09-10T18:23:25.219 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi086 smithi086 running (13m) 83s ago 13m 51.1M 2048M 16.2.4 8d91d370c2b8 51db5ba0401d 2024-09-10T18:23:25.219 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi155 smithi155 running (11m) 86s ago 11m 43.4M 2048M 16.2.4 8d91d370c2b8 45a737cfbcde 2024-09-10T18:23:25.219 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.0.0.smithi086.nvloft smithi086 *:2049 running (3m) 83s ago 3m 78.1M - 3.5 8d91d370c2b8 ac635a8973ea 2024-09-10T18:23:25.219 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.1.0.smithi155.xwyoxo smithi155 *:2049 running (3m) 86s ago 3m 77.7M - 3.5 8d91d370c2b8 5d4993e7f1ca 2024-09-10T18:23:25.219 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi086 smithi086 *:9100 running (11m) 83s ago 11m 17.2M - 0.18.1 e5a616e4b9cf ebcaa2fe985c 2024-09-10T18:23:25.219 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi155 smithi155 *:9100 running (11m) 86s ago 11m 17.2M - 0.18.1 e5a616e4b9cf 1811325b1f2a 2024-09-10T18:23:25.219 INFO:teuthology.orchestra.run.smithi086.stdout:osd.0 smithi086 running (10m) 83s ago 10m 406M 4096M 16.2.4 8d91d370c2b8 9ec5215242da 2024-09-10T18:23:25.220 INFO:teuthology.orchestra.run.smithi086.stdout:osd.1 smithi086 running (10m) 83s ago 10m 313M 4096M 16.2.4 8d91d370c2b8 6f4c220ee750 2024-09-10T18:23:25.220 INFO:teuthology.orchestra.run.smithi086.stdout:osd.2 smithi086 running (9m) 83s ago 9m 251M 4096M 16.2.4 8d91d370c2b8 fc881ce40288 2024-09-10T18:23:25.220 INFO:teuthology.orchestra.run.smithi086.stdout:osd.3 smithi086 running (9m) 83s ago 9m 382M 4096M 16.2.4 8d91d370c2b8 62f9298fc37a 2024-09-10T18:23:25.220 INFO:teuthology.orchestra.run.smithi086.stdout:osd.4 smithi155 running (9m) 86s ago 9m 391M 4096M 16.2.4 8d91d370c2b8 7068d2f6f340 2024-09-10T18:23:25.220 INFO:teuthology.orchestra.run.smithi086.stdout:osd.5 smithi155 running (8m) 86s ago 8m 419M 4096M 16.2.4 8d91d370c2b8 4278b8fdd427 2024-09-10T18:23:25.220 INFO:teuthology.orchestra.run.smithi086.stdout:osd.6 smithi155 running (8m) 86s ago 8m 353M 4096M 16.2.4 8d91d370c2b8 b1120f71f9ec 2024-09-10T18:23:25.220 INFO:teuthology.orchestra.run.smithi086.stdout:osd.7 smithi155 running (8m) 86s ago 8m 494M 4096M 16.2.4 8d91d370c2b8 63785fceaf50 2024-09-10T18:23:25.220 INFO:teuthology.orchestra.run.smithi086.stdout:prometheus.smithi086 smithi086 *:9095 error 83s ago 11m 44.4M - 2.18.1 de242295e225 b0d895b622f6 2024-09-10T18:23:25.585 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:23:25.585 INFO:teuthology.orchestra.run.smithi086.stdout: "mon": { 2024-09-10T18:23:25.586 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:23:25.586 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:23:25.586 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr": { 2024-09-10T18:23:25.586 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:23:25.586 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:23:25.586 INFO:teuthology.orchestra.run.smithi086.stdout: "osd": { 2024-09-10T18:23:25.586 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-10T18:23:25.586 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:23:25.586 INFO:teuthology.orchestra.run.smithi086.stdout: "mds": { 2024-09-10T18:23:25.586 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:23:25.586 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:23:25.586 INFO:teuthology.orchestra.run.smithi086.stdout: "overall": { 2024-09-10T18:23:25.586 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 12, 2024-09-10T18:23:25.586 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:23:25.587 INFO:teuthology.orchestra.run.smithi086.stdout: } 2024-09-10T18:23:25.587 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:23:25.896 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:23:25.896 INFO:teuthology.orchestra.run.smithi086.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T18:23:25.896 INFO:teuthology.orchestra.run.smithi086.stdout: "in_progress": true, 2024-09-10T18:23:25.896 INFO:teuthology.orchestra.run.smithi086.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T18:23:25.896 INFO:teuthology.orchestra.run.smithi086.stdout: "services_complete": [ 2024-09-10T18:23:25.896 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr" 2024-09-10T18:23:25.896 INFO:teuthology.orchestra.run.smithi086.stdout: ], 2024-09-10T18:23:25.896 INFO:teuthology.orchestra.run.smithi086.stdout: "progress": "2/23 daemons upgraded", 2024-09-10T18:23:25.897 INFO:teuthology.orchestra.run.smithi086.stdout: "message": "Currently upgrading mgr daemons", 2024-09-10T18:23:25.897 INFO:teuthology.orchestra.run.smithi086.stdout: "is_paused": false 2024-09-10T18:23:25.897 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:23:26.109 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.90 MB/sec execute 260 sec latency 242910.375 ms 2024-09-10T18:23:26.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:23:24.600259+0000 mgr.smithi155.gxleeu (mgr.24407) 203 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:23:26.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:24.847980+0000 mgr.smithi155.gxleeu (mgr.24407) 204 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:26.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:23:24.904841+0000 mgr.smithi155.gxleeu (mgr.24407) 205 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:23:26.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:23:25.584043+0000 mon.smithi086 (mon.0) 796 : audit [DBG] from='client.? 172.21.15.86:0/504818586' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:23:26.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:23:24.600259+0000 mgr.smithi155.gxleeu (mgr.24407) 203 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:23:26.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:24.847980+0000 mgr.smithi155.gxleeu (mgr.24407) 204 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:26.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:23:24.904841+0000 mgr.smithi155.gxleeu (mgr.24407) 205 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:23:26.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:23:25.584043+0000 mon.smithi086 (mon.0) 796 : audit [DBG] from='client.? 172.21.15.86:0/504818586' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:23:27.109 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.89 MB/sec execute 261 sec latency 243910.470 ms 2024-09-10T18:23:27.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:23:25.207910+0000 mgr.smithi155.gxleeu (mgr.24407) 206 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:23:27.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:23:25.894305+0000 mgr.smithi155.gxleeu (mgr.24407) 207 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:23:27.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:26.127057+0000 mds.foofs.smithi086.wmhkxy (mds.0) 46 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 233.817688 secs 2024-09-10T18:23:27.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:23:25.207910+0000 mgr.smithi155.gxleeu (mgr.24407) 206 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:23:27.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:23:25.894305+0000 mgr.smithi155.gxleeu (mgr.24407) 207 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:23:27.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:26.127057+0000 mds.foofs.smithi086.wmhkxy (mds.0) 46 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 233.817688 secs 2024-09-10T18:23:28.109 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.89 MB/sec execute 262 sec latency 244910.516 ms 2024-09-10T18:23:28.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:27 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:26.848908+0000 mgr.smithi155.gxleeu (mgr.24407) 208 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:23:28.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:26.848908+0000 mgr.smithi155.gxleeu (mgr.24407) 208 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:23:29.109 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.89 MB/sec execute 263 sec latency 245910.597 ms 2024-09-10T18:23:30.110 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.88 MB/sec execute 264 sec latency 246910.639 ms 2024-09-10T18:23:30.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:28.849384+0000 mgr.smithi155.gxleeu (mgr.24407) 209 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:30.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:28.849384+0000 mgr.smithi155.gxleeu (mgr.24407) 209 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:31.110 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.88 MB/sec execute 265 sec latency 247910.735 ms 2024-09-10T18:23:31.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:31 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:30.850100+0000 mgr.smithi155.gxleeu (mgr.24407) 210 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:31.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:31 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:31.127187+0000 mds.foofs.smithi086.wmhkxy (mds.0) 47 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 238.817800 secs 2024-09-10T18:23:31.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:30.850100+0000 mgr.smithi155.gxleeu (mgr.24407) 210 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:31.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:31.127187+0000 mds.foofs.smithi086.wmhkxy (mds.0) 47 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 238.817800 secs 2024-09-10T18:23:32.110 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.88 MB/sec execute 266 sec latency 248910.843 ms 2024-09-10T18:23:33.110 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.87 MB/sec execute 267 sec latency 249910.945 ms 2024-09-10T18:23:34.110 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.87 MB/sec execute 268 sec latency 250911.006 ms 2024-09-10T18:23:34.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:32.850465+0000 mgr.smithi155.gxleeu (mgr.24407) 211 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:34.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:32.850465+0000 mgr.smithi155.gxleeu (mgr.24407) 211 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:35.110 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.87 MB/sec execute 269 sec latency 251911.110 ms 2024-09-10T18:23:36.110 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.87 MB/sec execute 270 sec latency 252911.199 ms 2024-09-10T18:23:36.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:34.851055+0000 mgr.smithi155.gxleeu (mgr.24407) 212 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:36.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:23:35.033540+0000 mon.smithi155 (mon.1) 135 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:23:36.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:34.851055+0000 mgr.smithi155.gxleeu (mgr.24407) 212 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:36.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:23:35.033540+0000 mon.smithi155 (mon.1) 135 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:23:37.110 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.86 MB/sec execute 271 sec latency 253911.302 ms 2024-09-10T18:23:37.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:36.127318+0000 mds.foofs.smithi086.wmhkxy (mds.0) 48 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 243.817914 secs 2024-09-10T18:23:37.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:36.127326+0000 mds.foofs.smithi086.wmhkxy (mds.0) 49 : cluster [WRN] slow request 243.817913 seconds old, received at 2024-09-10T18:19:32.309349+0000: client_request(client.14748:4 getattr pAsLsXsFs #0x10000004a10 2024-09-10T18:19:32.309312+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-10T18:23:37.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:36.127367+0000 mds.foofs.smithi086.wmhkxy (mds.0) 50 : cluster [WRN] client.14576 isn't responding to mclientcaps(revoke), ino 0x10000004a10 pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 243.817962 seconds ago 2024-09-10T18:23:37.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:36.127318+0000 mds.foofs.smithi086.wmhkxy (mds.0) 48 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 243.817914 secs 2024-09-10T18:23:37.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:36.127326+0000 mds.foofs.smithi086.wmhkxy (mds.0) 49 : cluster [WRN] slow request 243.817913 seconds old, received at 2024-09-10T18:19:32.309349+0000: client_request(client.14748:4 getattr pAsLsXsFs #0x10000004a10 2024-09-10T18:19:32.309312+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-10T18:23:37.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:36.127367+0000 mds.foofs.smithi086.wmhkxy (mds.0) 50 : cluster [WRN] client.14576 isn't responding to mclientcaps(revoke), ino 0x10000004a10 pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 243.817962 seconds ago 2024-09-10T18:23:38.110 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.86 MB/sec execute 272 sec latency 254911.390 ms 2024-09-10T18:23:38.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:36.851873+0000 mgr.smithi155.gxleeu (mgr.24407) 213 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:23:38.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:37 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:36.851873+0000 mgr.smithi155.gxleeu (mgr.24407) 213 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:23:39.110 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.86 MB/sec execute 273 sec latency 255911.514 ms 2024-09-10T18:23:40.110 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.85 MB/sec execute 274 sec latency 256911.599 ms 2024-09-10T18:23:40.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:39 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:38.852303+0000 mgr.smithi155.gxleeu (mgr.24407) 214 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:40.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:39 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:38.852303+0000 mgr.smithi155.gxleeu (mgr.24407) 214 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:41.110 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.85 MB/sec execute 275 sec latency 257911.682 ms 2024-09-10T18:23:41.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:41 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:40.853227+0000 mgr.smithi155.gxleeu (mgr.24407) 215 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:41.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:41 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:41.127391+0000 mds.foofs.smithi086.wmhkxy (mds.0) 51 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 248.818022 secs 2024-09-10T18:23:41.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:41 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:40.853227+0000 mgr.smithi155.gxleeu (mgr.24407) 215 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:41.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:41 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:41.127391+0000 mds.foofs.smithi086.wmhkxy (mds.0) 51 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 248.818022 secs 2024-09-10T18:23:42.111 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.85 MB/sec execute 276 sec latency 258911.801 ms 2024-09-10T18:23:43.111 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.84 MB/sec execute 277 sec latency 259911.883 ms 2024-09-10T18:23:44.111 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.84 MB/sec execute 278 sec latency 260911.969 ms 2024-09-10T18:23:44.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:42.853672+0000 mgr.smithi155.gxleeu (mgr.24407) 216 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:44.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:43 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:42.853672+0000 mgr.smithi155.gxleeu (mgr.24407) 216 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:45.111 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.84 MB/sec execute 279 sec latency 261912.067 ms 2024-09-10T18:23:46.111 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.83 MB/sec execute 280 sec latency 262912.163 ms 2024-09-10T18:23:46.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:44.854248+0000 mgr.smithi155.gxleeu (mgr.24407) 217 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:46.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:45 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:44.854248+0000 mgr.smithi155.gxleeu (mgr.24407) 217 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:47.111 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.83 MB/sec execute 281 sec latency 263912.285 ms 2024-09-10T18:23:47.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:46 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:46.127525+0000 mds.foofs.smithi086.wmhkxy (mds.0) 52 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 253.818136 secs 2024-09-10T18:23:47.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:46 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:46.127525+0000 mds.foofs.smithi086.wmhkxy (mds.0) 52 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 253.818136 secs 2024-09-10T18:23:48.111 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.83 MB/sec execute 282 sec latency 264912.339 ms 2024-09-10T18:23:48.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:47 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:46.855043+0000 mgr.smithi155.gxleeu (mgr.24407) 218 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:23:48.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:47 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:46.855043+0000 mgr.smithi155.gxleeu (mgr.24407) 218 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:23:49.111 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.83 MB/sec execute 283 sec latency 265912.432 ms 2024-09-10T18:23:50.111 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.82 MB/sec execute 284 sec latency 266912.534 ms 2024-09-10T18:23:50.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:49 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:48.855439+0000 mgr.smithi155.gxleeu (mgr.24407) 219 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:50.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:48.855439+0000 mgr.smithi155.gxleeu (mgr.24407) 219 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:51.111 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.82 MB/sec execute 285 sec latency 267912.630 ms 2024-09-10T18:23:51.303 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:50 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:23:50.033989+0000 mon.smithi155 (mon.1) 136 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:23:51.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:23:50.033989+0000 mon.smithi155 (mon.1) 136 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:23:52.112 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.82 MB/sec execute 286 sec latency 268912.751 ms 2024-09-10T18:23:52.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:51 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:50.856198+0000 mgr.smithi155.gxleeu (mgr.24407) 220 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:52.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:51 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:51.127649+0000 mds.foofs.smithi086.wmhkxy (mds.0) 53 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 258.818262 secs 2024-09-10T18:23:52.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:51 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:50.856198+0000 mgr.smithi155.gxleeu (mgr.24407) 220 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:52.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:51 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:51.127649+0000 mds.foofs.smithi086.wmhkxy (mds.0) 53 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 258.818262 secs 2024-09-10T18:23:53.112 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.81 MB/sec execute 287 sec latency 269912.849 ms 2024-09-10T18:23:54.112 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.81 MB/sec execute 288 sec latency 270912.948 ms 2024-09-10T18:23:54.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:53 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:52.856607+0000 mgr.smithi155.gxleeu (mgr.24407) 221 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:54.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:53 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:52.856607+0000 mgr.smithi155.gxleeu (mgr.24407) 221 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:55.112 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.81 MB/sec execute 289 sec latency 271913.068 ms 2024-09-10T18:23:56.112 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.81 MB/sec execute 290 sec latency 272913.144 ms 2024-09-10T18:23:56.230 INFO:teuthology.orchestra.run.smithi086.stdout:true 2024-09-10T18:23:56.230 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:54.856996+0000 mgr.smithi155.gxleeu (mgr.24407) 222 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:56.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:55 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:54.856996+0000 mgr.smithi155.gxleeu (mgr.24407) 222 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:23:56.836 INFO:teuthology.orchestra.run.smithi086.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:23:56.836 INFO:teuthology.orchestra.run.smithi086.stdout:alertmanager.smithi086 smithi086 *:9093,9094 running (11m) 115s ago 12m 19.3M - 0.20.0 0881eb8f169f 6f4c7936f6b6 2024-09-10T18:23:56.836 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi086 smithi086 running (12m) 115s ago 12m 6400k - 16.2.4 8d91d370c2b8 9f2bafa17c41 2024-09-10T18:23:56.836 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi155 smithi155 running (11m) 117s ago 11m 6413k - 16.2.4 8d91d370c2b8 be056b3d8fc4 2024-09-10T18:23:56.836 INFO:teuthology.orchestra.run.smithi086.stdout:grafana.smithi086 smithi086 *:3000 running (11m) 115s ago 12m 35.0M - 6.7.4 557c83e11646 013c9bd31cbe 2024-09-10T18:23:56.836 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi086.wmhkxy smithi086 running (7m) 115s ago 7m 38.3M - 16.2.4 8d91d370c2b8 3f5e7a0d954a 2024-09-10T18:23:56.836 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi155.ddyadp smithi155 running (7m) 117s ago 7m 13.2M - 16.2.4 8d91d370c2b8 fed2aba1e81e 2024-09-10T18:23:56.836 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi086.qqqtpz smithi086 *:8443,9283 running (2m) 115s ago 13m 80.6M - 17.2.7-1606-g5be57395 4c55dd409611 40e989a592fb 2024-09-10T18:23:56.836 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi155.gxleeu smithi155 *:8443,9283 running (4m) 117s ago 11m 453M - 17.2.7-1606-g5be57395 4c55dd409611 a4c5ea2816e7 2024-09-10T18:23:56.837 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi086 smithi086 running (14m) 115s ago 14m 51.1M 2048M 16.2.4 8d91d370c2b8 51db5ba0401d 2024-09-10T18:23:56.837 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi155 smithi155 running (11m) 117s ago 11m 43.4M 2048M 16.2.4 8d91d370c2b8 45a737cfbcde 2024-09-10T18:23:56.837 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.0.0.smithi086.nvloft smithi086 *:2049 running (4m) 115s ago 4m 78.1M - 3.5 8d91d370c2b8 ac635a8973ea 2024-09-10T18:23:56.837 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.1.0.smithi155.xwyoxo smithi155 *:2049 running (4m) 117s ago 4m 77.7M - 3.5 8d91d370c2b8 5d4993e7f1ca 2024-09-10T18:23:56.837 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi086 smithi086 *:9100 running (12m) 115s ago 12m 17.2M - 0.18.1 e5a616e4b9cf ebcaa2fe985c 2024-09-10T18:23:56.837 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi155 smithi155 *:9100 running (11m) 117s ago 11m 17.2M - 0.18.1 e5a616e4b9cf 1811325b1f2a 2024-09-10T18:23:56.837 INFO:teuthology.orchestra.run.smithi086.stdout:osd.0 smithi086 running (11m) 115s ago 11m 406M 4096M 16.2.4 8d91d370c2b8 9ec5215242da 2024-09-10T18:23:56.837 INFO:teuthology.orchestra.run.smithi086.stdout:osd.1 smithi086 running (10m) 115s ago 10m 313M 4096M 16.2.4 8d91d370c2b8 6f4c220ee750 2024-09-10T18:23:56.837 INFO:teuthology.orchestra.run.smithi086.stdout:osd.2 smithi086 running (10m) 115s ago 10m 251M 4096M 16.2.4 8d91d370c2b8 fc881ce40288 2024-09-10T18:23:56.837 INFO:teuthology.orchestra.run.smithi086.stdout:osd.3 smithi086 running (10m) 115s ago 10m 382M 4096M 16.2.4 8d91d370c2b8 62f9298fc37a 2024-09-10T18:23:56.837 INFO:teuthology.orchestra.run.smithi086.stdout:osd.4 smithi155 running (9m) 117s ago 9m 391M 4096M 16.2.4 8d91d370c2b8 7068d2f6f340 2024-09-10T18:23:56.837 INFO:teuthology.orchestra.run.smithi086.stdout:osd.5 smithi155 running (9m) 117s ago 9m 419M 4096M 16.2.4 8d91d370c2b8 4278b8fdd427 2024-09-10T18:23:56.837 INFO:teuthology.orchestra.run.smithi086.stdout:osd.6 smithi155 running (9m) 117s ago 9m 353M 4096M 16.2.4 8d91d370c2b8 b1120f71f9ec 2024-09-10T18:23:56.838 INFO:teuthology.orchestra.run.smithi086.stdout:osd.7 smithi155 running (8m) 117s ago 8m 494M 4096M 16.2.4 8d91d370c2b8 63785fceaf50 2024-09-10T18:23:56.838 INFO:teuthology.orchestra.run.smithi086.stdout:prometheus.smithi086 smithi086 *:9095 error 115s ago 12m 44.4M - 2.18.1 de242295e225 b0d895b622f6 2024-09-10T18:23:57.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:56 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:56.127694+0000 mds.foofs.smithi086.wmhkxy (mds.0) 54 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 263.818320 secs 2024-09-10T18:23:57.112 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.80 MB/sec execute 291 sec latency 273913.194 ms 2024-09-10T18:23:57.204 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:23:57.204 INFO:teuthology.orchestra.run.smithi086.stdout: "mon": { 2024-09-10T18:23:57.204 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:23:57.205 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:23:57.205 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr": { 2024-09-10T18:23:57.205 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:23:57.205 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:23:57.205 INFO:teuthology.orchestra.run.smithi086.stdout: "osd": { 2024-09-10T18:23:57.205 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-10T18:23:57.205 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:23:57.205 INFO:teuthology.orchestra.run.smithi086.stdout: "mds": { 2024-09-10T18:23:57.205 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:23:57.205 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:23:57.205 INFO:teuthology.orchestra.run.smithi086.stdout: "overall": { 2024-09-10T18:23:57.206 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 12, 2024-09-10T18:23:57.206 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:23:57.206 INFO:teuthology.orchestra.run.smithi086.stdout: } 2024-09-10T18:23:57.206 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:23:57.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:56 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:56.127694+0000 mds.foofs.smithi086.wmhkxy (mds.0) 54 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 263.818320 secs 2024-09-10T18:23:57.512 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:23:57.512 INFO:teuthology.orchestra.run.smithi086.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T18:23:57.512 INFO:teuthology.orchestra.run.smithi086.stdout: "in_progress": true, 2024-09-10T18:23:57.512 INFO:teuthology.orchestra.run.smithi086.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T18:23:57.512 INFO:teuthology.orchestra.run.smithi086.stdout: "services_complete": [ 2024-09-10T18:23:57.512 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr" 2024-09-10T18:23:57.512 INFO:teuthology.orchestra.run.smithi086.stdout: ], 2024-09-10T18:23:57.512 INFO:teuthology.orchestra.run.smithi086.stdout: "progress": "2/23 daemons upgraded", 2024-09-10T18:23:57.512 INFO:teuthology.orchestra.run.smithi086.stdout: "message": "Currently upgrading mgr daemons", 2024-09-10T18:23:57.512 INFO:teuthology.orchestra.run.smithi086.stdout: "is_paused": false 2024-09-10T18:23:57.512 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:23:58.112 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.80 MB/sec execute 292 sec latency 274913.271 ms 2024-09-10T18:23:58.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:57 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:23:56.216458+0000 mgr.smithi155.gxleeu (mgr.24407) 223 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:23:58.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:57 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:23:56.524709+0000 mgr.smithi155.gxleeu (mgr.24407) 224 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:23:58.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:57 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:23:56.825470+0000 mgr.smithi155.gxleeu (mgr.24407) 225 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:23:58.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:57 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:56.857852+0000 mgr.smithi155.gxleeu (mgr.24407) 226 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:23:58.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:57 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:23:57.202931+0000 mon.smithi086 (mon.0) 797 : audit [DBG] from='client.? 172.21.15.86:0/2713731190' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:23:58.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:57 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:23:56.216458+0000 mgr.smithi155.gxleeu (mgr.24407) 223 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:23:58.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:57 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:23:56.524709+0000 mgr.smithi155.gxleeu (mgr.24407) 224 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:23:58.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:57 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:23:56.825470+0000 mgr.smithi155.gxleeu (mgr.24407) 225 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:23:58.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:57 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:56.857852+0000 mgr.smithi155.gxleeu (mgr.24407) 226 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:23:58.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:57 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:23:57.202931+0000 mon.smithi086 (mon.0) 797 : audit [DBG] from='client.? 172.21.15.86:0/2713731190' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:23:59.112 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.80 MB/sec execute 293 sec latency 275913.323 ms 2024-09-10T18:23:59.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:58 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:23:57.509892+0000 mgr.smithi155.gxleeu (mgr.24407) 227 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:23:59.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:58 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:23:57.509892+0000 mgr.smithi155.gxleeu (mgr.24407) 227 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:24:00.112 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.79 MB/sec execute 294 sec latency 276913.393 ms 2024-09-10T18:24:00.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:23:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:23:58.858309+0000 mgr.smithi155.gxleeu (mgr.24407) 228 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:24:00.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:23:59 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:23:58.858309+0000 mgr.smithi155.gxleeu (mgr.24407) 228 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:24:01.112 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.79 MB/sec execute 295 sec latency 277913.505 ms 2024-09-10T18:24:01.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:01 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:00.858922+0000 mgr.smithi155.gxleeu (mgr.24407) 229 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:24:01.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:01 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:01.127788+0000 mds.foofs.smithi086.wmhkxy (mds.0) 55 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 268.818419 secs 2024-09-10T18:24:01.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:01 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:00.858922+0000 mgr.smithi155.gxleeu (mgr.24407) 229 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:24:01.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:01 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:01.127788+0000 mds.foofs.smithi086.wmhkxy (mds.0) 55 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 268.818419 secs 2024-09-10T18:24:02.112 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.79 MB/sec execute 296 sec latency 278913.588 ms 2024-09-10T18:24:03.113 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.79 MB/sec execute 297 sec latency 279913.688 ms 2024-09-10T18:24:04.113 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.78 MB/sec execute 298 sec latency 280913.775 ms 2024-09-10T18:24:04.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:03 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:02.859334+0000 mgr.smithi155.gxleeu (mgr.24407) 230 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:24:04.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:03 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:02.859334+0000 mgr.smithi155.gxleeu (mgr.24407) 230 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:24:05.113 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.78 MB/sec execute 299 sec latency 281913.855 ms 2024-09-10T18:24:06.113 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.78 MB/sec execute 300 sec latency 282913.944 ms 2024-09-10T18:24:06.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:04.859924+0000 mgr.smithi155.gxleeu (mgr.24407) 231 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:24:06.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:05.034342+0000 mon.smithi155 (mon.1) 137 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:24:06.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:04.859924+0000 mgr.smithi155.gxleeu (mgr.24407) 231 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:24:06.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:05.034342+0000 mon.smithi155 (mon.1) 137 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:24:07.113 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.78 MB/sec execute 301 sec latency 283914.043 ms 2024-09-10T18:24:07.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:06.127945+0000 mds.foofs.smithi086.wmhkxy (mds.0) 56 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 273.818542 secs 2024-09-10T18:24:07.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:06.127945+0000 mds.foofs.smithi086.wmhkxy (mds.0) 56 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 273.818542 secs 2024-09-10T18:24:08.113 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.77 MB/sec execute 302 sec latency 284914.162 ms 2024-09-10T18:24:08.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:07 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:06.860622+0000 mgr.smithi155.gxleeu (mgr.24407) 232 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:24:08.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:06.860622+0000 mgr.smithi155.gxleeu (mgr.24407) 232 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:24:09.113 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.77 MB/sec execute 303 sec latency 285914.204 ms 2024-09-10T18:24:10.113 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.77 MB/sec execute 304 sec latency 286914.263 ms 2024-09-10T18:24:10.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:08.861095+0000 mgr.smithi155.gxleeu (mgr.24407) 233 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:24:10.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:08.861095+0000 mgr.smithi155.gxleeu (mgr.24407) 233 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:24:11.113 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.77 MB/sec execute 305 sec latency 287914.380 ms 2024-09-10T18:24:11.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:11 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:10.861742+0000 mgr.smithi155.gxleeu (mgr.24407) 234 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:24:11.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:11 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:11.128039+0000 mds.foofs.smithi086.wmhkxy (mds.0) 57 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 278.818652 secs 2024-09-10T18:24:11.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:10.861742+0000 mgr.smithi155.gxleeu (mgr.24407) 234 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:24:11.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:11.128039+0000 mds.foofs.smithi086.wmhkxy (mds.0) 57 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 278.818652 secs 2024-09-10T18:24:12.113 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.76 MB/sec execute 306 sec latency 288914.445 ms 2024-09-10T18:24:13.113 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.76 MB/sec execute 307 sec latency 289914.542 ms 2024-09-10T18:24:14.114 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.76 MB/sec execute 308 sec latency 290914.645 ms 2024-09-10T18:24:14.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:13 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:12.862164+0000 mgr.smithi155.gxleeu (mgr.24407) 235 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:24:14.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:13 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:12.862164+0000 mgr.smithi155.gxleeu (mgr.24407) 235 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:24:15.114 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.76 MB/sec execute 309 sec latency 291914.740 ms 2024-09-10T18:24:16.114 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.75 MB/sec execute 310 sec latency 292914.857 ms 2024-09-10T18:24:16.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:15 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:14.862724+0000 mgr.smithi155.gxleeu (mgr.24407) 236 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:24:16.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:14.862724+0000 mgr.smithi155.gxleeu (mgr.24407) 236 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:24:17.114 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.75 MB/sec execute 311 sec latency 293914.906 ms 2024-09-10T18:24:17.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:16.128147+0000 mds.foofs.smithi086.wmhkxy (mds.0) 58 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 283.818759 secs 2024-09-10T18:24:17.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:16.128195+0000 mds.foofs.smithi086.wmhkxy (mds.0) 59 : cluster [WRN] evicting unresponsive client smithi155:foo1 (24295), after 301.559 seconds 2024-09-10T18:24:17.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:16.128211+0000 mds.foofs.smithi086.wmhkxy (mds.0) 60 : cluster [INF] Evicting (and blocklisting) client session 24295 (172.21.15.155:0/1696601582) 2024-09-10T18:24:17.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:16 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:16.128559+0000 mon.smithi086 (mon.0) 798 : audit [INF] from='mds.? [v2:172.21.15.86:6834/948349836,v1:172.21.15.86:6835/948349836]' entity='mds.foofs.smithi086.wmhkxy' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.155:0/1696601582"}]: dispatch 2024-09-10T18:24:17.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:16.128147+0000 mds.foofs.smithi086.wmhkxy (mds.0) 58 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 283.818759 secs 2024-09-10T18:24:17.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:16.128195+0000 mds.foofs.smithi086.wmhkxy (mds.0) 59 : cluster [WRN] evicting unresponsive client smithi155:foo1 (24295), after 301.559 seconds 2024-09-10T18:24:17.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:16.128211+0000 mds.foofs.smithi086.wmhkxy (mds.0) 60 : cluster [INF] Evicting (and blocklisting) client session 24295 (172.21.15.155:0/1696601582) 2024-09-10T18:24:17.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:16.128559+0000 mon.smithi086 (mon.0) 798 : audit [INF] from='mds.? [v2:172.21.15.86:6834/948349836,v1:172.21.15.86:6835/948349836]' entity='mds.foofs.smithi086.wmhkxy' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.155:0/1696601582"}]: dispatch 2024-09-10T18:24:18.114 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.75 MB/sec execute 312 sec latency 294914.994 ms 2024-09-10T18:24:18.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:17 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:16.863668+0000 mgr.smithi155.gxleeu (mgr.24407) 237 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:24:18.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:17 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:16.925024+0000 mon.smithi086 (mon.0) 799 : audit [INF] from='mds.? [v2:172.21.15.86:6834/948349836,v1:172.21.15.86:6835/948349836]' entity='mds.foofs.smithi086.wmhkxy' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.155:0/1696601582"}]': finished 2024-09-10T18:24:18.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:17 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:16.925079+0000 mon.smithi086 (mon.0) 800 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-09-10T18:24:18.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:16.863668+0000 mgr.smithi155.gxleeu (mgr.24407) 237 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:24:18.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:16.925024+0000 mon.smithi086 (mon.0) 799 : audit [INF] from='mds.? [v2:172.21.15.86:6834/948349836,v1:172.21.15.86:6835/948349836]' entity='mds.foofs.smithi086.wmhkxy' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.155:0/1696601582"}]': finished 2024-09-10T18:24:18.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:16.925079+0000 mon.smithi086 (mon.0) 800 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-09-10T18:24:19.114 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.75 MB/sec execute 313 sec latency 295915.083 ms 2024-09-10T18:24:20.114 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.74 MB/sec execute 314 sec latency 296915.176 ms 2024-09-10T18:24:20.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:19 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:18.864244+0000 mgr.smithi155.gxleeu (mgr.24407) 238 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-10T18:24:20.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:18.864244+0000 mgr.smithi155.gxleeu (mgr.24407) 238 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-10T18:24:21.114 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.74 MB/sec execute 315 sec latency 297915.332 ms 2024-09-10T18:24:21.303 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:20 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:20.034520+0000 mon.smithi155 (mon.1) 138 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:24:21.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:20 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:20.034520+0000 mon.smithi155 (mon.1) 138 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:24:22.114 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.74 MB/sec execute 316 sec latency 298915.438 ms 2024-09-10T18:24:22.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:21 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:20.865169+0000 mgr.smithi155.gxleeu (mgr.24407) 239 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-10T18:24:22.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:21 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:21.128259+0000 mds.foofs.smithi086.wmhkxy (mds.0) 61 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 288.818870 secs 2024-09-10T18:24:22.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:20.865169+0000 mgr.smithi155.gxleeu (mgr.24407) 239 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-10T18:24:22.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:21.128259+0000 mds.foofs.smithi086.wmhkxy (mds.0) 61 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 288.818870 secs 2024-09-10T18:24:23.114 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.74 MB/sec execute 317 sec latency 299915.554 ms 2024-09-10T18:24:24.114 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.73 MB/sec execute 318 sec latency 300915.682 ms 2024-09-10T18:24:24.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:23 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:22.865708+0000 mgr.smithi155.gxleeu (mgr.24407) 240 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-10T18:24:24.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:23 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:22.865708+0000 mgr.smithi155.gxleeu (mgr.24407) 240 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-10T18:24:25.115 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.73 MB/sec execute 319 sec latency 301915.771 ms 2024-09-10T18:24:26.115 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.73 MB/sec execute 320 sec latency 302915.863 ms 2024-09-10T18:24:26.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:25 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:24.866099+0000 mgr.smithi155.gxleeu (mgr.24407) 241 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-10T18:24:26.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:24.866099+0000 mgr.smithi155.gxleeu (mgr.24407) 241 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-10T18:24:27.115 INFO:teuthology.orchestra.run.smithi086.stdout: 5 105144 0.73 MB/sec execute 321 sec latency 303915.907 ms 2024-09-10T18:24:27.135 INFO:teuthology.orchestra.run.smithi086.stdout:[106442] unlink ./clients/client4/~dmtmp/COREL/@@@CDRW.TMP failed (No such file or directory) - expected NT_STATUS_OK 2024-09-10T18:24:27.135 INFO:teuthology.orchestra.run.smithi086.stdout:ERROR: child 4 failed at line 106442 2024-09-10T18:24:27.136 INFO:teuthology.orchestra.run.smithi086.stdout:[105506] rename ./clients/client0/~dmtmp/EXCEL/BEED0000 ./clients/client0/~dmtmp/EXCEL/SALES1.XLS failed (No such file or directory) - expected NT_STATUS_OK 2024-09-10T18:24:27.136 INFO:teuthology.orchestra.run.smithi086.stdout:ERROR: child 0 failed at line 105506 2024-09-10T18:24:27.136 INFO:teuthology.orchestra.run.smithi086.stdout:[106679] unlink ./clients/client2/~dmtmp/PM/PMC176.TMP failed (No such file or directory) - expected NT_STATUS_OK 2024-09-10T18:24:27.136 INFO:teuthology.orchestra.run.smithi086.stdout:ERROR: child 2 failed at line 106679 2024-09-10T18:24:27.136 INFO:teuthology.orchestra.run.smithi086.stdout:Child failed with status 1 2024-09-10T18:24:27.200 DEBUG:teuthology.orchestra.run.smithi086:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2024-09-10T18:24:27.230 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:26.128371+0000 mds.foofs.smithi086.wmhkxy (mds.0) 62 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 293.818983 secs 2024-09-10T18:24:27.230 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:26.128410+0000 mds.foofs.smithi086.wmhkxy (mds.0) 63 : cluster [WRN] evicting unresponsive client smithi086:foo1 (14576), after 304.462 seconds 2024-09-10T18:24:27.230 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:26.128427+0000 mds.foofs.smithi086.wmhkxy (mds.0) 64 : cluster [INF] Evicting (and blocklisting) client session 14576 (172.21.15.86:0/4155926773) 2024-09-10T18:24:27.230 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:26 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:26.128820+0000 mon.smithi086 (mon.0) 801 : audit [INF] from='mds.? [v2:172.21.15.86:6834/948349836,v1:172.21.15.86:6835/948349836]' entity='mds.foofs.smithi086.wmhkxy' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.86:0/4155926773"}]: dispatch 2024-09-10T18:24:27.256 DEBUG:teuthology.orchestra.run.smithi086:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2024-09-10T18:24:27.362 DEBUG:teuthology.orchestra.run.smithi086:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2024-09-10T18:24:27.385 INFO:teuthology.orchestra.run.smithi086.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-09-10T18:24:27.386 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-10T18:24:27.386 INFO:teuthology.orchestra.run.smithi086.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2024-09-10T18:24:27.386 INFO:teuthology.orchestra.run.smithi086.stdout:3 of 5 processes prepared for launch 0 sec 2024-09-10T18:24:27.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:26.128371+0000 mds.foofs.smithi086.wmhkxy (mds.0) 62 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 293.818983 secs 2024-09-10T18:24:27.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:26.128410+0000 mds.foofs.smithi086.wmhkxy (mds.0) 63 : cluster [WRN] evicting unresponsive client smithi086:foo1 (14576), after 304.462 seconds 2024-09-10T18:24:27.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:26.128427+0000 mds.foofs.smithi086.wmhkxy (mds.0) 64 : cluster [INF] Evicting (and blocklisting) client session 14576 (172.21.15.86:0/4155926773) 2024-09-10T18:24:27.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:26.128820+0000 mon.smithi086 (mon.0) 801 : audit [INF] from='mds.? [v2:172.21.15.86:6834/948349836,v1:172.21.15.86:6835/948349836]' entity='mds.foofs.smithi086.wmhkxy' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.86:0/4155926773"}]: dispatch 2024-09-10T18:24:27.486 INFO:teuthology.orchestra.run.smithi086.stdout:5 of 5 processes prepared for launch 0 sec 2024-09-10T18:24:27.487 INFO:teuthology.orchestra.run.smithi086.stdout:releasing clients 2024-09-10T18:24:27.997 INFO:teuthology.orchestra.run.smithi086.stdout:true 2024-09-10T18:24:28.238 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:27 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:26.866816+0000 mgr.smithi155.gxleeu (mgr.24407) 242 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-10T18:24:28.239 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:27 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:26.961806+0000 mon.smithi086 (mon.0) 802 : audit [INF] from='mds.? [v2:172.21.15.86:6834/948349836,v1:172.21.15.86:6835/948349836]' entity='mds.foofs.smithi086.wmhkxy' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.86:0/4155926773"}]': finished 2024-09-10T18:24:28.239 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:27 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:26.961857+0000 mon.smithi086 (mon.0) 803 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-09-10T18:24:28.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:26.866816+0000 mgr.smithi155.gxleeu (mgr.24407) 242 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-10T18:24:28.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:26.961806+0000 mon.smithi086 (mon.0) 802 : audit [INF] from='mds.? [v2:172.21.15.86:6834/948349836,v1:172.21.15.86:6835/948349836]' entity='mds.foofs.smithi086.wmhkxy' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.86:0/4155926773"}]': finished 2024-09-10T18:24:28.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:26.961857+0000 mon.smithi086 (mon.0) 803 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-09-10T18:24:28.944 INFO:teuthology.orchestra.run.smithi086.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:24:28.945 INFO:teuthology.orchestra.run.smithi086.stdout:alertmanager.smithi086 smithi086 *:9093,9094 running (11m) 2m ago 13m 19.3M - 0.20.0 0881eb8f169f 6f4c7936f6b6 2024-09-10T18:24:28.945 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi086 smithi086 running (13m) 2m ago 13m 6400k - 16.2.4 8d91d370c2b8 9f2bafa17c41 2024-09-10T18:24:28.945 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi155 smithi155 running (12m) 2m ago 12m 6413k - 16.2.4 8d91d370c2b8 be056b3d8fc4 2024-09-10T18:24:28.945 INFO:teuthology.orchestra.run.smithi086.stdout:grafana.smithi086 smithi086 *:3000 running (11m) 2m ago 12m 35.0M - 6.7.4 557c83e11646 013c9bd31cbe 2024-09-10T18:24:28.945 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi086.wmhkxy smithi086 running (7m) 2m ago 7m 38.3M - 16.2.4 8d91d370c2b8 3f5e7a0d954a 2024-09-10T18:24:28.945 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi155.ddyadp smithi155 running (7m) 2m ago 7m 13.2M - 16.2.4 8d91d370c2b8 fed2aba1e81e 2024-09-10T18:24:28.945 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi086.qqqtpz smithi086 *:8443,9283 running (2m) 2m ago 14m 80.6M - 17.2.7-1606-g5be57395 4c55dd409611 40e989a592fb 2024-09-10T18:24:28.945 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi155.gxleeu smithi155 *:8443,9283 running (5m) 2m ago 12m 453M - 17.2.7-1606-g5be57395 4c55dd409611 a4c5ea2816e7 2024-09-10T18:24:28.945 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi086 smithi086 running (14m) 2m ago 14m 51.1M 2048M 16.2.4 8d91d370c2b8 51db5ba0401d 2024-09-10T18:24:28.945 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi155 smithi155 running (12m) 2m ago 12m 43.4M 2048M 16.2.4 8d91d370c2b8 45a737cfbcde 2024-09-10T18:24:28.945 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.0.0.smithi086.nvloft smithi086 *:2049 running (5m) 2m ago 5m 78.1M - 3.5 8d91d370c2b8 ac635a8973ea 2024-09-10T18:24:28.945 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.1.0.smithi155.xwyoxo smithi155 *:2049 running (4m) 2m ago 4m 77.7M - 3.5 8d91d370c2b8 5d4993e7f1ca 2024-09-10T18:24:28.946 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi086 smithi086 *:9100 running (12m) 2m ago 12m 17.2M - 0.18.1 e5a616e4b9cf ebcaa2fe985c 2024-09-10T18:24:28.946 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi155 smithi155 *:9100 running (12m) 2m ago 12m 17.2M - 0.18.1 e5a616e4b9cf 1811325b1f2a 2024-09-10T18:24:28.946 INFO:teuthology.orchestra.run.smithi086.stdout:osd.0 smithi086 running (11m) 2m ago 11m 406M 4096M 16.2.4 8d91d370c2b8 9ec5215242da 2024-09-10T18:24:28.946 INFO:teuthology.orchestra.run.smithi086.stdout:osd.1 smithi086 running (11m) 2m ago 11m 313M 4096M 16.2.4 8d91d370c2b8 6f4c220ee750 2024-09-10T18:24:28.946 INFO:teuthology.orchestra.run.smithi086.stdout:osd.2 smithi086 running (10m) 2m ago 10m 251M 4096M 16.2.4 8d91d370c2b8 fc881ce40288 2024-09-10T18:24:28.946 INFO:teuthology.orchestra.run.smithi086.stdout:osd.3 smithi086 running (10m) 2m ago 10m 382M 4096M 16.2.4 8d91d370c2b8 62f9298fc37a 2024-09-10T18:24:28.946 INFO:teuthology.orchestra.run.smithi086.stdout:osd.4 smithi155 running (10m) 2m ago 10m 391M 4096M 16.2.4 8d91d370c2b8 7068d2f6f340 2024-09-10T18:24:28.946 INFO:teuthology.orchestra.run.smithi086.stdout:osd.5 smithi155 running (9m) 2m ago 9m 419M 4096M 16.2.4 8d91d370c2b8 4278b8fdd427 2024-09-10T18:24:28.946 INFO:teuthology.orchestra.run.smithi086.stdout:osd.6 smithi155 running (9m) 2m ago 9m 353M 4096M 16.2.4 8d91d370c2b8 b1120f71f9ec 2024-09-10T18:24:28.946 INFO:teuthology.orchestra.run.smithi086.stdout:osd.7 smithi155 running (9m) 2m ago 9m 494M 4096M 16.2.4 8d91d370c2b8 63785fceaf50 2024-09-10T18:24:28.946 INFO:teuthology.orchestra.run.smithi086.stdout:prometheus.smithi086 smithi086 *:9095 error 2m ago 12m 44.4M - 2.18.1 de242295e225 b0d895b622f6 2024-09-10T18:24:29.326 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:27.975565+0000 mgr.smithi155.gxleeu (mgr.24407) 243 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:24:29.326 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:28.322642+0000 mon.smithi086 (mon.0) 804 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:24:29.326 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:28.330204+0000 mon.smithi086 (mon.0) 805 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:24:29.326 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:28.331945+0000 mon.smithi155 (mon.1) 139 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:24:29.327 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:28.332592+0000 mon.smithi155 (mon.1) 140 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:24:29.327 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:28.337891+0000 mon.smithi086 (mon.0) 806 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:24:29.327 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:28.344900+0000 mon.smithi086 (mon.0) 807 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:24:29.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:27.975565+0000 mgr.smithi155.gxleeu (mgr.24407) 243 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:24:29.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:28.322642+0000 mon.smithi086 (mon.0) 804 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:24:29.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:28.330204+0000 mon.smithi086 (mon.0) 805 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:24:29.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:28.331945+0000 mon.smithi155 (mon.1) 139 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:24:29.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:28.332592+0000 mon.smithi155 (mon.1) 140 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:24:29.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:28.337891+0000 mon.smithi086 (mon.0) 806 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:24:29.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:28.344900+0000 mon.smithi086 (mon.0) 807 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' 2024-09-10T18:24:29.486 INFO:teuthology.orchestra.run.smithi086.stdout: 5 350 23.41 MB/sec execute 1 sec latency 31.862 ms 2024-09-10T18:24:29.488 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:24:29.488 INFO:teuthology.orchestra.run.smithi086.stdout: "mon": { 2024-09-10T18:24:29.488 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:24:29.488 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:24:29.488 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr": { 2024-09-10T18:24:29.488 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:24:29.488 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:24:29.489 INFO:teuthology.orchestra.run.smithi086.stdout: "osd": { 2024-09-10T18:24:29.489 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-10T18:24:29.489 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:24:29.489 INFO:teuthology.orchestra.run.smithi086.stdout: "mds": { 2024-09-10T18:24:29.489 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:24:29.489 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:24:29.489 INFO:teuthology.orchestra.run.smithi086.stdout: "overall": { 2024-09-10T18:24:29.489 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 12, 2024-09-10T18:24:29.489 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:24:29.489 INFO:teuthology.orchestra.run.smithi086.stdout: } 2024-09-10T18:24:29.489 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:24:29.933 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:24:29.933 INFO:teuthology.orchestra.run.smithi086.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T18:24:29.933 INFO:teuthology.orchestra.run.smithi086.stdout: "in_progress": true, 2024-09-10T18:24:29.934 INFO:teuthology.orchestra.run.smithi086.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T18:24:29.934 INFO:teuthology.orchestra.run.smithi086.stdout: "services_complete": [ 2024-09-10T18:24:29.934 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr" 2024-09-10T18:24:29.934 INFO:teuthology.orchestra.run.smithi086.stdout: ], 2024-09-10T18:24:29.934 INFO:teuthology.orchestra.run.smithi086.stdout: "progress": "2/23 daemons upgraded", 2024-09-10T18:24:29.934 INFO:teuthology.orchestra.run.smithi086.stdout: "message": "Currently upgrading mgr daemons", 2024-09-10T18:24:29.934 INFO:teuthology.orchestra.run.smithi086.stdout: "is_paused": false 2024-09-10T18:24:29.934 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:24:30.273 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:24:28.333090+0000 mgr.smithi155.gxleeu (mgr.24407) 244 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:24:30.273 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:28.333626+0000 mgr.smithi155.gxleeu (mgr.24407) 245 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 216 B/s rd, 216 B/s wr, 0 op/s 2024-09-10T18:24:30.273 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:24:28.420133+0000 mgr.smithi155.gxleeu (mgr.24407) 246 : cephadm [INF] Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:24:30.273 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:24:28.424954+0000 mgr.smithi155.gxleeu (mgr.24407) 247 : cephadm [INF] Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:24:30.273 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:28.429711+0000 mgr.smithi155.gxleeu (mgr.24407) 248 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:24:30.273 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:28.933225+0000 mgr.smithi155.gxleeu (mgr.24407) 249 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:24:30.274 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:29.327203+0000 mon.smithi086 (mon.0) 808 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-10T18:24:30.274 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:29.486868+0000 mon.smithi086 (mon.0) 809 : audit [DBG] from='client.? 172.21.15.86:0/1371829014' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:24:30.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:24:28.333090+0000 mgr.smithi155.gxleeu (mgr.24407) 244 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:24:30.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:28.333626+0000 mgr.smithi155.gxleeu (mgr.24407) 245 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 216 B/s rd, 216 B/s wr, 0 op/s 2024-09-10T18:24:30.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:24:28.420133+0000 mgr.smithi155.gxleeu (mgr.24407) 246 : cephadm [INF] Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:24:30.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:24:28.424954+0000 mgr.smithi155.gxleeu (mgr.24407) 247 : cephadm [INF] Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:24:30.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:28.429711+0000 mgr.smithi155.gxleeu (mgr.24407) 248 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:24:30.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:28.933225+0000 mgr.smithi155.gxleeu (mgr.24407) 249 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:24:30.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:29.327203+0000 mon.smithi086 (mon.0) 808 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-10T18:24:30.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:29.486868+0000 mon.smithi086 (mon.0) 809 : audit [DBG] from='client.? 172.21.15.86:0/1371829014' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:24:30.486 INFO:teuthology.orchestra.run.smithi086.stdout: 5 520 25.36 MB/sec execute 2 sec latency 33.391 ms 2024-09-10T18:24:31.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:30 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:29.931782+0000 mgr.smithi155.gxleeu (mgr.24407) 250 : audit [DBG] from='client.24613 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:24:31.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:29.931782+0000 mgr.smithi155.gxleeu (mgr.24407) 250 : audit [DBG] from='client.24613 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:24:31.486 INFO:teuthology.orchestra.run.smithi086.stdout: 5 1171 25.29 MB/sec execute 3 sec latency 17.895 ms 2024-09-10T18:24:32.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:31 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:30.334030+0000 mgr.smithi155.gxleeu (mgr.24407) 251 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 216 B/s rd, 0 op/s 2024-09-10T18:24:32.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:30.334030+0000 mgr.smithi155.gxleeu (mgr.24407) 251 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 216 B/s rd, 0 op/s 2024-09-10T18:24:32.486 INFO:teuthology.orchestra.run.smithi086.stdout: 5 2100 23.52 MB/sec execute 4 sec latency 20.164 ms 2024-09-10T18:24:33.298 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:32.194767+0000 mon.smithi155 (mon.1) 141 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:24:33.298 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:32.200654+0000 mon.smithi155 (mon.1) 142 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "mgr fail", "who": "smithi155.gxleeu"}]: dispatch 2024-09-10T18:24:33.298 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:32.201002+0000 mon.smithi086 (mon.0) 810 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "mgr fail", "who": "smithi155.gxleeu"}]: dispatch 2024-09-10T18:24:33.298 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:32.207180+0000 mon.smithi086 (mon.0) 811 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-10T18:24:33.298 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:32.893378+0000 mon.smithi086 (mon.0) 812 : cluster [INF] MDS health message cleared (mds.?): Client smithi086:foo1 failing to respond to capability release 2024-09-10T18:24:33.298 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:32.893398+0000 mon.smithi086 (mon.0) 813 : cluster [INF] MDS health message cleared (mds.?): 1 slow requests are blocked > 30 secs 2024-09-10T18:24:33.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:32.194767+0000 mon.smithi155 (mon.1) 141 : audit [DBG] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:24:33.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:32.200654+0000 mon.smithi155 (mon.1) 142 : audit [INF] from='mgr.24407 172.21.15.155:0/2778007807' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "mgr fail", "who": "smithi155.gxleeu"}]: dispatch 2024-09-10T18:24:33.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:32.201002+0000 mon.smithi086 (mon.0) 810 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "mgr fail", "who": "smithi155.gxleeu"}]: dispatch 2024-09-10T18:24:33.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:32.207180+0000 mon.smithi086 (mon.0) 811 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-10T18:24:33.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:32.893378+0000 mon.smithi086 (mon.0) 812 : cluster [INF] MDS health message cleared (mds.?): Client smithi086:foo1 failing to respond to capability release 2024-09-10T18:24:33.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:32.893398+0000 mon.smithi086 (mon.0) 813 : cluster [INF] MDS health message cleared (mds.?): 1 slow requests are blocked > 30 secs 2024-09-10T18:24:33.486 INFO:teuthology.orchestra.run.smithi086.stdout: 5 cleanup 5 sec 2024-09-10T18:24:33.723 INFO:teuthology.orchestra.run.smithi086.stdout: 0 cleanup 5 sec 2024-09-10T18:24:33.723 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-10T18:24:33.723 INFO:teuthology.orchestra.run.smithi086.stdout: Operation Count AvgLat MaxLat 2024-09-10T18:24:33.723 INFO:teuthology.orchestra.run.smithi086.stdout: ---------------------------------------- 2024-09-10T18:24:33.723 INFO:teuthology.orchestra.run.smithi086.stdout: NTCreateX 2016 3.469 33.384 2024-09-10T18:24:33.723 INFO:teuthology.orchestra.run.smithi086.stdout: Close 1757 3.452 31.469 2024-09-10T18:24:33.723 INFO:teuthology.orchestra.run.smithi086.stdout: Rename 85 7.106 31.847 2024-09-10T18:24:33.723 INFO:teuthology.orchestra.run.smithi086.stdout: Unlink 200 3.155 14.044 2024-09-10T18:24:33.723 INFO:teuthology.orchestra.run.smithi086.stdout: Qpathinfo 1757 1.047 19.251 2024-09-10T18:24:33.723 INFO:teuthology.orchestra.run.smithi086.stdout: Qfileinfo 604 9.248 29.143 2024-09-10T18:24:33.723 INFO:teuthology.orchestra.run.smithi086.stdout: Qfsinfo 235 0.361 1.461 2024-09-10T18:24:33.724 INFO:teuthology.orchestra.run.smithi086.stdout: Sfileinfo 250 6.978 19.402 2024-09-10T18:24:33.724 INFO:teuthology.orchestra.run.smithi086.stdout: Find 607 0.260 1.222 2024-09-10T18:24:33.724 INFO:teuthology.orchestra.run.smithi086.stdout: WriteX 2291 0.023 0.108 2024-09-10T18:24:33.724 INFO:teuthology.orchestra.run.smithi086.stdout: ReadX 2371 0.011 0.913 2024-09-10T18:24:33.724 INFO:teuthology.orchestra.run.smithi086.stdout: Flush 171 7.198 14.779 2024-09-10T18:24:33.724 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-10T18:24:33.724 INFO:teuthology.orchestra.run.smithi086.stdout:Throughput 23.5158 MB/sec 5 clients 5 procs max_latency=33.391 ms 2024-09-10T18:24:33.725 DEBUG:teuthology.parallel:result is None 2024-09-10T18:24:34.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:32.976648+0000 mon.smithi086 (mon.0) 814 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "mgr fail", "who": "smithi155.gxleeu"}]': finished 2024-09-10T18:24:34.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:32.976698+0000 mon.smithi086 (mon.0) 815 : cluster [DBG] mgrmap e35: smithi086.qqqtpz(active, starting, since 0.774828s) 2024-09-10T18:24:34.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:32.978148+0000 mon.smithi086 (mon.0) 816 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-09-10T18:24:34.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:32.978314+0000 mon.smithi086 (mon.0) 817 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-10T18:24:34.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:32.978630+0000 mon.smithi086 (mon.0) 818 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi086.wmhkxy"}]: dispatch 2024-09-10T18:24:34.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:32.978871+0000 mon.smithi086 (mon.0) 819 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi155.ddyadp"}]: dispatch 2024-09-10T18:24:34.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:32.979418+0000 mon.smithi086 (mon.0) 820 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr metadata", "who": "smithi086.qqqtpz", "id": "smithi086.qqqtpz"}]: dispatch 2024-09-10T18:24:34.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:32.979659+0000 mon.smithi086 (mon.0) 821 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:24:34.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:32.983041+0000 mon.smithi086 (mon.0) 822 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:24:34.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:32.983311+0000 mon.smithi086 (mon.0) 823 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:24:34.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:32.983551+0000 mon.smithi086 (mon.0) 824 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:24:34.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:32.983783+0000 mon.smithi086 (mon.0) 825 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:24:34.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:32.984048+0000 mon.smithi086 (mon.0) 826 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:24:34.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:32.984256+0000 mon.smithi086 (mon.0) 827 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:24:34.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:32.984515+0000 mon.smithi086 (mon.0) 828 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:24:34.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:32.984740+0000 mon.smithi086 (mon.0) 829 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:24:34.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:32.985094+0000 mon.smithi086 (mon.0) 830 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:24:34.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:32.985717+0000 mon.smithi086 (mon.0) 831 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:24:34.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:33.202659+0000 mon.smithi086 (mon.0) 832 : cluster [INF] Health check cleared: MDS_CLIENT_LATE_RELEASE (was: 1 clients failing to respond to capability release) 2024-09-10T18:24:34.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:33.202691+0000 mon.smithi086 (mon.0) 833 : cluster [INF] Health check cleared: MDS_SLOW_REQUEST (was: 1 MDSs report slow requests) 2024-09-10T18:24:34.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:33.209310+0000 mon.smithi086 (mon.0) 834 : cluster [DBG] mds.? [v2:172.21.15.86:6834/948349836,v1:172.21.15.86:6835/948349836] up:active 2024-09-10T18:24:34.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:33.209388+0000 mon.smithi086 (mon.0) 835 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi086.wmhkxy=up:active} 1 up:standby 2024-09-10T18:24:34.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:33.438267+0000 mon.smithi086 (mon.0) 836 : cluster [INF] Manager daemon smithi086.qqqtpz is now available 2024-09-10T18:24:34.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:33.453284+0000 mon.smithi086 (mon.0) 837 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:34.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:33.465965+0000 mon.smithi086 (mon.0) 838 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:24:34.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:33.483796+0000 mon.smithi086 (mon.0) 839 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:34.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:33.486636+0000 mon.smithi086 (mon.0) 840 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:24:34.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:33.494405+0000 mon.smithi086 (mon.0) 841 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:24:34.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:33 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:33.513604+0000 mon.smithi086 (mon.0) 842 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/trash_purge_schedule"}]: dispatch 2024-09-10T18:24:34.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:32.976648+0000 mon.smithi086 (mon.0) 814 : audit [INF] from='mgr.24407 ' entity='mgr.smithi155.gxleeu' cmd='[{"prefix": "mgr fail", "who": "smithi155.gxleeu"}]': finished 2024-09-10T18:24:34.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:32.976698+0000 mon.smithi086 (mon.0) 815 : cluster [DBG] mgrmap e35: smithi086.qqqtpz(active, starting, since 0.774828s) 2024-09-10T18:24:34.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:32.978148+0000 mon.smithi086 (mon.0) 816 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-09-10T18:24:34.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:32.978314+0000 mon.smithi086 (mon.0) 817 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-10T18:24:34.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:32.978630+0000 mon.smithi086 (mon.0) 818 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi086.wmhkxy"}]: dispatch 2024-09-10T18:24:34.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:32.978871+0000 mon.smithi086 (mon.0) 819 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi155.ddyadp"}]: dispatch 2024-09-10T18:24:34.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:32.979418+0000 mon.smithi086 (mon.0) 820 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr metadata", "who": "smithi086.qqqtpz", "id": "smithi086.qqqtpz"}]: dispatch 2024-09-10T18:24:34.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:32.979659+0000 mon.smithi086 (mon.0) 821 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:24:34.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:32.983041+0000 mon.smithi086 (mon.0) 822 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:24:34.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:32.983311+0000 mon.smithi086 (mon.0) 823 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:24:34.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:32.983551+0000 mon.smithi086 (mon.0) 824 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:24:34.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:32.983783+0000 mon.smithi086 (mon.0) 825 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:24:34.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:32.984048+0000 mon.smithi086 (mon.0) 826 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:24:34.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:32.984256+0000 mon.smithi086 (mon.0) 827 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:24:34.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:32.984515+0000 mon.smithi086 (mon.0) 828 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:24:34.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:32.984740+0000 mon.smithi086 (mon.0) 829 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:24:34.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:32.985094+0000 mon.smithi086 (mon.0) 830 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:24:34.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:32.985717+0000 mon.smithi086 (mon.0) 831 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:24:34.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:33.202659+0000 mon.smithi086 (mon.0) 832 : cluster [INF] Health check cleared: MDS_CLIENT_LATE_RELEASE (was: 1 clients failing to respond to capability release) 2024-09-10T18:24:34.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:33.202691+0000 mon.smithi086 (mon.0) 833 : cluster [INF] Health check cleared: MDS_SLOW_REQUEST (was: 1 MDSs report slow requests) 2024-09-10T18:24:34.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:33.209310+0000 mon.smithi086 (mon.0) 834 : cluster [DBG] mds.? [v2:172.21.15.86:6834/948349836,v1:172.21.15.86:6835/948349836] up:active 2024-09-10T18:24:34.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:33.209388+0000 mon.smithi086 (mon.0) 835 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi086.wmhkxy=up:active} 1 up:standby 2024-09-10T18:24:34.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:33.438267+0000 mon.smithi086 (mon.0) 836 : cluster [INF] Manager daemon smithi086.qqqtpz is now available 2024-09-10T18:24:34.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:33.453284+0000 mon.smithi086 (mon.0) 837 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:34.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:33.465965+0000 mon.smithi086 (mon.0) 838 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:24:34.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:33.483796+0000 mon.smithi086 (mon.0) 839 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:34.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:33.486636+0000 mon.smithi086 (mon.0) 840 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:24:34.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:33.494405+0000 mon.smithi086 (mon.0) 841 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:24:34.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:33 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:33.513604+0000 mon.smithi086 (mon.0) 842 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/trash_purge_schedule"}]: dispatch 2024-09-10T18:24:35.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:24:33.449996+0000 mgr.smithi086.qqqtpz (mgr.14864) 1 : cephadm [INF] inventory: adjusted host smithi155 addr 'smithi155' -> '172.21.15.155' 2024-09-10T18:24:35.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:34.224445+0000 mon.smithi086 (mon.0) 843 : cluster [DBG] mgrmap e36: smithi086.qqqtpz(active, since 2s) 2024-09-10T18:24:35.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:34.236001+0000 mgr.smithi086.qqqtpz (mgr.14864) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 323 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2024-09-10T18:24:35.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:35.069314+0000 mon.smithi086 (mon.0) 844 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:35.616 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:24:33.449996+0000 mgr.smithi086.qqqtpz (mgr.14864) 1 : cephadm [INF] inventory: adjusted host smithi155 addr 'smithi155' -> '172.21.15.155' 2024-09-10T18:24:35.616 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:34.224445+0000 mon.smithi086 (mon.0) 843 : cluster [DBG] mgrmap e36: smithi086.qqqtpz(active, since 2s) 2024-09-10T18:24:35.616 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:34.236001+0000 mgr.smithi086.qqqtpz (mgr.14864) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 323 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2024-09-10T18:24:35.617 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:35.069314+0000 mon.smithi086 (mon.0) 844 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:36.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:24:34.948475+0000 mgr.smithi086.qqqtpz (mgr.14864) 3 : cephadm [INF] [10/Sep/2024:18:24:34] ENGINE Bus STARTING 2024-09-10T18:24:36.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:34.980984+0000 mgr.smithi086.qqqtpz (mgr.14864) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 323 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2024-09-10T18:24:36.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:24:35.065293+0000 mgr.smithi086.qqqtpz (mgr.14864) 5 : cephadm [INF] [10/Sep/2024:18:24:35] ENGINE Serving on https://172.21.15.86:7150 2024-09-10T18:24:36.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:24:35.065378+0000 mgr.smithi086.qqqtpz (mgr.14864) 6 : cephadm [INF] [10/Sep/2024:18:24:35] ENGINE Bus STARTED 2024-09-10T18:24:36.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:24:35.066720+0000 mgr.smithi086.qqqtpz (mgr.14864) 7 : cephadm [ERR] [10/Sep/2024:18:24:35] ENGINE Error in HTTPServer.serve 2024-09-10T18:24:36.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Traceback (most recent call last): 2024-09-10T18:24:36.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:24:36.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: self._connections.run(self.expiration_interval) 2024-09-10T18:24:36.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:24:36.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: self._run(expiration_interval) 2024-09-10T18:24:36.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:24:36.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:24:36.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:24:36.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:24:36.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:24:36.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: s = self.context.wrap_socket( 2024-09-10T18:24:36.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:24:36.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: return self.sslsocket_class._create( 2024-09-10T18:24:36.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:24:36.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: self.do_handshake() 2024-09-10T18:24:36.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:24:36.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: self._sslobj.do_handshake() 2024-09-10T18:24:36.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:24:36.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: 2024-09-10T18:24:36.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:35.213178+0000 mon.smithi086 (mon.0) 845 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-10T18:24:36.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:35.213217+0000 mon.smithi086 (mon.0) 846 : cluster [INF] Cluster is now healthy 2024-09-10T18:24:36.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:36 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:35.229173+0000 mon.smithi086 (mon.0) 847 : cluster [DBG] mgrmap e37: smithi086.qqqtpz(active, since 3s) 2024-09-10T18:24:36.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:24:34.948475+0000 mgr.smithi086.qqqtpz (mgr.14864) 3 : cephadm [INF] [10/Sep/2024:18:24:34] ENGINE Bus STARTING 2024-09-10T18:24:36.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:34.980984+0000 mgr.smithi086.qqqtpz (mgr.14864) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 323 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2024-09-10T18:24:36.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:24:35.065293+0000 mgr.smithi086.qqqtpz (mgr.14864) 5 : cephadm [INF] [10/Sep/2024:18:24:35] ENGINE Serving on https://172.21.15.86:7150 2024-09-10T18:24:36.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:24:35.065378+0000 mgr.smithi086.qqqtpz (mgr.14864) 6 : cephadm [INF] [10/Sep/2024:18:24:35] ENGINE Bus STARTED 2024-09-10T18:24:36.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:24:35.066720+0000 mgr.smithi086.qqqtpz (mgr.14864) 7 : cephadm [ERR] [10/Sep/2024:18:24:35] ENGINE Error in HTTPServer.serve 2024-09-10T18:24:36.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: Traceback (most recent call last): 2024-09-10T18:24:36.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:24:36.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: self._connections.run(self.expiration_interval) 2024-09-10T18:24:36.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:24:36.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: self._run(expiration_interval) 2024-09-10T18:24:36.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:24:36.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:24:36.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:24:36.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:24:36.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:24:36.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: s = self.context.wrap_socket( 2024-09-10T18:24:36.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:24:36.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: return self.sslsocket_class._create( 2024-09-10T18:24:36.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:24:36.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: self.do_handshake() 2024-09-10T18:24:36.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:24:36.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: self._sslobj.do_handshake() 2024-09-10T18:24:36.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:24:36.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: 2024-09-10T18:24:36.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:35.213178+0000 mon.smithi086 (mon.0) 845 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-10T18:24:36.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:35.213217+0000 mon.smithi086 (mon.0) 846 : cluster [INF] Cluster is now healthy 2024-09-10T18:24:36.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:36 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:35.229173+0000 mon.smithi086 (mon.0) 847 : cluster [DBG] mgrmap e37: smithi086.qqqtpz(active, since 3s) 2024-09-10T18:24:38.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:38 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:36.981357+0000 mgr.smithi086.qqqtpz (mgr.14864) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 323 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2024-09-10T18:24:38.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:38 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:37.230088+0000 mon.smithi086 (mon.0) 848 : cluster [DBG] mgrmap e38: smithi086.qqqtpz(active, since 5s) 2024-09-10T18:24:38.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:38 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:37.860272+0000 mon.smithi086 (mon.0) 849 : cluster [DBG] Standby manager daemon smithi155.gxleeu started 2024-09-10T18:24:38.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:38 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:37.861616+0000 mon.smithi155 (mon.1) 143 : audit [DBG] from='mgr.? 172.21.15.155:0/2034952561' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi155.gxleeu/crt"}]: dispatch 2024-09-10T18:24:38.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:38 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:37.862396+0000 mon.smithi155 (mon.1) 144 : audit [DBG] from='mgr.? 172.21.15.155:0/2034952561' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:24:38.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:38 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:37.864828+0000 mon.smithi155 (mon.1) 145 : audit [DBG] from='mgr.? 172.21.15.155:0/2034952561' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi155.gxleeu/key"}]: dispatch 2024-09-10T18:24:38.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:38 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:37.865212+0000 mon.smithi155 (mon.1) 146 : audit [DBG] from='mgr.? 172.21.15.155:0/2034952561' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:24:38.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:38 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:36.981357+0000 mgr.smithi086.qqqtpz (mgr.14864) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 323 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2024-09-10T18:24:38.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:38 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:37.230088+0000 mon.smithi086 (mon.0) 848 : cluster [DBG] mgrmap e38: smithi086.qqqtpz(active, since 5s) 2024-09-10T18:24:38.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:38 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:37.860272+0000 mon.smithi086 (mon.0) 849 : cluster [DBG] Standby manager daemon smithi155.gxleeu started 2024-09-10T18:24:38.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:38 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:37.861616+0000 mon.smithi155 (mon.1) 143 : audit [DBG] from='mgr.? 172.21.15.155:0/2034952561' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi155.gxleeu/crt"}]: dispatch 2024-09-10T18:24:38.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:38 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:37.862396+0000 mon.smithi155 (mon.1) 144 : audit [DBG] from='mgr.? 172.21.15.155:0/2034952561' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:24:38.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:38 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:37.864828+0000 mon.smithi155 (mon.1) 145 : audit [DBG] from='mgr.? 172.21.15.155:0/2034952561' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi155.gxleeu/key"}]: dispatch 2024-09-10T18:24:38.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:38 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:37.865212+0000 mon.smithi155 (mon.1) 146 : audit [DBG] from='mgr.? 172.21.15.155:0/2034952561' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:24:39.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:39 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:38.237374+0000 mon.smithi086 (mon.0) 850 : cluster [DBG] mgrmap e39: smithi086.qqqtpz(active, since 6s), standbys: smithi155.gxleeu 2024-09-10T18:24:39.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:39 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:38.237478+0000 mon.smithi086 (mon.0) 851 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr metadata", "who": "smithi155.gxleeu", "id": "smithi155.gxleeu"}]: dispatch 2024-09-10T18:24:39.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:39 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:38.529350+0000 mon.smithi086 (mon.0) 852 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:39.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:39 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:38.533861+0000 mon.smithi086 (mon.0) 853 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:39.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:39 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:39.131347+0000 mon.smithi086 (mon.0) 854 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:39.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:39 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:39.135111+0000 mon.smithi086 (mon.0) 855 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:39.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:39 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:38.237374+0000 mon.smithi086 (mon.0) 850 : cluster [DBG] mgrmap e39: smithi086.qqqtpz(active, since 6s), standbys: smithi155.gxleeu 2024-09-10T18:24:39.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:39 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:38.237478+0000 mon.smithi086 (mon.0) 851 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr metadata", "who": "smithi155.gxleeu", "id": "smithi155.gxleeu"}]: dispatch 2024-09-10T18:24:39.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:39 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:38.529350+0000 mon.smithi086 (mon.0) 852 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:39.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:39 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:38.533861+0000 mon.smithi086 (mon.0) 853 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:39.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:39 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:39.131347+0000 mon.smithi086 (mon.0) 854 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:39.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:39 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:39.135111+0000 mon.smithi086 (mon.0) 855 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:40.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:38.981653+0000 mgr.smithi086.qqqtpz (mgr.14864) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 323 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2024-09-10T18:24:40.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:40 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:38.981653+0000 mgr.smithi086.qqqtpz (mgr.14864) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 323 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2024-09-10T18:24:41.891 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:41 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:40.614738+0000 mon.smithi086 (mon.0) 856 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:41.891 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:41 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:40.618756+0000 mon.smithi086 (mon.0) 857 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:41.891 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:41 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:40.982231+0000 mgr.smithi086.qqqtpz (mgr.14864) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 33 KiB/s rd, 65 KiB/s wr, 76 op/s 2024-09-10T18:24:41.891 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:41 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:41.209686+0000 mon.smithi086 (mon.0) 858 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:41.891 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:41 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:41.213683+0000 mon.smithi086 (mon.0) 859 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:41.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:41 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:40.614738+0000 mon.smithi086 (mon.0) 856 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:41.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:41 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:40.618756+0000 mon.smithi086 (mon.0) 857 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:41.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:41 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:40.982231+0000 mgr.smithi086.qqqtpz (mgr.14864) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 33 KiB/s rd, 65 KiB/s wr, 76 op/s 2024-09-10T18:24:41.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:41 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:41.209686+0000 mon.smithi086 (mon.0) 858 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:41.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:41 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:41.213683+0000 mon.smithi086 (mon.0) 859 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:44.276 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:42.982525+0000 mgr.smithi086.qqqtpz (mgr.14864) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 50 KiB/s wr, 58 op/s 2024-09-10T18:24:44.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:44 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:42.982525+0000 mgr.smithi086.qqqtpz (mgr.14864) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 50 KiB/s wr, 58 op/s 2024-09-10T18:24:45.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:44.303358+0000 mon.smithi086 (mon.0) 860 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:45.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:44.307566+0000 mon.smithi086 (mon.0) 861 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:45.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:44.308699+0000 mon.smithi086 (mon.0) 862 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:24:45.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:44.309302+0000 mon.smithi086 (mon.0) 863 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:24:45.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:24:44.309795+0000 mgr.smithi086.qqqtpz (mgr.14864) 12 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:24:45.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:44.310480+0000 mgr.smithi086.qqqtpz (mgr.14864) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 44 KiB/s wr, 51 op/s 2024-09-10T18:24:45.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:44.313393+0000 mon.smithi086 (mon.0) 864 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:45.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:44.319090+0000 mon.smithi086 (mon.0) 865 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:45.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:24:44.393592+0000 mgr.smithi086.qqqtpz (mgr.14864) 14 : cephadm [INF] Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:24:45.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:45 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:24:44.403300+0000 mgr.smithi086.qqqtpz (mgr.14864) 15 : cephadm [INF] Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:24:45.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:45 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:44.303358+0000 mon.smithi086 (mon.0) 860 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:45.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:45 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:44.307566+0000 mon.smithi086 (mon.0) 861 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:45.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:45 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:44.308699+0000 mon.smithi086 (mon.0) 862 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:24:45.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:45 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:44.309302+0000 mon.smithi086 (mon.0) 863 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:24:45.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:45 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:24:44.309795+0000 mgr.smithi086.qqqtpz (mgr.14864) 12 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:24:45.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:45 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:44.310480+0000 mgr.smithi086.qqqtpz (mgr.14864) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 44 KiB/s wr, 51 op/s 2024-09-10T18:24:45.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:45 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:44.313393+0000 mon.smithi086 (mon.0) 864 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:45.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:45 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:44.319090+0000 mon.smithi086 (mon.0) 865 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:45.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:45 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:24:44.393592+0000 mgr.smithi086.qqqtpz (mgr.14864) 14 : cephadm [INF] Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:24:45.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:45 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:24:44.403300+0000 mgr.smithi086.qqqtpz (mgr.14864) 15 : cephadm [INF] Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:24:46.452 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:46 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:45.306107+0000 mon.smithi086 (mon.0) 866 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-10T18:24:46.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:46 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:45.306107+0000 mon.smithi086 (mon.0) 866 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-10T18:24:47.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:47 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:46.310777+0000 mgr.smithi086.qqqtpz (mgr.14864) 16 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 39 KiB/s wr, 45 op/s 2024-09-10T18:24:47.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:47 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:46.310777+0000 mgr.smithi086.qqqtpz (mgr.14864) 16 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 39 KiB/s wr, 45 op/s 2024-09-10T18:24:48.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:24:47.658422+0000 mgr.smithi086.qqqtpz (mgr.14864) 17 : cephadm [ERR] cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:24:48.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:24:48.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:24:48.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:24:48.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:24:48.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:24:48.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Traceback (most recent call last): 2024-09-10T18:24:48.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:24:48.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: main() 2024-09-10T18:24:48.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:24:48.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: r = ctx.func(ctx) 2024-09-10T18:24:48.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:24:48.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: return func(ctx) 2024-09-10T18:24:48.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:24:48.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:24:48.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:24:48.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:24:48.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:24:48.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:24:48.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:24:48.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:24:48.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Traceback (most recent call last): 2024-09-10T18:24:48.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:24:48.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:24:48.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:24:48.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: return self.wait_async( 2024-09-10T18:24:48.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:24:48.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:24:48.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:24:48.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: return future.result(timeout) 2024-09-10T18:24:48.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:24:48.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: return self.__get_result() 2024-09-10T18:24:48.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:24:48.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: raise self._exception 2024-09-10T18:24:48.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:24:48.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: out, err, code = await self._run_cephadm( 2024-09-10T18:24:48.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:24:48.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: raise OrchestratorError( 2024-09-10T18:24:48.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:24:48.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:24:48.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:24:48.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:24:48.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:24:48.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:24:48.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Traceback (most recent call last): 2024-09-10T18:24:48.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:24:48.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: main() 2024-09-10T18:24:48.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:24:48.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: r = ctx.func(ctx) 2024-09-10T18:24:48.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:24:48.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: return func(ctx) 2024-09-10T18:24:48.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:24:48.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:24:48.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:24:48.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:24:48.600 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:24:48.600 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:24:48.600 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:24:48.600 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:24:48.600 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:48 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:47.660196+0000 mon.smithi086 (mon.0) 867 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:24:48.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:24:47.658422+0000 mgr.smithi086.qqqtpz (mgr.14864) 17 : cephadm [ERR] cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:24:48.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:24:48.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:24:48.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:24:48.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:24:48.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:24:48.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: Traceback (most recent call last): 2024-09-10T18:24:48.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:24:48.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: main() 2024-09-10T18:24:48.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:24:48.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: r = ctx.func(ctx) 2024-09-10T18:24:48.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:24:48.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: return func(ctx) 2024-09-10T18:24:48.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:24:48.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:24:48.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:24:48.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:24:48.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:24:48.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:24:48.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:24:48.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:24:48.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: Traceback (most recent call last): 2024-09-10T18:24:48.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:24:48.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:24:48.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:24:48.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: return self.wait_async( 2024-09-10T18:24:48.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:24:48.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:24:48.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:24:48.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: return future.result(timeout) 2024-09-10T18:24:48.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:24:48.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: return self.__get_result() 2024-09-10T18:24:48.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:24:48.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: raise self._exception 2024-09-10T18:24:48.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:24:48.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: out, err, code = await self._run_cephadm( 2024-09-10T18:24:48.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:24:48.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: raise OrchestratorError( 2024-09-10T18:24:48.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:24:48.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:24:48.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:24:48.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:24:48.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:24:48.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:24:48.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: Traceback (most recent call last): 2024-09-10T18:24:48.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:24:48.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: main() 2024-09-10T18:24:48.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:24:48.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: r = ctx.func(ctx) 2024-09-10T18:24:48.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:24:48.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: return func(ctx) 2024-09-10T18:24:48.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:24:48.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:24:48.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:24:48.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:24:48.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:24:48.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:24:48.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:24:48.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:24:48.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:47.660196+0000 mon.smithi086 (mon.0) 867 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:24:49.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:48.311134+0000 mgr.smithi086.qqqtpz (mgr.14864) 18 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 39 KiB/s wr, 45 op/s 2024-09-10T18:24:49.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:48.480317+0000 mon.smithi086 (mon.0) 868 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:24:49.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:24:49.097012+0000 mgr.smithi086.qqqtpz (mgr.14864) 19 : cephadm [INF] Upgrade: Updating mgr.smithi155.gxleeu 2024-09-10T18:24:49.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:49.097336+0000 mon.smithi086 (mon.0) 869 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi155.gxleeu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:24:49.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:49.098107+0000 mon.smithi086 (mon.0) 870 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:24:49.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:49.098684+0000 mon.smithi086 (mon.0) 871 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:24:49.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:24:49.099292+0000 mgr.smithi086.qqqtpz (mgr.14864) 20 : cephadm [INF] Deploying daemon mgr.smithi155.gxleeu on smithi155 2024-09-10T18:24:49.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:49 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:48.311134+0000 mgr.smithi086.qqqtpz (mgr.14864) 18 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 39 KiB/s wr, 45 op/s 2024-09-10T18:24:49.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:49 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:48.480317+0000 mon.smithi086 (mon.0) 868 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:24:49.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:49 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:24:49.097012+0000 mgr.smithi086.qqqtpz (mgr.14864) 19 : cephadm [INF] Upgrade: Updating mgr.smithi155.gxleeu 2024-09-10T18:24:49.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:49 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:49.097336+0000 mon.smithi086 (mon.0) 869 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi155.gxleeu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:24:49.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:49 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:49.098107+0000 mon.smithi086 (mon.0) 870 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:24:49.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:49 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:49.098684+0000 mon.smithi086 (mon.0) 871 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:24:49.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:49 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:24:49.099292+0000 mgr.smithi086.qqqtpz (mgr.14864) 20 : cephadm [INF] Deploying daemon mgr.smithi155.gxleeu on smithi155 2024-09-10T18:24:51.695 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:51 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:50.312042+0000 mgr.smithi086.qqqtpz (mgr.14864) 21 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 40 KiB/s wr, 45 op/s 2024-09-10T18:24:51.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:51 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:50.312042+0000 mgr.smithi086.qqqtpz (mgr.14864) 21 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 40 KiB/s wr, 45 op/s 2024-09-10T18:24:53.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:53 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:52.312614+0000 mgr.smithi086.qqqtpz (mgr.14864) 22 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-10T18:24:53.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:53 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:52.540620+0000 mon.smithi086 (mon.0) 872 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:53.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:53 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:52.545100+0000 mon.smithi086 (mon.0) 873 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:53.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:53 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:52.546025+0000 mon.smithi086 (mon.0) 874 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:24:53.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:53 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:52.312614+0000 mgr.smithi086.qqqtpz (mgr.14864) 22 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-10T18:24:53.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:53 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:52.540620+0000 mon.smithi086 (mon.0) 872 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:53.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:53 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:52.545100+0000 mon.smithi086 (mon.0) 873 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:53.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:53 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:52.546025+0000 mon.smithi086 (mon.0) 874 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:24:55.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:54.313251+0000 mgr.smithi086.qqqtpz (mgr.14864) 23 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 361 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-10T18:24:55.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:55 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:54.313251+0000 mgr.smithi086.qqqtpz (mgr.14864) 23 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 361 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-10T18:24:58.150 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:57 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:56.313645+0000 mgr.smithi086.qqqtpz (mgr.14864) 24 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-09-10T18:24:58.150 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:57 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:56.867544+0000 mon.smithi086 (mon.0) 875 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:58.150 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:57 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:56.871951+0000 mon.smithi086 (mon.0) 876 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:58.150 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:57 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:57.077102+0000 mon.smithi086 (mon.0) 877 : cluster [DBG] Standby manager daemon smithi155.gxleeu restarted 2024-09-10T18:24:58.150 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:57 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:57.077252+0000 mon.smithi086 (mon.0) 878 : cluster [DBG] Standby manager daemon smithi155.gxleeu started 2024-09-10T18:24:58.150 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:57 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:57.078395+0000 mon.smithi155 (mon.1) 147 : audit [DBG] from='mgr.? 172.21.15.155:0/3102140368' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi155.gxleeu/crt"}]: dispatch 2024-09-10T18:24:58.150 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:57 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:57.078879+0000 mon.smithi155 (mon.1) 148 : audit [DBG] from='mgr.? 172.21.15.155:0/3102140368' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:24:58.150 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:57 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:57.080200+0000 mon.smithi155 (mon.1) 149 : audit [DBG] from='mgr.? 172.21.15.155:0/3102140368' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi155.gxleeu/key"}]: dispatch 2024-09-10T18:24:58.150 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:57 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:57.081408+0000 mon.smithi155 (mon.1) 150 : audit [DBG] from='mgr.? 172.21.15.155:0/3102140368' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:24:58.151 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:57 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:57.484915+0000 mon.smithi086 (mon.0) 879 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:58.151 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:57 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:24:57.489524+0000 mon.smithi086 (mon.0) 880 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:58.266 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:57 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:56.313645+0000 mgr.smithi086.qqqtpz (mgr.14864) 24 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-09-10T18:24:58.266 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:57 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:56.867544+0000 mon.smithi086 (mon.0) 875 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:58.266 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:57 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:56.871951+0000 mon.smithi086 (mon.0) 876 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:58.266 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:57 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:57.077102+0000 mon.smithi086 (mon.0) 877 : cluster [DBG] Standby manager daemon smithi155.gxleeu restarted 2024-09-10T18:24:58.266 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:57 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:57.077252+0000 mon.smithi086 (mon.0) 878 : cluster [DBG] Standby manager daemon smithi155.gxleeu started 2024-09-10T18:24:58.267 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:57 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:57.078395+0000 mon.smithi155 (mon.1) 147 : audit [DBG] from='mgr.? 172.21.15.155:0/3102140368' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi155.gxleeu/crt"}]: dispatch 2024-09-10T18:24:58.267 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:57 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:57.078879+0000 mon.smithi155 (mon.1) 148 : audit [DBG] from='mgr.? 172.21.15.155:0/3102140368' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:24:58.267 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:57 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:57.080200+0000 mon.smithi155 (mon.1) 149 : audit [DBG] from='mgr.? 172.21.15.155:0/3102140368' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi155.gxleeu/key"}]: dispatch 2024-09-10T18:24:58.267 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:57 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:57.081408+0000 mon.smithi155 (mon.1) 150 : audit [DBG] from='mgr.? 172.21.15.155:0/3102140368' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:24:58.267 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:57 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:57.484915+0000 mon.smithi086 (mon.0) 879 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:58.267 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:57 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:24:57.489524+0000 mon.smithi086 (mon.0) 880 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:24:59.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:58 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:57.880300+0000 mon.smithi086 (mon.0) 881 : cluster [DBG] mgrmap e40: smithi086.qqqtpz(active, since 25s), standbys: smithi155.gxleeu 2024-09-10T18:24:59.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:58 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:57.880300+0000 mon.smithi086 (mon.0) 881 : cluster [DBG] mgrmap e40: smithi086.qqqtpz(active, since 25s), standbys: smithi155.gxleeu 2024-09-10T18:25:00.131 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:24:59 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:24:58.314086+0000 mgr.smithi086.qqqtpz (mgr.14864) 25 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-09-10T18:25:00.277 INFO:teuthology.orchestra.run.smithi086.stdout:true 2024-09-10T18:25:00.277 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:24:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:24:58.314086+0000 mgr.smithi086.qqqtpz (mgr.14864) 25 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-09-10T18:25:00.913 INFO:teuthology.orchestra.run.smithi086.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:25:00.913 INFO:teuthology.orchestra.run.smithi086.stdout:alertmanager.smithi086 smithi086 *:9093,9094 running (12m) 20s ago 13m 19.3M - 0.20.0 0881eb8f169f 6f4c7936f6b6 2024-09-10T18:25:00.913 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi086 smithi086 running (13m) 20s ago 13m 6400k - 16.2.4 8d91d370c2b8 9f2bafa17c41 2024-09-10T18:25:00.913 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi155 smithi155 running (12m) 4s ago 12m 6413k - 16.2.4 8d91d370c2b8 be056b3d8fc4 2024-09-10T18:25:00.914 INFO:teuthology.orchestra.run.smithi086.stdout:grafana.smithi086 smithi086 *:3000 running (12m) 20s ago 13m 35.1M - 6.7.4 557c83e11646 013c9bd31cbe 2024-09-10T18:25:00.914 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi086.wmhkxy smithi086 running (8m) 20s ago 8m 41.5M - 16.2.4 8d91d370c2b8 3f5e7a0d954a 2024-09-10T18:25:00.914 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi155.ddyadp smithi155 running (8m) 4s ago 8m 14.1M - 16.2.4 8d91d370c2b8 fed2aba1e81e 2024-09-10T18:25:00.914 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi086.qqqtpz smithi086 *:8443,9283 running (3m) 20s ago 15m 422M - 17.2.7-1606-g5be57395 4c55dd409611 40e989a592fb 2024-09-10T18:25:00.914 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi155.gxleeu smithi155 *:8443,9283 running (8s) 4s ago 12m 54.9M - 17.2.7-1606-g5be57395 4c55dd409611 2645dc364b4e 2024-09-10T18:25:00.914 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi086 smithi086 running (15m) 20s ago 15m 63.5M 2048M 16.2.4 8d91d370c2b8 51db5ba0401d 2024-09-10T18:25:00.914 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi155 smithi155 running (12m) 4s ago 12m 62.9M 2048M 16.2.4 8d91d370c2b8 45a737cfbcde 2024-09-10T18:25:00.914 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.0.0.smithi086.nvloft smithi086 *:2049 running (5m) 20s ago 5m 238M - 3.5 8d91d370c2b8 ac635a8973ea 2024-09-10T18:25:00.914 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.1.0.smithi155.xwyoxo smithi155 *:2049 running (5m) 4s ago 5m 87.7M - 3.5 8d91d370c2b8 5d4993e7f1ca 2024-09-10T18:25:00.915 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi086 smithi086 *:9100 running (13m) 20s ago 13m 17.2M - 0.18.1 e5a616e4b9cf ebcaa2fe985c 2024-09-10T18:25:00.915 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi155 smithi155 *:9100 running (12m) 4s ago 12m 17.2M - 0.18.1 e5a616e4b9cf 1811325b1f2a 2024-09-10T18:25:00.915 INFO:teuthology.orchestra.run.smithi086.stdout:osd.0 smithi086 running (12m) 20s ago 12m 437M 4096M 16.2.4 8d91d370c2b8 9ec5215242da 2024-09-10T18:25:00.915 INFO:teuthology.orchestra.run.smithi086.stdout:osd.1 smithi086 running (11m) 20s ago 11m 326M 4096M 16.2.4 8d91d370c2b8 6f4c220ee750 2024-09-10T18:25:00.915 INFO:teuthology.orchestra.run.smithi086.stdout:osd.2 smithi086 running (11m) 20s ago 11m 256M 4096M 16.2.4 8d91d370c2b8 fc881ce40288 2024-09-10T18:25:00.915 INFO:teuthology.orchestra.run.smithi086.stdout:osd.3 smithi086 running (11m) 20s ago 11m 391M 4096M 16.2.4 8d91d370c2b8 62f9298fc37a 2024-09-10T18:25:00.915 INFO:teuthology.orchestra.run.smithi086.stdout:osd.4 smithi155 running (10m) 4s ago 10m 395M 4096M 16.2.4 8d91d370c2b8 7068d2f6f340 2024-09-10T18:25:00.915 INFO:teuthology.orchestra.run.smithi086.stdout:osd.5 smithi155 running (10m) 4s ago 10m 431M 4096M 16.2.4 8d91d370c2b8 4278b8fdd427 2024-09-10T18:25:00.915 INFO:teuthology.orchestra.run.smithi086.stdout:osd.6 smithi155 running (10m) 4s ago 10m 363M 4096M 16.2.4 8d91d370c2b8 b1120f71f9ec 2024-09-10T18:25:00.916 INFO:teuthology.orchestra.run.smithi086.stdout:osd.7 smithi155 running (9m) 4s ago 9m 508M 4096M 16.2.4 8d91d370c2b8 63785fceaf50 2024-09-10T18:25:00.916 INFO:teuthology.orchestra.run.smithi086.stdout:prometheus.smithi086 smithi086 *:9095 error 20s ago 13m 44.4M - 2.18.1 de242295e225 b0d895b622f6 2024-09-10T18:25:01.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:00.262641+0000 mgr.smithi086.qqqtpz (mgr.14864) 26 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:25:01.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:00.762712+0000 mon.smithi086 (mon.0) 882 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:01.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:00.766333+0000 mon.smithi086 (mon.0) 883 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:01.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:00.766990+0000 mon.smithi086 (mon.0) 884 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:01.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:00.767548+0000 mon.smithi086 (mon.0) 885 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:25:01.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:00.771717+0000 mon.smithi086 (mon.0) 886 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:01.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:00.776293+0000 mon.smithi086 (mon.0) 887 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:01.293 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:25:00.262641+0000 mgr.smithi086.qqqtpz (mgr.14864) 26 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:25:01.293 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:25:00.762712+0000 mon.smithi086 (mon.0) 882 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:01.293 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:25:00.766333+0000 mon.smithi086 (mon.0) 883 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:01.293 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:25:00.766990+0000 mon.smithi086 (mon.0) 884 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:01.294 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:25:00.767548+0000 mon.smithi086 (mon.0) 885 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:25:01.294 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:25:00.771717+0000 mon.smithi086 (mon.0) 886 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:01.294 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:00 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:25:00.776293+0000 mon.smithi086 (mon.0) 887 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:01.322 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:25:01.322 INFO:teuthology.orchestra.run.smithi086.stdout: "mon": { 2024-09-10T18:25:01.322 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:25:01.322 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:25:01.322 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr": { 2024-09-10T18:25:01.322 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:25:01.322 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:25:01.322 INFO:teuthology.orchestra.run.smithi086.stdout: "osd": { 2024-09-10T18:25:01.322 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-10T18:25:01.323 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:25:01.323 INFO:teuthology.orchestra.run.smithi086.stdout: "mds": { 2024-09-10T18:25:01.323 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:25:01.323 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:25:01.323 INFO:teuthology.orchestra.run.smithi086.stdout: "overall": { 2024-09-10T18:25:01.323 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 12, 2024-09-10T18:25:01.323 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:25:01.323 INFO:teuthology.orchestra.run.smithi086.stdout: } 2024-09-10T18:25:01.323 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:25:01.632 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:25:01.632 INFO:teuthology.orchestra.run.smithi086.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T18:25:01.632 INFO:teuthology.orchestra.run.smithi086.stdout: "in_progress": true, 2024-09-10T18:25:01.632 INFO:teuthology.orchestra.run.smithi086.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T18:25:01.632 INFO:teuthology.orchestra.run.smithi086.stdout: "services_complete": [ 2024-09-10T18:25:01.633 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr" 2024-09-10T18:25:01.633 INFO:teuthology.orchestra.run.smithi086.stdout: ], 2024-09-10T18:25:01.633 INFO:teuthology.orchestra.run.smithi086.stdout: "progress": "2/23 daemons upgraded", 2024-09-10T18:25:01.633 INFO:teuthology.orchestra.run.smithi086.stdout: "message": "Currently upgrading mgr daemons", 2024-09-10T18:25:01.633 INFO:teuthology.orchestra.run.smithi086.stdout: "is_paused": false 2024-09-10T18:25:01.633 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:25:02.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:01 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:00.314643+0000 mgr.smithi086.qqqtpz (mgr.14864) 27 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-09-10T18:25:02.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:01 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:00.574037+0000 mgr.smithi086.qqqtpz (mgr.14864) 28 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:25:02.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:01 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:25:00.768018+0000 mgr.smithi086.qqqtpz (mgr.14864) 29 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:25:02.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:01 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:00.768443+0000 mgr.smithi086.qqqtpz (mgr.14864) 30 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-09-10T18:25:02.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:01 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:00.768608+0000 mgr.smithi086.qqqtpz (mgr.14864) 31 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-09-10T18:25:02.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:01 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:25:00.851450+0000 mgr.smithi086.qqqtpz (mgr.14864) 32 : cephadm [INF] Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:25:02.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:01 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:25:00.855116+0000 mgr.smithi086.qqqtpz (mgr.14864) 33 : cephadm [INF] Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:25:02.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:01 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:00.902876+0000 mgr.smithi086.qqqtpz (mgr.14864) 34 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:25:02.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:01 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:01.319926+0000 mon.smithi086 (mon.0) 888 : audit [DBG] from='client.? 172.21.15.86:0/1837827982' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:25:02.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:01 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:25:00.314643+0000 mgr.smithi086.qqqtpz (mgr.14864) 27 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-09-10T18:25:02.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:01 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:25:00.574037+0000 mgr.smithi086.qqqtpz (mgr.14864) 28 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:25:02.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:01 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:25:00.768018+0000 mgr.smithi086.qqqtpz (mgr.14864) 29 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:25:02.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:01 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:25:00.768443+0000 mgr.smithi086.qqqtpz (mgr.14864) 30 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-09-10T18:25:02.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:01 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:25:00.768608+0000 mgr.smithi086.qqqtpz (mgr.14864) 31 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-09-10T18:25:02.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:01 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:25:00.851450+0000 mgr.smithi086.qqqtpz (mgr.14864) 32 : cephadm [INF] Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:25:02.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:01 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:25:00.855116+0000 mgr.smithi086.qqqtpz (mgr.14864) 33 : cephadm [INF] Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:25:02.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:01 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:25:00.902876+0000 mgr.smithi086.qqqtpz (mgr.14864) 34 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:25:02.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:01 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:25:01.319926+0000 mon.smithi086 (mon.0) 888 : audit [DBG] from='client.? 172.21.15.86:0/1837827982' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:25:03.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:02 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:25:01.630751+0000 mgr.smithi086.qqqtpz (mgr.14864) 35 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:25:03.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:02 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:01.630751+0000 mgr.smithi086.qqqtpz (mgr.14864) 35 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:25:04.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:03 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:25:02.769077+0000 mgr.smithi086.qqqtpz (mgr.14864) 36 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:25:04.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:03 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:25:03.481147+0000 mon.smithi086 (mon.0) 889 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:25:04.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:03 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:02.769077+0000 mgr.smithi086.qqqtpz (mgr.14864) 36 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:25:04.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:03 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:03.481147+0000 mon.smithi086 (mon.0) 889 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:25:05.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:25:04.196815+0000 mgr.smithi086.qqqtpz (mgr.14864) 37 : cephadm [ERR] cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:05.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:05.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:25:05.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:25:05.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:05.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:05.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: Traceback (most recent call last): 2024-09-10T18:25:05.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:25:05.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: main() 2024-09-10T18:25:05.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:25:05.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: r = ctx.func(ctx) 2024-09-10T18:25:05.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:25:05.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: return func(ctx) 2024-09-10T18:25:05.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:25:05.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:25:05.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:25:05.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:25:05.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:25:05.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:25:05.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:05.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:05.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: Traceback (most recent call last): 2024-09-10T18:25:05.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:25:05.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:25:05.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:25:05.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: return self.wait_async( 2024-09-10T18:25:05.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:25:05.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:25:05.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:25:05.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: return future.result(timeout) 2024-09-10T18:25:05.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:25:05.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: return self.__get_result() 2024-09-10T18:25:05.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:25:05.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: raise self._exception 2024-09-10T18:25:05.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:25:05.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: out, err, code = await self._run_cephadm( 2024-09-10T18:25:05.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:25:05.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: raise OrchestratorError( 2024-09-10T18:25:05.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:05.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:05.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:25:05.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:25:05.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:05.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:05.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: Traceback (most recent call last): 2024-09-10T18:25:05.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:25:05.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: main() 2024-09-10T18:25:05.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:25:05.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: r = ctx.func(ctx) 2024-09-10T18:25:05.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:25:05.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: return func(ctx) 2024-09-10T18:25:05.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:25:05.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:25:05.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:25:05.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:25:05.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:25:05.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:25:05.158 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:05.158 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:05.158 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:04.198555+0000 mon.smithi086 (mon.0) 890 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:25:05.158 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:04.200720+0000 mon.smithi086 (mon.0) 891 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:25:05.158 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:25:04.201273+0000 mgr.smithi086.qqqtpz (mgr.14864) 38 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T18:25:05.158 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:04.205460+0000 mon.smithi086 (mon.0) 892 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:05.158 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:04.206019+0000 mon.smithi086 (mon.0) 893 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi086.qqqtpz"}]: dispatch 2024-09-10T18:25:05.158 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:04.211764+0000 mon.smithi086 (mon.0) 894 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi086.qqqtpz"}]': finished 2024-09-10T18:25:05.158 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:04.212363+0000 mon.smithi086 (mon.0) 895 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi155.gxleeu"}]: dispatch 2024-09-10T18:25:05.158 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:04.217991+0000 mon.smithi086 (mon.0) 896 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi155.gxleeu"}]': finished 2024-09-10T18:25:05.158 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:04.218806+0000 mon.smithi086 (mon.0) 897 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-10T18:25:05.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:25:04.196815+0000 mgr.smithi086.qqqtpz (mgr.14864) 37 : cephadm [ERR] cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:05.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:05.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:25:05.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:25:05.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:05.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:05.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Traceback (most recent call last): 2024-09-10T18:25:05.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:25:05.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: main() 2024-09-10T18:25:05.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:25:05.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: r = ctx.func(ctx) 2024-09-10T18:25:05.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:25:05.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: return func(ctx) 2024-09-10T18:25:05.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:25:05.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:25:05.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:25:05.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:25:05.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:25:05.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:25:05.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:05.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:05.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Traceback (most recent call last): 2024-09-10T18:25:05.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:25:05.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:25:05.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:25:05.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: return self.wait_async( 2024-09-10T18:25:05.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:25:05.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:25:05.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:25:05.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: return future.result(timeout) 2024-09-10T18:25:05.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:25:05.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: return self.__get_result() 2024-09-10T18:25:05.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:25:05.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: raise self._exception 2024-09-10T18:25:05.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:25:05.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: out, err, code = await self._run_cephadm( 2024-09-10T18:25:05.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:25:05.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: raise OrchestratorError( 2024-09-10T18:25:05.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:05.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:05.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:25:05.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:25:05.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:05.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:05.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: Traceback (most recent call last): 2024-09-10T18:25:05.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:25:05.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: main() 2024-09-10T18:25:05.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:25:05.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: r = ctx.func(ctx) 2024-09-10T18:25:05.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:25:05.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: return func(ctx) 2024-09-10T18:25:05.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:25:05.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:25:05.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:25:05.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:25:05.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:25:05.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:25:05.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:05.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:05.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:25:04.198555+0000 mon.smithi086 (mon.0) 890 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:25:05.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:25:04.200720+0000 mon.smithi086 (mon.0) 891 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:25:05.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:25:04.201273+0000 mgr.smithi086.qqqtpz (mgr.14864) 38 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T18:25:05.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:25:04.205460+0000 mon.smithi086 (mon.0) 892 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:05.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:25:04.206019+0000 mon.smithi086 (mon.0) 893 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi086.qqqtpz"}]: dispatch 2024-09-10T18:25:05.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:25:04.211764+0000 mon.smithi086 (mon.0) 894 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi086.qqqtpz"}]': finished 2024-09-10T18:25:05.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:25:04.212363+0000 mon.smithi086 (mon.0) 895 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi155.gxleeu"}]: dispatch 2024-09-10T18:25:05.352 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:25:04.217991+0000 mon.smithi086 (mon.0) 896 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi155.gxleeu"}]': finished 2024-09-10T18:25:05.352 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:04 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:25:04.218806+0000 mon.smithi086 (mon.0) 897 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-10T18:25:06.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cluster 2024-09-10T18:25:04.769676+0000 mgr.smithi086.qqqtpz (mgr.14864) 39 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-09-10T18:25:06.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:25:05.577184+0000 mon.smithi086 (mon.0) 898 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:06.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:25:05.577765+0000 mon.smithi086 (mon.0) 899 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:25:06.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:25:05.578229+0000 mon.smithi086 (mon.0) 900 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:25:06.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:06 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: audit 2024-09-10T18:25:05.578671+0000 mon.smithi086 (mon.0) 901 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:06.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:04.769676+0000 mgr.smithi086.qqqtpz (mgr.14864) 39 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-09-10T18:25:06.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:05.577184+0000 mon.smithi086 (mon.0) 898 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:06.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:05.577765+0000 mon.smithi086 (mon.0) 899 : audit [INF] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:25:06.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:05.578229+0000 mon.smithi086 (mon.0) 900 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:25:06.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:05.578671+0000 mon.smithi086 (mon.0) 901 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:07.228 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:07 smithi086 systemd[1]: Stopping Ceph mon.smithi086 for c77f8420-6f9f-11ef-bcea-c7b262605968... 2024-09-10T18:25:07.553 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:07 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:25:05.573007+0000 mgr.smithi086.qqqtpz (mgr.14864) 40 : cephadm [INF] Upgrade: Updating mon.smithi086 2024-09-10T18:25:07.553 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:07 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: cephadm 2024-09-10T18:25:05.579252+0000 mgr.smithi086.qqqtpz (mgr.14864) 41 : cephadm [INF] Deploying daemon mon.smithi086 on smithi086 2024-09-10T18:25:07.553 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:07 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:25:07.275+0000 7f1dde221700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi086 -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-09-10T18:25:07.553 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:07 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086[23475]: debug 2024-09-10T18:25:07.275+0000 7f1dde221700 -1 mon.smithi086@0(leader) e2 *** Got Signal Terminated *** 2024-09-10T18:25:07.553 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:07 smithi086 podman[63248]: 2024-09-10 18:25:07.337721753 +0000 UTC m=+0.172540104 container died 51db5ba0401d3b71e2dcbe2790d10b3692dad2605300da746191f3f24e950184 (image=docker.io/ceph/ceph:v16.2.4, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086, org.label-schema.vendor=CentOS, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0, ceph=True, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-16.2.4) 2024-09-10T18:25:07.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:25:05.573007+0000 mgr.smithi086.qqqtpz (mgr.14864) 40 : cephadm [INF] Upgrade: Updating mon.smithi086 2024-09-10T18:25:07.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:25:05.579252+0000 mgr.smithi086.qqqtpz (mgr.14864) 41 : cephadm [INF] Deploying daemon mon.smithi086 on smithi086 2024-09-10T18:25:07.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:07 smithi086 podman[63248]: 2024-09-10 18:25:07.692913848 +0000 UTC m=+0.527732189 container cleanup 51db5ba0401d3b71e2dcbe2790d10b3692dad2605300da746191f3f24e950184 (image=docker.io/ceph/ceph:v16.2.4, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-16.2.4, ceph=True, org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-09-10T18:25:07.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:07 smithi086 bash[63248]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086 2024-09-10T18:25:08.267 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:07 smithi086 podman[63260]: 2024-09-10 18:25:07.994271186 +0000 UTC m=+0.656616867 container remove 51db5ba0401d3b71e2dcbe2790d10b3692dad2605300da746191f3f24e950184 (image=docker.io/ceph/ceph:v16.2.4, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi086, GIT_CLEAN=True, RELEASE=HEAD, org.label-schema.vendor=CentOS, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-16.2.4, maintainer=Dimitri Savineau , GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-10T18:25:08.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 systemd[1]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@mon.smithi086.service: Deactivated successfully. 2024-09-10T18:25:08.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 systemd[1]: Stopped Ceph mon.smithi086 for c77f8420-6f9f-11ef-bcea-c7b262605968. 2024-09-10T18:25:08.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 systemd[1]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@mon.smithi086.service: Consumed 17.039s CPU time. 2024-09-10T18:25:08.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 systemd[1]: Starting Ceph mon.smithi086 for c77f8420-6f9f-11ef-bcea-c7b262605968... 2024-09-10T18:25:08.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 podman[63416]: 2024-09-10 18:25:08.598004337 +0000 UTC m=+0.016128469 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:25:08.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 podman[63416]: 2024-09-10 18:25:08.720871122 +0000 UTC m=+0.138995241 container create b00a3c0f966366c2a1b991a0533ff3730df19161a42fdeb0461d511ee1c84d31 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon-smithi086, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux ) 2024-09-10T18:25:08.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 podman[63416]: 2024-09-10 18:25:08.94024672 +0000 UTC m=+0.358370847 container init b00a3c0f966366c2a1b991a0533ff3730df19161a42fdeb0461d511ee1c84d31 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon-smithi086, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T18:25:08.963 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 podman[63416]: 2024-09-10 18:25:08.943451218 +0000 UTC m=+0.361575341 container start b00a3c0f966366c2a1b991a0533ff3730df19161a42fdeb0461d511ee1c84d31 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon-smithi086, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T18:25:09.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: set uid:gid to 167:167 (ceph:ceph) 2024-09-10T18:25:09.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable), process ceph-mon, pid 2 2024-09-10T18:25:09.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: pidfile_write: ignore empty --pid-file 2024-09-10T18:25:09.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: load: jerasure load: lrc 2024-09-10T18:25:09.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: RocksDB version: 6.15.5 2024-09-10T18:25:09.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-10T18:25:09.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Compile date Sep 9 2024 2024-09-10T18:25:09.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: DB SUMMARY 2024-09-10T18:25:09.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: DB Session ID: D57GZXALZN3F4FBN4KG6 2024-09-10T18:25:09.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: CURRENT file: CURRENT 2024-09-10T18:25:09.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: IDENTITY file: IDENTITY 2024-09-10T18:25:09.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: MANIFEST file: MANIFEST-000008 size: 959 Bytes 2024-09-10T18:25:09.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi086/store.db dir, Total Num: 1, files: 000023.sst 2024-09-10T18:25:09.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi086/store.db: 000021.log size: 15843348 ; 2024-09-10T18:25:09.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.error_if_exists: 0 2024-09-10T18:25:09.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.create_if_missing: 0 2024-09-10T18:25:09.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.paranoid_checks: 1 2024-09-10T18:25:09.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-10T18:25:09.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.env: 0x5608c1055440 2024-09-10T18:25:09.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.fs: Posix File System 2024-09-10T18:25:09.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.info_log: 0x5608c1a010c0 2024-09-10T18:25:09.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.max_file_opening_threads: 16 2024-09-10T18:25:09.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.statistics: (nil) 2024-09-10T18:25:09.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.use_fsync: 0 2024-09-10T18:25:09.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.max_log_file_size: 0 2024-09-10T18:25:09.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T18:25:09.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T18:25:09.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.keep_log_file_num: 1000 2024-09-10T18:25:09.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.recycle_log_file_num: 0 2024-09-10T18:25:09.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.allow_fallocate: 1 2024-09-10T18:25:09.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.allow_mmap_reads: 0 2024-09-10T18:25:09.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.allow_mmap_writes: 0 2024-09-10T18:25:09.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.use_direct_reads: 0 2024-09-10T18:25:09.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T18:25:09.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.create_missing_column_families: 0 2024-09-10T18:25:09.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.db_log_dir: 2024-09-10T18:25:09.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi086/store.db 2024-09-10T18:25:09.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T18:25:09.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T18:25:09.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T18:25:09.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-10T18:25:09.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T18:25:09.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T18:25:09.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.advise_random_on_open: 1 2024-09-10T18:25:09.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.db_write_buffer_size: 0 2024-09-10T18:25:09.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.write_buffer_manager: 0x5608c1abe810 2024-09-10T18:25:09.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T18:25:09.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-10T18:25:09.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T18:25:09.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T18:25:09.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.rate_limiter: (nil) 2024-09-10T18:25:09.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T18:25:09.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.wal_recovery_mode: 2 2024-09-10T18:25:09.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.enable_thread_tracking: 0 2024-09-10T18:25:09.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.enable_pipelined_write: 0 2024-09-10T18:25:09.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.unordered_write: 0 2024-09-10T18:25:09.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T18:25:09.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T18:25:09.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T18:25:09.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T18:25:09.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.row_cache: None 2024-09-10T18:25:09.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.wal_filter: None 2024-09-10T18:25:09.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T18:25:09.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.allow_ingest_behind: 0 2024-09-10T18:25:09.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.preserve_deletes: 0 2024-09-10T18:25:09.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.two_write_queues: 0 2024-09-10T18:25:09.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.manual_wal_flush: 0 2024-09-10T18:25:09.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.atomic_flush: 0 2024-09-10T18:25:09.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T18:25:09.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-10T18:25:09.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-10T18:25:09.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.log_readahead_size: 0 2024-09-10T18:25:09.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-10T18:25:09.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.best_efforts_recovery: 0 2024-09-10T18:25:09.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-10T18:25:09.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-10T18:25:09.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.allow_data_in_errors: 0 2024-09-10T18:25:09.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.db_host_id: __hostname__ 2024-09-10T18:25:09.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.max_background_jobs: 2 2024-09-10T18:25:09.352 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.max_background_compactions: -1 2024-09-10T18:25:09.352 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.max_subcompactions: 1 2024-09-10T18:25:09.352 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T18:25:09.352 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T18:25:09.352 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T18:25:09.352 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.max_total_wal_size: 0 2024-09-10T18:25:09.352 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T18:25:09.352 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T18:25:09.352 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T18:25:09.353 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T18:25:09.353 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.max_open_files: -1 2024-09-10T18:25:09.353 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.bytes_per_sync: 0 2024-09-10T18:25:09.353 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T18:25:09.353 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-10T18:25:09.353 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.compaction_readahead_size: 0 2024-09-10T18:25:09.353 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.max_background_flushes: -1 2024-09-10T18:25:09.353 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Compression algorithms supported: 2024-09-10T18:25:09.353 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: kZSTD supported: 0 2024-09-10T18:25:09.353 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: kXpressCompression supported: 0 2024-09-10T18:25:09.353 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: kBZip2Compression supported: 0 2024-09-10T18:25:09.353 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T18:25:09.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: kLZ4Compression supported: 1 2024-09-10T18:25:09.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: kZlibCompression supported: 1 2024-09-10T18:25:09.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: kLZ4HCCompression supported: 1 2024-09-10T18:25:09.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: kSnappyCompression supported: 1 2024-09-10T18:25:09.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T18:25:09.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi086/store.db/MANIFEST-000008 2024-09-10T18:25:09.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-10T18:25:09.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T18:25:09.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.merge_operator: 2024-09-10T18:25:09.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.compaction_filter: None 2024-09-10T18:25:09.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.compaction_filter_factory: None 2024-09-10T18:25:09.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.sst_partitioner_factory: None 2024-09-10T18:25:09.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T18:25:09.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T18:25:09.355 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5608c19a7a38) 2024-09-10T18:25:09.355 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: cache_index_and_filter_blocks: 1 2024-09-10T18:25:09.355 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-10T18:25:09.355 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T18:25:09.355 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: pin_top_level_index_and_filter: 1 2024-09-10T18:25:09.355 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: index_type: 0 2024-09-10T18:25:09.355 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: data_block_index_type: 0 2024-09-10T18:25:09.355 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: index_shortening: 1 2024-09-10T18:25:09.355 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-10T18:25:09.355 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: hash_index_allow_collision: 1 2024-09-10T18:25:09.355 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: checksum: 1 2024-09-10T18:25:09.355 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: no_block_cache: 0 2024-09-10T18:25:09.355 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: block_cache: 0x5608c19dd350 2024-09-10T18:25:09.356 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: block_cache_name: BinnedLRUCache 2024-09-10T18:25:09.356 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: block_cache_options: 2024-09-10T18:25:09.356 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: capacity : 536870912 2024-09-10T18:25:09.356 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: num_shard_bits : 4 2024-09-10T18:25:09.356 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: strict_capacity_limit : 0 2024-09-10T18:25:09.356 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: high_pri_pool_ratio: 0.000 2024-09-10T18:25:09.356 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: block_cache_compressed: (nil) 2024-09-10T18:25:09.356 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: persistent_cache: (nil) 2024-09-10T18:25:09.356 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: block_size: 4096 2024-09-10T18:25:09.356 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: block_size_deviation: 10 2024-09-10T18:25:09.356 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: block_restart_interval: 16 2024-09-10T18:25:09.356 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: index_block_restart_interval: 1 2024-09-10T18:25:09.356 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: metadata_block_size: 4096 2024-09-10T18:25:09.356 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: partition_filters: 0 2024-09-10T18:25:09.357 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: use_delta_encoding: 1 2024-09-10T18:25:09.357 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-10T18:25:09.357 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: whole_key_filtering: 1 2024-09-10T18:25:09.357 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: verify_compression: 0 2024-09-10T18:25:09.357 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: read_amp_bytes_per_bit: 0 2024-09-10T18:25:09.357 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: format_version: 4 2024-09-10T18:25:09.357 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: enable_index_compression: 1 2024-09-10T18:25:09.357 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: block_align: 0 2024-09-10T18:25:09.357 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.write_buffer_size: 33554432 2024-09-10T18:25:09.357 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.max_write_buffer_number: 2 2024-09-10T18:25:09.357 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.compression: NoCompression 2024-09-10T18:25:09.357 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.bottommost_compression: Disabled 2024-09-10T18:25:09.357 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.prefix_extractor: nullptr 2024-09-10T18:25:09.358 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T18:25:09.358 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.num_levels: 7 2024-09-10T18:25:09.358 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T18:25:09.358 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T18:25:09.358 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-10T18:25:09.358 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T18:25:09.358 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T18:25:09.358 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T18:25:09.358 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T18:25:09.358 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:25:09.358 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-10T18:25:09.358 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T18:25:09.358 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T18:25:09.358 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.compression_opts.level: 32767 2024-09-10T18:25:09.359 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.compression_opts.strategy: 0 2024-09-10T18:25:09.359 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T18:25:09.359 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:25:09.359 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-10T18:25:09.359 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.compression_opts.enabled: false 2024-09-10T18:25:09.359 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T18:25:09.359 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T18:25:09.359 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T18:25:09.359 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.target_file_size_base: 67108864 2024-09-10T18:25:09.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T18:25:09.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T18:25:09.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T18:25:09.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T18:25:09.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T18:25:09.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T18:25:09.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T18:25:09.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T18:25:09.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T18:25:09.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T18:25:09.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T18:25:09.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T18:25:09.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T18:25:09.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.arena_block_size: 4194304 2024-09-10T18:25:09.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T18:25:09.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T18:25:09.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-10T18:25:09.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.disable_auto_compactions: 0 2024-09-10T18:25:09.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T18:25:09.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T18:25:09.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T18:25:09.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T18:25:09.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T18:25:09.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T18:25:09.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T18:25:09.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T18:25:09.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T18:25:09.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T18:25:09.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-10T18:25:09.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.inplace_update_support: 0 2024-09-10T18:25:09.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T18:25:09.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T18:25:09.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T18:25:09.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T18:25:09.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.bloom_locality: 0 2024-09-10T18:25:09.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.max_successive_merges: 0 2024-09-10T18:25:09.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T18:25:09.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.paranoid_file_checks: 0 2024-09-10T18:25:09.363 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.force_consistency_checks: 1 2024-09-10T18:25:09.363 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.report_bg_io_stats: 0 2024-09-10T18:25:09.363 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.ttl: 2592000 2024-09-10T18:25:09.363 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-10T18:25:09.363 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.enable_blob_files: false 2024-09-10T18:25:09.363 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.min_blob_size: 0 2024-09-10T18:25:09.363 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.blob_file_size: 268435456 2024-09-10T18:25:09.363 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-10T18:25:09.363 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-10T18:25:09.363 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-10T18:25:09.363 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi086/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 25, last_sequence is 11232, log_number is 21,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-10T18:25:09.363 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 21 2024-09-10T18:25:09.363 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: [db/version_set.cc:4082] Creating manifest 25 2024-09-10T18:25:09.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725992708967665, "job": 1, "event": "recovery_started", "wal_files": [21]} 2024-09-10T18:25:09.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #21 mode 2 2024-09-10T18:25:09.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:08 smithi086 ceph-mon[63435]: rocksdb: [table/block_based/filter_policy.cc:991] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-09-10T18:25:09.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:09 smithi086 ceph-mon[63435]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725992709003065, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 26, "file_size": 15604689, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 15586654, "index_size": 14186, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 2885, "raw_key_size": 21583, "raw_average_key_size": 18, "raw_value_size": 15556650, "raw_average_value_size": 13634, "num_data_blocks": 614, "num_entries": 1141, "num_deletions": 253, "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": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1725992708, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "861ce370-0b5d-448c-8c99-c1bc6a557041", "db_session_id": "D57GZXALZN3F4FBN4KG6"}} 2024-09-10T18:25:09.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:09 smithi086 ceph-mon[63435]: rocksdb: [db/version_set.cc:4082] Creating manifest 27 2024-09-10T18:25:09.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:09 smithi086 ceph-mon[63435]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725992709003569, "job": 1, "event": "recovery_finished"} 2024-09-10T18:25:09.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:09 smithi086 ceph-mon[63435]: rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-smithi086/store.db/000021.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-10T18:25:09.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:09 smithi086 ceph-mon[63435]: rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x5608c1a10700 2024-09-10T18:25:09.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:09 smithi086 ceph-mon[63435]: rocksdb: DB pointer 0x5608c19e0000 2024-09-10T18:25:09.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:09 smithi086 ceph-mon[63435]: rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-10T18:25:09.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:09 smithi086 ceph-mon[63435]: rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-10T18:25:09.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: ** DB Stats ** 2024-09-10T18:25:09.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:25:09.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-10T18:25:09.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T18:25:09.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:25:09.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-10T18:25:09.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-10T18:25:09.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:25:09.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: 2024-09-10T18:25:09.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: ** Compaction Stats [default] ** 2024-09-10T18:25:09.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: 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-09-10T18:25:09.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:25:09.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: L0 1/0 14.88 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 643.4 0.02 0.00 1 0.023 0 0 2024-09-10T18:25:09.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: L6 1/0 26.83 MB 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-09-10T18:25:09.366 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Sum 2/0 41.71 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 643.4 0.02 0.00 1 0.023 0 0 2024-09-10T18:25:09.366 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 643.4 0.02 0.00 1 0.023 0 0 2024-09-10T18:25:09.366 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: 2024-09-10T18:25:09.366 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: ** Compaction Stats [default] ** 2024-09-10T18:25:09.366 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: 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-09-10T18:25:09.366 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:25:09.366 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 643.4 0.02 0.00 1 0.023 0 0 2024-09-10T18:25:09.366 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:25:09.366 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Flush(GB): cumulative 0.015, interval 0.015 2024-09-10T18:25:09.366 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:25:09.366 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:25:09.366 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:25:09.366 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:25:09.366 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Cumulative compaction: 0.01 GB write, 381.13 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:25:09.366 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Interval compaction: 0.01 GB write, 381.13 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:25:09.367 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: 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-09-10T18:25:09.367 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: 2024-09-10T18:25:09.367 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:25:09.367 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: 2024-09-10T18:25:09.367 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: ** Compaction Stats [default] ** 2024-09-10T18:25:09.367 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: 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-09-10T18:25:09.367 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:25:09.367 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: L0 1/0 14.88 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 643.4 0.02 0.00 1 0.023 0 0 2024-09-10T18:25:09.367 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: L6 1/0 26.83 MB 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-09-10T18:25:09.367 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Sum 2/0 41.71 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 643.4 0.02 0.00 1 0.023 0 0 2024-09-10T18:25:09.367 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: 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-09-10T18:25:09.367 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: 2024-09-10T18:25:09.367 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: ** Compaction Stats [default] ** 2024-09-10T18:25:09.367 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: 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-09-10T18:25:09.367 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:25:09.368 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 643.4 0.02 0.00 1 0.023 0 0 2024-09-10T18:25:09.368 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:25:09.368 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Flush(GB): cumulative 0.015, interval 0.000 2024-09-10T18:25:09.368 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:25:09.368 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:25:09.368 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:25:09.368 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:25:09.368 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Cumulative compaction: 0.01 GB write, 380.79 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:25:09.368 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:25:09.368 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: 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-09-10T18:25:09.368 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: 2024-09-10T18:25:09.368 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:25:09.368 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:09 smithi086 ceph-mon[63435]: starting mon.smithi086 rank 0 at public addrs [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] at bind addrs [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi086 fsid c77f8420-6f9f-11ef-bcea-c7b262605968 2024-09-10T18:25:09.368 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:09 smithi086 ceph-mon[63435]: mon.smithi086@-1(???) e2 preinit fsid c77f8420-6f9f-11ef-bcea-c7b262605968 2024-09-10T18:25:09.369 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:09 smithi086 ceph-mon[63435]: mon.smithi086@-1(???).mds e11 new map 2024-09-10T18:25:09.369 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:09 smithi086 ceph-mon[63435]: mon.smithi086@-1(???).mds e11 print_map 2024-09-10T18:25:09.369 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: e11 2024-09-10T18:25:09.369 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-10T18:25:09.369 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-09-10T18:25:09.369 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: legacy client fscid: 1 2024-09-10T18:25:09.369 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: 2024-09-10T18:25:09.369 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Filesystem 'foofs' (1) 2024-09-10T18:25:09.369 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: fs_name foofs 2024-09-10T18:25:09.369 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: epoch 11 2024-09-10T18:25:09.369 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2024-09-10T18:25:09.369 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: created 2024-09-10T18:16:32.620649+0000 2024-09-10T18:25:09.369 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: modified 2024-09-10T18:24:33.202623+0000 2024-09-10T18:25:09.369 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: tableserver 0 2024-09-10T18:25:09.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: root 0 2024-09-10T18:25:09.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: session_timeout 60 2024-09-10T18:25:09.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: session_autoclose 300 2024-09-10T18:25:09.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: max_file_size 1099511627776 2024-09-10T18:25:09.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: required_client_features {} 2024-09-10T18:25:09.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: last_failure 0 2024-09-10T18:25:09.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: last_failure_osd_epoch 0 2024-09-10T18:25:09.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: 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,7=mds uses inline data,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-09-10T18:25:09.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: max_mds 1 2024-09-10T18:25:09.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: in 0 2024-09-10T18:25:09.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: up {0=14498} 2024-09-10T18:25:09.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: failed 2024-09-10T18:25:09.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: damaged 2024-09-10T18:25:09.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: stopped 2024-09-10T18:25:09.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: data_pools [3] 2024-09-10T18:25:09.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: metadata_pool 2 2024-09-10T18:25:09.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: inline_data disabled 2024-09-10T18:25:09.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: balancer 2024-09-10T18:25:09.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: standby_count_wanted 1 2024-09-10T18:25:09.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: [mds.foofs.smithi086.wmhkxy{0:14498} state up:active seq 121 join_fscid=1 addr [v2:172.21.15.86:6834/948349836,v1:172.21.15.86:6835/948349836] compat {c=[1],r=[1],i=[7ff]}] 2024-09-10T18:25:09.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: 2024-09-10T18:25:09.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: 2024-09-10T18:25:09.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Standby daemons: 2024-09-10T18:25:09.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: 2024-09-10T18:25:09.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: [mds.foofs.smithi155.ddyadp{-1:24257} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.155:6832/704433499,v1:172.21.15.155:6833/704433499] compat {c=[1],r=[1],i=[7ff]}] 2024-09-10T18:25:09.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:09 smithi086 ceph-mon[63435]: mon.smithi086@-1(???).osd e72 crush map has features 3314933000854323200, adjusting msgr requires 2024-09-10T18:25:09.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:09 smithi086 ceph-mon[63435]: mon.smithi086@-1(???).osd e72 crush map has features 432629239337189376, adjusting msgr requires 2024-09-10T18:25:09.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:09 smithi086 ceph-mon[63435]: mon.smithi086@-1(???).osd e72 crush map has features 432629239337189376, adjusting msgr requires 2024-09-10T18:25:09.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:09 smithi086 ceph-mon[63435]: mon.smithi086@-1(???).osd e72 crush map has features 432629239337189376, adjusting msgr requires 2024-09-10T18:25:09.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:09 smithi086 ceph-mon[63435]: mon.smithi086@-1(???).paxosservice(auth 1..39) refresh upgraded, format 0 -> 3 2024-09-10T18:25:09.372 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:09 smithi086 bash[63416]: b00a3c0f966366c2a1b991a0533ff3730df19161a42fdeb0461d511ee1c84d31 2024-09-10T18:25:09.372 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:09 smithi086 systemd[1]: Started Ceph mon.smithi086 for c77f8420-6f9f-11ef-bcea-c7b262605968. 2024-09-10T18:25:10.825 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:10 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:07.280898+0000 mon.smithi155 (mon.1) 151 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-09-10T18:25:10.825 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:10 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:07.283002+0000 mon.smithi155 (mon.1) 152 : audit [DBG] from='mgr.14864 172.21.15.86:0/252761494' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-10T18:25:10.825 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:10 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:08.770565+0000 mgr.smithi086.qqqtpz (mgr.14864) 43 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-09-10T18:25:10.825 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:10 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:10.418169+0000 mon.smithi086 (mon.0) 1 : cluster [INF] mon.smithi086 calling monitor election 2024-09-10T18:25:10.825 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:10 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:10.419829+0000 mon.smithi086 (mon.0) 2 : cluster [INF] mon.smithi086 is new leader, mons smithi086,smithi155 in quorum (ranks 0,1) 2024-09-10T18:25:10.825 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:10 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:10.428144+0000 mon.smithi086 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi086=[v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0],smithi155=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T18:25:10.826 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:10 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:10.428686+0000 mon.smithi086 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi086.wmhkxy=up:active} 1 up:standby 2024-09-10T18:25:10.826 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:10 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:10.428709+0000 mon.smithi086 (mon.0) 5 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-10T18:25:10.826 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:10 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:10.429526+0000 mon.smithi086 (mon.0) 6 : cluster [DBG] mgrmap e40: smithi086.qqqtpz(active, since 38s), standbys: smithi155.gxleeu 2024-09-10T18:25:10.826 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:10 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:10.429928+0000 mon.smithi086 (mon.0) 7 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-10T18:25:10.826 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:10 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:10.429952+0000 mon.smithi086 (mon.0) 8 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-10T18:25:10.826 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:10 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:10.429964+0000 mon.smithi086 (mon.0) 9 : cluster [WRN] daemon prometheus.smithi086 on smithi086 is in error state 2024-09-10T18:25:10.826 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:10 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:10.436553+0000 mon.smithi086 (mon.0) 10 : cluster [DBG] mgrmap e41: smithi086.qqqtpz(active, since 38s), standbys: smithi155.gxleeu 2024-09-10T18:25:10.826 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:10 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:10.436605+0000 mon.smithi086 (mon.0) 11 : audit [INF] from='mgr.14864 ' entity='' 2024-09-10T18:25:12.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:12 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:11.439089+0000 mon.smithi086 (mon.0) 12 : cluster [DBG] mgrmap e42: smithi086.qqqtpz(active, since 39s), standbys: smithi155.gxleeu 2024-09-10T18:25:15.018 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:14.760235+0000 mon.smithi086 (mon.0) 13 : cluster [DBG] Standby manager daemon smithi155.gxleeu restarted 2024-09-10T18:25:15.018 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:14.760307+0000 mon.smithi086 (mon.0) 14 : cluster [DBG] Standby manager daemon smithi155.gxleeu started 2024-09-10T18:25:15.018 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:14.761815+0000 mon.smithi155 (mon.1) 153 : audit [DBG] from='mgr.? 172.21.15.155:0/2891450073' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi155.gxleeu/crt"}]: dispatch 2024-09-10T18:25:15.018 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:14.762326+0000 mon.smithi155 (mon.1) 154 : audit [DBG] from='mgr.? 172.21.15.155:0/2891450073' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:25:15.018 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:14.763797+0000 mon.smithi155 (mon.1) 155 : audit [DBG] from='mgr.? 172.21.15.155:0/2891450073' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi155.gxleeu/key"}]: dispatch 2024-09-10T18:25:15.018 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:14.764672+0000 mon.smithi155 (mon.1) 156 : audit [DBG] from='mgr.? 172.21.15.155:0/2891450073' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:25:16.097 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:14.814964+0000 mon.smithi086 (mon.0) 15 : cluster [DBG] mgrmap e43: smithi086.qqqtpz(active, since 42s), standbys: smithi155.gxleeu 2024-09-10T18:25:16.097 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:14.833186+0000 mon.smithi086 (mon.0) 16 : cluster [INF] Active manager daemon smithi086.qqqtpz restarted 2024-09-10T18:25:16.097 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:14.833491+0000 mon.smithi086 (mon.0) 17 : cluster [INF] Activating manager daemon smithi086.qqqtpz 2024-09-10T18:25:16.097 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:14.838791+0000 mon.smithi086 (mon.0) 18 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-09-10T18:25:16.098 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:14.839033+0000 mon.smithi086 (mon.0) 19 : cluster [DBG] mgrmap e44: smithi086.qqqtpz(active, starting, since 0.00562545s), standbys: smithi155.gxleeu 2024-09-10T18:25:16.098 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:14.840579+0000 mon.smithi086 (mon.0) 20 : audit [DBG] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-09-10T18:25:16.098 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:14.840733+0000 mon.smithi086 (mon.0) 21 : audit [DBG] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-10T18:25:16.098 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:14.841418+0000 mon.smithi086 (mon.0) 22 : audit [DBG] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi086.wmhkxy"}]: dispatch 2024-09-10T18:25:16.098 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:14.841618+0000 mon.smithi086 (mon.0) 23 : audit [DBG] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi155.ddyadp"}]: dispatch 2024-09-10T18:25:16.098 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:14.842463+0000 mon.smithi086 (mon.0) 24 : audit [DBG] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr metadata", "who": "smithi086.qqqtpz", "id": "smithi086.qqqtpz"}]: dispatch 2024-09-10T18:25:16.098 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:14.842754+0000 mon.smithi086 (mon.0) 25 : audit [DBG] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr metadata", "who": "smithi155.gxleeu", "id": "smithi155.gxleeu"}]: dispatch 2024-09-10T18:25:16.098 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:14.842977+0000 mon.smithi086 (mon.0) 26 : audit [DBG] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:25:16.098 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:14.843241+0000 mon.smithi086 (mon.0) 27 : audit [DBG] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:25:16.098 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:14.843482+0000 mon.smithi086 (mon.0) 28 : audit [DBG] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:25:16.098 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:14.843842+0000 mon.smithi086 (mon.0) 29 : audit [DBG] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:25:16.098 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:14.844072+0000 mon.smithi086 (mon.0) 30 : audit [DBG] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:25:16.098 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:14.844293+0000 mon.smithi086 (mon.0) 31 : audit [DBG] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:25:16.098 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:14.844565+0000 mon.smithi086 (mon.0) 32 : audit [DBG] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:25:16.099 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:14.844805+0000 mon.smithi086 (mon.0) 33 : audit [DBG] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:25:16.099 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:14.845071+0000 mon.smithi086 (mon.0) 34 : audit [DBG] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:25:16.099 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:14.845349+0000 mon.smithi086 (mon.0) 35 : audit [DBG] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:25:16.099 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:14.845799+0000 mon.smithi086 (mon.0) 36 : audit [DBG] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:25:16.099 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:14.853308+0000 mon.smithi086 (mon.0) 37 : cluster [INF] Manager daemon smithi086.qqqtpz is now available 2024-09-10T18:25:16.099 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:14.871592+0000 mon.smithi086 (mon.0) 38 : audit [DBG] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:25:16.099 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:14.887153+0000 mon.smithi086 (mon.0) 39 : audit [DBG] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:25:16.099 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:14.896714+0000 mon.smithi086 (mon.0) 40 : audit [INF] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:25:16.099 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:14.907416+0000 mon.smithi086 (mon.0) 41 : audit [INF] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/trash_purge_schedule"}]: dispatch 2024-09-10T18:25:17.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:25:15.794741+0000 mgr.smithi086.qqqtpz (mgr.34102) 1 : cephadm [INF] [10/Sep/2024:18:25:15] ENGINE Bus STARTING 2024-09-10T18:25:17.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:15.842337+0000 mon.smithi086 (mon.0) 42 : cluster [DBG] mgrmap e45: smithi086.qqqtpz(active, since 1.00893s), standbys: smithi155.gxleeu 2024-09-10T18:25:17.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:15.849661+0000 mgr.smithi086.qqqtpz (mgr.34102) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:25:17.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:25:15.911560+0000 mgr.smithi086.qqqtpz (mgr.34102) 3 : cephadm [INF] [10/Sep/2024:18:25:15] ENGINE Serving on https://172.21.15.86:7150 2024-09-10T18:25:17.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:25:15.911644+0000 mgr.smithi086.qqqtpz (mgr.34102) 4 : cephadm [INF] [10/Sep/2024:18:25:15] ENGINE Bus STARTED 2024-09-10T18:25:17.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:25:15.913071+0000 mgr.smithi086.qqqtpz (mgr.34102) 5 : cephadm [ERR] [10/Sep/2024:18:25:15] ENGINE Error in HTTPServer.serve 2024-09-10T18:25:17.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: Traceback (most recent call last): 2024-09-10T18:25:17.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:25:17.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: self._connections.run(self.expiration_interval) 2024-09-10T18:25:17.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:25:17.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: self._run(expiration_interval) 2024-09-10T18:25:17.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:25:17.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:25:17.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:25:17.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:25:17.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:25:17.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: s = self.context.wrap_socket( 2024-09-10T18:25:17.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:25:17.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: return self.sslsocket_class._create( 2024-09-10T18:25:17.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:25:17.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: self.do_handshake() 2024-09-10T18:25:17.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:25:17.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: self._sslobj.do_handshake() 2024-09-10T18:25:17.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:25:17.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: 2024-09-10T18:25:17.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:15.915688+0000 mon.smithi086 (mon.0) 43 : audit [INF] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:18.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:16.838763+0000 mon.smithi086 (mon.0) 44 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-10T18:25:18.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:16.838806+0000 mon.smithi086 (mon.0) 45 : cluster [INF] Cluster is now healthy 2024-09-10T18:25:18.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:16.845066+0000 mgr.smithi086.qqqtpz (mgr.34102) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:25:18.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:16.919600+0000 mon.smithi086 (mon.0) 46 : cluster [DBG] mgrmap e46: smithi086.qqqtpz(active, since 2s), standbys: smithi155.gxleeu 2024-09-10T18:25:20.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:18.845355+0000 mgr.smithi086.qqqtpz (mgr.34102) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:25:20.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:18.857262+0000 mon.smithi086 (mon.0) 47 : cluster [DBG] mgrmap e47: smithi086.qqqtpz(active, since 4s), standbys: smithi155.gxleeu 2024-09-10T18:25:20.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:19.327204+0000 mon.smithi086 (mon.0) 48 : audit [INF] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:20.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:19.332840+0000 mon.smithi086 (mon.0) 49 : audit [INF] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:21.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:20 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:19.932776+0000 mon.smithi086 (mon.0) 50 : audit [INF] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:21.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:20 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:19.936523+0000 mon.smithi086 (mon.0) 51 : audit [INF] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:21.986 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:20.845802+0000 mgr.smithi086.qqqtpz (mgr.34102) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:25:21.986 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:21.721641+0000 mon.smithi086 (mon.0) 52 : audit [INF] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:21.986 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:21.726123+0000 mon.smithi086 (mon.0) 53 : audit [INF] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:23.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:23 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:22.317679+0000 mon.smithi086 (mon.0) 54 : audit [INF] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:23.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:23 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:22.321764+0000 mon.smithi086 (mon.0) 55 : audit [INF] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:24.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:24 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:22.846406+0000 mgr.smithi086.qqqtpz (mgr.34102) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T18:25:24.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:24 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:23.333639+0000 mon.smithi086 (mon.0) 56 : audit [INF] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:24.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:24 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:23.339584+0000 mon.smithi086 (mon.0) 57 : audit [INF] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:26.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:24.846903+0000 mgr.smithi086.qqqtpz (mgr.34102) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-10T18:25:26.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:25.412259+0000 mon.smithi086 (mon.0) 58 : audit [INF] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:26.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:25.416119+0000 mon.smithi086 (mon.0) 59 : audit [INF] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:26.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:25.417131+0000 mon.smithi086 (mon.0) 60 : audit [DBG] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:26.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:25.417679+0000 mon.smithi086 (mon.0) 61 : audit [INF] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:25:26.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:25:25.418183+0000 mgr.smithi086.qqqtpz (mgr.34102) 11 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:25:26.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:25.418656+0000 mgr.smithi086.qqqtpz (mgr.34102) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T18:25:26.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:25.423681+0000 mon.smithi086 (mon.0) 62 : audit [INF] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:26.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:25.430545+0000 mon.smithi086 (mon.0) 63 : audit [INF] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:27.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:25:25.504724+0000 mgr.smithi086.qqqtpz (mgr.34102) 13 : cephadm [INF] Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:25:27.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:25:25.514921+0000 mgr.smithi086.qqqtpz (mgr.34102) 14 : cephadm [INF] Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:25:27.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:26.414808+0000 mon.smithi086 (mon.0) 64 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-10T18:25:28.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:27.419258+0000 mgr.smithi086.qqqtpz (mgr.34102) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T18:25:29.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:28.561828+0000 mon.smithi086 (mon.0) 65 : audit [DBG] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:25:29.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:28.563928+0000 mon.smithi086 (mon.0) 66 : audit [DBG] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:25:29.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:28.564833+0000 mon.smithi086 (mon.0) 67 : audit [DBG] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-10T18:25:30.536 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:25:28.560296+0000 mgr.smithi086.qqqtpz (mgr.34102) 16 : cephadm [ERR] cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:30.536 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:30.536 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:25:30.536 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:25:30.536 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:30.536 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:30.536 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: Traceback (most recent call last): 2024-09-10T18:25:30.536 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:25:30.536 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: main() 2024-09-10T18:25:30.536 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:25:30.537 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: r = ctx.func(ctx) 2024-09-10T18:25:30.537 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:25:30.537 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: return func(ctx) 2024-09-10T18:25:30.537 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:25:30.537 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:25:30.537 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:25:30.537 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:25:30.537 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:25:30.537 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:25:30.538 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:30.538 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:30.538 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: Traceback (most recent call last): 2024-09-10T18:25:30.538 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:25:30.538 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:25:30.538 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:25:30.538 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: return self.wait_async( 2024-09-10T18:25:30.538 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:25:30.538 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:25:30.538 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:25:30.538 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: return future.result(timeout) 2024-09-10T18:25:30.539 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:25:30.539 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: return self.__get_result() 2024-09-10T18:25:30.539 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:25:30.539 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: raise self._exception 2024-09-10T18:25:30.539 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:25:30.539 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: out, err, code = await self._run_cephadm( 2024-09-10T18:25:30.539 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:25:30.539 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: raise OrchestratorError( 2024-09-10T18:25:30.539 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:30.539 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:30.539 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:25:30.539 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:25:30.539 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:30.539 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:30.540 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: Traceback (most recent call last): 2024-09-10T18:25:30.540 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:25:30.540 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: main() 2024-09-10T18:25:30.540 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:25:30.540 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: r = ctx.func(ctx) 2024-09-10T18:25:30.540 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:25:30.540 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: return func(ctx) 2024-09-10T18:25:30.540 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:25:30.540 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:25:30.540 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:25:30.540 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:25:30.540 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:25:30.540 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:25:30.540 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:30.540 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:30.541 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cluster 2024-09-10T18:25:29.419680+0000 mgr.smithi086.qqqtpz (mgr.34102) 17 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T18:25:30.541 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:29.885772+0000 mon.smithi086 (mon.0) 68 : audit [INF] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:30.541 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:29.886624+0000 mon.smithi086 (mon.0) 69 : audit [INF] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:25:30.541 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:29.887335+0000 mon.smithi086 (mon.0) 70 : audit [DBG] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:25:30.541 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:29.887632+0000 mon.smithi086 (mon.0) 71 : audit [DBG] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:25:30.541 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: audit 2024-09-10T18:25:29.888672+0000 mon.smithi086 (mon.0) 72 : audit [DBG] from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:31.635 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:31 smithi155 systemd[1]: Stopping Ceph mon.smithi155 for c77f8420-6f9f-11ef-bcea-c7b262605968... 2024-09-10T18:25:31.636 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:25:29.880964+0000 mgr.smithi086.qqqtpz (mgr.34102) 18 : cephadm [INF] Upgrade: Updating mon.smithi155 2024-09-10T18:25:31.636 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: cephadm 2024-09-10T18:25:29.891881+0000 mgr.smithi086.qqqtpz (mgr.34102) 19 : cephadm [INF] Deploying daemon mon.smithi155 on smithi155 2024-09-10T18:25:31.636 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: debug 2024-09-10T18:25:31.633+0000 7f8bc74a2700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi155 -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-09-10T18:25:31.636 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155[26256]: debug 2024-09-10T18:25:31.633+0000 7f8bc74a2700 -1 mon.smithi155@1(peon) e2 *** Got Signal Terminated *** 2024-09-10T18:25:31.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:31 smithi155 podman[48447]: 2024-09-10 18:25:31.878997923 +0000 UTC m=+0.365447996 container died 45a737cfbcded69e46b9028c1e690f0a76a7b5284a7c53559b91d23db8d942fa (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.name=CentOS Base Image, RELEASE=HEAD, org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-16.2.4, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, ceph=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD) 2024-09-10T18:25:31.969 INFO:teuthology.orchestra.run.smithi086.stdout:true 2024-09-10T18:25:32.520 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:32 smithi155 podman[48447]: 2024-09-10 18:25:32.225319235 +0000 UTC m=+0.711769306 container cleanup 45a737cfbcded69e46b9028c1e690f0a76a7b5284a7c53559b91d23db8d942fa (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, ceph=True, org.label-schema.build-date=20201204, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-16.2.4, RELEASE=HEAD, org.label-schema.license=GPLv2) 2024-09-10T18:25:32.520 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:32 smithi155 bash[48447]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155 2024-09-10T18:25:32.520 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:32 smithi155 podman[48459]: 2024-09-10 18:25:32.393366484 +0000 UTC m=+0.508237464 container remove 45a737cfbcded69e46b9028c1e690f0a76a7b5284a7c53559b91d23db8d942fa (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon.smithi155, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-16.2.4, ceph=True, maintainer=Dimitri Savineau , GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2) 2024-09-10T18:25:32.578 INFO:teuthology.orchestra.run.smithi086.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:25:32.578 INFO:teuthology.orchestra.run.smithi086.stdout:alertmanager.smithi086 smithi086 *:9093,9094 running (12m) 10s ago 14m 19.3M - 0.20.0 0881eb8f169f 6f4c7936f6b6 2024-09-10T18:25:32.578 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi086 smithi086 running (14m) 10s ago 14m 6400k - 16.2.4 8d91d370c2b8 9f2bafa17c41 2024-09-10T18:25:32.578 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi155 smithi155 running (13m) 13s ago 13m 6413k - 16.2.4 8d91d370c2b8 be056b3d8fc4 2024-09-10T18:25:32.578 INFO:teuthology.orchestra.run.smithi086.stdout:grafana.smithi086 smithi086 *:3000 running (12m) 10s ago 14m 35.3M - 6.7.4 557c83e11646 013c9bd31cbe 2024-09-10T18:25:32.578 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi086.wmhkxy smithi086 running (8m) 10s ago 8m 40.4M - 16.2.4 8d91d370c2b8 3f5e7a0d954a 2024-09-10T18:25:32.579 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi155.ddyadp smithi155 running (8m) 13s ago 8m 14.3M - 16.2.4 8d91d370c2b8 fed2aba1e81e 2024-09-10T18:25:32.579 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi086.qqqtpz smithi086 *:8443,9283 running (3m) 10s ago 15m 420M - 17.2.7-1606-g5be57395 4c55dd409611 40e989a592fb 2024-09-10T18:25:32.579 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi155.gxleeu smithi155 *:8443,9283 running (40s) 13s ago 13m 396M - 17.2.7-1606-g5be57395 4c55dd409611 2645dc364b4e 2024-09-10T18:25:32.579 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi086 smithi086 running (23s) 10s ago 15m 39.9M 2048M 17.2.7-1606-g5be57395 4c55dd409611 b00a3c0f9663 2024-09-10T18:25:32.579 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi155 smithi155 running (13m) 13s ago 13m 75.7M 2048M 16.2.4 8d91d370c2b8 45a737cfbcde 2024-09-10T18:25:32.579 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.0.0.smithi086.nvloft smithi086 *:2049 running (6m) 10s ago 6m 143M - 3.5 8d91d370c2b8 ac635a8973ea 2024-09-10T18:25:32.579 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.1.0.smithi155.xwyoxo smithi155 *:2049 running (5m) 13s ago 5m 89.9M - 3.5 8d91d370c2b8 5d4993e7f1ca 2024-09-10T18:25:32.579 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi086 smithi086 *:9100 running (13m) 10s ago 13m 17.2M - 0.18.1 e5a616e4b9cf ebcaa2fe985c 2024-09-10T18:25:32.579 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi155 smithi155 *:9100 running (13m) 13s ago 13m 17.2M - 0.18.1 e5a616e4b9cf 1811325b1f2a 2024-09-10T18:25:32.579 INFO:teuthology.orchestra.run.smithi086.stdout:osd.0 smithi086 running (12m) 10s ago 12m 436M 4096M 16.2.4 8d91d370c2b8 9ec5215242da 2024-09-10T18:25:32.580 INFO:teuthology.orchestra.run.smithi086.stdout:osd.1 smithi086 running (12m) 10s ago 12m 327M 4096M 16.2.4 8d91d370c2b8 6f4c220ee750 2024-09-10T18:25:32.580 INFO:teuthology.orchestra.run.smithi086.stdout:osd.2 smithi086 running (12m) 10s ago 12m 255M 4096M 16.2.4 8d91d370c2b8 fc881ce40288 2024-09-10T18:25:32.580 INFO:teuthology.orchestra.run.smithi086.stdout:osd.3 smithi086 running (11m) 10s ago 11m 392M 4096M 16.2.4 8d91d370c2b8 62f9298fc37a 2024-09-10T18:25:32.580 INFO:teuthology.orchestra.run.smithi086.stdout:osd.4 smithi155 running (11m) 13s ago 11m 396M 4096M 16.2.4 8d91d370c2b8 7068d2f6f340 2024-09-10T18:25:32.580 INFO:teuthology.orchestra.run.smithi086.stdout:osd.5 smithi155 running (11m) 13s ago 11m 430M 4096M 16.2.4 8d91d370c2b8 4278b8fdd427 2024-09-10T18:25:32.580 INFO:teuthology.orchestra.run.smithi086.stdout:osd.6 smithi155 running (10m) 13s ago 10m 363M 4096M 16.2.4 8d91d370c2b8 b1120f71f9ec 2024-09-10T18:25:32.580 INFO:teuthology.orchestra.run.smithi086.stdout:osd.7 smithi155 running (10m) 13s ago 10m 509M 4096M 16.2.4 8d91d370c2b8 63785fceaf50 2024-09-10T18:25:32.580 INFO:teuthology.orchestra.run.smithi086.stdout:prometheus.smithi086 smithi086 *:9095 error 10s ago 13m 44.4M - 2.18.1 de242295e225 b0d895b622f6 2024-09-10T18:25:32.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:32 smithi155 systemd[1]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@mon.smithi155.service: Deactivated successfully. 2024-09-10T18:25:32.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:32 smithi155 systemd[1]: Stopped Ceph mon.smithi155 for c77f8420-6f9f-11ef-bcea-c7b262605968. 2024-09-10T18:25:32.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:32 smithi155 systemd[1]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@mon.smithi155.service: Consumed 8.279s CPU time. 2024-09-10T18:25:32.955 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:25:32.955 INFO:teuthology.orchestra.run.smithi086.stdout: "mon": { 2024-09-10T18:25:32.955 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-10T18:25:32.955 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T18:25:32.955 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:25:32.955 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr": { 2024-09-10T18:25:32.955 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:25:32.955 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:25:32.955 INFO:teuthology.orchestra.run.smithi086.stdout: "osd": { 2024-09-10T18:25:32.955 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-10T18:25:32.955 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:25:32.956 INFO:teuthology.orchestra.run.smithi086.stdout: "mds": { 2024-09-10T18:25:32.956 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:25:32.956 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:25:32.956 INFO:teuthology.orchestra.run.smithi086.stdout: "overall": { 2024-09-10T18:25:32.956 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 11, 2024-09-10T18:25:32.956 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T18:25:32.956 INFO:teuthology.orchestra.run.smithi086.stdout: } 2024-09-10T18:25:32.956 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:25:33.264 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:25:33.264 INFO:teuthology.orchestra.run.smithi086.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T18:25:33.264 INFO:teuthology.orchestra.run.smithi086.stdout: "in_progress": true, 2024-09-10T18:25:33.264 INFO:teuthology.orchestra.run.smithi086.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T18:25:33.264 INFO:teuthology.orchestra.run.smithi086.stdout: "services_complete": [ 2024-09-10T18:25:33.265 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr" 2024-09-10T18:25:33.265 INFO:teuthology.orchestra.run.smithi086.stdout: ], 2024-09-10T18:25:33.265 INFO:teuthology.orchestra.run.smithi086.stdout: "progress": "3/23 daemons upgraded", 2024-09-10T18:25:33.265 INFO:teuthology.orchestra.run.smithi086.stdout: "message": "Currently upgrading mon daemons", 2024-09-10T18:25:33.265 INFO:teuthology.orchestra.run.smithi086.stdout: "is_paused": false 2024-09-10T18:25:33.265 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:25:33.294 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:32 smithi155 systemd[1]: Starting Ceph mon.smithi155 for c77f8420-6f9f-11ef-bcea-c7b262605968... 2024-09-10T18:25:33.294 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 podman[48600]: 2024-09-10 18:25:33.065162559 +0000 UTC m=+0.015884473 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:25:33.294 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 podman[48600]: 2024-09-10 18:25:33.185911971 +0000 UTC m=+0.136633867 container create a70277e6c2c8be1f6f6f24bac2c4e67a1d820e16a2911c27a1234be02b808592 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon-smithi155, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T18:25:33.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 podman[48600]: 2024-09-10 18:25:33.397165528 +0000 UTC m=+0.347887445 container init a70277e6c2c8be1f6f6f24bac2c4e67a1d820e16a2911c27a1234be02b808592 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon-smithi155, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2) 2024-09-10T18:25:33.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 podman[48600]: 2024-09-10 18:25:33.400908858 +0000 UTC m=+0.351630754 container start a70277e6c2c8be1f6f6f24bac2c4e67a1d820e16a2911c27a1234be02b808592 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon-smithi155, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=) 2024-09-10T18:25:33.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: set uid:gid to 167:167 (ceph:ceph) 2024-09-10T18:25:33.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable), process ceph-mon, pid 2 2024-09-10T18:25:33.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: pidfile_write: ignore empty --pid-file 2024-09-10T18:25:33.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: load: jerasure load: lrc 2024-09-10T18:25:33.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: RocksDB version: 6.15.5 2024-09-10T18:25:33.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-10T18:25:33.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Compile date Sep 9 2024 2024-09-10T18:25:33.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: DB SUMMARY 2024-09-10T18:25:33.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: DB Session ID: EYD4SKNFW7RNLBO03WQA 2024-09-10T18:25:33.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: CURRENT file: CURRENT 2024-09-10T18:25:33.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: IDENTITY file: IDENTITY 2024-09-10T18:25:33.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: MANIFEST file: MANIFEST-000005 size: 883 Bytes 2024-09-10T18:25:33.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi155/store.db dir, Total Num: 1, files: 000020.sst 2024-09-10T18:25:33.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi155/store.db: 000018.log size: 29564770 ; 2024-09-10T18:25:33.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.error_if_exists: 0 2024-09-10T18:25:33.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.create_if_missing: 0 2024-09-10T18:25:33.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.paranoid_checks: 1 2024-09-10T18:25:33.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-10T18:25:33.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.env: 0x55a9684b1440 2024-09-10T18:25:33.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.fs: Posix File System 2024-09-10T18:25:33.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.info_log: 0x55a96abbd0c0 2024-09-10T18:25:33.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.max_file_opening_threads: 16 2024-09-10T18:25:33.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.statistics: (nil) 2024-09-10T18:25:33.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.use_fsync: 0 2024-09-10T18:25:33.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.max_log_file_size: 0 2024-09-10T18:25:33.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T18:25:33.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T18:25:33.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.keep_log_file_num: 1000 2024-09-10T18:25:33.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.recycle_log_file_num: 0 2024-09-10T18:25:33.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.allow_fallocate: 1 2024-09-10T18:25:33.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.allow_mmap_reads: 0 2024-09-10T18:25:33.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.allow_mmap_writes: 0 2024-09-10T18:25:33.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.use_direct_reads: 0 2024-09-10T18:25:33.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T18:25:33.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.create_missing_column_families: 0 2024-09-10T18:25:33.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.db_log_dir: 2024-09-10T18:25:33.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi155/store.db 2024-09-10T18:25:33.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T18:25:33.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T18:25:33.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T18:25:33.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-10T18:25:33.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T18:25:33.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T18:25:33.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.advise_random_on_open: 1 2024-09-10T18:25:33.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.db_write_buffer_size: 0 2024-09-10T18:25:33.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.write_buffer_manager: 0x55a96ac7a810 2024-09-10T18:25:33.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T18:25:33.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-10T18:25:33.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T18:25:33.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T18:25:33.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.rate_limiter: (nil) 2024-09-10T18:25:33.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T18:25:33.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.wal_recovery_mode: 2 2024-09-10T18:25:33.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.enable_thread_tracking: 0 2024-09-10T18:25:33.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.enable_pipelined_write: 0 2024-09-10T18:25:33.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.unordered_write: 0 2024-09-10T18:25:33.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T18:25:33.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T18:25:33.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T18:25:33.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T18:25:33.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.row_cache: None 2024-09-10T18:25:33.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.wal_filter: None 2024-09-10T18:25:33.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T18:25:33.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.allow_ingest_behind: 0 2024-09-10T18:25:33.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.preserve_deletes: 0 2024-09-10T18:25:33.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.two_write_queues: 0 2024-09-10T18:25:33.659 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.manual_wal_flush: 0 2024-09-10T18:25:33.659 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.atomic_flush: 0 2024-09-10T18:25:33.659 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T18:25:33.659 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-10T18:25:33.659 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-10T18:25:33.659 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.log_readahead_size: 0 2024-09-10T18:25:33.659 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-10T18:25:33.659 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.best_efforts_recovery: 0 2024-09-10T18:25:33.659 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-10T18:25:33.659 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-10T18:25:33.659 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.allow_data_in_errors: 0 2024-09-10T18:25:33.659 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.db_host_id: __hostname__ 2024-09-10T18:25:33.659 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.max_background_jobs: 2 2024-09-10T18:25:33.660 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.max_background_compactions: -1 2024-09-10T18:25:33.660 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.max_subcompactions: 1 2024-09-10T18:25:33.660 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T18:25:33.660 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T18:25:33.660 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T18:25:33.660 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.max_total_wal_size: 0 2024-09-10T18:25:33.660 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T18:25:33.660 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T18:25:33.660 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T18:25:33.660 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T18:25:33.660 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.max_open_files: -1 2024-09-10T18:25:33.660 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.bytes_per_sync: 0 2024-09-10T18:25:33.661 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T18:25:33.661 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-10T18:25:33.661 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.compaction_readahead_size: 0 2024-09-10T18:25:33.661 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.max_background_flushes: -1 2024-09-10T18:25:33.661 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Compression algorithms supported: 2024-09-10T18:25:33.661 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: kZSTD supported: 0 2024-09-10T18:25:33.661 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: kXpressCompression supported: 0 2024-09-10T18:25:33.661 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: kBZip2Compression supported: 0 2024-09-10T18:25:33.661 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T18:25:33.661 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: kLZ4Compression supported: 1 2024-09-10T18:25:33.661 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: kZlibCompression supported: 1 2024-09-10T18:25:33.661 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: kLZ4HCCompression supported: 1 2024-09-10T18:25:33.661 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: kSnappyCompression supported: 1 2024-09-10T18:25:33.661 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T18:25:33.662 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi155/store.db/MANIFEST-000005 2024-09-10T18:25:33.662 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-10T18:25:33.662 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T18:25:33.662 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.merge_operator: 2024-09-10T18:25:33.662 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.compaction_filter: None 2024-09-10T18:25:33.662 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.compaction_filter_factory: None 2024-09-10T18:25:33.662 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.sst_partitioner_factory: None 2024-09-10T18:25:33.662 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T18:25:33.662 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T18:25:33.662 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a96ab63a38) 2024-09-10T18:25:33.662 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: cache_index_and_filter_blocks: 1 2024-09-10T18:25:33.662 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-10T18:25:33.662 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T18:25:33.662 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: pin_top_level_index_and_filter: 1 2024-09-10T18:25:33.663 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: index_type: 0 2024-09-10T18:25:33.663 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: data_block_index_type: 0 2024-09-10T18:25:33.663 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: index_shortening: 1 2024-09-10T18:25:33.663 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-10T18:25:33.663 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: hash_index_allow_collision: 1 2024-09-10T18:25:33.663 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: checksum: 1 2024-09-10T18:25:33.663 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: no_block_cache: 0 2024-09-10T18:25:33.663 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: block_cache: 0x55a96ab991f0 2024-09-10T18:25:33.663 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: block_cache_name: BinnedLRUCache 2024-09-10T18:25:33.663 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: block_cache_options: 2024-09-10T18:25:33.663 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: capacity : 536870912 2024-09-10T18:25:33.663 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: num_shard_bits : 4 2024-09-10T18:25:33.663 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: strict_capacity_limit : 0 2024-09-10T18:25:33.664 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: high_pri_pool_ratio: 0.000 2024-09-10T18:25:33.664 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: block_cache_compressed: (nil) 2024-09-10T18:25:33.664 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: persistent_cache: (nil) 2024-09-10T18:25:33.664 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: block_size: 4096 2024-09-10T18:25:33.664 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: block_size_deviation: 10 2024-09-10T18:25:33.664 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: block_restart_interval: 16 2024-09-10T18:25:33.664 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: index_block_restart_interval: 1 2024-09-10T18:25:33.664 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: metadata_block_size: 4096 2024-09-10T18:25:33.664 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: partition_filters: 0 2024-09-10T18:25:33.664 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: use_delta_encoding: 1 2024-09-10T18:25:33.664 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-10T18:25:33.664 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: whole_key_filtering: 1 2024-09-10T18:25:33.664 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: verify_compression: 0 2024-09-10T18:25:33.664 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: read_amp_bytes_per_bit: 0 2024-09-10T18:25:33.665 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: format_version: 4 2024-09-10T18:25:33.665 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: enable_index_compression: 1 2024-09-10T18:25:33.665 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: block_align: 0 2024-09-10T18:25:33.665 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.write_buffer_size: 33554432 2024-09-10T18:25:33.665 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.max_write_buffer_number: 2 2024-09-10T18:25:33.665 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.compression: NoCompression 2024-09-10T18:25:33.665 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.bottommost_compression: Disabled 2024-09-10T18:25:33.665 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.prefix_extractor: nullptr 2024-09-10T18:25:33.665 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T18:25:33.665 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.num_levels: 7 2024-09-10T18:25:33.665 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T18:25:33.665 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T18:25:33.665 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-10T18:25:33.666 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T18:25:33.666 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T18:25:33.666 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T18:25:33.666 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T18:25:33.666 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:25:33.666 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-10T18:25:33.666 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T18:25:33.666 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T18:25:33.666 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.compression_opts.level: 32767 2024-09-10T18:25:33.666 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.compression_opts.strategy: 0 2024-09-10T18:25:33.666 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T18:25:33.666 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:25:33.666 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-10T18:25:33.666 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.compression_opts.enabled: false 2024-09-10T18:25:33.667 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T18:25:33.667 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T18:25:33.667 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T18:25:33.667 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.target_file_size_base: 67108864 2024-09-10T18:25:33.667 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T18:25:33.667 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T18:25:33.667 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T18:25:33.667 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T18:25:33.667 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T18:25:33.667 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T18:25:33.667 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T18:25:33.667 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T18:25:33.667 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T18:25:33.667 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T18:25:33.668 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T18:25:33.668 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T18:25:33.668 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T18:25:33.668 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.arena_block_size: 4194304 2024-09-10T18:25:33.668 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T18:25:33.668 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T18:25:33.668 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-10T18:25:33.668 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.disable_auto_compactions: 0 2024-09-10T18:25:33.668 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T18:25:33.668 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T18:25:33.668 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T18:25:33.668 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T18:25:33.668 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T18:25:33.669 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T18:25:33.669 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T18:25:33.669 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T18:25:33.669 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T18:25:33.669 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T18:25:33.669 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-10T18:25:33.669 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.inplace_update_support: 0 2024-09-10T18:25:33.669 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T18:25:33.669 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T18:25:33.669 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T18:25:33.669 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T18:25:33.669 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.bloom_locality: 0 2024-09-10T18:25:33.669 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.max_successive_merges: 0 2024-09-10T18:25:33.669 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T18:25:33.670 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.paranoid_file_checks: 0 2024-09-10T18:25:33.670 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.force_consistency_checks: 1 2024-09-10T18:25:33.670 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.report_bg_io_stats: 0 2024-09-10T18:25:33.670 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.ttl: 2592000 2024-09-10T18:25:33.670 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-10T18:25:33.670 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.enable_blob_files: false 2024-09-10T18:25:33.670 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.min_blob_size: 0 2024-09-10T18:25:33.670 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.blob_file_size: 268435456 2024-09-10T18:25:33.670 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-10T18:25:33.670 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-10T18:25:33.670 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-10T18:25:33.670 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi155/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 22, last_sequence is 11492, log_number is 18,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-10T18:25:33.670 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 18 2024-09-10T18:25:33.670 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: [db/version_set.cc:4082] Creating manifest 22 2024-09-10T18:25:33.671 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725992733424362, "job": 1, "event": "recovery_started", "wal_files": [18]} 2024-09-10T18:25:33.671 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #18 mode 2 2024-09-10T18:25:33.671 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: [table/block_based/filter_policy.cc:991] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-09-10T18:25:33.671 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725992733471577, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 23, "file_size": 19283189, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 19262630, "index_size": 16326, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 3269, "raw_key_size": 24008, "raw_average_key_size": 18, "raw_value_size": 19228682, "raw_average_value_size": 15128, "num_data_blocks": 710, "num_entries": 1271, "num_deletions": 253, "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": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1725992733, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "0737d44c-a11b-4971-9e4e-16833ac04ad7", "db_session_id": "EYD4SKNFW7RNLBO03WQA"}} 2024-09-10T18:25:33.671 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: [db/version_set.cc:4082] Creating manifest 24 2024-09-10T18:25:33.671 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 bash[48600]: a70277e6c2c8be1f6f6f24bac2c4e67a1d820e16a2911c27a1234be02b808592 2024-09-10T18:25:33.671 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725992733472043, "job": 1, "event": "recovery_finished"} 2024-09-10T18:25:33.671 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-smithi155/store.db/000018.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-10T18:25:33.671 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 systemd[1]: Started Ceph mon.smithi155 for c77f8420-6f9f-11ef-bcea-c7b262605968. 2024-09-10T18:25:33.671 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x55a96abcc700 2024-09-10T18:25:33.671 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: DB pointer 0x55a96ab9c000 2024-09-10T18:25:33.671 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-10T18:25:33.671 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-10T18:25:33.671 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: ** DB Stats ** 2024-09-10T18:25:33.672 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Uptime(secs): 0.1 total, 0.1 interval 2024-09-10T18:25:33.672 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-10T18:25:33.672 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T18:25:33.672 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:25:33.672 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-10T18:25:33.672 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-10T18:25:33.672 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:25:33.672 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: 2024-09-10T18:25:33.672 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: ** Compaction Stats [default] ** 2024-09-10T18:25:33.672 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: 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-09-10T18:25:33.672 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:25:33.672 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: L0 1/0 18.39 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 727.3 0.03 0.00 1 0.025 0 0 2024-09-10T18:25:33.672 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: L6 1/0 26.83 MB 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-09-10T18:25:33.672 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Sum 2/0 45.22 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 727.3 0.03 0.00 1 0.025 0 0 2024-09-10T18:25:33.673 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 727.3 0.03 0.00 1 0.025 0 0 2024-09-10T18:25:33.673 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: 2024-09-10T18:25:33.673 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: ** Compaction Stats [default] ** 2024-09-10T18:25:33.673 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: 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-09-10T18:25:33.673 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:25:33.673 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 727.3 0.03 0.00 1 0.025 0 0 2024-09-10T18:25:33.673 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Uptime(secs): 0.1 total, 0.1 interval 2024-09-10T18:25:33.673 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Flush(GB): cumulative 0.018, interval 0.018 2024-09-10T18:25:33.673 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:25:33.673 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:25:33.673 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:25:33.673 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:25:33.673 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Cumulative compaction: 0.02 GB write, 355.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:25:33.673 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Interval compaction: 0.02 GB write, 355.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:25:33.674 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: 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-09-10T18:25:33.674 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: 2024-09-10T18:25:33.674 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:25:33.674 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: 2024-09-10T18:25:33.674 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: ** Compaction Stats [default] ** 2024-09-10T18:25:33.674 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: 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-09-10T18:25:33.674 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:25:33.674 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: L0 1/0 18.39 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 727.3 0.03 0.00 1 0.025 0 0 2024-09-10T18:25:33.674 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: L6 1/0 26.83 MB 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-09-10T18:25:33.674 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Sum 2/0 45.22 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 727.3 0.03 0.00 1 0.025 0 0 2024-09-10T18:25:33.674 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: 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-09-10T18:25:33.674 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: 2024-09-10T18:25:33.674 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: ** Compaction Stats [default] ** 2024-09-10T18:25:33.675 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: 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-09-10T18:25:33.675 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:25:33.675 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 727.3 0.03 0.00 1 0.025 0 0 2024-09-10T18:25:33.675 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Uptime(secs): 0.1 total, 0.0 interval 2024-09-10T18:25:33.675 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Flush(GB): cumulative 0.018, interval 0.000 2024-09-10T18:25:33.675 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:25:33.675 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:25:33.675 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:25:33.675 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:25:33.675 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Cumulative compaction: 0.02 GB write, 355.18 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:25:33.675 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:25:33.675 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: 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-09-10T18:25:33.675 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: 2024-09-10T18:25:33.675 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:25:33.676 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: starting mon.smithi155 rank 1 at public addrs [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] at bind addrs [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi155 fsid c77f8420-6f9f-11ef-bcea-c7b262605968 2024-09-10T18:25:33.676 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: mon.smithi155@-1(???) e2 preinit fsid c77f8420-6f9f-11ef-bcea-c7b262605968 2024-09-10T18:25:33.676 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: mon.smithi155@-1(???).mds e11 new map 2024-09-10T18:25:33.676 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: mon.smithi155@-1(???).mds e11 print_map 2024-09-10T18:25:33.676 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: e11 2024-09-10T18:25:33.676 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-10T18:25:33.676 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-09-10T18:25:33.676 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: legacy client fscid: 1 2024-09-10T18:25:33.676 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: 2024-09-10T18:25:33.676 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Filesystem 'foofs' (1) 2024-09-10T18:25:33.676 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: fs_name foofs 2024-09-10T18:25:33.676 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: epoch 11 2024-09-10T18:25:33.676 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2024-09-10T18:25:33.677 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: created 2024-09-10T18:16:32.620649+0000 2024-09-10T18:25:33.677 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: modified 2024-09-10T18:24:33.202623+0000 2024-09-10T18:25:33.677 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: tableserver 0 2024-09-10T18:25:33.677 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: root 0 2024-09-10T18:25:33.677 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: session_timeout 60 2024-09-10T18:25:33.677 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: session_autoclose 300 2024-09-10T18:25:33.677 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: max_file_size 1099511627776 2024-09-10T18:25:33.677 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: required_client_features {} 2024-09-10T18:25:33.677 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: last_failure 0 2024-09-10T18:25:33.677 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: last_failure_osd_epoch 0 2024-09-10T18:25:33.677 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: 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,7=mds uses inline data,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-09-10T18:25:33.677 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: max_mds 1 2024-09-10T18:25:33.677 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: in 0 2024-09-10T18:25:33.677 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: up {0=14498} 2024-09-10T18:25:33.678 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: failed 2024-09-10T18:25:33.678 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: damaged 2024-09-10T18:25:33.678 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: stopped 2024-09-10T18:25:33.678 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: data_pools [3] 2024-09-10T18:25:33.678 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: metadata_pool 2 2024-09-10T18:25:33.678 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: inline_data disabled 2024-09-10T18:25:33.678 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: balancer 2024-09-10T18:25:33.678 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: standby_count_wanted 1 2024-09-10T18:25:33.678 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: [mds.foofs.smithi086.wmhkxy{0:14498} state up:active seq 121 join_fscid=1 addr [v2:172.21.15.86:6834/948349836,v1:172.21.15.86:6835/948349836] compat {c=[1],r=[1],i=[7ff]}] 2024-09-10T18:25:33.678 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: 2024-09-10T18:25:33.678 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: 2024-09-10T18:25:33.678 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Standby daemons: 2024-09-10T18:25:33.678 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: 2024-09-10T18:25:33.678 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: [mds.foofs.smithi155.ddyadp{-1:24257} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.155:6832/704433499,v1:172.21.15.155:6833/704433499] compat {c=[1],r=[1],i=[7ff]}] 2024-09-10T18:25:33.679 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: mon.smithi155@-1(???).osd e73 crush map has features 3314933000854323200, adjusting msgr requires 2024-09-10T18:25:33.679 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: mon.smithi155@-1(???).osd e73 crush map has features 432629239337189376, adjusting msgr requires 2024-09-10T18:25:33.679 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: mon.smithi155@-1(???).osd e73 crush map has features 432629239337189376, adjusting msgr requires 2024-09-10T18:25:33.679 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: mon.smithi155@-1(???).osd e73 crush map has features 432629239337189376, adjusting msgr requires 2024-09-10T18:25:33.679 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:33 smithi155 ceph-mon[48620]: mon.smithi155@-1(???).paxosservice(auth 1..40) refresh upgraded, format 0 -> 3 2024-09-10T18:25:35.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: mkfs c77f8420-6f9f-11ef-bcea-c7b262605968 2024-09-10T18:25:35.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-10T18:25:35.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Rados config object exists: conf-nfs.foo 2024-09-10T18:25:35.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Creating key for client.nfs.foo.0.0.smithi086.nvloft-rgw 2024-09-10T18:25:35.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Bind address in nfs.foo.0.0.smithi086.nvloft's ganesha conf is defaulting to empty 2024-09-10T18:25:35.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Deploying daemon nfs.foo.0.0.smithi086.nvloft on smithi086 2024-09-10T18:25:35.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Creating key for client.nfs.foo.1.0.smithi155.xwyoxo 2024-09-10T18:25:35.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-10T18:25:35.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Rados config object exists: conf-nfs.foo 2024-09-10T18:25:35.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Creating key for client.nfs.foo.1.0.smithi155.xwyoxo-rgw 2024-09-10T18:25:35.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Bind address in nfs.foo.1.0.smithi155.xwyoxo's ganesha conf is defaulting to empty 2024-09-10T18:25:35.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Deploying daemon nfs.foo.1.0.smithi155.xwyoxo on smithi155 2024-09-10T18:25:35.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:25:35.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:25:35.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:25:35.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: cephadm exited with an error code: 1, stderr: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:25:35.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:25:35.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:35.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:35.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:25:35.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:25:35.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:25:35.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:25:35.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:25:35.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:25:35.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:25:35.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:25:35.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:25:35.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:25:35.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:25:35.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:25:35.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:25:35.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:35.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:35.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:25:35.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:25:35.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:25:35.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:25:35.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.wait_async( 2024-09-10T18:25:35.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:25:35.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:25:35.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:25:35.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return future.result(timeout) 2024-09-10T18:25:35.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:25:35.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.__get_result() 2024-09-10T18:25:35.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:25:35.158 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise self._exception 2024-09-10T18:25:35.158 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:25:35.158 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:25:35.158 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:25:35.158 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise OrchestratorError( 2024-09-10T18:25:35.158 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:25:35.158 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:25:35.158 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:35.158 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:35.158 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:25:35.158 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:25:35.158 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:25:35.158 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:25:35.158 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:25:35.159 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:25:35.159 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:25:35.159 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:25:35.159 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:25:35.159 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:25:35.159 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:25:35.159 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:25:35.159 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:25:35.159 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:35.159 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:35.159 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Upgrade: Need to upgrade myself (mgr.smithi155.gxleeu) 2024-09-10T18:25:35.159 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Upgrade: Need to upgrade myself (mgr.smithi155.gxleeu) 2024-09-10T18:25:35.159 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Upgrade: Updating mgr.smithi086.qqqtpz 2024-09-10T18:25:35.160 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Deploying daemon mgr.smithi086.qqqtpz on smithi086 2024-09-10T18:25:35.160 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:25:35.160 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:25:35.160 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:25:35.160 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: inventory: adjusted host smithi155 addr 'smithi155' -> '172.21.15.155' 2024-09-10T18:25:35.160 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: [10/Sep/2024:18:24:34] ENGINE Bus STARTING 2024-09-10T18:25:35.160 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: [10/Sep/2024:18:24:35] ENGINE Serving on https://172.21.15.86:7150 2024-09-10T18:25:35.160 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: [10/Sep/2024:18:24:35] ENGINE Bus STARTED 2024-09-10T18:25:35.160 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: [10/Sep/2024:18:24:35] ENGINE Error in HTTPServer.serve 2024-09-10T18:25:35.160 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:25:35.160 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:25:35.160 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: self._connections.run(self.expiration_interval) 2024-09-10T18:25:35.160 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:25:35.160 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: self._run(expiration_interval) 2024-09-10T18:25:35.161 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:25:35.161 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:25:35.161 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:25:35.161 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:25:35.161 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:25:35.161 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: s = self.context.wrap_socket( 2024-09-10T18:25:35.161 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:25:35.161 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.sslsocket_class._create( 2024-09-10T18:25:35.161 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:25:35.161 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: self.do_handshake() 2024-09-10T18:25:35.161 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:25:35.161 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: self._sslobj.do_handshake() 2024-09-10T18:25:35.161 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:25:35.162 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:25:35.162 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:25:35.162 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:25:35.162 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:35.162 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:35.162 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:25:35.162 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:25:35.162 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:35.162 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:35.162 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:25:35.162 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:25:35.162 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:25:35.162 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:25:35.162 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:25:35.163 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:25:35.163 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:25:35.163 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:25:35.163 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:25:35.163 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:25:35.163 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:25:35.163 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:25:35.163 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:25:35.163 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:35.163 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:35.163 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:25:35.163 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:25:35.163 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:25:35.164 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:25:35.164 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.wait_async( 2024-09-10T18:25:35.164 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:25:35.164 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:25:35.164 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:25:35.164 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return future.result(timeout) 2024-09-10T18:25:35.164 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:25:35.164 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.__get_result() 2024-09-10T18:25:35.164 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:25:35.164 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise self._exception 2024-09-10T18:25:35.164 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:25:35.165 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:25:35.165 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:25:35.165 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise OrchestratorError( 2024-09-10T18:25:35.165 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:35.165 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:35.165 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:25:35.165 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:25:35.165 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:35.165 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:35.165 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:25:35.165 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:25:35.165 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:25:35.165 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:25:35.166 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:25:35.166 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:25:35.166 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:25:35.166 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:25:35.166 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:25:35.166 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:25:35.166 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:25:35.166 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:25:35.166 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:25:35.166 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:35.166 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:35.167 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: pgmap v11: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 39 KiB/s wr, 45 op/s 2024-09-10T18:25:35.167 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Upgrade: Updating mgr.smithi155.gxleeu 2024-09-10T18:25:35.167 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Deploying daemon mgr.smithi155.gxleeu on smithi155 2024-09-10T18:25:35.167 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: pgmap v12: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 40 KiB/s wr, 45 op/s 2024-09-10T18:25:35.167 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: pgmap v13: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-10T18:25:35.167 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: pgmap v14: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 361 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-10T18:25:35.167 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: pgmap v15: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-09-10T18:25:35.167 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Standby manager daemon smithi155.gxleeu restarted 2024-09-10T18:25:35.167 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Standby manager daemon smithi155.gxleeu started 2024-09-10T18:25:35.167 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: mgrmap e40: smithi086.qqqtpz(active, since 25s), standbys: smithi155.gxleeu 2024-09-10T18:25:35.167 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: pgmap v16: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-09-10T18:25:35.167 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: pgmap v17: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-09-10T18:25:35.167 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:25:35.168 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: pgmap v18: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-09-10T18:25:35.168 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: pgmap v19: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-09-10T18:25:35.168 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:25:35.168 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:25:35.168 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: pgmap v20: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:25:35.168 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:35.168 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:35.168 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:25:35.168 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:25:35.168 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:35.168 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:35.168 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:25:35.168 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:25:35.169 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:25:35.169 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:25:35.169 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:25:35.169 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:25:35.169 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:25:35.169 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:25:35.169 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:25:35.169 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:25:35.169 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:25:35.169 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:25:35.169 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:25:35.169 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:35.169 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:35.170 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:25:35.170 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:25:35.170 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:25:35.170 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:25:35.170 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.wait_async( 2024-09-10T18:25:35.170 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:25:35.170 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:25:35.170 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:25:35.170 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return future.result(timeout) 2024-09-10T18:25:35.170 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:25:35.170 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.__get_result() 2024-09-10T18:25:35.170 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:25:35.170 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise self._exception 2024-09-10T18:25:35.171 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:25:35.171 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:25:35.171 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:25:35.171 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise OrchestratorError( 2024-09-10T18:25:35.171 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:35.171 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:35.171 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:25:35.171 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:25:35.171 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:35.171 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:35.171 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:25:35.171 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:25:35.171 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:25:35.171 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:25:35.172 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:25:35.172 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:25:35.172 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:25:35.172 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:25:35.172 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:25:35.172 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:25:35.172 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:25:35.172 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:25:35.172 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:25:35.172 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:35.172 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:35.172 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Upgrade: Setting container_image for all mgr 2024-09-10T18:25:35.172 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: pgmap v21: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-09-10T18:25:35.173 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Upgrade: Updating mon.smithi086 2024-09-10T18:25:35.173 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Deploying daemon mon.smithi086 on smithi086 2024-09-10T18:25:35.173 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: pgmap v23: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-09-10T18:25:35.173 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: mon.smithi086 calling monitor election 2024-09-10T18:25:35.173 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: mon.smithi086 is new leader, mons smithi086,smithi155 in quorum (ranks 0,1) 2024-09-10T18:25:35.173 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: monmap e2: 2 mons at {smithi086=[v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0],smithi155=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T18:25:35.173 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: fsmap foofs:1 {0=foofs.smithi086.wmhkxy=up:active} 1 up:standby 2024-09-10T18:25:35.173 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: osdmap e72: 8 total, 8 up, 8 in 2024-09-10T18:25:35.173 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: mgrmap e40: smithi086.qqqtpz(active, since 38s), standbys: smithi155.gxleeu 2024-09-10T18:25:35.173 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-10T18:25:35.173 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-10T18:25:35.173 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: daemon prometheus.smithi086 on smithi086 is in error state 2024-09-10T18:25:35.174 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: mgrmap e41: smithi086.qqqtpz(active, since 38s), standbys: smithi155.gxleeu 2024-09-10T18:25:35.174 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: mgrmap e42: smithi086.qqqtpz(active, since 39s), standbys: smithi155.gxleeu 2024-09-10T18:25:35.174 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Standby manager daemon smithi155.gxleeu restarted 2024-09-10T18:25:35.174 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Standby manager daemon smithi155.gxleeu started 2024-09-10T18:25:35.174 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.? 172.21.15.155:0/2891450073' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi155.gxleeu/crt"}]: dispatch 2024-09-10T18:25:35.174 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.? 172.21.15.155:0/2891450073' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:25:35.174 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.? 172.21.15.155:0/2891450073' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi155.gxleeu/key"}]: dispatch 2024-09-10T18:25:35.174 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.? 172.21.15.155:0/2891450073' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:25:35.174 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: mgrmap e43: smithi086.qqqtpz(active, since 42s), standbys: smithi155.gxleeu 2024-09-10T18:25:35.174 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Active manager daemon smithi086.qqqtpz restarted 2024-09-10T18:25:35.174 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Activating manager daemon smithi086.qqqtpz 2024-09-10T18:25:35.174 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: osdmap e73: 8 total, 8 up, 8 in 2024-09-10T18:25:35.174 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: mgrmap e44: smithi086.qqqtpz(active, starting, since 0.00562545s), standbys: smithi155.gxleeu 2024-09-10T18:25:35.174 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-09-10T18:25:35.175 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-10T18:25:35.175 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi086.wmhkxy"}]: dispatch 2024-09-10T18:25:35.175 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi155.ddyadp"}]: dispatch 2024-09-10T18:25:35.175 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr metadata", "who": "smithi086.qqqtpz", "id": "smithi086.qqqtpz"}]: dispatch 2024-09-10T18:25:35.175 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr metadata", "who": "smithi155.gxleeu", "id": "smithi155.gxleeu"}]: dispatch 2024-09-10T18:25:35.175 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:25:35.175 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:25:35.175 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:25:35.175 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:25:35.175 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:25:35.175 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:25:35.175 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:25:35.175 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:25:35.175 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:25:35.176 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:25:35.176 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:25:35.176 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Manager daemon smithi086.qqqtpz is now available 2024-09-10T18:25:35.176 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:25:35.176 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:25:35.176 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:25:35.176 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/trash_purge_schedule"}]: dispatch 2024-09-10T18:25:35.176 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: [10/Sep/2024:18:25:15] ENGINE Bus STARTING 2024-09-10T18:25:35.176 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: mgrmap e45: smithi086.qqqtpz(active, since 1.00893s), standbys: smithi155.gxleeu 2024-09-10T18:25:35.176 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: pgmap v3: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:25:35.176 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: [10/Sep/2024:18:25:15] ENGINE Serving on https://172.21.15.86:7150 2024-09-10T18:25:35.176 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: [10/Sep/2024:18:25:15] ENGINE Bus STARTED 2024-09-10T18:25:35.176 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: [10/Sep/2024:18:25:15] ENGINE Error in HTTPServer.serve 2024-09-10T18:25:35.177 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:25:35.177 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:25:35.177 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: self._connections.run(self.expiration_interval) 2024-09-10T18:25:35.177 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:25:35.177 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: self._run(expiration_interval) 2024-09-10T18:25:35.177 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:25:35.177 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:25:35.177 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:25:35.177 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:25:35.177 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:25:35.178 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: s = self.context.wrap_socket( 2024-09-10T18:25:35.178 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:25:35.178 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.sslsocket_class._create( 2024-09-10T18:25:35.178 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:25:35.178 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: self.do_handshake() 2024-09-10T18:25:35.178 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:25:35.178 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: self._sslobj.do_handshake() 2024-09-10T18:25:35.178 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:25:35.178 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.178 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-10T18:25:35.178 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Cluster is now healthy 2024-09-10T18:25:35.178 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: pgmap v4: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:25:35.178 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: mgrmap e46: smithi086.qqqtpz(active, since 2s), standbys: smithi155.gxleeu 2024-09-10T18:25:35.179 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: pgmap v5: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:25:35.179 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: mgrmap e47: smithi086.qqqtpz(active, since 4s), standbys: smithi155.gxleeu 2024-09-10T18:25:35.179 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.179 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.179 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.179 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.179 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: pgmap v6: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:25:35.179 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.179 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.179 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.179 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.180 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: pgmap v7: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T18:25:35.180 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.180 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.180 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: pgmap v8: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-10T18:25:35.180 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.180 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.180 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:35.180 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:25:35.180 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:25:35.180 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: pgmap v9: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T18:25:35.180 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.181 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.181 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:25:35.181 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:25:35.181 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-10T18:25:35.181 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: pgmap v10: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T18:25:35.181 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:35.181 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:35.181 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:25:35.181 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:25:35.181 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:35.181 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:35.181 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:25:35.181 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:25:35.182 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:25:35.182 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:25:35.182 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:25:35.182 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:25:35.182 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:25:35.182 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:25:35.182 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:25:35.182 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:25:35.182 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:25:35.182 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:25:35.182 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:25:35.182 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:35.182 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:35.182 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:25:35.183 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:25:35.183 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:25:35.183 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:25:35.183 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.wait_async( 2024-09-10T18:25:35.183 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:25:35.183 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:25:35.183 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:25:35.183 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return future.result(timeout) 2024-09-10T18:25:35.183 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:25:35.183 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.__get_result() 2024-09-10T18:25:35.183 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:25:35.183 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise self._exception 2024-09-10T18:25:35.183 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:25:35.184 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:25:35.184 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:25:35.184 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise OrchestratorError( 2024-09-10T18:25:35.184 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:35.184 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:35.184 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:25:35.184 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:25:35.184 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:35.184 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:35.184 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:25:35.184 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:25:35.184 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:25:35.184 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:25:35.184 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:25:35.185 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:25:35.185 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:25:35.185 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:25:35.185 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:25:35.185 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:25:35.185 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:25:35.185 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:25:35.185 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:25:35.185 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:35.185 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:35.185 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:25:35.185 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:25:35.185 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-10T18:25:35.186 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: pgmap v11: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T18:25:35.186 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Upgrade: Updating mon.smithi155 2024-09-10T18:25:35.186 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.186 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:25:35.186 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:25:35.186 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:25:35.186 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:35.186 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Deploying daemon mon.smithi155 on smithi155 2024-09-10T18:25:35.186 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: pgmap v12: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T18:25:35.186 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-09-10T18:25:35.186 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: mon.smithi086 calling monitor election 2024-09-10T18:25:35.186 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: mon.smithi155 calling monitor election 2024-09-10T18:25:35.186 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-10T18:25:35.186 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: mon.smithi086 is new leader, mons smithi086,smithi155 in quorum (ranks 0,1) 2024-09-10T18:25:35.187 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: monmap e3: 2 mons at {smithi086=[v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0],smithi155=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T18:25:35.187 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: fsmap foofs:1 {0=foofs.smithi086.wmhkxy=up:active} 1 up:standby 2024-09-10T18:25:35.187 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: osdmap e73: 8 total, 8 up, 8 in 2024-09-10T18:25:35.187 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: mgrmap e47: smithi086.qqqtpz(active, since 19s), standbys: smithi155.gxleeu 2024-09-10T18:25:35.187 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-10T18:25:35.187 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-10T18:25:35.187 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: daemon prometheus.smithi086 on smithi086 is in error state 2024-09-10T18:25:35.187 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.187 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.187 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:25:35.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: mkfs c77f8420-6f9f-11ef-bcea-c7b262605968 2024-09-10T18:25:35.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-10T18:25:35.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Rados config object exists: conf-nfs.foo 2024-09-10T18:25:35.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Creating key for client.nfs.foo.0.0.smithi086.nvloft-rgw 2024-09-10T18:25:35.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Bind address in nfs.foo.0.0.smithi086.nvloft's ganesha conf is defaulting to empty 2024-09-10T18:25:35.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Deploying daemon nfs.foo.0.0.smithi086.nvloft on smithi086 2024-09-10T18:25:35.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Creating key for client.nfs.foo.1.0.smithi155.xwyoxo 2024-09-10T18:25:35.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-10T18:25:35.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Rados config object exists: conf-nfs.foo 2024-09-10T18:25:35.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Creating key for client.nfs.foo.1.0.smithi155.xwyoxo-rgw 2024-09-10T18:25:35.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Bind address in nfs.foo.1.0.smithi155.xwyoxo's ganesha conf is defaulting to empty 2024-09-10T18:25:35.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Deploying daemon nfs.foo.1.0.smithi155.xwyoxo on smithi155 2024-09-10T18:25:35.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:25:35.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:25:35.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:25:35.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: cephadm exited with an error code: 1, stderr: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:25:35.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:25:35.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:35.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:35.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:25:35.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:25:35.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:25:35.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:25:35.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:25:35.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:25:35.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:25:35.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:25:35.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:25:35.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:25:35.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:25:35.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:25:35.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:25:35.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:35.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:35.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:25:35.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:25:35.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:25:35.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:25:35.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.wait_async( 2024-09-10T18:25:35.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:25:35.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:25:35.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:25:35.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return future.result(timeout) 2024-09-10T18:25:35.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:25:35.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.__get_result() 2024-09-10T18:25:35.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:25:35.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise self._exception 2024-09-10T18:25:35.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:25:35.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:25:35.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:25:35.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise OrchestratorError( 2024-09-10T18:25:35.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:25:35.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:25:35.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:35.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:35.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:25:35.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:25:35.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:25:35.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:25:35.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:25:35.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:25:35.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:25:35.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:25:35.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:25:35.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:25:35.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:25:35.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:25:35.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:25:35.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:35.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:35.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Upgrade: Need to upgrade myself (mgr.smithi155.gxleeu) 2024-09-10T18:25:35.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Upgrade: Need to upgrade myself (mgr.smithi155.gxleeu) 2024-09-10T18:25:35.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Upgrade: Updating mgr.smithi086.qqqtpz 2024-09-10T18:25:35.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Deploying daemon mgr.smithi086.qqqtpz on smithi086 2024-09-10T18:25:35.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:25:35.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:25:35.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:25:35.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: inventory: adjusted host smithi155 addr 'smithi155' -> '172.21.15.155' 2024-09-10T18:25:35.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: [10/Sep/2024:18:24:34] ENGINE Bus STARTING 2024-09-10T18:25:35.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: [10/Sep/2024:18:24:35] ENGINE Serving on https://172.21.15.86:7150 2024-09-10T18:25:35.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: [10/Sep/2024:18:24:35] ENGINE Bus STARTED 2024-09-10T18:25:35.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: [10/Sep/2024:18:24:35] ENGINE Error in HTTPServer.serve 2024-09-10T18:25:35.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:25:35.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:25:35.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: self._connections.run(self.expiration_interval) 2024-09-10T18:25:35.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:25:35.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: self._run(expiration_interval) 2024-09-10T18:25:35.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:25:35.351 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:25:35.352 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:25:35.352 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:25:35.352 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:25:35.352 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: s = self.context.wrap_socket( 2024-09-10T18:25:35.352 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:25:35.352 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.sslsocket_class._create( 2024-09-10T18:25:35.352 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:25:35.352 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: self.do_handshake() 2024-09-10T18:25:35.352 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:25:35.352 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: self._sslobj.do_handshake() 2024-09-10T18:25:35.352 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:25:35.352 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:25:35.352 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:25:35.352 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:25:35.353 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:35.353 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:35.353 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:25:35.353 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:25:35.353 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:35.353 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:35.353 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:25:35.353 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:25:35.353 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:25:35.353 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:25:35.353 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:25:35.353 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:25:35.353 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:25:35.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:25:35.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:25:35.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:25:35.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:25:35.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:25:35.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:25:35.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:35.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:35.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:25:35.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:25:35.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:25:35.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:25:35.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.wait_async( 2024-09-10T18:25:35.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:25:35.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:25:35.355 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:25:35.355 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return future.result(timeout) 2024-09-10T18:25:35.355 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:25:35.355 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.__get_result() 2024-09-10T18:25:35.355 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:25:35.355 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise self._exception 2024-09-10T18:25:35.355 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:25:35.355 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:25:35.355 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:25:35.355 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise OrchestratorError( 2024-09-10T18:25:35.355 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:35.355 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:35.355 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:25:35.355 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:25:35.355 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:35.356 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:35.356 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:25:35.356 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:25:35.356 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:25:35.356 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:25:35.356 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:25:35.356 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:25:35.356 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:25:35.356 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:25:35.356 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:25:35.356 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:25:35.356 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:25:35.356 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:25:35.356 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:25:35.357 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:35.357 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:35.357 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: pgmap v11: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 39 KiB/s wr, 45 op/s 2024-09-10T18:25:35.357 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Upgrade: Updating mgr.smithi155.gxleeu 2024-09-10T18:25:35.357 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Deploying daemon mgr.smithi155.gxleeu on smithi155 2024-09-10T18:25:35.357 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: pgmap v12: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 40 KiB/s wr, 45 op/s 2024-09-10T18:25:35.357 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: pgmap v13: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-10T18:25:35.357 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: pgmap v14: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 361 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-10T18:25:35.357 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: pgmap v15: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-09-10T18:25:35.357 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Standby manager daemon smithi155.gxleeu restarted 2024-09-10T18:25:35.357 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Standby manager daemon smithi155.gxleeu started 2024-09-10T18:25:35.357 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: mgrmap e40: smithi086.qqqtpz(active, since 25s), standbys: smithi155.gxleeu 2024-09-10T18:25:35.357 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: pgmap v16: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-09-10T18:25:35.357 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: pgmap v17: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-09-10T18:25:35.358 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:25:35.358 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: pgmap v18: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-09-10T18:25:35.358 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: pgmap v19: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-09-10T18:25:35.358 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:25:35.358 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:25:35.358 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: pgmap v20: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:25:35.358 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:35.358 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:35.358 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:25:35.358 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:25:35.358 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:35.358 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:35.358 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:25:35.358 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:25:35.358 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:25:35.359 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:25:35.359 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:25:35.359 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:25:35.359 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:25:35.359 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:25:35.359 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:25:35.359 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:25:35.359 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:25:35.359 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:25:35.359 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:25:35.359 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:35.359 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:35.359 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:25:35.359 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:25:35.359 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:25:35.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:25:35.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.wait_async( 2024-09-10T18:25:35.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:25:35.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:25:35.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:25:35.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return future.result(timeout) 2024-09-10T18:25:35.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:25:35.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.__get_result() 2024-09-10T18:25:35.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:25:35.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise self._exception 2024-09-10T18:25:35.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:25:35.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:25:35.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:25:35.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise OrchestratorError( 2024-09-10T18:25:35.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:35.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:35.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:25:35.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:25:35.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:35.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:35.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:25:35.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:25:35.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:25:35.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:25:35.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:25:35.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:25:35.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:25:35.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:25:35.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:25:35.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:25:35.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:25:35.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:25:35.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:25:35.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:35.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:35.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Upgrade: Setting container_image for all mgr 2024-09-10T18:25:35.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: pgmap v21: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-09-10T18:25:35.363 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Upgrade: Updating mon.smithi086 2024-09-10T18:25:35.363 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Deploying daemon mon.smithi086 on smithi086 2024-09-10T18:25:35.363 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: pgmap v23: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-09-10T18:25:35.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: mon.smithi086 calling monitor election 2024-09-10T18:25:35.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: mon.smithi086 is new leader, mons smithi086,smithi155 in quorum (ranks 0,1) 2024-09-10T18:25:35.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: monmap e2: 2 mons at {smithi086=[v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0],smithi155=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T18:25:35.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: fsmap foofs:1 {0=foofs.smithi086.wmhkxy=up:active} 1 up:standby 2024-09-10T18:25:35.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: osdmap e72: 8 total, 8 up, 8 in 2024-09-10T18:25:35.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: mgrmap e40: smithi086.qqqtpz(active, since 38s), standbys: smithi155.gxleeu 2024-09-10T18:25:35.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-10T18:25:35.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-10T18:25:35.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: daemon prometheus.smithi086 on smithi086 is in error state 2024-09-10T18:25:35.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: mgrmap e41: smithi086.qqqtpz(active, since 38s), standbys: smithi155.gxleeu 2024-09-10T18:25:35.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: mgrmap e42: smithi086.qqqtpz(active, since 39s), standbys: smithi155.gxleeu 2024-09-10T18:25:35.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Standby manager daemon smithi155.gxleeu restarted 2024-09-10T18:25:35.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Standby manager daemon smithi155.gxleeu started 2024-09-10T18:25:35.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.? 172.21.15.155:0/2891450073' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi155.gxleeu/crt"}]: dispatch 2024-09-10T18:25:35.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.? 172.21.15.155:0/2891450073' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:25:35.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.? 172.21.15.155:0/2891450073' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi155.gxleeu/key"}]: dispatch 2024-09-10T18:25:35.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.? 172.21.15.155:0/2891450073' entity='mgr.smithi155.gxleeu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:25:35.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: mgrmap e43: smithi086.qqqtpz(active, since 42s), standbys: smithi155.gxleeu 2024-09-10T18:25:35.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Active manager daemon smithi086.qqqtpz restarted 2024-09-10T18:25:35.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Activating manager daemon smithi086.qqqtpz 2024-09-10T18:25:35.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: osdmap e73: 8 total, 8 up, 8 in 2024-09-10T18:25:35.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: mgrmap e44: smithi086.qqqtpz(active, starting, since 0.00562545s), standbys: smithi155.gxleeu 2024-09-10T18:25:35.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-09-10T18:25:35.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-10T18:25:35.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi086.wmhkxy"}]: dispatch 2024-09-10T18:25:35.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi155.ddyadp"}]: dispatch 2024-09-10T18:25:35.365 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr metadata", "who": "smithi086.qqqtpz", "id": "smithi086.qqqtpz"}]: dispatch 2024-09-10T18:25:35.366 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr metadata", "who": "smithi155.gxleeu", "id": "smithi155.gxleeu"}]: dispatch 2024-09-10T18:25:35.366 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:25:35.366 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:25:35.366 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:25:35.366 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:25:35.366 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:25:35.366 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:25:35.366 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:25:35.366 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:25:35.366 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:25:35.366 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:25:35.366 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:25:35.366 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Manager daemon smithi086.qqqtpz is now available 2024-09-10T18:25:35.367 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:25:35.367 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:25:35.367 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:25:35.367 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.qqqtpz/trash_purge_schedule"}]: dispatch 2024-09-10T18:25:35.367 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: [10/Sep/2024:18:25:15] ENGINE Bus STARTING 2024-09-10T18:25:35.367 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: mgrmap e45: smithi086.qqqtpz(active, since 1.00893s), standbys: smithi155.gxleeu 2024-09-10T18:25:35.367 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: pgmap v3: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:25:35.367 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: [10/Sep/2024:18:25:15] ENGINE Serving on https://172.21.15.86:7150 2024-09-10T18:25:35.367 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: [10/Sep/2024:18:25:15] ENGINE Bus STARTED 2024-09-10T18:25:35.367 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: [10/Sep/2024:18:25:15] ENGINE Error in HTTPServer.serve 2024-09-10T18:25:35.367 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:25:35.367 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:25:35.367 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: self._connections.run(self.expiration_interval) 2024-09-10T18:25:35.367 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:25:35.367 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: self._run(expiration_interval) 2024-09-10T18:25:35.368 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:25:35.368 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:25:35.368 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:25:35.368 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:25:35.368 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:25:35.368 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: s = self.context.wrap_socket( 2024-09-10T18:25:35.368 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:25:35.368 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.sslsocket_class._create( 2024-09-10T18:25:35.368 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:25:35.368 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: self.do_handshake() 2024-09-10T18:25:35.368 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:25:35.368 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: self._sslobj.do_handshake() 2024-09-10T18:25:35.368 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:25:35.369 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.369 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-10T18:25:35.369 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Cluster is now healthy 2024-09-10T18:25:35.369 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: pgmap v4: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:25:35.369 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: mgrmap e46: smithi086.qqqtpz(active, since 2s), standbys: smithi155.gxleeu 2024-09-10T18:25:35.369 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: pgmap v5: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:25:35.369 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: mgrmap e47: smithi086.qqqtpz(active, since 4s), standbys: smithi155.gxleeu 2024-09-10T18:25:35.369 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.369 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.369 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.369 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.369 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: pgmap v6: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:25:35.369 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.369 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: pgmap v7: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T18:25:35.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: pgmap v8: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-10T18:25:35.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:35.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:25:35.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:25:35.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: pgmap v9: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T18:25:35.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:25:35.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:25:35.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-10T18:25:35.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: pgmap v10: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T18:25:35.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:35.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:35.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:25:35.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:25:35.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:35.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:35.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:25:35.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:25:35.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:25:35.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:25:35.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:25:35.372 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:25:35.372 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:25:35.372 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:25:35.372 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:25:35.372 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:25:35.372 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:25:35.372 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:25:35.372 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:25:35.372 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:35.372 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:35.372 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:25:35.372 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:25:35.373 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:25:35.373 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:25:35.373 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.wait_async( 2024-09-10T18:25:35.373 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:25:35.373 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:25:35.373 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:25:35.373 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return future.result(timeout) 2024-09-10T18:25:35.373 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:25:35.373 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.__get_result() 2024-09-10T18:25:35.373 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:25:35.373 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise self._exception 2024-09-10T18:25:35.373 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:25:35.373 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:25:35.373 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:25:35.373 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise OrchestratorError( 2024-09-10T18:25:35.374 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:35.374 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:35.374 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:25:35.374 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:25:35.374 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:35.374 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:35.374 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:25:35.374 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:25:35.374 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:25:35.374 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:25:35.374 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:25:35.374 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:25:35.375 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:25:35.375 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:25:35.375 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:25:35.375 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:25:35.375 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:25:35.375 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:25:35.375 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:25:35.375 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:35.375 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:35.375 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:25:35.375 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:25:35.375 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-10T18:25:35.375 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: pgmap v11: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T18:25:35.375 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Upgrade: Updating mon.smithi155 2024-09-10T18:25:35.375 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.376 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:25:35.376 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:25:35.376 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:25:35.376 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:35.376 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Deploying daemon mon.smithi155 on smithi155 2024-09-10T18:25:35.376 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: pgmap v12: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T18:25:35.376 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2024-09-10T18:25:35.376 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: mon.smithi086 calling monitor election 2024-09-10T18:25:35.376 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: mon.smithi155 calling monitor election 2024-09-10T18:25:35.376 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2024-09-10T18:25:35.376 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: mon.smithi086 is new leader, mons smithi086,smithi155 in quorum (ranks 0,1) 2024-09-10T18:25:35.376 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: monmap e3: 2 mons at {smithi086=[v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0],smithi155=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T18:25:35.376 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: fsmap foofs:1 {0=foofs.smithi086.wmhkxy=up:active} 1 up:standby 2024-09-10T18:25:35.376 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: osdmap e73: 8 total, 8 up, 8 in 2024-09-10T18:25:35.377 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: mgrmap e47: smithi086.qqqtpz(active, since 19s), standbys: smithi155.gxleeu 2024-09-10T18:25:35.377 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-10T18:25:35.377 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-10T18:25:35.377 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: daemon prometheus.smithi086 on smithi086 is in error state 2024-09-10T18:25:35.377 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.377 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:35.377 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:25:36.138 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:35 smithi155 ceph-mon[48620]: pgmap v14: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-09-10T18:25:36.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:35 smithi086 ceph-mon[63435]: pgmap v14: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-09-10T18:25:38.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:38 smithi086 ceph-mon[63435]: pgmap v15: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:25:38.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:38 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:38.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:38 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:38.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:38 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:38.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:38 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:38.861 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:38 smithi155 ceph-mon[48620]: pgmap v15: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:25:38.861 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:38 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:38.861 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:38 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:38.861 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:38 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:38.861 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:38 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:40.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:40 smithi086 ceph-mon[63435]: pgmap v16: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:25:40.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:40 smithi155 ceph-mon[48620]: pgmap v16: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:25:42.766 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:42 smithi086 ceph-mon[63435]: pgmap v17: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:25:42.766 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:42 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:42.766 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:42 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:42.766 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:42 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:42.766 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:42 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:25:42.766 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:42 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:42.766 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:42 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:42.766 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:42 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:25:42.767 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:42 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:25:42.767 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:42 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:42.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:42 smithi155 ceph-mon[48620]: pgmap v17: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:25:42.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:42 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:42.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:42 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:42.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:42 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:42.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:42 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:25:42.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:42 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:42.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:42 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:42.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:42 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:25:42.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:42 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:25:42.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:42 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:43.819 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:43 smithi086 ceph-mon[63435]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:25:43.819 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:43 smithi086 ceph-mon[63435]: pgmap v18: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-09-10T18:25:43.819 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:43 smithi086 ceph-mon[63435]: pgmap v19: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 246 B/s rd, 0 op/s 2024-09-10T18:25:43.819 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:43 smithi086 ceph-mon[63435]: Reconfiguring mon.smithi086 (monmap changed)... 2024-09-10T18:25:43.819 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:43 smithi086 ceph-mon[63435]: Reconfiguring daemon mon.smithi086 on smithi086 2024-09-10T18:25:43.820 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:43 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:43.820 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:43 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:43.820 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:43 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi086.qqqtpz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:25:43.820 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:43 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:25:43.820 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:43 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:43.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:43 smithi155 ceph-mon[48620]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:25:43.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:43 smithi155 ceph-mon[48620]: pgmap v18: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-09-10T18:25:43.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:43 smithi155 ceph-mon[48620]: pgmap v19: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 246 B/s rd, 0 op/s 2024-09-10T18:25:43.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:43 smithi155 ceph-mon[48620]: Reconfiguring mon.smithi086 (monmap changed)... 2024-09-10T18:25:43.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:43 smithi155 ceph-mon[48620]: Reconfiguring daemon mon.smithi086 on smithi086 2024-09-10T18:25:43.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:43 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:43.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:43 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:43.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:43 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi086.qqqtpz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:25:43.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:43 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:25:43.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:43 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:44.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:44 smithi086 ceph-mon[63435]: Reconfiguring mgr.smithi086.qqqtpz (monmap changed)... 2024-09-10T18:25:44.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:44 smithi086 ceph-mon[63435]: Reconfiguring daemon mgr.smithi086.qqqtpz on smithi086 2024-09-10T18:25:44.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:44 smithi155 ceph-mon[48620]: Reconfiguring mgr.smithi086.qqqtpz (monmap changed)... 2024-09-10T18:25:44.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:44 smithi155 ceph-mon[48620]: Reconfiguring daemon mgr.smithi086.qqqtpz on smithi086 2024-09-10T18:25:45.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:45 smithi086 ceph-mon[63435]: pgmap v20: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 246 B/s rd, 0 op/s 2024-09-10T18:25:45.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:45 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:45.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:45 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:45.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:45 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi086", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-10T18:25:45.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:45 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:45.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:45 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:25:45.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:45 smithi155 ceph-mon[48620]: pgmap v20: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 246 B/s rd, 0 op/s 2024-09-10T18:25:45.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:45 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:45.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:45 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:45.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:45 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi086", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-10T18:25:45.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:45 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:45.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:45 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:25:46.672 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:46 smithi086 ceph-mon[63435]: Reconfiguring crash.smithi086 (monmap changed)... 2024-09-10T18:25:46.672 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:46 smithi086 ceph-mon[63435]: Reconfiguring daemon crash.smithi086 on smithi086 2024-09-10T18:25:46.672 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:46 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:46.673 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:46 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:46.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:46 smithi155 ceph-mon[48620]: Reconfiguring crash.smithi086 (monmap changed)... 2024-09-10T18:25:46.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:46 smithi155 ceph-mon[48620]: Reconfiguring daemon crash.smithi086 on smithi086 2024-09-10T18:25:46.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:46 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:46.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:46 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:47.790 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:47 smithi086 ceph-mon[63435]: pgmap v21: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:25:47.790 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:47 smithi086 ceph-mon[63435]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:25:47.790 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:47 smithi086 ceph-mon[63435]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:25:47.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:47 smithi155 ceph-mon[48620]: pgmap v21: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:25:47.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:47 smithi155 ceph-mon[48620]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:25:47.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:47 smithi155 ceph-mon[48620]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:25:48.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:48 smithi086 ceph-mon[63435]: pgmap v22: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 246 B/s rd, 0 op/s 2024-09-10T18:25:48.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:48 smithi155 ceph-mon[48620]: pgmap v22: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 246 B/s rd, 0 op/s 2024-09-10T18:25:49.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:49 smithi086 ceph-mon[63435]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:49.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:49.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:25:49.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:25:49.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:49.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:49.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:25:49.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:25:49.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:25:49.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:25:49.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:25:49.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:25:49.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:25:49.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:25:49.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:25:49.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:25:49.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:25:49.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:25:49.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:25:49.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:49.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:49.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:25:49.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:25:49.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:25:49.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:25:49.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.wait_async( 2024-09-10T18:25:49.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:25:49.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:25:49.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:25:49.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return future.result(timeout) 2024-09-10T18:25:49.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:25:49.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.__get_result() 2024-09-10T18:25:49.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:25:49.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise self._exception 2024-09-10T18:25:49.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:25:49.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:25:49.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:25:49.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise OrchestratorError( 2024-09-10T18:25:49.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:49.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:49.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:25:49.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:25:49.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:49.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:49.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:25:49.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:25:49.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:25:49.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:25:49.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:25:49.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:25:49.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:25:49.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:25:49.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:25:49.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:25:49.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:25:49.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:25:49.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:25:49.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:49.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:49.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:49 smithi086 ceph-mon[63435]: Reconfiguring osd.0 (monmap changed)... 2024-09-10T18:25:49.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:49 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T18:25:49.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:49 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:49.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:49 smithi086 ceph-mon[63435]: Reconfiguring daemon osd.0 on smithi086 2024-09-10T18:25:49.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:49 smithi155 ceph-mon[48620]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:49.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:49.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:25:49.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:25:49.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:49.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:49.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:25:49.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:25:49.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:25:49.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:25:49.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:25:49.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:25:49.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:25:49.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:25:49.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:25:49.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:25:49.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:25:49.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:25:49.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:25:49.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:49.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:49.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:25:49.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:25:49.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:25:49.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:25:49.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.wait_async( 2024-09-10T18:25:49.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:25:49.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:25:49.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:25:49.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return future.result(timeout) 2024-09-10T18:25:49.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:25:49.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.__get_result() 2024-09-10T18:25:49.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:25:49.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise self._exception 2024-09-10T18:25:49.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:25:49.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:25:49.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:25:49.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise OrchestratorError( 2024-09-10T18:25:49.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:49.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:25:49.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:25:49.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:25:49.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:49.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:49.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:25:49.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:25:49.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:25:49.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:25:49.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:25:49.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:25:49.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:25:49.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:25:49.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:25:49.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:25:49.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:25:49.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:25:49.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:25:49.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:25:49.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:25:49.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:49 smithi155 ceph-mon[48620]: Reconfiguring osd.0 (monmap changed)... 2024-09-10T18:25:49.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:49 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T18:25:49.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:49 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:49.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:49 smithi155 ceph-mon[48620]: Reconfiguring daemon osd.0 on smithi086 2024-09-10T18:25:50.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:50 smithi086 ceph-mon[63435]: pgmap v23: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 246 B/s rd, 0 op/s 2024-09-10T18:25:50.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:50 smithi155 ceph-mon[48620]: pgmap v23: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 246 B/s rd, 0 op/s 2024-09-10T18:25:52.019 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:51 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:52.019 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:51 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:52.019 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:51 smithi086 ceph-mon[63435]: Reconfiguring osd.1 (monmap changed)... 2024-09-10T18:25:52.019 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:51 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T18:25:52.019 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:51 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:52.019 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:51 smithi086 ceph-mon[63435]: Reconfiguring daemon osd.1 on smithi086 2024-09-10T18:25:52.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:51 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:52.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:51 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:52.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:51 smithi155 ceph-mon[48620]: Reconfiguring osd.1 (monmap changed)... 2024-09-10T18:25:52.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:51 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T18:25:52.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:51 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:52.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:51 smithi155 ceph-mon[48620]: Reconfiguring daemon osd.1 on smithi086 2024-09-10T18:25:53.397 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:53 smithi086 ceph-mon[63435]: pgmap v24: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-10T18:25:53.398 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:53 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:53.398 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:53 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:53.398 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:53 smithi086 ceph-mon[63435]: Reconfiguring osd.2 (monmap changed)... 2024-09-10T18:25:53.398 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:53 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T18:25:53.398 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:53 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:53.398 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:53 smithi086 ceph-mon[63435]: Reconfiguring daemon osd.2 on smithi086 2024-09-10T18:25:53.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:53 smithi155 ceph-mon[48620]: pgmap v24: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-10T18:25:53.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:53 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:53.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:53 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:53.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:53 smithi155 ceph-mon[48620]: Reconfiguring osd.2 (monmap changed)... 2024-09-10T18:25:53.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:53 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T18:25:53.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:53 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:53.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:53 smithi155 ceph-mon[48620]: Reconfiguring daemon osd.2 on smithi086 2024-09-10T18:25:54.833 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:54 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:54.833 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:54 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:54.833 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:54 smithi086 ceph-mon[63435]: Reconfiguring osd.3 (monmap changed)... 2024-09-10T18:25:54.833 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:54 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T18:25:54.834 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:54 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:54.834 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:54 smithi086 ceph-mon[63435]: Reconfiguring daemon osd.3 on smithi086 2024-09-10T18:25:54.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:54 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:54.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:54 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:54.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:54 smithi155 ceph-mon[48620]: Reconfiguring osd.3 (monmap changed)... 2024-09-10T18:25:54.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:54 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T18:25:54.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:54 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:54.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:54 smithi155 ceph-mon[48620]: Reconfiguring daemon osd.3 on smithi086 2024-09-10T18:25:55.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:55 smithi086 ceph-mon[63435]: pgmap v25: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:25:55.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:55 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:55.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:55 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:55.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:55 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi086.wmhkxy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-10T18:25:55.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:55 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:55.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:55 smithi155 ceph-mon[48620]: pgmap v25: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:25:55.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:55 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:55.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:55 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:55.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:55 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi086.wmhkxy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-10T18:25:55.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:55 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:56.752 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:56 smithi155 ceph-mon[48620]: Reconfiguring mds.foofs.smithi086.wmhkxy (monmap changed)... 2024-09-10T18:25:56.752 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:56 smithi155 ceph-mon[48620]: Reconfiguring daemon mds.foofs.smithi086.wmhkxy on smithi086 2024-09-10T18:25:56.752 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:56 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:56.752 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:56 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:56.752 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:56 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi155", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-10T18:25:56.752 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:56 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:56.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:56 smithi086 ceph-mon[63435]: Reconfiguring mds.foofs.smithi086.wmhkxy (monmap changed)... 2024-09-10T18:25:56.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:56 smithi086 ceph-mon[63435]: Reconfiguring daemon mds.foofs.smithi086.wmhkxy on smithi086 2024-09-10T18:25:56.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:56 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:56.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:56 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:56.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:56 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi155", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-10T18:25:56.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:56 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:57.593 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:57 smithi155 ceph-mon[48620]: pgmap v26: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:25:57.615 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:57 smithi155 ceph-mon[48620]: Reconfiguring crash.smithi155 (monmap changed)... 2024-09-10T18:25:57.615 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:57 smithi155 ceph-mon[48620]: Reconfiguring daemon crash.smithi155 on smithi155 2024-09-10T18:25:57.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:57 smithi086 ceph-mon[63435]: pgmap v26: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:25:57.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:57 smithi086 ceph-mon[63435]: Reconfiguring crash.smithi155 (monmap changed)... 2024-09-10T18:25:57.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:57 smithi086 ceph-mon[63435]: Reconfiguring daemon crash.smithi155 on smithi155 2024-09-10T18:25:58.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:58 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:58.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:58 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:58.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:58 smithi086 ceph-mon[63435]: Reconfiguring mgr.smithi155.gxleeu (monmap changed)... 2024-09-10T18:25:58.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:58 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi155.gxleeu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:25:58.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:58 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:25:58.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:58 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:58.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:58 smithi086 ceph-mon[63435]: Reconfiguring daemon mgr.smithi155.gxleeu on smithi155 2024-09-10T18:25:58.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:58 smithi086 ceph-mon[63435]: pgmap v27: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:25:58.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:58 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:58.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:58 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:25:58.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:58 smithi155 ceph-mon[48620]: Reconfiguring mgr.smithi155.gxleeu (monmap changed)... 2024-09-10T18:25:58.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:58 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi155.gxleeu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:25:58.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:58 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:25:58.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:58 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:25:58.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:58 smithi155 ceph-mon[48620]: Reconfiguring daemon mgr.smithi155.gxleeu on smithi155 2024-09-10T18:25:58.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:58 smithi155 ceph-mon[48620]: pgmap v27: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:26:00.216 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:59 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:00.216 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:59 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:00.216 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:59 smithi155 ceph-mon[48620]: Reconfiguring mon.smithi155 (monmap changed)... 2024-09-10T18:26:00.217 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:59 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:26:00.217 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:59 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:26:00.217 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:59 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:26:00.217 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:59 smithi155 ceph-mon[48620]: Reconfiguring daemon mon.smithi155 on smithi155 2024-09-10T18:26:00.217 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:25:59 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:26:00.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:59 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:00.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:59 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:00.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:59 smithi086 ceph-mon[63435]: Reconfiguring mon.smithi155 (monmap changed)... 2024-09-10T18:26:00.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:59 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:26:00.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:59 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:26:00.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:59 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:26:00.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:59 smithi086 ceph-mon[63435]: Reconfiguring daemon mon.smithi155 on smithi155 2024-09-10T18:26:00.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:25:59 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:26:01.573 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:01 smithi155 ceph-mon[48620]: pgmap v28: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:26:01.573 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:01 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:01.573 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:01 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:01.574 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:01 smithi155 ceph-mon[48620]: Reconfiguring osd.4 (monmap changed)... 2024-09-10T18:26:01.574 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:01 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T18:26:01.574 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:01 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:26:01.574 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:01 smithi155 ceph-mon[48620]: Reconfiguring daemon osd.4 on smithi155 2024-09-10T18:26:01.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:01 smithi086 ceph-mon[63435]: pgmap v28: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:26:01.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:01 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:01.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:01 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:01.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:01 smithi086 ceph-mon[63435]: Reconfiguring osd.4 (monmap changed)... 2024-09-10T18:26:01.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:01 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T18:26:01.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:01 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:26:01.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:01 smithi086 ceph-mon[63435]: Reconfiguring daemon osd.4 on smithi155 2024-09-10T18:26:02.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:02 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:02.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:02 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:02.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:02 smithi155 ceph-mon[48620]: Reconfiguring osd.5 (monmap changed)... 2024-09-10T18:26:02.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:02 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T18:26:02.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:02 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:26:02.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:02 smithi155 ceph-mon[48620]: Reconfiguring daemon osd.5 on smithi155 2024-09-10T18:26:02.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:02 smithi155 ceph-mon[48620]: pgmap v29: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:26:03.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:02 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:03.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:02 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:03.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:02 smithi086 ceph-mon[63435]: Reconfiguring osd.5 (monmap changed)... 2024-09-10T18:26:03.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:02 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T18:26:03.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:02 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:26:03.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:02 smithi086 ceph-mon[63435]: Reconfiguring daemon osd.5 on smithi155 2024-09-10T18:26:03.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:02 smithi086 ceph-mon[63435]: pgmap v29: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:26:03.596 INFO:teuthology.orchestra.run.smithi086.stdout:true 2024-09-10T18:26:04.199 INFO:teuthology.orchestra.run.smithi086.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:26:04.199 INFO:teuthology.orchestra.run.smithi086.stdout:alertmanager.smithi086 smithi086 *:9093,9094 running (13m) 42s ago 14m 19.3M - 0.20.0 0881eb8f169f 6f4c7936f6b6 2024-09-10T18:26:04.199 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi086 smithi086 running (14m) 42s ago 14m 6400k - 16.2.4 8d91d370c2b8 9f2bafa17c41 2024-09-10T18:26:04.199 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi155 smithi155 running (14m) 26s ago 14m 6413k - 16.2.4 8d91d370c2b8 be056b3d8fc4 2024-09-10T18:26:04.199 INFO:teuthology.orchestra.run.smithi086.stdout:grafana.smithi086 smithi086 *:3000 running (13m) 42s ago 14m 35.3M - 6.7.4 557c83e11646 013c9bd31cbe 2024-09-10T18:26:04.199 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi086.wmhkxy smithi086 running (9m) 42s ago 9m 40.4M - 16.2.4 8d91d370c2b8 3f5e7a0d954a 2024-09-10T18:26:04.199 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi155.ddyadp smithi155 running (9m) 26s ago 9m 14.7M - 16.2.4 8d91d370c2b8 fed2aba1e81e 2024-09-10T18:26:04.199 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi086.qqqtpz smithi086 *:8443,9283 running (4m) 42s ago 16m 420M - 17.2.7-1606-g5be57395 4c55dd409611 40e989a592fb 2024-09-10T18:26:04.199 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi155.gxleeu smithi155 *:8443,9283 running (72s) 26s ago 13m 398M - 17.2.7-1606-g5be57395 4c55dd409611 2645dc364b4e 2024-09-10T18:26:04.199 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi086 smithi086 running (55s) 42s ago 16m 39.9M 2048M 17.2.7-1606-g5be57395 4c55dd409611 b00a3c0f9663 2024-09-10T18:26:04.200 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi155 smithi155 running (31s) 26s ago 13m 46.3M 2048M 17.2.7-1606-g5be57395 4c55dd409611 a70277e6c2c8 2024-09-10T18:26:04.200 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.0.0.smithi086.nvloft smithi086 *:2049 running (6m) 42s ago 6m 143M - 3.5 8d91d370c2b8 ac635a8973ea 2024-09-10T18:26:04.200 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.1.0.smithi155.xwyoxo smithi155 *:2049 running (6m) 26s ago 6m 90.1M - 3.5 8d91d370c2b8 5d4993e7f1ca 2024-09-10T18:26:04.200 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi086 smithi086 *:9100 running (14m) 42s ago 14m 17.2M - 0.18.1 e5a616e4b9cf ebcaa2fe985c 2024-09-10T18:26:04.200 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi155 smithi155 *:9100 running (13m) 26s ago 13m 17.2M - 0.18.1 e5a616e4b9cf 1811325b1f2a 2024-09-10T18:26:04.200 INFO:teuthology.orchestra.run.smithi086.stdout:osd.0 smithi086 running (13m) 42s ago 13m 436M 4096M 16.2.4 8d91d370c2b8 9ec5215242da 2024-09-10T18:26:04.200 INFO:teuthology.orchestra.run.smithi086.stdout:osd.1 smithi086 running (12m) 42s ago 12m 327M 4096M 16.2.4 8d91d370c2b8 6f4c220ee750 2024-09-10T18:26:04.200 INFO:teuthology.orchestra.run.smithi086.stdout:osd.2 smithi086 running (12m) 42s ago 12m 255M 4096M 16.2.4 8d91d370c2b8 fc881ce40288 2024-09-10T18:26:04.200 INFO:teuthology.orchestra.run.smithi086.stdout:osd.3 smithi086 running (12m) 42s ago 12m 392M 4096M 16.2.4 8d91d370c2b8 62f9298fc37a 2024-09-10T18:26:04.200 INFO:teuthology.orchestra.run.smithi086.stdout:osd.4 smithi155 running (11m) 26s ago 11m 396M 4096M 16.2.4 8d91d370c2b8 7068d2f6f340 2024-09-10T18:26:04.200 INFO:teuthology.orchestra.run.smithi086.stdout:osd.5 smithi155 running (11m) 26s ago 11m 430M 4096M 16.2.4 8d91d370c2b8 4278b8fdd427 2024-09-10T18:26:04.200 INFO:teuthology.orchestra.run.smithi086.stdout:osd.6 smithi155 running (11m) 26s ago 11m 362M 4096M 16.2.4 8d91d370c2b8 b1120f71f9ec 2024-09-10T18:26:04.200 INFO:teuthology.orchestra.run.smithi086.stdout:osd.7 smithi155 running (10m) 26s ago 10m 509M 4096M 16.2.4 8d91d370c2b8 63785fceaf50 2024-09-10T18:26:04.201 INFO:teuthology.orchestra.run.smithi086.stdout:prometheus.smithi086 smithi086 *:9095 error 42s ago 14m 44.4M - 2.18.1 de242295e225 b0d895b622f6 2024-09-10T18:26:04.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:04 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:04.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:04 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:04.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:04 smithi086 ceph-mon[63435]: Reconfiguring osd.6 (monmap changed)... 2024-09-10T18:26:04.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:04 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T18:26:04.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:04 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:26:04.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:04 smithi086 ceph-mon[63435]: Reconfiguring daemon osd.6 on smithi155 2024-09-10T18:26:04.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:04 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:04.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:04 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:04.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:04 smithi155 ceph-mon[48620]: Reconfiguring osd.6 (monmap changed)... 2024-09-10T18:26:04.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:04 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T18:26:04.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:04 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:26:04.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:04 smithi155 ceph-mon[48620]: Reconfiguring daemon osd.6 on smithi155 2024-09-10T18:26:04.583 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:26:04.584 INFO:teuthology.orchestra.run.smithi086.stdout: "mon": { 2024-09-10T18:26:04.584 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:26:04.584 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:26:04.584 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr": { 2024-09-10T18:26:04.584 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:26:04.584 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:26:04.584 INFO:teuthology.orchestra.run.smithi086.stdout: "osd": { 2024-09-10T18:26:04.584 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-10T18:26:04.584 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:26:04.584 INFO:teuthology.orchestra.run.smithi086.stdout: "mds": { 2024-09-10T18:26:04.584 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:26:04.585 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:26:04.585 INFO:teuthology.orchestra.run.smithi086.stdout: "overall": { 2024-09-10T18:26:04.585 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 10, 2024-09-10T18:26:04.585 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 4 2024-09-10T18:26:04.585 INFO:teuthology.orchestra.run.smithi086.stdout: } 2024-09-10T18:26:04.585 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:26:04.893 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:26:04.893 INFO:teuthology.orchestra.run.smithi086.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T18:26:04.893 INFO:teuthology.orchestra.run.smithi086.stdout: "in_progress": true, 2024-09-10T18:26:04.893 INFO:teuthology.orchestra.run.smithi086.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T18:26:04.893 INFO:teuthology.orchestra.run.smithi086.stdout: "services_complete": [ 2024-09-10T18:26:04.893 INFO:teuthology.orchestra.run.smithi086.stdout: "mon", 2024-09-10T18:26:04.893 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr" 2024-09-10T18:26:04.893 INFO:teuthology.orchestra.run.smithi086.stdout: ], 2024-09-10T18:26:04.893 INFO:teuthology.orchestra.run.smithi086.stdout: "progress": "4/23 daemons upgraded", 2024-09-10T18:26:04.893 INFO:teuthology.orchestra.run.smithi086.stdout: "message": "Currently upgrading mon daemons", 2024-09-10T18:26:04.894 INFO:teuthology.orchestra.run.smithi086.stdout: "is_paused": false 2024-09-10T18:26:04.894 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:26:05.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:05 smithi086 ceph-mon[63435]: from='client.34152 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:26:05.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:05 smithi086 ceph-mon[63435]: pgmap v30: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:26:05.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:05 smithi086 ceph-mon[63435]: from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:26:05.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:05 smithi086 ceph-mon[63435]: from='client.34160 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:26:05.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:05 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:05.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:05 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:05.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:05 smithi086 ceph-mon[63435]: Reconfiguring osd.7 (monmap changed)... 2024-09-10T18:26:05.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:05 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T18:26:05.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:05 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:26:05.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:05 smithi086 ceph-mon[63435]: Reconfiguring daemon osd.7 on smithi155 2024-09-10T18:26:05.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:05 smithi086 ceph-mon[63435]: from='client.? 172.21.15.86:0/20270605' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:26:05.645 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:05 smithi155 ceph-mon[48620]: from='client.34152 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:26:05.645 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:05 smithi155 ceph-mon[48620]: pgmap v30: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:26:05.646 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:05 smithi155 ceph-mon[48620]: from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:26:05.646 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:05 smithi155 ceph-mon[48620]: from='client.34160 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:26:05.646 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:05 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:05.646 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:05 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:05.646 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:05 smithi155 ceph-mon[48620]: Reconfiguring osd.7 (monmap changed)... 2024-09-10T18:26:05.646 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:05 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T18:26:05.646 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:05 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:26:05.646 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:05 smithi155 ceph-mon[48620]: Reconfiguring daemon osd.7 on smithi155 2024-09-10T18:26:05.646 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:05 smithi155 ceph-mon[48620]: from='client.? 172.21.15.86:0/20270605' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:26:06.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:06 smithi086 ceph-mon[63435]: from='client.34168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:26:06.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:06 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:06.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:06 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:06.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:06 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi155.ddyadp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-10T18:26:06.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:06 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:26:06.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:06 smithi155 ceph-mon[48620]: from='client.34168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:26:06.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:06 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:06.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:06 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:06.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:06 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi155.ddyadp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-10T18:26:06.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:06 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:26:07.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:07 smithi086 ceph-mon[63435]: Reconfiguring mds.foofs.smithi155.ddyadp (monmap changed)... 2024-09-10T18:26:07.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:07 smithi086 ceph-mon[63435]: Reconfiguring daemon mds.foofs.smithi155.ddyadp on smithi155 2024-09-10T18:26:07.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:07 smithi086 ceph-mon[63435]: pgmap v31: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:26:07.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:07 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:07.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:07 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:07.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:07 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:26:07.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:07 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:26:07.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:07 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:26:07.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:07 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:07.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:07 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi086"}]: dispatch 2024-09-10T18:26:07.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:07 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi086"}]': finished 2024-09-10T18:26:07.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:07 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi155"}]: dispatch 2024-09-10T18:26:07.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:07 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi155"}]': finished 2024-09-10T18:26:07.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:07 smithi155 ceph-mon[48620]: Reconfiguring mds.foofs.smithi155.ddyadp (monmap changed)... 2024-09-10T18:26:07.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:07 smithi155 ceph-mon[48620]: Reconfiguring daemon mds.foofs.smithi155.ddyadp on smithi155 2024-09-10T18:26:07.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:07 smithi155 ceph-mon[48620]: pgmap v31: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:26:07.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:07 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:07.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:07 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:07.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:07 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:26:07.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:07 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:26:07.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:07 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:26:07.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:07 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:07.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:07 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi086"}]: dispatch 2024-09-10T18:26:07.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:07 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi086"}]': finished 2024-09-10T18:26:07.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:07 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi155"}]: dispatch 2024-09-10T18:26:07.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:07 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi155"}]': finished 2024-09-10T18:26:08.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:08 smithi155 ceph-mon[48620]: Upgrade: Setting container_image for all mon 2024-09-10T18:26:08.770 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:08 smithi086 ceph-mon[63435]: Upgrade: Setting container_image for all mon 2024-09-10T18:26:09.728 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:09 smithi086 ceph-mon[63435]: pgmap v32: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:26:09.728 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:09 smithi086 ceph-mon[63435]: Upgrade: Updating crash.smithi086 (1/2) 2024-09-10T18:26:09.728 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:09 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:09.729 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:09 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi086", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-10T18:26:09.729 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:09 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:26:09.729 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:09 smithi086 ceph-mon[63435]: Deploying daemon crash.smithi086 on smithi086 2024-09-10T18:26:09.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:09 smithi155 ceph-mon[48620]: pgmap v32: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:26:09.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:09 smithi155 ceph-mon[48620]: Upgrade: Updating crash.smithi086 (1/2) 2024-09-10T18:26:09.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:09 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:09.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:09 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi086", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-10T18:26:09.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:09 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:26:09.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:09 smithi155 ceph-mon[48620]: Deploying daemon crash.smithi086 on smithi086 2024-09-10T18:26:11.678 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:11 smithi086 ceph-mon[63435]: pgmap v33: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:26:11.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:11 smithi155 ceph-mon[48620]: pgmap v33: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:26:13.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:12 smithi155 ceph-mon[48620]: pgmap v34: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:26:13.059 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:12 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:13.060 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:12 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:13.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:12 smithi086 ceph-mon[63435]: pgmap v34: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:26:13.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:12 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:13.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:12 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:14.350 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:14 smithi155 ceph-mon[48620]: Upgrade: Updating crash.smithi155 (2/2) 2024-09-10T18:26:14.350 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:14 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:14.350 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:14 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi155", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-10T18:26:14.350 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:14 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:26:14.350 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:14 smithi155 ceph-mon[48620]: Deploying daemon crash.smithi155 on smithi155 2024-09-10T18:26:14.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:14 smithi086 ceph-mon[63435]: Upgrade: Updating crash.smithi155 (2/2) 2024-09-10T18:26:14.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:14 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:14.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:14 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi155", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-10T18:26:14.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:14 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:26:14.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:14 smithi086 ceph-mon[63435]: Deploying daemon crash.smithi155 on smithi155 2024-09-10T18:26:15.221 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:15 smithi155 ceph-mon[48620]: pgmap v35: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:26:15.221 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:15 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:26:15.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:15 smithi086 ceph-mon[63435]: pgmap v35: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:26:15.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:15 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:26:17.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:17 smithi155 ceph-mon[48620]: pgmap v36: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:26:17.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:17 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:17.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:17 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:17.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:17 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:26:17.784 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:17 smithi086 ceph-mon[63435]: pgmap v36: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:26:17.785 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:17 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:17.785 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:17 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:17.785 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:17 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:26:19.620 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:19 smithi086 ceph-mon[63435]: pgmap v37: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:26:19.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:19 smithi155 ceph-mon[48620]: pgmap v37: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:26:21.400 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:21 smithi155 ceph-mon[48620]: pgmap v38: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:26:21.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:21 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:21.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:21 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:21.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:21 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:21.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:21 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:21.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:21 smithi086 ceph-mon[63435]: pgmap v38: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:26:21.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:21 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:21.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:21 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:21.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:21 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:21.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:21 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:23.564 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:23 smithi155 ceph-mon[48620]: pgmap v39: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:26:23.564 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:23 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:23.564 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:23 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:23.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:23 smithi086 ceph-mon[63435]: pgmap v39: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:26:23.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:23 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:23.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:23 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:24.728 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:24 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:24.729 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:24 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:24.729 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:24 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:24.729 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:24 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:24.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:24 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:24.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:24 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:24.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:24 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:24.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:24 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:25.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:25 smithi086 ceph-mon[63435]: pgmap v40: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:26:25.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:25 smithi155 ceph-mon[48620]: pgmap v40: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:26:27.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:27 smithi086 ceph-mon[63435]: pgmap v41: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:26:27.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:27 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:27.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:27 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:27.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:27 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:26:27.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:27 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:26:27.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:27 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:27.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:27 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:27.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:27 smithi155 ceph-mon[48620]: pgmap v41: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:26:27.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:27 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:27.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:27 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:27.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:27 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:26:27.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:27 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:26:27.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:27 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:27.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:27 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:28.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:28 smithi086 ceph-mon[63435]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:26:28.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:28 smithi086 ceph-mon[63435]: pgmap v42: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 376 B/s rd, 0 op/s 2024-09-10T18:26:28.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:28 smithi086 ceph-mon[63435]: pgmap v43: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 230 B/s rd, 0 op/s 2024-09-10T18:26:28.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:28 smithi086 ceph-mon[63435]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:26:28.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:28 smithi086 ceph-mon[63435]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:26:28.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:28 smithi155 ceph-mon[48620]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:26:28.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:28 smithi155 ceph-mon[48620]: pgmap v42: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 376 B/s rd, 0 op/s 2024-09-10T18:26:28.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:28 smithi155 ceph-mon[48620]: pgmap v43: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 230 B/s rd, 0 op/s 2024-09-10T18:26:28.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:28 smithi155 ceph-mon[48620]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:26:28.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:28 smithi155 ceph-mon[48620]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:26:29.734 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:29 smithi086 ceph-mon[63435]: pgmap v44: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 230 B/s rd, 0 op/s 2024-09-10T18:26:29.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:29 smithi155 ceph-mon[48620]: pgmap v44: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 230 B/s rd, 0 op/s 2024-09-10T18:26:30.833 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:30 smithi086 ceph-mon[63435]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:26:30.833 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:26:30.833 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:26:30.833 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:26:30.833 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:26:30.833 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:26:30.833 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:26:30.833 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:26:30.833 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:26:30.834 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:26:30.834 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:26:30.834 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:26:30.834 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:26:30.834 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:26:30.834 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:26:30.834 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:26:30.834 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:26:30.834 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:26:30.834 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:26:30.834 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:26:30.834 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:26:30.834 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:26:30.835 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:26:30.835 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:26:30.835 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:26:30.835 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.wait_async( 2024-09-10T18:26:30.835 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:26:30.835 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:26:30.835 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:26:30.835 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return future.result(timeout) 2024-09-10T18:26:30.835 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:26:30.835 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.__get_result() 2024-09-10T18:26:30.835 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:26:30.835 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise self._exception 2024-09-10T18:26:30.835 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:26:30.835 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:26:30.836 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:26:30.836 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise OrchestratorError( 2024-09-10T18:26:30.836 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:26:30.836 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:26:30.836 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:26:30.836 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:26:30.836 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:26:30.836 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:26:30.836 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:26:30.836 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:26:30.836 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:26:30.836 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:26:30.837 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:26:30.837 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:26:30.837 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:26:30.837 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:26:30.837 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:26:30.837 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:26:30.837 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:26:30.837 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:26:30.837 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:26:30.837 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:26:30.837 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:26:30.837 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:26:30.837 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:26:30.838 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:26:30.838 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:26:30.838 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:30 smithi086 ceph-mon[63435]: Upgrade: Setting container_image for all crash 2024-09-10T18:26:30.838 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:30.838 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi086"}]: dispatch 2024-09-10T18:26:30.838 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi086"}]': finished 2024-09-10T18:26:30.838 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi155"}]: dispatch 2024-09-10T18:26:30.838 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi155"}]': finished 2024-09-10T18:26:30.838 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-10T18:26:30.838 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:30 smithi086 ceph-mon[63435]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-10T18:26:30.838 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:30 smithi086 ceph-mon[63435]: Upgrade: osd.0 is safe to restart 2024-09-10T18:26:30.838 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:26:30.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:30 smithi155 ceph-mon[48620]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:26:30.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:26:30.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:26:30.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:26:30.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:26:30.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:26:30.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:26:30.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:26:30.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:26:30.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:26:30.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:26:30.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:26:30.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:26:30.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:26:30.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:26:30.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:26:30.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:26:30.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:26:30.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:26:30.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:26:30.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:26:30.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:26:30.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:26:30.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:26:30.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:26:30.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.wait_async( 2024-09-10T18:26:30.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:26:30.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:26:30.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:26:30.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return future.result(timeout) 2024-09-10T18:26:30.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:26:30.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.__get_result() 2024-09-10T18:26:30.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:26:30.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise self._exception 2024-09-10T18:26:30.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:26:30.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:26:30.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:26:30.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise OrchestratorError( 2024-09-10T18:26:30.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:26:30.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:26:30.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:26:30.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:26:30.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:26:30.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:26:30.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:26:30.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:26:30.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:26:30.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:26:30.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:26:30.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:26:30.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:26:30.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:26:30.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:26:30.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:26:30.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:26:30.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:26:30.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:26:30.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:26:30.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:26:30.907 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:26:30.907 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:26:30.907 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:26:30.907 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:26:30.907 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:30 smithi155 ceph-mon[48620]: Upgrade: Setting container_image for all crash 2024-09-10T18:26:30.907 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:30.907 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi086"}]: dispatch 2024-09-10T18:26:30.907 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi086"}]': finished 2024-09-10T18:26:30.907 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi155"}]: dispatch 2024-09-10T18:26:30.907 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi155"}]': finished 2024-09-10T18:26:30.907 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-10T18:26:30.907 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:30 smithi155 ceph-mon[48620]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-10T18:26:30.907 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:30 smithi155 ceph-mon[48620]: Upgrade: osd.0 is safe to restart 2024-09-10T18:26:30.907 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:26:32.457 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:32 smithi086 ceph-mon[63435]: pgmap v45: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 230 B/s rd, 0 op/s 2024-09-10T18:26:32.457 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:32 smithi086 ceph-mon[63435]: Upgrade: Updating osd.0 2024-09-10T18:26:32.457 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:32 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:32.457 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:32 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T18:26:32.457 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:32 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:26:32.458 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:32 smithi086 ceph-mon[63435]: Deploying daemon osd.0 on smithi086 2024-09-10T18:26:32.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:32 smithi155 ceph-mon[48620]: pgmap v45: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 230 B/s rd, 0 op/s 2024-09-10T18:26:32.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:32 smithi155 ceph-mon[48620]: Upgrade: Updating osd.0 2024-09-10T18:26:32.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:32 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:32.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:32 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T18:26:32.634 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:32 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:26:32.634 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:32 smithi155 ceph-mon[48620]: Deploying daemon osd.0 on smithi086 2024-09-10T18:26:34.145 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:33 smithi086 systemd[1]: Stopping Ceph osd.0 for c77f8420-6f9f-11ef-bcea-c7b262605968... 2024-09-10T18:26:34.145 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:34 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.0[31524]: debug 2024-09-10T18:26:34.041+0000 7f152bd4d700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-10T18:26:34.146 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:34 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.0[31524]: debug 2024-09-10T18:26:34.041+0000 7f152bd4d700 -1 osd.0 73 *** Got signal Terminated *** 2024-09-10T18:26:34.146 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:34 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.0[31524]: debug 2024-09-10T18:26:34.041+0000 7f152bd4d700 -1 osd.0 73 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T18:26:34.427 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:34 smithi086 podman[69145]: 2024-09-10 18:26:34.143893884 +0000 UTC m=+0.238827442 container died 9ec5215242da99fc7c724c2dc01cc67d0854a81d28cc76c35c216cbde4617c22 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.0, org.label-schema.name=CentOS Base Image, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-16.2.4, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, RELEASE=HEAD) 2024-09-10T18:26:34.427 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:34 smithi086 ceph-mon[63435]: pgmap v46: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 230 B/s rd, 0 op/s 2024-09-10T18:26:34.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:34 smithi155 ceph-mon[48620]: pgmap v46: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 230 B/s rd, 0 op/s 2024-09-10T18:26:34.778 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:34 smithi086 podman[69145]: 2024-09-10 18:26:34.53346855 +0000 UTC m=+0.628402144 container cleanup 9ec5215242da99fc7c724c2dc01cc67d0854a81d28cc76c35c216cbde4617c22 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.0, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, CEPH_POINT_RELEASE=-16.2.4, org.label-schema.name=CentOS Base Image, RELEASE=HEAD, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0) 2024-09-10T18:26:34.778 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:34 smithi086 bash[69145]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.0 2024-09-10T18:26:35.094 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:34 smithi086 podman[69158]: 2024-09-10 18:26:34.776696543 +0000 UTC m=+0.634345632 container remove 9ec5215242da99fc7c724c2dc01cc67d0854a81d28cc76c35c216cbde4617c22 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.0, maintainer=Dimitri Savineau , ceph=True, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, CEPH_POINT_RELEASE=-16.2.4, org.label-schema.license=GPLv2, org.label-schema.build-date=20201204, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=HEAD, org.label-schema.vendor=CentOS) 2024-09-10T18:26:35.273 INFO:teuthology.orchestra.run.smithi086.stdout:true 2024-09-10T18:26:35.423 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:35 smithi086 podman[69284]: 2024-09-10 18:26:35.173301556 +0000 UTC m=+0.022127569 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:26:35.423 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:35 smithi086 podman[69284]: 2024-09-10 18:26:35.294028849 +0000 UTC m=+0.142854858 container create dc9826ebcca37f8f57077b37769a1a66456972d48767879c55d05dc3ee95b2f4 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0-deactivate, io.buildah.version=1.37.2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-09-10T18:26:35.423 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.7 2024-09-10T18:26:35.424 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 failed (root=default,host=smithi086) (connection refused reported by osd.7) 2024-09-10T18:26:35.424 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.5 2024-09-10T18:26:35.424 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.3 2024-09-10T18:26:35.424 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.6 2024-09-10T18:26:35.424 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.7 2024-09-10T18:26:35.424 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.2 2024-09-10T18:26:35.424 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.1 2024-09-10T18:26:35.424 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.4 2024-09-10T18:26:35.424 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.5 2024-09-10T18:26:35.424 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.3 2024-09-10T18:26:35.424 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.6 2024-09-10T18:26:35.424 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.2 2024-09-10T18:26:35.425 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.1 2024-09-10T18:26:35.425 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.4 2024-09-10T18:26:35.425 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.2 2024-09-10T18:26:35.425 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.1 2024-09-10T18:26:35.425 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.6 2024-09-10T18:26:35.425 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.4 2024-09-10T18:26:35.425 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.3 2024-09-10T18:26:35.425 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.5 2024-09-10T18:26:35.425 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.7 2024-09-10T18:26:35.425 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.4 2024-09-10T18:26:35.425 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.5 2024-09-10T18:26:35.425 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.3 2024-09-10T18:26:35.425 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.6 2024-09-10T18:26:35.425 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.7 2024-09-10T18:26:35.426 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.2 2024-09-10T18:26:35.426 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.1 2024-09-10T18:26:35.426 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.4 2024-09-10T18:26:35.426 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.5 2024-09-10T18:26:35.426 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.3 2024-09-10T18:26:35.426 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.6 2024-09-10T18:26:35.426 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.2 2024-09-10T18:26:35.426 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.1 2024-09-10T18:26:35.426 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.2 2024-09-10T18:26:35.426 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.4 2024-09-10T18:26:35.426 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.6 2024-09-10T18:26:35.426 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.3 2024-09-10T18:26:35.426 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.1 2024-09-10T18:26:35.426 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:35 smithi086 ceph-mon[63435]: osd.0 reported immediately failed by osd.5 2024-09-10T18:26:35.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.7 2024-09-10T18:26:35.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 failed (root=default,host=smithi086) (connection refused reported by osd.7) 2024-09-10T18:26:35.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.5 2024-09-10T18:26:35.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.3 2024-09-10T18:26:35.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.6 2024-09-10T18:26:35.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.7 2024-09-10T18:26:35.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.2 2024-09-10T18:26:35.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.1 2024-09-10T18:26:35.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.4 2024-09-10T18:26:35.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.5 2024-09-10T18:26:35.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.3 2024-09-10T18:26:35.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.6 2024-09-10T18:26:35.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.2 2024-09-10T18:26:35.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.1 2024-09-10T18:26:35.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.4 2024-09-10T18:26:35.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.2 2024-09-10T18:26:35.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.1 2024-09-10T18:26:35.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.6 2024-09-10T18:26:35.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.4 2024-09-10T18:26:35.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.3 2024-09-10T18:26:35.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.5 2024-09-10T18:26:35.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.7 2024-09-10T18:26:35.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.4 2024-09-10T18:26:35.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.5 2024-09-10T18:26:35.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.3 2024-09-10T18:26:35.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.6 2024-09-10T18:26:35.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.7 2024-09-10T18:26:35.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.2 2024-09-10T18:26:35.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.1 2024-09-10T18:26:35.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.4 2024-09-10T18:26:35.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.5 2024-09-10T18:26:35.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.3 2024-09-10T18:26:35.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.6 2024-09-10T18:26:35.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.2 2024-09-10T18:26:35.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.1 2024-09-10T18:26:35.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.2 2024-09-10T18:26:35.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.4 2024-09-10T18:26:35.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.6 2024-09-10T18:26:35.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.3 2024-09-10T18:26:35.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.1 2024-09-10T18:26:35.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:35 smithi155 ceph-mon[48620]: osd.0 reported immediately failed by osd.5 2024-09-10T18:26:35.719 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:35 smithi086 podman[69284]: 2024-09-10 18:26:35.522029674 +0000 UTC m=+0.370855689 container init dc9826ebcca37f8f57077b37769a1a66456972d48767879c55d05dc3ee95b2f4 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, ceph=True, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD) 2024-09-10T18:26:35.719 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:35 smithi086 podman[69284]: 2024-09-10 18:26:35.525677101 +0000 UTC m=+0.374503103 container start dc9826ebcca37f8f57077b37769a1a66456972d48767879c55d05dc3ee95b2f4 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0-deactivate, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True) 2024-09-10T18:26:35.719 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:35 smithi086 podman[69284]: 2024-09-10 18:26:35.613560141 +0000 UTC m=+0.462386152 container attach dc9826ebcca37f8f57077b37769a1a66456972d48767879c55d05dc3ee95b2f4 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.license=GPLv2) 2024-09-10T18:26:35.904 INFO:teuthology.orchestra.run.smithi086.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:26:35.904 INFO:teuthology.orchestra.run.smithi086.stdout:alertmanager.smithi086 smithi086 *:9093,9094 running (13m) 13s ago 15m 19.3M - 0.20.0 0881eb8f169f 6f4c7936f6b6 2024-09-10T18:26:35.904 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi086 smithi086 running (24s) 13s ago 15m 6899k - 17.2.7-1606-g5be57395 4c55dd409611 8c82d6e03a06 2024-09-10T18:26:35.904 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi155 smithi155 running (20s) 15s ago 14m 6899k - 17.2.7-1606-g5be57395 4c55dd409611 07aec365c37d 2024-09-10T18:26:35.904 INFO:teuthology.orchestra.run.smithi086.stdout:grafana.smithi086 smithi086 *:3000 running (13m) 13s ago 15m 35.5M - 6.7.4 557c83e11646 013c9bd31cbe 2024-09-10T18:26:35.905 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi086.wmhkxy smithi086 running (10m) 13s ago 9m 40.5M - 16.2.4 8d91d370c2b8 3f5e7a0d954a 2024-09-10T18:26:35.905 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi155.ddyadp smithi155 running (9m) 15s ago 9m 14.9M - 16.2.4 8d91d370c2b8 fed2aba1e81e 2024-09-10T18:26:35.905 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi086.qqqtpz smithi086 *:8443,9283 running (4m) 13s ago 16m 447M - 17.2.7-1606-g5be57395 4c55dd409611 40e989a592fb 2024-09-10T18:26:35.905 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi155.gxleeu smithi155 *:8443,9283 running (103s) 15s ago 14m 398M - 17.2.7-1606-g5be57395 4c55dd409611 2645dc364b4e 2024-09-10T18:26:35.905 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi086 smithi086 running (87s) 13s ago 16m 54.8M 2048M 17.2.7-1606-g5be57395 4c55dd409611 b00a3c0f9663 2024-09-10T18:26:35.905 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi155 smithi155 running (62s) 15s ago 14m 56.2M 2048M 17.2.7-1606-g5be57395 4c55dd409611 a70277e6c2c8 2024-09-10T18:26:35.905 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.0.0.smithi086.nvloft smithi086 *:2049 running (7m) 13s ago 7m 143M - 3.5 8d91d370c2b8 ac635a8973ea 2024-09-10T18:26:35.905 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.1.0.smithi155.xwyoxo smithi155 *:2049 running (7m) 15s ago 7m 90.1M - 3.5 8d91d370c2b8 5d4993e7f1ca 2024-09-10T18:26:35.905 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi086 smithi086 *:9100 running (14m) 13s ago 14m 17.2M - 0.18.1 e5a616e4b9cf ebcaa2fe985c 2024-09-10T18:26:35.905 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi155 smithi155 *:9100 running (14m) 15s ago 14m 17.2M - 0.18.1 e5a616e4b9cf 1811325b1f2a 2024-09-10T18:26:35.905 INFO:teuthology.orchestra.run.smithi086.stdout:osd.0 smithi086 running (13m) 13s ago 13m 436M 4096M 16.2.4 8d91d370c2b8 9ec5215242da 2024-09-10T18:26:35.905 INFO:teuthology.orchestra.run.smithi086.stdout:osd.1 smithi086 running (13m) 13s ago 13m 327M 4096M 16.2.4 8d91d370c2b8 6f4c220ee750 2024-09-10T18:26:35.906 INFO:teuthology.orchestra.run.smithi086.stdout:osd.2 smithi086 running (13m) 13s ago 13m 254M 4096M 16.2.4 8d91d370c2b8 fc881ce40288 2024-09-10T18:26:35.906 INFO:teuthology.orchestra.run.smithi086.stdout:osd.3 smithi086 running (12m) 13s ago 12m 392M 4096M 16.2.4 8d91d370c2b8 62f9298fc37a 2024-09-10T18:26:35.906 INFO:teuthology.orchestra.run.smithi086.stdout:osd.4 smithi155 running (12m) 15s ago 12m 396M 4096M 16.2.4 8d91d370c2b8 7068d2f6f340 2024-09-10T18:26:35.906 INFO:teuthology.orchestra.run.smithi086.stdout:osd.5 smithi155 running (12m) 15s ago 12m 430M 4096M 16.2.4 8d91d370c2b8 4278b8fdd427 2024-09-10T18:26:35.906 INFO:teuthology.orchestra.run.smithi086.stdout:osd.6 smithi155 running (11m) 15s ago 11m 362M 4096M 16.2.4 8d91d370c2b8 b1120f71f9ec 2024-09-10T18:26:35.906 INFO:teuthology.orchestra.run.smithi086.stdout:osd.7 smithi155 running (11m) 15s ago 11m 509M 4096M 16.2.4 8d91d370c2b8 63785fceaf50 2024-09-10T18:26:35.906 INFO:teuthology.orchestra.run.smithi086.stdout:prometheus.smithi086 smithi086 *:9095 error 13s ago 14m 44.4M - 2.18.1 de242295e225 b0d895b622f6 2024-09-10T18:26:36.002 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:35 smithi086 podman[69284]: 2024-09-10 18:26:35.717807181 +0000 UTC m=+0.566633201 container died dc9826ebcca37f8f57077b37769a1a66456972d48767879c55d05dc3ee95b2f4 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-09-10T18:26:36.290 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:26:36.290 INFO:teuthology.orchestra.run.smithi086.stdout: "mon": { 2024-09-10T18:26:36.291 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:26:36.291 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:26:36.291 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr": { 2024-09-10T18:26:36.291 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:26:36.291 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:26:36.291 INFO:teuthology.orchestra.run.smithi086.stdout: "osd": { 2024-09-10T18:26:36.291 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 7 2024-09-10T18:26:36.291 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:26:36.291 INFO:teuthology.orchestra.run.smithi086.stdout: "mds": { 2024-09-10T18:26:36.291 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:26:36.291 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:26:36.291 INFO:teuthology.orchestra.run.smithi086.stdout: "overall": { 2024-09-10T18:26:36.291 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 9, 2024-09-10T18:26:36.292 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 4 2024-09-10T18:26:36.292 INFO:teuthology.orchestra.run.smithi086.stdout: } 2024-09-10T18:26:36.292 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:26:36.292 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:36 smithi086 ceph-mon[63435]: pgmap v47: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 230 B/s rd, 0 op/s 2024-09-10T18:26:36.292 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:36 smithi086 ceph-mon[63435]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:26:36.292 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:36 smithi086 ceph-mon[63435]: osdmap e74: 8 total, 7 up, 8 in 2024-09-10T18:26:36.292 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:36 smithi086 ceph-mon[63435]: from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:26:36.573 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:36 smithi086 podman[69356]: 2024-09-10 18:26:36.326257223 +0000 UTC m=+0.599393583 container remove dc9826ebcca37f8f57077b37769a1a66456972d48767879c55d05dc3ee95b2f4 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0-deactivate, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True) 2024-09-10T18:26:36.573 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:36 smithi086 systemd[1]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.0.service: Deactivated successfully. 2024-09-10T18:26:36.573 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:36 smithi086 systemd[1]: Stopped Ceph osd.0 for c77f8420-6f9f-11ef-bcea-c7b262605968. 2024-09-10T18:26:36.574 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:36 smithi086 systemd[1]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.0.service: Consumed 1min 39.153s CPU time. 2024-09-10T18:26:36.634 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:26:36.634 INFO:teuthology.orchestra.run.smithi086.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T18:26:36.635 INFO:teuthology.orchestra.run.smithi086.stdout: "in_progress": true, 2024-09-10T18:26:36.635 INFO:teuthology.orchestra.run.smithi086.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T18:26:36.635 INFO:teuthology.orchestra.run.smithi086.stdout: "services_complete": [ 2024-09-10T18:26:36.635 INFO:teuthology.orchestra.run.smithi086.stdout: "mon", 2024-09-10T18:26:36.635 INFO:teuthology.orchestra.run.smithi086.stdout: "crash", 2024-09-10T18:26:36.635 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr" 2024-09-10T18:26:36.635 INFO:teuthology.orchestra.run.smithi086.stdout: ], 2024-09-10T18:26:36.635 INFO:teuthology.orchestra.run.smithi086.stdout: "progress": "6/23 daemons upgraded", 2024-09-10T18:26:36.635 INFO:teuthology.orchestra.run.smithi086.stdout: "message": "Currently upgrading osd daemons", 2024-09-10T18:26:36.635 INFO:teuthology.orchestra.run.smithi086.stdout: "is_paused": false 2024-09-10T18:26:36.635 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:26:36.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:36 smithi155 ceph-mon[48620]: pgmap v47: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 230 B/s rd, 0 op/s 2024-09-10T18:26:36.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:36 smithi155 ceph-mon[48620]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:26:36.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:36 smithi155 ceph-mon[48620]: osdmap e74: 8 total, 7 up, 8 in 2024-09-10T18:26:36.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:36 smithi155 ceph-mon[48620]: from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:26:36.844 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:36 smithi086 systemd[1]: Starting Ceph osd.0 for c77f8420-6f9f-11ef-bcea-c7b262605968... 2024-09-10T18:26:36.844 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:36 smithi086 podman[69503]: 2024-09-10 18:26:36.696847927 +0000 UTC m=+0.016017720 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:26:36.844 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:36 smithi086 podman[69503]: 2024-09-10 18:26:36.819173563 +0000 UTC m=+0.138343383 container create b5ede59d18fca4a1b7092006ca9cc274631f65f4c6e35a1fc746a814e5063a5d (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0-activate, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-09-10T18:26:37.335 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:37 smithi086 ceph-mon[63435]: from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:26:37.335 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:37 smithi086 ceph-mon[63435]: from='client.34180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:26:37.335 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:37 smithi086 ceph-mon[63435]: osdmap e75: 8 total, 7 up, 8 in 2024-09-10T18:26:37.336 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:37 smithi086 ceph-mon[63435]: from='client.? 172.21.15.86:0/301485566' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:26:37.336 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:37 smithi086 podman[69503]: 2024-09-10 18:26:37.063905467 +0000 UTC m=+0.383075253 container init b5ede59d18fca4a1b7092006ca9cc274631f65f4c6e35a1fc746a814e5063a5d (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=) 2024-09-10T18:26:37.336 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:37 smithi086 podman[69503]: 2024-09-10 18:26:37.067503454 +0000 UTC m=+0.386673233 container start b5ede59d18fca4a1b7092006ca9cc274631f65f4c6e35a1fc746a814e5063a5d (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0-activate, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T18:26:37.336 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:37 smithi086 podman[69503]: 2024-09-10 18:26:37.138659332 +0000 UTC m=+0.457829125 container attach b5ede59d18fca4a1b7092006ca9cc274631f65f4c6e35a1fc746a814e5063a5d (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0-activate, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, ceph=True, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux ) 2024-09-10T18:26:37.594 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0-activate[69518]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-10T18:26:37.594 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:37 smithi086 bash[69503]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-10T18:26:37.595 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0-activate[69518]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-0 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-09-10T18:26:37.595 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:37 smithi086 bash[69503]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-0 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-09-10T18:26:37.595 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0-activate[69518]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-10T18:26:37.595 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:37 smithi086 bash[69503]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-10T18:26:37.595 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0-activate[69518]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-10T18:26:37.595 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:37 smithi086 bash[69503]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-10T18:26:37.595 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0-activate[69518]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-10T18:26:37.595 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:37 smithi086 bash[69503]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-10T18:26:37.595 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0-activate[69518]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-10T18:26:37.595 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:37 smithi086 bash[69503]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-10T18:26:37.595 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:37 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0-activate[69518]: --> ceph-volume raw activate successful for osd ID: 0 2024-09-10T18:26:37.595 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:37 smithi086 bash[69503]: --> ceph-volume raw activate successful for osd ID: 0 2024-09-10T18:26:37.595 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:37 smithi086 podman[69503]: 2024-09-10 18:26:37.376663491 +0000 UTC m=+0.695833270 container died b5ede59d18fca4a1b7092006ca9cc274631f65f4c6e35a1fc746a814e5063a5d (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0-activate, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux ) 2024-09-10T18:26:37.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:37 smithi155 ceph-mon[48620]: from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:26:37.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:37 smithi155 ceph-mon[48620]: from='client.34180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:26:37.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:37 smithi155 ceph-mon[48620]: osdmap e75: 8 total, 7 up, 8 in 2024-09-10T18:26:37.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:37 smithi155 ceph-mon[48620]: from='client.? 172.21.15.86:0/301485566' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:26:38.334 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:38 smithi086 ceph-mon[63435]: pgmap v50: 129 pgs: 49 peering, 80 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:26:38.334 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:38 smithi086 ceph-mon[63435]: from='client.34188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:26:38.334 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:38 smithi086 ceph-mon[63435]: Health check failed: Reduced data availability: 7 pgs inactive, 49 pgs peering (PG_AVAILABILITY) 2024-09-10T18:26:38.334 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:37 smithi086 podman[69641]: 2024-09-10 18:26:37.992543492 +0000 UTC m=+0.610376935 container remove b5ede59d18fca4a1b7092006ca9cc274631f65f4c6e35a1fc746a814e5063a5d (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0-activate, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T18:26:38.335 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:38 smithi086 podman[69700]: 2024-09-10 18:26:38.099330691 +0000 UTC m=+0.015738717 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:26:38.335 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:38 smithi086 podman[69700]: 2024-09-10 18:26:38.20173399 +0000 UTC m=+0.118142019 container create 08577c2b188c29495436747d527a55759b90e07cc742fa0f8e35a97c9f51c5f3 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.license=GPLv2) 2024-09-10T18:26:38.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:38 smithi155 ceph-mon[48620]: pgmap v50: 129 pgs: 49 peering, 80 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:26:38.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:38 smithi155 ceph-mon[48620]: from='client.34188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:26:38.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:38 smithi155 ceph-mon[48620]: Health check failed: Reduced data availability: 7 pgs inactive, 49 pgs peering (PG_AVAILABILITY) 2024-09-10T18:26:38.844 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:38 smithi086 podman[69700]: 2024-09-10 18:26:38.446026818 +0000 UTC m=+0.362434844 container init 08577c2b188c29495436747d527a55759b90e07cc742fa0f8e35a97c9f51c5f3 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T18:26:38.845 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:38 smithi086 podman[69700]: 2024-09-10 18:26:38.449630071 +0000 UTC m=+0.366038097 container start 08577c2b188c29495436747d527a55759b90e07cc742fa0f8e35a97c9f51c5f3 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True) 2024-09-10T18:26:38.845 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:38 smithi086 ceph-osd[69719]: -- 172.21.15.86:0/451684886 <== mon.0 v2:172.21.15.86:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56506db28d00 con 0x56506dafb000 2024-09-10T18:26:38.845 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:38 smithi086 bash[69700]: 08577c2b188c29495436747d527a55759b90e07cc742fa0f8e35a97c9f51c5f3 2024-09-10T18:26:38.845 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:38 smithi086 systemd[1]: Started Ceph osd.0 for c77f8420-6f9f-11ef-bcea-c7b262605968. 2024-09-10T18:26:39.291 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:38 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0[69715]: 2024-09-10T18:26:38.992+0000 7fefd02c1440 -1 Falling back to public interface 2024-09-10T18:26:39.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:39 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:39.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:39 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:39.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:39 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:26:39.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:39 smithi086 ceph-mon[63435]: pgmap v51: 129 pgs: 49 peering, 80 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:26:39.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:39 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:39.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:39 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:39.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:39 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:26:39.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:39 smithi155 ceph-mon[48620]: pgmap v51: 129 pgs: 49 peering, 80 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:26:42.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:41 smithi086 ceph-mon[63435]: pgmap v52: 129 pgs: 49 peering, 80 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:26:42.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:41 smithi155 ceph-mon[48620]: pgmap v52: 129 pgs: 49 peering, 80 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:26:42.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:42 smithi155 ceph-mon[48620]: Health check failed: Degraded data redundancy: 75/432 objects degraded (17.361%), 19 pgs degraded (PG_DEGRADED) 2024-09-10T18:26:42.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:42 smithi155 ceph-mon[48620]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 7 pgs inactive, 49 pgs peering) 2024-09-10T18:26:43.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:42 smithi086 ceph-mon[63435]: Health check failed: Degraded data redundancy: 75/432 objects degraded (17.361%), 19 pgs degraded (PG_DEGRADED) 2024-09-10T18:26:43.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:42 smithi086 ceph-mon[63435]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 7 pgs inactive, 49 pgs peering) 2024-09-10T18:26:43.702 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0[69715]: 2024-09-10T18:26:43.483+0000 7fefd02c1440 -1 osd.0 0 read_superblock omap replica is missing. 2024-09-10T18:26:43.970 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:43 smithi086 ceph-mon[63435]: pgmap v53: 129 pgs: 30 active+undersized, 19 active+undersized+degraded, 80 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 75/432 objects degraded (17.361%) 2024-09-10T18:26:44.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:43 smithi155 ceph-mon[48620]: pgmap v53: 129 pgs: 30 active+undersized, 19 active+undersized+degraded, 80 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 75/432 objects degraded (17.361%) 2024-09-10T18:26:44.344 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:43 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0[69715]: 2024-09-10T18:26:43.967+0000 7fefd02c1440 -1 osd.0 73 log_to_monitors true 2024-09-10T18:26:45.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:44 smithi086 ceph-mon[63435]: from='osd.0 [v2:172.21.15.86:6802/2278590827,v1:172.21.15.86:6803/2278590827]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T18:26:45.095 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:26:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0[69715]: 2024-09-10T18:26:44.757+0000 7fefc786c640 -1 osd.0 73 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T18:26:45.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:44 smithi155 ceph-mon[48620]: from='osd.0 [v2:172.21.15.86:6802/2278590827,v1:172.21.15.86:6803/2278590827]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T18:26:46.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:45 smithi086 ceph-mon[63435]: pgmap v54: 129 pgs: 30 active+undersized, 19 active+undersized+degraded, 80 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 75/432 objects degraded (17.361%) 2024-09-10T18:26:46.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:45 smithi086 ceph-mon[63435]: from='osd.0 [v2:172.21.15.86:6802/2278590827,v1:172.21.15.86:6803/2278590827]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T18:26:46.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:45 smithi086 ceph-mon[63435]: osdmap e76: 8 total, 7 up, 8 in 2024-09-10T18:26:46.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:45 smithi086 ceph-mon[63435]: from='osd.0 [v2:172.21.15.86:6802/2278590827,v1:172.21.15.86:6803/2278590827]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2024-09-10T18:26:46.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:45 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:46.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:45 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:26:46.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:45 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:46.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:45 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:46.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:45 smithi155 ceph-mon[48620]: pgmap v54: 129 pgs: 30 active+undersized, 19 active+undersized+degraded, 80 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 75/432 objects degraded (17.361%) 2024-09-10T18:26:46.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:45 smithi155 ceph-mon[48620]: from='osd.0 [v2:172.21.15.86:6802/2278590827,v1:172.21.15.86:6803/2278590827]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T18:26:46.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:45 smithi155 ceph-mon[48620]: osdmap e76: 8 total, 7 up, 8 in 2024-09-10T18:26:46.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:45 smithi155 ceph-mon[48620]: from='osd.0 [v2:172.21.15.86:6802/2278590827,v1:172.21.15.86:6803/2278590827]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2024-09-10T18:26:46.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:45 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:46.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:45 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:26:46.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:45 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:46.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:45 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:47.077 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:46 smithi086 ceph-mon[63435]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:26:47.078 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:46 smithi086 ceph-mon[63435]: osd.0 [v2:172.21.15.86:6802/2278590827,v1:172.21.15.86:6803/2278590827] boot 2024-09-10T18:26:47.078 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:46 smithi086 ceph-mon[63435]: osdmap e77: 8 total, 8 up, 8 in 2024-09-10T18:26:47.078 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:46 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:26:47.078 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:46 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:47.078 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:46 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:47.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:46 smithi155 ceph-mon[48620]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:26:47.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:46 smithi155 ceph-mon[48620]: osd.0 [v2:172.21.15.86:6802/2278590827,v1:172.21.15.86:6803/2278590827] boot 2024-09-10T18:26:47.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:46 smithi155 ceph-mon[48620]: osdmap e77: 8 total, 8 up, 8 in 2024-09-10T18:26:47.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:46 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:26:47.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:46 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:47.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:46 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:48.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:47 smithi086 ceph-mon[63435]: pgmap v57: 129 pgs: 33 peering, 13 active+undersized, 3 active+undersized+degraded, 80 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 383 B/s wr, 0 op/s; 12/432 objects degraded (2.778%) 2024-09-10T18:26:48.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:47 smithi086 ceph-mon[63435]: osdmap e78: 8 total, 8 up, 8 in 2024-09-10T18:26:48.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:47 smithi155 ceph-mon[48620]: pgmap v57: 129 pgs: 33 peering, 13 active+undersized, 3 active+undersized+degraded, 80 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 383 B/s wr, 0 op/s; 12/432 objects degraded (2.778%) 2024-09-10T18:26:48.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:47 smithi155 ceph-mon[48620]: osdmap e78: 8 total, 8 up, 8 in 2024-09-10T18:26:49.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:48 smithi086 ceph-mon[63435]: mgrmap e48: smithi086.qqqtpz(active, since 92s), standbys: smithi155.gxleeu 2024-09-10T18:26:49.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:48 smithi155 ceph-mon[48620]: mgrmap e48: smithi086.qqqtpz(active, since 92s), standbys: smithi155.gxleeu 2024-09-10T18:26:50.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:49 smithi086 ceph-mon[63435]: pgmap v59: 129 pgs: 33 peering, 13 active+undersized, 3 active+undersized+degraded, 80 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 0 op/s; 12/432 objects degraded (2.778%) 2024-09-10T18:26:50.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:49 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:50.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:49 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:50.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:49 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:26:50.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:49 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:26:50.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:49 smithi086 ceph-mon[63435]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:26:50.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:49 smithi086 ceph-mon[63435]: pgmap v60: 129 pgs: 33 peering, 13 active+undersized, 3 active+undersized+degraded, 80 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 483 B/s rd, 724 B/s wr, 1 op/s; 12/432 objects degraded (2.778%) 2024-09-10T18:26:50.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:49 smithi086 ceph-mon[63435]: pgmap v61: 129 pgs: 33 peering, 13 active+undersized, 3 active+undersized+degraded, 80 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 496 B/s rd, 744 B/s wr, 1 op/s; 12/432 objects degraded (2.778%) 2024-09-10T18:26:50.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:49 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:50.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:49 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:50.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:49 smithi086 ceph-mon[63435]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:26:50.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:49 smithi086 ceph-mon[63435]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:26:50.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:49 smithi086 ceph-mon[63435]: Health check update: Degraded data redundancy: 12/432 objects degraded (2.778%), 3 pgs degraded (PG_DEGRADED) 2024-09-10T18:26:50.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:49 smithi155 ceph-mon[48620]: pgmap v59: 129 pgs: 33 peering, 13 active+undersized, 3 active+undersized+degraded, 80 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 0 op/s; 12/432 objects degraded (2.778%) 2024-09-10T18:26:50.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:49 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:50.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:49 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:50.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:49 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:26:50.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:49 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:26:50.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:49 smithi155 ceph-mon[48620]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:26:50.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:49 smithi155 ceph-mon[48620]: pgmap v60: 129 pgs: 33 peering, 13 active+undersized, 3 active+undersized+degraded, 80 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 483 B/s rd, 724 B/s wr, 1 op/s; 12/432 objects degraded (2.778%) 2024-09-10T18:26:50.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:49 smithi155 ceph-mon[48620]: pgmap v61: 129 pgs: 33 peering, 13 active+undersized, 3 active+undersized+degraded, 80 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 496 B/s rd, 744 B/s wr, 1 op/s; 12/432 objects degraded (2.778%) 2024-09-10T18:26:50.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:49 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:50.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:49 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:50.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:49 smithi155 ceph-mon[48620]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:26:50.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:49 smithi155 ceph-mon[48620]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:26:50.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:49 smithi155 ceph-mon[48620]: Health check update: Degraded data redundancy: 12/432 objects degraded (2.778%), 3 pgs degraded (PG_DEGRADED) 2024-09-10T18:26:51.165 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:50 smithi086 ceph-mon[63435]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 12/432 objects degraded (2.778%), 3 pgs degraded) 2024-09-10T18:26:51.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:50 smithi155 ceph-mon[48620]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 12/432 objects degraded (2.778%), 3 pgs degraded) 2024-09-10T18:26:52.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:51 smithi086 ceph-mon[63435]: pgmap v62: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 399 B/s rd, 599 B/s wr, 0 op/s; 55 B/s, 0 objects/s recovering 2024-09-10T18:26:52.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:51 smithi155 ceph-mon[48620]: pgmap v62: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 399 B/s rd, 599 B/s wr, 0 op/s; 55 B/s, 0 objects/s recovering 2024-09-10T18:26:53.294 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:52 smithi086 ceph-mon[63435]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:26:53.294 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:26:53.294 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:26:53.294 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:26:53.294 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:26:53.294 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:26:53.294 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:26:53.294 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:26:53.294 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:26:53.294 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:26:53.295 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:26:53.295 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:26:53.295 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:26:53.295 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:26:53.295 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:26:53.295 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:26:53.295 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:26:53.295 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:26:53.295 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:26:53.295 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:26:53.295 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:26:53.295 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:26:53.295 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:26:53.295 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:26:53.296 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:26:53.296 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.wait_async( 2024-09-10T18:26:53.296 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:26:53.296 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:26:53.296 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:26:53.296 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return future.result(timeout) 2024-09-10T18:26:53.296 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:26:53.296 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.__get_result() 2024-09-10T18:26:53.296 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:26:53.296 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise self._exception 2024-09-10T18:26:53.296 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:26:53.296 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:26:53.296 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:26:53.297 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise OrchestratorError( 2024-09-10T18:26:53.297 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:26:53.297 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:26:53.297 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:26:53.297 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:26:53.297 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:26:53.297 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:26:53.297 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:26:53.297 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:26:53.297 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:26:53.297 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:26:53.297 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:26:53.298 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:26:53.298 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:26:53.298 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:26:53.298 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:26:53.298 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:26:53.298 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:26:53.298 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:26:53.298 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:26:53.298 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:26:53.298 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:26:53.298 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:52 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:26:53.298 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:52 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:26:53.298 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:52 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:26:53.298 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:52 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:26:53.299 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:52 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-10T18:26:53.299 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:52 smithi086 ceph-mon[63435]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-10T18:26:53.299 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:52 smithi086 ceph-mon[63435]: Upgrade: osd.1 is safe to restart 2024-09-10T18:26:53.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:52 smithi155 ceph-mon[48620]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:26:53.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:26:53.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:26:53.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:26:53.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:26:53.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:26:53.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:26:53.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:26:53.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:26:53.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:26:53.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:26:53.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:26:53.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:26:53.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:26:53.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:26:53.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:26:53.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:26:53.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:26:53.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:26:53.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:26:53.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:26:53.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:26:53.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:26:53.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:26:53.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:26:53.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.wait_async( 2024-09-10T18:26:53.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:26:53.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:26:53.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:26:53.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return future.result(timeout) 2024-09-10T18:26:53.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:26:53.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.__get_result() 2024-09-10T18:26:53.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:26:53.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise self._exception 2024-09-10T18:26:53.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:26:53.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:26:53.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:26:53.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise OrchestratorError( 2024-09-10T18:26:53.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:26:53.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:26:53.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:26:53.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:26:53.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:26:53.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:26:53.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:26:53.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:26:53.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:26:53.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:26:53.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:26:53.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:26:53.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:26:53.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:26:53.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:26:53.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:26:53.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:26:53.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:26:53.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:26:53.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:26:53.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:26:53.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:52 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:26:53.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:52 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:26:53.407 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:52 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:26:53.407 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:52 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:26:53.407 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:52 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-10T18:26:53.407 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:52 smithi155 ceph-mon[48620]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-10T18:26:53.407 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:52 smithi155 ceph-mon[48620]: Upgrade: osd.1 is safe to restart 2024-09-10T18:26:54.583 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:54 smithi086 ceph-mon[63435]: pgmap v63: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 45 B/s, 0 objects/s recovering 2024-09-10T18:26:54.584 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:54 smithi086 ceph-mon[63435]: Upgrade: Updating osd.1 2024-09-10T18:26:54.584 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:54 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:54.584 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:54 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T18:26:54.584 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:54 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:26:54.584 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:54 smithi086 ceph-mon[63435]: Deploying daemon osd.1 on smithi086 2024-09-10T18:26:54.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:54 smithi155 ceph-mon[48620]: pgmap v63: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 45 B/s, 0 objects/s recovering 2024-09-10T18:26:54.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:54 smithi155 ceph-mon[48620]: Upgrade: Updating osd.1 2024-09-10T18:26:54.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:54 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:26:54.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:54 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T18:26:54.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:54 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:26:54.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:54 smithi155 ceph-mon[48620]: Deploying daemon osd.1 on smithi086 2024-09-10T18:26:56.326 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:56 smithi086 systemd[1]: Stopping Ceph osd.1 for c77f8420-6f9f-11ef-bcea-c7b262605968... 2024-09-10T18:26:56.326 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:56 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.1[34215]: debug 2024-09-10T18:26:56.193+0000 7f9a575e8700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-10T18:26:56.326 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:56 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.1[34215]: debug 2024-09-10T18:26:56.193+0000 7f9a575e8700 -1 osd.1 78 *** Got signal Terminated *** 2024-09-10T18:26:56.326 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:56 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.1[34215]: debug 2024-09-10T18:26:56.193+0000 7f9a575e8700 -1 osd.1 78 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T18:26:56.327 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:56 smithi086 podman[72029]: 2024-09-10 18:26:56.275521981 +0000 UTC m=+0.189726269 container died 6f4c220ee75066b9de47cb86c9c41229b918451fd5d6cbb3cceb690c4c500e79 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.1, RELEASE=HEAD, ceph=True, CEPH_POINT_RELEASE=-16.2.4, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.build-date=20201204, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-09-10T18:26:56.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:56 smithi086 ceph-mon[63435]: pgmap v64: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 34 B/s, 0 objects/s recovering 2024-09-10T18:26:56.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:56 smithi155 ceph-mon[48620]: pgmap v64: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 34 B/s, 0 objects/s recovering 2024-09-10T18:26:56.943 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:56 smithi086 podman[72029]: 2024-09-10 18:26:56.60231924 +0000 UTC m=+0.516523518 container cleanup 6f4c220ee75066b9de47cb86c9c41229b918451fd5d6cbb3cceb690c4c500e79 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.1, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, CEPH_POINT_RELEASE=-16.2.4, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, RELEASE=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS) 2024-09-10T18:26:56.943 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:56 smithi086 bash[72029]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.1 2024-09-10T18:26:56.944 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:56 smithi086 podman[72043]: 2024-09-10 18:26:56.803510401 +0000 UTC m=+0.530593046 container remove 6f4c220ee75066b9de47cb86c9c41229b918451fd5d6cbb3cceb690c4c500e79 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.1, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-16.2.4, maintainer=Dimitri Savineau , GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20201204) 2024-09-10T18:26:57.594 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:57 smithi086 podman[72146]: 2024-09-10 18:26:57.268297488 +0000 UTC m=+0.015755213 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:26:57.595 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:57 smithi086 podman[72146]: 2024-09-10 18:26:57.379494384 +0000 UTC m=+0.126952082 container create 2bce9b3a32e88566dfab23faae174af151b4d375ebbe147b9245dd1deaca7cb2 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1-deactivate, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2) 2024-09-10T18:26:57.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.2 2024-09-10T18:26:57.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 failed (root=default,host=smithi086) (connection refused reported by osd.2) 2024-09-10T18:26:57.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.3 2024-09-10T18:26:57.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.2 2024-09-10T18:26:57.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.0 2024-09-10T18:26:57.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.3 2024-09-10T18:26:57.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.0 2024-09-10T18:26:57.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.6 2024-09-10T18:26:57.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.5 2024-09-10T18:26:57.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.7 2024-09-10T18:26:57.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.4 2024-09-10T18:26:57.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.5 2024-09-10T18:26:57.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.6 2024-09-10T18:26:57.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.7 2024-09-10T18:26:57.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.4 2024-09-10T18:26:57.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.6 2024-09-10T18:26:57.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.5 2024-09-10T18:26:57.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.5 2024-09-10T18:26:57.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.6 2024-09-10T18:26:57.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.3 2024-09-10T18:26:57.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.2 2024-09-10T18:26:57.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.3 2024-09-10T18:26:57.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.0 2024-09-10T18:26:57.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.2 2024-09-10T18:26:57.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.0 2024-09-10T18:26:57.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.6 2024-09-10T18:26:57.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.7 2024-09-10T18:26:57.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.4 2024-09-10T18:26:57.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.5 2024-09-10T18:26:57.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.6 2024-09-10T18:26:57.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.7 2024-09-10T18:26:57.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.4 2024-09-10T18:26:57.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.5 2024-09-10T18:26:57.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.5 2024-09-10T18:26:57.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.6 2024-09-10T18:26:57.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:57 smithi086 ceph-mon[63435]: osd.1 reported immediately failed by osd.4 2024-09-10T18:26:57.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.2 2024-09-10T18:26:57.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 failed (root=default,host=smithi086) (connection refused reported by osd.2) 2024-09-10T18:26:57.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.3 2024-09-10T18:26:57.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.2 2024-09-10T18:26:57.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.0 2024-09-10T18:26:57.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.3 2024-09-10T18:26:57.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.0 2024-09-10T18:26:57.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.6 2024-09-10T18:26:57.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.5 2024-09-10T18:26:57.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.7 2024-09-10T18:26:57.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.4 2024-09-10T18:26:57.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.5 2024-09-10T18:26:57.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.6 2024-09-10T18:26:57.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.7 2024-09-10T18:26:57.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.4 2024-09-10T18:26:57.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.6 2024-09-10T18:26:57.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.5 2024-09-10T18:26:57.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.5 2024-09-10T18:26:57.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.6 2024-09-10T18:26:57.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.3 2024-09-10T18:26:57.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.2 2024-09-10T18:26:57.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.3 2024-09-10T18:26:57.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.0 2024-09-10T18:26:57.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.2 2024-09-10T18:26:57.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.0 2024-09-10T18:26:57.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.6 2024-09-10T18:26:57.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.7 2024-09-10T18:26:57.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.4 2024-09-10T18:26:57.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.5 2024-09-10T18:26:57.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.6 2024-09-10T18:26:57.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.7 2024-09-10T18:26:57.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.4 2024-09-10T18:26:57.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.5 2024-09-10T18:26:57.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.5 2024-09-10T18:26:57.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.6 2024-09-10T18:26:57.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:57 smithi155 ceph-mon[48620]: osd.1 reported immediately failed by osd.4 2024-09-10T18:26:58.062 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:57 smithi086 podman[72146]: 2024-09-10 18:26:57.615364683 +0000 UTC m=+0.362822392 container init 2bce9b3a32e88566dfab23faae174af151b4d375ebbe147b9245dd1deaca7cb2 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1-deactivate, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0) 2024-09-10T18:26:58.062 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:57 smithi086 podman[72146]: 2024-09-10 18:26:57.618548988 +0000 UTC m=+0.366006690 container start 2bce9b3a32e88566dfab23faae174af151b4d375ebbe147b9245dd1deaca7cb2 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-09-10T18:26:58.063 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:57 smithi086 podman[72146]: 2024-09-10 18:26:57.698763694 +0000 UTC m=+0.446221409 container attach 2bce9b3a32e88566dfab23faae174af151b4d375ebbe147b9245dd1deaca7cb2 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1-deactivate, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , ceph=True) 2024-09-10T18:26:58.063 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:57 smithi086 podman[72146]: 2024-09-10 18:26:57.791760068 +0000 UTC m=+0.539217768 container died 2bce9b3a32e88566dfab23faae174af151b4d375ebbe147b9245dd1deaca7cb2 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739) 2024-09-10T18:26:58.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:58 smithi086 ceph-mon[63435]: pgmap v65: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 248 B/s rd, 0 op/s; 34 B/s, 0 objects/s recovering 2024-09-10T18:26:58.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:58 smithi086 ceph-mon[63435]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:26:58.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:58 smithi086 ceph-mon[63435]: osdmap e79: 8 total, 7 up, 8 in 2024-09-10T18:26:58.595 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:58 smithi086 podman[72169]: 2024-09-10 18:26:58.319218612 +0000 UTC m=+0.518368733 container remove 2bce9b3a32e88566dfab23faae174af151b4d375ebbe147b9245dd1deaca7cb2 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1-deactivate, ceph=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T18:26:58.595 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:58 smithi086 systemd[1]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.1.service: Deactivated successfully. 2024-09-10T18:26:58.595 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:58 smithi086 systemd[1]: Stopped Ceph osd.1 for c77f8420-6f9f-11ef-bcea-c7b262605968. 2024-09-10T18:26:58.595 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:58 smithi086 systemd[1]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.1.service: Consumed 1min 22.706s CPU time. 2024-09-10T18:26:58.595 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:58 smithi086 systemd[1]: Starting Ceph osd.1 for c77f8420-6f9f-11ef-bcea-c7b262605968... 2024-09-10T18:26:58.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:58 smithi155 ceph-mon[48620]: pgmap v65: 129 pgs: 129 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 248 B/s rd, 0 op/s; 34 B/s, 0 objects/s recovering 2024-09-10T18:26:58.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:58 smithi155 ceph-mon[48620]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:26:58.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:58 smithi155 ceph-mon[48620]: osdmap e79: 8 total, 7 up, 8 in 2024-09-10T18:26:59.058 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:58 smithi086 podman[72268]: 2024-09-10 18:26:58.672065866 +0000 UTC m=+0.015925564 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:26:59.069 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:58 smithi086 podman[72268]: 2024-09-10 18:26:58.787390803 +0000 UTC m=+0.131250490 container create 303c9bab540dfa1f0c8130d994eba3921cfbaa48db0ea2d2512bb1f27c464881 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1-activate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, ceph=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2) 2024-09-10T18:26:59.069 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:59 smithi086 podman[72268]: 2024-09-10 18:26:59.056804829 +0000 UTC m=+0.400664524 container init 303c9bab540dfa1f0c8130d994eba3921cfbaa48db0ea2d2512bb1f27c464881 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1-activate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS) 2024-09-10T18:26:59.327 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:59 smithi086 podman[72268]: 2024-09-10 18:26:59.060086568 +0000 UTC m=+0.403946256 container start 303c9bab540dfa1f0c8130d994eba3921cfbaa48db0ea2d2512bb1f27c464881 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1-activate, ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=) 2024-09-10T18:26:59.328 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:59 smithi086 podman[72268]: 2024-09-10 18:26:59.139885979 +0000 UTC m=+0.483745683 container attach 303c9bab540dfa1f0c8130d994eba3921cfbaa48db0ea2d2512bb1f27c464881 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1-activate, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD) 2024-09-10T18:26:59.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:26:59 smithi086 ceph-mon[63435]: osdmap e80: 8 total, 7 up, 8 in 2024-09-10T18:26:59.595 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1-activate[72283]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-10T18:26:59.595 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:59 smithi086 bash[72268]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-10T18:26:59.595 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1-activate[72283]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-1 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-09-10T18:26:59.595 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:59 smithi086 bash[72268]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-1 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-09-10T18:26:59.595 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1-activate[72283]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-10T18:26:59.595 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:59 smithi086 bash[72268]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-10T18:26:59.595 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1-activate[72283]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-10T18:26:59.595 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:59 smithi086 bash[72268]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-10T18:26:59.595 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1-activate[72283]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-10T18:26:59.595 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:59 smithi086 bash[72268]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-10T18:26:59.595 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1-activate[72283]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-10T18:26:59.595 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:59 smithi086 bash[72268]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-10T18:26:59.596 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:59 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1-activate[72283]: --> ceph-volume raw activate successful for osd ID: 1 2024-09-10T18:26:59.596 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:59 smithi086 bash[72268]: --> ceph-volume raw activate successful for osd ID: 1 2024-09-10T18:26:59.596 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:59 smithi086 podman[72268]: 2024-09-10 18:26:59.372630658 +0000 UTC m=+0.716490346 container died 303c9bab540dfa1f0c8130d994eba3921cfbaa48db0ea2d2512bb1f27c464881 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1-activate, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-09-10T18:26:59.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:26:59 smithi155 ceph-mon[48620]: osdmap e80: 8 total, 7 up, 8 in 2024-09-10T18:27:00.094 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:26:59 smithi086 podman[72406]: 2024-09-10 18:26:59.969449293 +0000 UTC m=+0.589051207 container remove 303c9bab540dfa1f0c8130d994eba3921cfbaa48db0ea2d2512bb1f27c464881 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1-activate, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, ceph=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-09-10T18:27:00.492 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:00 smithi086 ceph-mon[63435]: pgmap v68: 129 pgs: 16 stale+active+clean, 113 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-10T18:27:00.492 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:00 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:00.492 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:00 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:27:00.492 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:00 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:00.492 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:27:00 smithi086 podman[72464]: 2024-09-10 18:27:00.076636804 +0000 UTC m=+0.015771974 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:27:00.492 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:27:00 smithi086 podman[72464]: 2024-09-10 18:27:00.195286336 +0000 UTC m=+0.134421494 container create ce19410da0850376066a427458e1731b9d6df049e95e70016ffa223d79550ed4 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_BRANCH=HEAD) 2024-09-10T18:27:00.492 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:27:00 smithi086 podman[72464]: 2024-09-10 18:27:00.490493488 +0000 UTC m=+0.429628647 container init ce19410da0850376066a427458e1731b9d6df049e95e70016ffa223d79550ed4 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731) 2024-09-10T18:27:00.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:00 smithi155 ceph-mon[48620]: pgmap v68: 129 pgs: 16 stale+active+clean, 113 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-10T18:27:00.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:00 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:00.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:00 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:27:00.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:00 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:00.844 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:27:00 smithi086 podman[72464]: 2024-09-10 18:27:00.494084757 +0000 UTC m=+0.433219920 container start ce19410da0850376066a427458e1731b9d6df049e95e70016ffa223d79550ed4 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-09-10T18:27:00.844 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:27:00 smithi086 ceph-osd[72484]: -- 172.21.15.86:0/3160515547 <== mon.0 v2:172.21.15.86:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x564d25124d00 con 0x564d250f7000 2024-09-10T18:27:00.845 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:27:00 smithi086 bash[72464]: ce19410da0850376066a427458e1731b9d6df049e95e70016ffa223d79550ed4 2024-09-10T18:27:00.845 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:27:00 smithi086 systemd[1]: Started Ceph osd.1 for c77f8420-6f9f-11ef-bcea-c7b262605968. 2024-09-10T18:27:01.344 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:27:01 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1[72480]: 2024-09-10T18:27:01.035+0000 7f196f0f5440 -1 Falling back to public interface 2024-09-10T18:27:02.082 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:01 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:02.082 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:01 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:02.083 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:01 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:27:02.083 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:01 smithi086 ceph-mon[63435]: pgmap v69: 129 pgs: 36 active+undersized, 17 active+undersized+degraded, 76 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 46/432 objects degraded (10.648%) 2024-09-10T18:27:02.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:01 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:02.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:01 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:02.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:01 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:27:02.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:01 smithi155 ceph-mon[48620]: pgmap v69: 129 pgs: 36 active+undersized, 17 active+undersized+degraded, 76 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 46/432 objects degraded (10.648%) 2024-09-10T18:27:02.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:02 smithi155 ceph-mon[48620]: Health check failed: Degraded data redundancy: 46/432 objects degraded (10.648%), 17 pgs degraded (PG_DEGRADED) 2024-09-10T18:27:03.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:02 smithi086 ceph-mon[63435]: Health check failed: Degraded data redundancy: 46/432 objects degraded (10.648%), 17 pgs degraded (PG_DEGRADED) 2024-09-10T18:27:04.013 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:03 smithi086 ceph-mon[63435]: pgmap v70: 129 pgs: 36 active+undersized, 17 active+undersized+degraded, 76 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 46/432 objects degraded (10.648%) 2024-09-10T18:27:04.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:03 smithi155 ceph-mon[48620]: pgmap v70: 129 pgs: 36 active+undersized, 17 active+undersized+degraded, 76 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 46/432 objects degraded (10.648%) 2024-09-10T18:27:05.594 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:27:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1[72480]: 2024-09-10T18:27:05.226+0000 7f196f0f5440 -1 osd.1 0 read_superblock omap replica is missing. 2024-09-10T18:27:05.927 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:27:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1[72480]: 2024-09-10T18:27:05.667+0000 7f196f0f5440 -1 osd.1 78 log_to_monitors true 2024-09-10T18:27:06.344 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:27:05 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1[72480]: 2024-09-10T18:27:05.944+0000 7f196369a640 -1 osd.1 78 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T18:27:06.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:05 smithi086 ceph-mon[63435]: pgmap v71: 129 pgs: 36 active+undersized, 17 active+undersized+degraded, 76 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 46/432 objects degraded (10.648%) 2024-09-10T18:27:06.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:05 smithi086 ceph-mon[63435]: from='osd.1 [v2:172.21.15.86:6810/2418244441,v1:172.21.15.86:6811/2418244441]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:27:06.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:05 smithi155 ceph-mon[48620]: pgmap v71: 129 pgs: 36 active+undersized, 17 active+undersized+degraded, 76 active+clean; 210 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 46/432 objects degraded (10.648%) 2024-09-10T18:27:06.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:05 smithi155 ceph-mon[48620]: from='osd.1 [v2:172.21.15.86:6810/2418244441,v1:172.21.15.86:6811/2418244441]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:27:07.000 INFO:teuthology.orchestra.run.smithi086.stdout:true 2024-09-10T18:27:07.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:06 smithi086 ceph-mon[63435]: from='osd.1 [v2:172.21.15.86:6810/2418244441,v1:172.21.15.86:6811/2418244441]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T18:27:07.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:06 smithi086 ceph-mon[63435]: osdmap e81: 8 total, 7 up, 8 in 2024-09-10T18:27:07.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:06 smithi086 ceph-mon[63435]: from='osd.1 [v2:172.21.15.86:6810/2418244441,v1:172.21.15.86:6811/2418244441]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2024-09-10T18:27:07.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:06 smithi155 ceph-mon[48620]: from='osd.1 [v2:172.21.15.86:6810/2418244441,v1:172.21.15.86:6811/2418244441]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T18:27:07.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:06 smithi155 ceph-mon[48620]: osdmap e81: 8 total, 7 up, 8 in 2024-09-10T18:27:07.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:06 smithi155 ceph-mon[48620]: from='osd.1 [v2:172.21.15.86:6810/2418244441,v1:172.21.15.86:6811/2418244441]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2024-09-10T18:27:07.634 INFO:teuthology.orchestra.run.smithi086.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:27:07.634 INFO:teuthology.orchestra.run.smithi086.stdout:alertmanager.smithi086 smithi086 *:9093,9094 running (14m) 0s ago 15m 19.3M - 0.20.0 0881eb8f169f 6f4c7936f6b6 2024-09-10T18:27:07.634 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi086 smithi086 running (56s) 0s ago 15m 6899k - 17.2.7-1606-g5be57395 4c55dd409611 8c82d6e03a06 2024-09-10T18:27:07.634 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi155 smithi155 running (51s) 47s ago 15m 6899k - 17.2.7-1606-g5be57395 4c55dd409611 07aec365c37d 2024-09-10T18:27:07.634 INFO:teuthology.orchestra.run.smithi086.stdout:grafana.smithi086 smithi086 *:3000 running (14m) 0s ago 15m 35.5M - 6.7.4 557c83e11646 013c9bd31cbe 2024-09-10T18:27:07.634 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi086.wmhkxy smithi086 running (10m) 0s ago 10m 40.4M - 16.2.4 8d91d370c2b8 3f5e7a0d954a 2024-09-10T18:27:07.634 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi155.ddyadp smithi155 running (10m) 47s ago 10m 14.9M - 16.2.4 8d91d370c2b8 fed2aba1e81e 2024-09-10T18:27:07.634 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi086.qqqtpz smithi086 *:8443,9283 running (5m) 0s ago 17m 452M - 17.2.7-1606-g5be57395 4c55dd409611 40e989a592fb 2024-09-10T18:27:07.634 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi155.gxleeu smithi155 *:8443,9283 running (2m) 47s ago 15m 398M - 17.2.7-1606-g5be57395 4c55dd409611 2645dc364b4e 2024-09-10T18:27:07.634 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi086 smithi086 running (119s) 0s ago 17m 58.3M 2048M 17.2.7-1606-g5be57395 4c55dd409611 b00a3c0f9663 2024-09-10T18:27:07.634 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi155 smithi155 running (94s) 47s ago 14m 56.2M 2048M 17.2.7-1606-g5be57395 4c55dd409611 a70277e6c2c8 2024-09-10T18:27:07.634 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.0.0.smithi086.nvloft smithi086 *:2049 running (7m) 0s ago 7m 143M - 3.5 8d91d370c2b8 ac635a8973ea 2024-09-10T18:27:07.635 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.1.0.smithi155.xwyoxo smithi155 *:2049 running (7m) 47s ago 7m 90.1M - 3.5 8d91d370c2b8 5d4993e7f1ca 2024-09-10T18:27:07.635 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi086 smithi086 *:9100 running (15m) 0s ago 15m 17.2M - 0.18.1 e5a616e4b9cf ebcaa2fe985c 2024-09-10T18:27:07.635 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi155 smithi155 *:9100 running (14m) 47s ago 14m 17.2M - 0.18.1 e5a616e4b9cf 1811325b1f2a 2024-09-10T18:27:07.635 INFO:teuthology.orchestra.run.smithi086.stdout:osd.0 smithi086 running (29s) 0s ago 14m 125M 4096M 17.2.7-1606-g5be57395 4c55dd409611 08577c2b188c 2024-09-10T18:27:07.635 INFO:teuthology.orchestra.run.smithi086.stdout:osd.1 smithi086 running (7s) 0s ago 13m 12.7M 4096M 17.2.7-1606-g5be57395 4c55dd409611 ce19410da085 2024-09-10T18:27:07.635 INFO:teuthology.orchestra.run.smithi086.stdout:osd.2 smithi086 running (13m) 0s ago 13m 255M 4096M 16.2.4 8d91d370c2b8 fc881ce40288 2024-09-10T18:27:07.635 INFO:teuthology.orchestra.run.smithi086.stdout:osd.3 smithi086 running (13m) 0s ago 13m 389M 4096M 16.2.4 8d91d370c2b8 62f9298fc37a 2024-09-10T18:27:07.635 INFO:teuthology.orchestra.run.smithi086.stdout:osd.4 smithi155 running (12m) 47s ago 12m 396M 4096M 16.2.4 8d91d370c2b8 7068d2f6f340 2024-09-10T18:27:07.635 INFO:teuthology.orchestra.run.smithi086.stdout:osd.5 smithi155 running (12m) 47s ago 12m 430M 4096M 16.2.4 8d91d370c2b8 4278b8fdd427 2024-09-10T18:27:07.635 INFO:teuthology.orchestra.run.smithi086.stdout:osd.6 smithi155 running (12m) 47s ago 12m 362M 4096M 16.2.4 8d91d370c2b8 b1120f71f9ec 2024-09-10T18:27:07.635 INFO:teuthology.orchestra.run.smithi086.stdout:osd.7 smithi155 running (11m) 47s ago 11m 509M 4096M 16.2.4 8d91d370c2b8 63785fceaf50 2024-09-10T18:27:07.635 INFO:teuthology.orchestra.run.smithi086.stdout:prometheus.smithi086 smithi086 *:9095 error 0s ago 15m 44.4M - 2.18.1 de242295e225 b0d895b622f6 2024-09-10T18:27:08.041 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:27:08.041 INFO:teuthology.orchestra.run.smithi086.stdout: "mon": { 2024-09-10T18:27:08.041 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:27:08.041 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:27:08.041 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr": { 2024-09-10T18:27:08.041 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:27:08.042 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:27:08.042 INFO:teuthology.orchestra.run.smithi086.stdout: "osd": { 2024-09-10T18:27:08.042 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 6, 2024-09-10T18:27:08.042 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:27:08.042 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:27:08.042 INFO:teuthology.orchestra.run.smithi086.stdout: "mds": { 2024-09-10T18:27:08.042 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:27:08.042 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:27:08.042 INFO:teuthology.orchestra.run.smithi086.stdout: "overall": { 2024-09-10T18:27:08.042 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8, 2024-09-10T18:27:08.042 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 6 2024-09-10T18:27:08.042 INFO:teuthology.orchestra.run.smithi086.stdout: } 2024-09-10T18:27:08.042 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:27:08.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:07 smithi086 ceph-mon[63435]: pgmap v73: 129 pgs: 36 active+undersized, 17 active+undersized+degraded, 76 active+clean; 210 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 46/432 objects degraded (10.648%) 2024-09-10T18:27:08.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:07 smithi086 ceph-mon[63435]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:27:08.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:07 smithi086 ceph-mon[63435]: osd.1 [v2:172.21.15.86:6810/2418244441,v1:172.21.15.86:6811/2418244441] boot 2024-09-10T18:27:08.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:07 smithi086 ceph-mon[63435]: osdmap e82: 8 total, 8 up, 8 in 2024-09-10T18:27:08.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:07 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:27:08.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:07 smithi086 ceph-mon[63435]: from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:27:08.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:07 smithi086 ceph-mon[63435]: from='client.34204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:27:08.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:07 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:08.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:07 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:08.383 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:27:08.383 INFO:teuthology.orchestra.run.smithi086.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T18:27:08.383 INFO:teuthology.orchestra.run.smithi086.stdout: "in_progress": true, 2024-09-10T18:27:08.383 INFO:teuthology.orchestra.run.smithi086.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T18:27:08.383 INFO:teuthology.orchestra.run.smithi086.stdout: "services_complete": [ 2024-09-10T18:27:08.384 INFO:teuthology.orchestra.run.smithi086.stdout: "mon", 2024-09-10T18:27:08.384 INFO:teuthology.orchestra.run.smithi086.stdout: "crash", 2024-09-10T18:27:08.384 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr" 2024-09-10T18:27:08.384 INFO:teuthology.orchestra.run.smithi086.stdout: ], 2024-09-10T18:27:08.384 INFO:teuthology.orchestra.run.smithi086.stdout: "progress": "8/23 daemons upgraded", 2024-09-10T18:27:08.384 INFO:teuthology.orchestra.run.smithi086.stdout: "message": "Currently upgrading osd daemons", 2024-09-10T18:27:08.384 INFO:teuthology.orchestra.run.smithi086.stdout: "is_paused": false 2024-09-10T18:27:08.384 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:27:08.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:07 smithi155 ceph-mon[48620]: pgmap v73: 129 pgs: 36 active+undersized, 17 active+undersized+degraded, 76 active+clean; 210 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 46/432 objects degraded (10.648%) 2024-09-10T18:27:08.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:07 smithi155 ceph-mon[48620]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:27:08.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:07 smithi155 ceph-mon[48620]: osd.1 [v2:172.21.15.86:6810/2418244441,v1:172.21.15.86:6811/2418244441] boot 2024-09-10T18:27:08.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:07 smithi155 ceph-mon[48620]: osdmap e82: 8 total, 8 up, 8 in 2024-09-10T18:27:08.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:07 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:27:08.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:07 smithi155 ceph-mon[48620]: from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:27:08.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:07 smithi155 ceph-mon[48620]: from='client.34204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:27:08.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:07 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:08.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:07 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:09.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:08 smithi086 ceph-mon[63435]: from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:27:09.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:08 smithi086 ceph-mon[63435]: osdmap e83: 8 total, 8 up, 8 in 2024-09-10T18:27:09.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:08 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:09.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:08 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:09.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:08 smithi086 ceph-mon[63435]: from='client.? 172.21.15.86:0/1592178457' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:27:09.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:08 smithi086 ceph-mon[63435]: from='client.34216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:27:09.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:08 smithi155 ceph-mon[48620]: from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:27:09.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:08 smithi155 ceph-mon[48620]: osdmap e83: 8 total, 8 up, 8 in 2024-09-10T18:27:09.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:08 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:09.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:08 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:09.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:08 smithi155 ceph-mon[48620]: from='client.? 172.21.15.86:0/1592178457' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:27:09.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:08 smithi155 ceph-mon[48620]: from='client.34216 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:27:10.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:10 smithi086 ceph-mon[63435]: pgmap v76: 129 pgs: 36 active+undersized, 17 active+undersized+degraded, 76 active+clean; 210 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 46/432 objects degraded (10.648%) 2024-09-10T18:27:10.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:10 smithi155 ceph-mon[48620]: pgmap v76: 129 pgs: 36 active+undersized, 17 active+undersized+degraded, 76 active+clean; 210 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 46/432 objects degraded (10.648%) 2024-09-10T18:27:11.334 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:11 smithi086 ceph-mon[63435]: Health check update: Degraded data redundancy: 25/432 objects degraded (5.787%), 7 pgs degraded (PG_DEGRADED) 2024-09-10T18:27:11.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:11 smithi155 ceph-mon[48620]: Health check update: Degraded data redundancy: 25/432 objects degraded (5.787%), 7 pgs degraded (PG_DEGRADED) 2024-09-10T18:27:12.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:12 smithi086 ceph-mon[63435]: pgmap v77: 129 pgs: 9 active+undersized, 7 active+undersized+degraded, 113 active+clean; 210 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 25/432 objects degraded (5.787%) 2024-09-10T18:27:12.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:12 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:12.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:12 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:12.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:12 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:27:12.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:12 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:27:12.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:12 smithi086 ceph-mon[63435]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:27:12.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:12 smithi086 ceph-mon[63435]: pgmap v78: 129 pgs: 129 active+clean; 210 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:27:12.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:12 smithi086 ceph-mon[63435]: pgmap v79: 129 pgs: 129 active+clean; 210 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:27:12.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:12 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:12.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:12 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:12.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:12 smithi086 ceph-mon[63435]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:27:12.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:12 smithi086 ceph-mon[63435]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:27:12.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:12 smithi155 ceph-mon[48620]: pgmap v77: 129 pgs: 9 active+undersized, 7 active+undersized+degraded, 113 active+clean; 210 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 25/432 objects degraded (5.787%) 2024-09-10T18:27:12.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:12 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:12.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:12 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:12.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:12 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:27:12.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:12 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:27:12.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:12 smithi155 ceph-mon[48620]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:27:12.634 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:12 smithi155 ceph-mon[48620]: pgmap v78: 129 pgs: 129 active+clean; 210 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:27:12.634 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:12 smithi155 ceph-mon[48620]: pgmap v79: 129 pgs: 129 active+clean; 210 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:27:12.634 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:12 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:12.634 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:12 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:12.634 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:12 smithi155 ceph-mon[48620]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:27:12.634 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:12 smithi155 ceph-mon[48620]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:27:13.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:13 smithi155 ceph-mon[48620]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 25/432 objects degraded (5.787%), 7 pgs degraded) 2024-09-10T18:27:13.681 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:13 smithi086 ceph-mon[63435]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 25/432 objects degraded (5.787%), 7 pgs degraded) 2024-09-10T18:27:14.392 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:14 smithi086 ceph-mon[63435]: pgmap v80: 129 pgs: 129 active+clean; 210 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:27:14.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:14 smithi155 ceph-mon[48620]: pgmap v80: 129 pgs: 129 active+clean; 210 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:27:15.542 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:15 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:27:15.542 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:15 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:27:15.542 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:15 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:27:15.542 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:15 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:27:15.542 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:15 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-10T18:27:15.542 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:15 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:15.542 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:15 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:27:15.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:15 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:27:15.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:15 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:27:15.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:15 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:27:15.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:15 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:27:15.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:15 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-10T18:27:15.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:15 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:15.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:15 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:27:16.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:16 smithi086 ceph-mon[63435]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:27:16.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:27:16.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:27:16.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:27:16.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:27:16.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:27:16.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:27:16.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:27:16.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:27:16.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:27:16.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:27:16.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:27:16.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:27:16.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:27:16.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:27:16.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:27:16.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:27:16.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:27:16.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:27:16.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:27:16.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:27:16.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:27:16.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:27:16.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:27:16.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:27:16.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.wait_async( 2024-09-10T18:27:16.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:27:16.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:27:16.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:27:16.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return future.result(timeout) 2024-09-10T18:27:16.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:27:16.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.__get_result() 2024-09-10T18:27:16.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:27:16.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise self._exception 2024-09-10T18:27:16.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:27:16.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:27:16.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:27:16.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise OrchestratorError( 2024-09-10T18:27:16.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:27:16.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:27:16.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:27:16.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:27:16.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:27:16.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:27:16.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:27:16.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:27:16.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:27:16.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:27:16.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:27:16.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:27:16.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:27:16.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:27:16.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:27:16.600 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:27:16.600 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:27:16.600 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:27:16.600 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:27:16.600 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:27:16.600 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:27:16.600 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:16 smithi086 ceph-mon[63435]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-10T18:27:16.600 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:16 smithi086 ceph-mon[63435]: Upgrade: osd.2 is safe to restart 2024-09-10T18:27:16.600 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:16 smithi086 ceph-mon[63435]: pgmap v81: 129 pgs: 129 active+clean; 210 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:27:16.600 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:16 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:16.600 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:16 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T18:27:16.600 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:16 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:27:16.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:16 smithi155 ceph-mon[48620]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:27:16.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:27:16.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:27:16.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:27:16.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:27:16.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:27:16.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:27:16.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:27:16.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:27:16.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:27:16.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:27:16.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:27:16.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:27:16.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:27:16.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:27:16.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:27:16.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:27:16.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:27:16.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:27:16.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:27:16.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:27:16.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:27:16.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:27:16.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:27:16.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:27:16.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.wait_async( 2024-09-10T18:27:16.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:27:16.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:27:16.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:27:16.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return future.result(timeout) 2024-09-10T18:27:16.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:27:16.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.__get_result() 2024-09-10T18:27:16.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:27:16.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise self._exception 2024-09-10T18:27:16.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:27:16.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:27:16.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:27:16.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise OrchestratorError( 2024-09-10T18:27:16.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:27:16.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:27:16.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:27:16.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:27:16.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:27:16.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:27:16.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:27:16.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:27:16.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:27:16.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:27:16.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:27:16.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:27:16.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:27:16.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:27:16.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:27:16.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:27:16.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:27:16.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:27:16.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:27:16.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:27:16.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:27:16.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:16 smithi155 ceph-mon[48620]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-10T18:27:16.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:16 smithi155 ceph-mon[48620]: Upgrade: osd.2 is safe to restart 2024-09-10T18:27:16.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:16 smithi155 ceph-mon[48620]: pgmap v81: 129 pgs: 129 active+clean; 210 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail 2024-09-10T18:27:16.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:16 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:16.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:16 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T18:27:16.659 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:16 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:27:17.652 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:17 smithi086 ceph-mon[63435]: Upgrade: Updating osd.2 2024-09-10T18:27:17.652 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:17 smithi086 ceph-mon[63435]: Deploying daemon osd.2 on smithi086 2024-09-10T18:27:17.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:17 smithi155 ceph-mon[48620]: Upgrade: Updating osd.2 2024-09-10T18:27:17.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:17 smithi155 ceph-mon[48620]: Deploying daemon osd.2 on smithi086 2024-09-10T18:27:18.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:18 smithi086 ceph-mon[63435]: pgmap v82: 129 pgs: 129 active+clean; 210 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 240 B/s rd, 0 op/s 2024-09-10T18:27:18.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:18 smithi155 ceph-mon[48620]: pgmap v82: 129 pgs: 129 active+clean; 210 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 240 B/s rd, 0 op/s 2024-09-10T18:27:18.924 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:18 smithi086 systemd[1]: Stopping Ceph osd.2 for c77f8420-6f9f-11ef-bcea-c7b262605968... 2024-09-10T18:27:18.924 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:18 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.2[37355]: debug 2024-09-10T18:27:18.799+0000 7f5247cf1700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-10T18:27:18.924 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:18 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.2[37355]: debug 2024-09-10T18:27:18.799+0000 7f5247cf1700 -1 osd.2 83 *** Got signal Terminated *** 2024-09-10T18:27:18.924 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:18 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.2[37355]: debug 2024-09-10T18:27:18.799+0000 7f5247cf1700 -1 osd.2 83 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T18:27:18.924 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:18 smithi086 podman[74908]: 2024-09-10 18:27:18.861801635 +0000 UTC m=+0.183126367 container died fc881ce40288c6ec0d74168908895bdc3ab5626f813c4438e34ddf4fc84df7f6 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.2, GIT_BRANCH=HEAD, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-16.2.4, RELEASE=HEAD, org.label-schema.build-date=20201204, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, maintainer=Dimitri Savineau , GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-10T18:27:19.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:19 smithi155 ceph-mon[48620]: osd.2 reported immediately failed by osd.1 2024-09-10T18:27:19.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:19 smithi155 ceph-mon[48620]: osd.2 failed (root=default,host=smithi086) (connection refused reported by osd.1) 2024-09-10T18:27:19.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:19 smithi155 ceph-mon[48620]: osd.2 reported immediately failed by osd.1 2024-09-10T18:27:19.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:19 smithi155 ceph-mon[48620]: osd.2 reported immediately failed by osd.3 2024-09-10T18:27:19.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:19 smithi155 ceph-mon[48620]: osd.2 reported immediately failed by osd.0 2024-09-10T18:27:19.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:19 smithi155 ceph-mon[48620]: osd.2 reported immediately failed by osd.3 2024-09-10T18:27:19.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:19 smithi155 ceph-mon[48620]: osd.2 reported immediately failed by osd.0 2024-09-10T18:27:19.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:19 smithi155 ceph-mon[48620]: osd.2 reported immediately failed by osd.4 2024-09-10T18:27:19.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:19 smithi155 ceph-mon[48620]: osd.2 reported immediately failed by osd.6 2024-09-10T18:27:19.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:19 smithi155 ceph-mon[48620]: osd.2 reported immediately failed by osd.7 2024-09-10T18:27:19.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:19 smithi155 ceph-mon[48620]: osd.2 reported immediately failed by osd.4 2024-09-10T18:27:19.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:19 smithi155 ceph-mon[48620]: osd.2 reported immediately failed by osd.5 2024-09-10T18:27:19.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:19 smithi155 ceph-mon[48620]: osd.2 reported immediately failed by osd.6 2024-09-10T18:27:19.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:19 smithi155 ceph-mon[48620]: osd.2 reported immediately failed by osd.7 2024-09-10T18:27:19.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:19 smithi155 ceph-mon[48620]: osd.2 reported immediately failed by osd.5 2024-09-10T18:27:19.695 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:19 smithi086 podman[74908]: 2024-09-10 18:27:19.450948872 +0000 UTC m=+0.772273600 container cleanup fc881ce40288c6ec0d74168908895bdc3ab5626f813c4438e34ddf4fc84df7f6 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-16.2.4, org.label-schema.build-date=20201204, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, RELEASE=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD) 2024-09-10T18:27:19.696 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:19 smithi086 bash[74908]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.2 2024-09-10T18:27:19.696 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:19 smithi086 ceph-mon[63435]: osd.2 reported immediately failed by osd.1 2024-09-10T18:27:19.696 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:19 smithi086 ceph-mon[63435]: osd.2 failed (root=default,host=smithi086) (connection refused reported by osd.1) 2024-09-10T18:27:19.696 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:19 smithi086 ceph-mon[63435]: osd.2 reported immediately failed by osd.1 2024-09-10T18:27:19.697 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:19 smithi086 ceph-mon[63435]: osd.2 reported immediately failed by osd.3 2024-09-10T18:27:19.697 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:19 smithi086 ceph-mon[63435]: osd.2 reported immediately failed by osd.0 2024-09-10T18:27:19.697 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:19 smithi086 ceph-mon[63435]: osd.2 reported immediately failed by osd.3 2024-09-10T18:27:19.697 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:19 smithi086 ceph-mon[63435]: osd.2 reported immediately failed by osd.0 2024-09-10T18:27:19.697 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:19 smithi086 ceph-mon[63435]: osd.2 reported immediately failed by osd.4 2024-09-10T18:27:19.697 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:19 smithi086 ceph-mon[63435]: osd.2 reported immediately failed by osd.6 2024-09-10T18:27:19.697 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:19 smithi086 ceph-mon[63435]: osd.2 reported immediately failed by osd.7 2024-09-10T18:27:19.698 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:19 smithi086 ceph-mon[63435]: osd.2 reported immediately failed by osd.4 2024-09-10T18:27:19.698 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:19 smithi086 ceph-mon[63435]: osd.2 reported immediately failed by osd.5 2024-09-10T18:27:19.698 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:19 smithi086 ceph-mon[63435]: osd.2 reported immediately failed by osd.6 2024-09-10T18:27:19.698 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:19 smithi086 ceph-mon[63435]: osd.2 reported immediately failed by osd.7 2024-09-10T18:27:19.698 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:19 smithi086 ceph-mon[63435]: osd.2 reported immediately failed by osd.5 2024-09-10T18:27:20.094 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:19 smithi086 podman[74922]: 2024-09-10 18:27:19.693818487 +0000 UTC m=+0.825657359 container remove fc881ce40288c6ec0d74168908895bdc3ab5626f813c4438e34ddf4fc84df7f6 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.2, CEPH_POINT_RELEASE=-16.2.4, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Base Image, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, RELEASE=HEAD, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, maintainer=Dimitri Savineau , GIT_CLEAN=True) 2024-09-10T18:27:20.432 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:20 smithi086 ceph-mon[63435]: pgmap v83: 129 pgs: 129 active+clean; 210 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 240 B/s rd, 0 op/s 2024-09-10T18:27:20.432 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:20 smithi086 ceph-mon[63435]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:27:20.432 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:20 smithi086 ceph-mon[63435]: osdmap e84: 8 total, 7 up, 8 in 2024-09-10T18:27:20.432 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:20 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:20.433 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:20 smithi086 podman[75036]: 2024-09-10 18:27:20.079392089 +0000 UTC m=+0.016035350 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:27:20.433 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:20 smithi086 podman[75036]: 2024-09-10 18:27:20.203263536 +0000 UTC m=+0.139906839 container create d24edd436e151894bbbfb4563fac44f626d09358c99d37adc7016f749c43f466 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, ceph=True, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_CLEAN=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T18:27:20.433 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:20 smithi086 podman[75036]: 2024-09-10 18:27:20.430809105 +0000 UTC m=+0.367452366 container init d24edd436e151894bbbfb4563fac44f626d09358c99d37adc7016f749c43f466 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2-deactivate, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-09-10T18:27:20.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:20 smithi155 ceph-mon[48620]: pgmap v83: 129 pgs: 129 active+clean; 210 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 240 B/s rd, 0 op/s 2024-09-10T18:27:20.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:20 smithi155 ceph-mon[48620]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:27:20.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:20 smithi155 ceph-mon[48620]: osdmap e84: 8 total, 7 up, 8 in 2024-09-10T18:27:20.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:20 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:20.845 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:20 smithi086 podman[75036]: 2024-09-10 18:27:20.434481958 +0000 UTC m=+0.371125228 container start d24edd436e151894bbbfb4563fac44f626d09358c99d37adc7016f749c43f466 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD) 2024-09-10T18:27:20.845 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:20 smithi086 podman[75036]: 2024-09-10 18:27:20.50582601 +0000 UTC m=+0.442469274 container attach d24edd436e151894bbbfb4563fac44f626d09358c99d37adc7016f749c43f466 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2-deactivate, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, ceph=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-09-10T18:27:20.845 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:20 smithi086 podman[75036]: 2024-09-10 18:27:20.606146103 +0000 UTC m=+0.542789372 container died d24edd436e151894bbbfb4563fac44f626d09358c99d37adc7016f749c43f466 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2-deactivate, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-09-10T18:27:21.203 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:21 smithi086 podman[75059]: 2024-09-10 18:27:21.186591406 +0000 UTC m=+0.574836102 container remove d24edd436e151894bbbfb4563fac44f626d09358c99d37adc7016f749c43f466 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2-deactivate, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, ceph=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0) 2024-09-10T18:27:21.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:21 smithi086 ceph-mon[63435]: osdmap e85: 8 total, 7 up, 8 in 2024-09-10T18:27:21.595 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:21 smithi086 systemd[1]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.2.service: Deactivated successfully. 2024-09-10T18:27:21.595 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:21 smithi086 systemd[1]: Stopped Ceph osd.2 for c77f8420-6f9f-11ef-bcea-c7b262605968. 2024-09-10T18:27:21.595 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:21 smithi086 systemd[1]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.2.service: Consumed 55.214s CPU time. 2024-09-10T18:27:21.595 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:21 smithi086 systemd[1]: Starting Ceph osd.2 for c77f8420-6f9f-11ef-bcea-c7b262605968... 2024-09-10T18:27:21.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:21 smithi155 ceph-mon[48620]: osdmap e85: 8 total, 7 up, 8 in 2024-09-10T18:27:21.916 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:21 smithi086 podman[75161]: 2024-09-10 18:27:21.540698996 +0000 UTC m=+0.015472003 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:27:21.917 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:21 smithi086 podman[75161]: 2024-09-10 18:27:21.696021992 +0000 UTC m=+0.170794986 container create fae59c9eb664e1d7221c937a1c9fec05d252e62a6db6b51d88ef2e8aefe8720a (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2-activate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, ceph=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T18:27:21.917 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:21 smithi086 podman[75161]: 2024-09-10 18:27:21.915023614 +0000 UTC m=+0.389796626 container init fae59c9eb664e1d7221c937a1c9fec05d252e62a6db6b51d88ef2e8aefe8720a (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2-activate, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_CLEAN=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T18:27:22.186 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:21 smithi086 podman[75161]: 2024-09-10 18:27:21.918588129 +0000 UTC m=+0.393361126 container start fae59c9eb664e1d7221c937a1c9fec05d252e62a6db6b51d88ef2e8aefe8720a (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2-activate, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=) 2024-09-10T18:27:22.186 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:22 smithi086 podman[75161]: 2024-09-10 18:27:22.015099663 +0000 UTC m=+0.489872657 container attach fae59c9eb664e1d7221c937a1c9fec05d252e62a6db6b51d88ef2e8aefe8720a (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.vendor=CentOS) 2024-09-10T18:27:22.520 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:22 smithi086 ceph-mon[63435]: pgmap v86: 129 pgs: 18 active+undersized, 5 peering, 11 active+undersized+degraded, 95 active+clean; 210 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 36/432 objects degraded (8.333%) 2024-09-10T18:27:22.520 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:22 smithi086 ceph-mon[63435]: Health check failed: Degraded data redundancy: 36/432 objects degraded (8.333%), 11 pgs degraded (PG_DEGRADED) 2024-09-10T18:27:22.520 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:22 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2-activate[75175]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-10T18:27:22.521 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:22 smithi086 bash[75161]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-10T18:27:22.521 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:22 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2-activate[75175]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-2 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-09-10T18:27:22.521 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:22 smithi086 bash[75161]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-2 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-09-10T18:27:22.521 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:22 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2-activate[75175]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-10T18:27:22.521 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:22 smithi086 bash[75161]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-10T18:27:22.521 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:22 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2-activate[75175]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-10T18:27:22.521 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:22 smithi086 bash[75161]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-10T18:27:22.521 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:22 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2-activate[75175]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-10T18:27:22.521 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:22 smithi086 bash[75161]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-10T18:27:22.521 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:22 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2-activate[75175]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-10T18:27:22.521 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:22 smithi086 bash[75161]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-10T18:27:22.521 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:22 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2-activate[75175]: --> ceph-volume raw activate successful for osd ID: 2 2024-09-10T18:27:22.521 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:22 smithi086 bash[75161]: --> ceph-volume raw activate successful for osd ID: 2 2024-09-10T18:27:22.522 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:22 smithi086 podman[75161]: 2024-09-10 18:27:22.226989656 +0000 UTC m=+0.701762653 container died fae59c9eb664e1d7221c937a1c9fec05d252e62a6db6b51d88ef2e8aefe8720a (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2-activate, GIT_CLEAN=True, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2) 2024-09-10T18:27:22.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:22 smithi155 ceph-mon[48620]: pgmap v86: 129 pgs: 18 active+undersized, 5 peering, 11 active+undersized+degraded, 95 active+clean; 210 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 36/432 objects degraded (8.333%) 2024-09-10T18:27:22.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:22 smithi155 ceph-mon[48620]: Health check failed: Degraded data redundancy: 36/432 objects degraded (8.333%), 11 pgs degraded (PG_DEGRADED) 2024-09-10T18:27:23.094 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:22 smithi086 podman[75299]: 2024-09-10 18:27:22.80184578 +0000 UTC m=+0.564126300 container remove fae59c9eb664e1d7221c937a1c9fec05d252e62a6db6b51d88ef2e8aefe8720a (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2-activate, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-09-10T18:27:23.095 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:23 smithi086 podman[75357]: 2024-09-10 18:27:22.913481722 +0000 UTC m=+0.016082069 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:27:23.095 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:23 smithi086 podman[75357]: 2024-09-10 18:27:23.019747426 +0000 UTC m=+0.122347763 container create b015f30a58b281cb08e6af23dc50f9ad28bf17bcda0388b3d3cda47339ac7f12 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux ) 2024-09-10T18:27:23.407 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:23 smithi086 podman[75357]: 2024-09-10 18:27:23.28935388 +0000 UTC m=+0.391954217 container init b015f30a58b281cb08e6af23dc50f9ad28bf17bcda0388b3d3cda47339ac7f12 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2024-09-10T18:27:23.407 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:23 smithi086 podman[75357]: 2024-09-10 18:27:23.292568548 +0000 UTC m=+0.395168885 container start b015f30a58b281cb08e6af23dc50f9ad28bf17bcda0388b3d3cda47339ac7f12 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T18:27:23.407 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:23 smithi086 ceph-osd[75376]: -- 172.21.15.86:0/2878054954 <== mon.0 v2:172.21.15.86:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55ec29f44d00 con 0x55ec29f17000 2024-09-10T18:27:23.833 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:23 smithi086 bash[75357]: b015f30a58b281cb08e6af23dc50f9ad28bf17bcda0388b3d3cda47339ac7f12 2024-09-10T18:27:23.833 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:23 smithi086 systemd[1]: Started Ceph osd.2 for c77f8420-6f9f-11ef-bcea-c7b262605968. 2024-09-10T18:27:24.094 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:23 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2[75372]: 2024-09-10T18:27:23.831+0000 7f1396c4c440 -1 Falling back to public interface 2024-09-10T18:27:24.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:24 smithi086 ceph-mon[63435]: pgmap v87: 129 pgs: 18 active+undersized, 5 peering, 11 active+undersized+degraded, 95 active+clean; 210 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 36/432 objects degraded (8.333%) 2024-09-10T18:27:24.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:24 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:24.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:24 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:24.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:24 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:27:24.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:24 smithi155 ceph-mon[48620]: pgmap v87: 129 pgs: 18 active+undersized, 5 peering, 11 active+undersized+degraded, 95 active+clean; 210 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 36/432 objects degraded (8.333%) 2024-09-10T18:27:24.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:24 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:24.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:24 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:24.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:24 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:27:26.802 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:26 smithi086 ceph-mon[63435]: pgmap v88: 129 pgs: 23 active+undersized, 11 active+undersized+degraded, 95 active+clean; 210 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 36/432 objects degraded (8.333%) 2024-09-10T18:27:26.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:26 smithi155 ceph-mon[48620]: pgmap v88: 129 pgs: 23 active+undersized, 11 active+undersized+degraded, 95 active+clean; 210 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 36/432 objects degraded (8.333%) 2024-09-10T18:27:27.958 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:27 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2[75372]: 2024-09-10T18:27:27.796+0000 7f1396c4c440 -1 osd.2 0 read_superblock omap replica is missing. 2024-09-10T18:27:28.344 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2[75372]: 2024-09-10T18:27:28.133+0000 7f1396c4c440 -1 osd.2 83 log_to_monitors true 2024-09-10T18:27:28.838 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:28 smithi086 ceph-mon[63435]: pgmap v89: 129 pgs: 23 active+undersized, 11 active+undersized+degraded, 95 active+clean; 210 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 36/432 objects degraded (8.333%) 2024-09-10T18:27:28.839 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:28 smithi086 ceph-mon[63435]: from='osd.2 [v2:172.21.15.86:6818/2697515011,v1:172.21.15.86:6819/2697515011]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:27:28.839 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:27:28 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2[75372]: 2024-09-10T18:27:28.468+0000 7f138d9f6640 -1 osd.2 83 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T18:27:28.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:28 smithi155 ceph-mon[48620]: pgmap v89: 129 pgs: 23 active+undersized, 11 active+undersized+degraded, 95 active+clean; 210 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 36/432 objects degraded (8.333%) 2024-09-10T18:27:28.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:28 smithi155 ceph-mon[48620]: from='osd.2 [v2:172.21.15.86:6818/2697515011,v1:172.21.15.86:6819/2697515011]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:27:29.790 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:29 smithi086 ceph-mon[63435]: from='osd.2 [v2:172.21.15.86:6818/2697515011,v1:172.21.15.86:6819/2697515011]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T18:27:29.790 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:29 smithi086 ceph-mon[63435]: osdmap e86: 8 total, 7 up, 8 in 2024-09-10T18:27:29.790 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:29 smithi086 ceph-mon[63435]: from='osd.2 [v2:172.21.15.86:6818/2697515011,v1:172.21.15.86:6819/2697515011]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2024-09-10T18:27:29.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:29 smithi155 ceph-mon[48620]: from='osd.2 [v2:172.21.15.86:6818/2697515011,v1:172.21.15.86:6819/2697515011]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T18:27:29.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:29 smithi155 ceph-mon[48620]: osdmap e86: 8 total, 7 up, 8 in 2024-09-10T18:27:29.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:29 smithi155 ceph-mon[48620]: from='osd.2 [v2:172.21.15.86:6818/2697515011,v1:172.21.15.86:6819/2697515011]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2024-09-10T18:27:30.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:30 smithi086 ceph-mon[63435]: pgmap v91: 129 pgs: 23 active+undersized, 11 active+undersized+degraded, 95 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 36/432 objects degraded (8.333%) 2024-09-10T18:27:30.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:30 smithi086 ceph-mon[63435]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:27:30.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:30 smithi086 ceph-mon[63435]: osd.2 [v2:172.21.15.86:6818/2697515011,v1:172.21.15.86:6819/2697515011] boot 2024-09-10T18:27:30.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:30 smithi086 ceph-mon[63435]: osdmap e87: 8 total, 8 up, 8 in 2024-09-10T18:27:30.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:27:30.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:30.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:27:30.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:30.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:30.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:30 smithi086 ceph-mon[63435]: osdmap e88: 8 total, 8 up, 8 in 2024-09-10T18:27:30.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:30 smithi155 ceph-mon[48620]: pgmap v91: 129 pgs: 23 active+undersized, 11 active+undersized+degraded, 95 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 36/432 objects degraded (8.333%) 2024-09-10T18:27:30.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:30 smithi155 ceph-mon[48620]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:27:30.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:30 smithi155 ceph-mon[48620]: osd.2 [v2:172.21.15.86:6818/2697515011,v1:172.21.15.86:6819/2697515011] boot 2024-09-10T18:27:30.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:30 smithi155 ceph-mon[48620]: osdmap e87: 8 total, 8 up, 8 in 2024-09-10T18:27:30.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:27:30.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:30.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:27:30.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:30.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:30.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:30 smithi155 ceph-mon[48620]: osdmap e88: 8 total, 8 up, 8 in 2024-09-10T18:27:31.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:31 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:31.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:31 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:31.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:31 smithi155 ceph-mon[48620]: pgmap v94: 129 pgs: 3 peering, 6 active+undersized, 5 active+undersized+degraded, 115 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 21/432 objects degraded (4.861%) 2024-09-10T18:27:32.049 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:31 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:32.049 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:31 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:32.049 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:31 smithi086 ceph-mon[63435]: pgmap v94: 129 pgs: 3 peering, 6 active+undersized, 5 active+undersized+degraded, 115 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 21/432 objects degraded (4.861%) 2024-09-10T18:27:32.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:32 smithi155 ceph-mon[48620]: Health check update: Degraded data redundancy: 21/432 objects degraded (4.861%), 5 pgs degraded (PG_DEGRADED) 2024-09-10T18:27:33.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:32 smithi086 ceph-mon[63435]: Health check update: Degraded data redundancy: 21/432 objects degraded (4.861%), 5 pgs degraded (PG_DEGRADED) 2024-09-10T18:27:33.772 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:33 smithi086 ceph-mon[63435]: pgmap v95: 129 pgs: 3 peering, 6 active+undersized, 5 active+undersized+degraded, 115 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 21/432 objects degraded (4.861%) 2024-09-10T18:27:33.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:33 smithi155 ceph-mon[48620]: pgmap v95: 129 pgs: 3 peering, 6 active+undersized, 5 active+undersized+degraded, 115 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 21/432 objects degraded (4.861%) 2024-09-10T18:27:34.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:34.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:34.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:27:34.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:27:34.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:34 smithi086 ceph-mon[63435]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:27:34.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:34 smithi086 ceph-mon[63435]: pgmap v96: 129 pgs: 3 peering, 126 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2024-09-10T18:27:34.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:34 smithi086 ceph-mon[63435]: pgmap v97: 129 pgs: 3 peering, 126 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2024-09-10T18:27:34.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:34.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:34.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:34 smithi086 ceph-mon[63435]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:27:34.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:34 smithi086 ceph-mon[63435]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:27:35.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:35.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:35.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:27:35.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:27:35.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:34 smithi155 ceph-mon[48620]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:27:35.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:34 smithi155 ceph-mon[48620]: pgmap v96: 129 pgs: 3 peering, 126 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2024-09-10T18:27:35.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:34 smithi155 ceph-mon[48620]: pgmap v97: 129 pgs: 3 peering, 126 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2024-09-10T18:27:35.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:35.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:35.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:34 smithi155 ceph-mon[48620]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:27:35.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:34 smithi155 ceph-mon[48620]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:27:36.043 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:35 smithi086 ceph-mon[63435]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 21/432 objects degraded (4.861%), 5 pgs degraded) 2024-09-10T18:27:36.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:35 smithi155 ceph-mon[48620]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 21/432 objects degraded (4.861%), 5 pgs degraded) 2024-09-10T18:27:37.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:36 smithi086 ceph-mon[63435]: pgmap v98: 129 pgs: 129 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2024-09-10T18:27:37.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:36 smithi155 ceph-mon[48620]: pgmap v98: 129 pgs: 129 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail 2024-09-10T18:27:37.954 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:37 smithi086 ceph-mon[63435]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:27:37.954 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:27:37.954 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:27:37.955 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:27:37.955 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:27:37.955 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:27:37.955 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:27:37.955 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:27:37.955 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:27:37.955 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:27:37.955 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:27:37.955 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:27:37.955 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:27:37.955 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:27:37.955 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:27:37.955 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:27:37.956 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:27:37.956 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:27:37.956 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:27:37.956 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:27:37.956 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:27:37.956 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:27:37.956 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:27:37.956 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:27:37.956 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:27:37.956 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.wait_async( 2024-09-10T18:27:37.956 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:27:37.956 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:27:37.956 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:27:37.957 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return future.result(timeout) 2024-09-10T18:27:37.957 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:27:37.957 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.__get_result() 2024-09-10T18:27:37.957 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:27:37.957 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise self._exception 2024-09-10T18:27:37.957 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:27:37.957 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:27:37.957 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:27:37.957 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise OrchestratorError( 2024-09-10T18:27:37.957 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:27:37.957 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:27:37.958 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:27:37.958 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:27:37.958 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:27:37.958 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:27:37.958 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:27:37.958 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:27:37.958 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:27:37.958 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:27:37.958 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:27:37.958 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:27:37.958 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:27:37.958 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:27:37.958 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:27:37.958 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:27:37.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:27:37.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:27:37.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:27:37.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:27:37.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:27:37.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:37 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:27:37.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:37 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:27:37.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:37 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:27:37.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:37 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:27:37.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:37 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-10T18:27:37.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:37 smithi086 ceph-mon[63435]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-10T18:27:37.959 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:37 smithi086 ceph-mon[63435]: Upgrade: osd.3 is safe to restart 2024-09-10T18:27:38.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:37 smithi155 ceph-mon[48620]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:27:38.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:27:38.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:27:38.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:27:38.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:27:38.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:27:38.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:27:38.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:27:38.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:27:38.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:27:38.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:27:38.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:27:38.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:27:38.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:27:38.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:27:38.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:27:38.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:27:38.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:27:38.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:27:38.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:27:38.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:27:38.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:27:38.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:27:38.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:27:38.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:27:38.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.wait_async( 2024-09-10T18:27:38.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:27:38.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:27:38.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:27:38.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return future.result(timeout) 2024-09-10T18:27:38.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:27:38.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.__get_result() 2024-09-10T18:27:38.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:27:38.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise self._exception 2024-09-10T18:27:38.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:27:38.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:27:38.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:27:38.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise OrchestratorError( 2024-09-10T18:27:38.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:27:38.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:27:38.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:27:38.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:27:38.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:27:38.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:27:38.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:27:38.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:27:38.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:27:38.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:27:38.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:27:38.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:27:38.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:27:38.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:27:38.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:27:38.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:27:38.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:27:38.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:27:38.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:27:38.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:27:38.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:27:38.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:37 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:27:38.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:37 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:27:38.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:37 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:27:38.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:37 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:27:38.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:37 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-10T18:27:38.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:37 smithi155 ceph-mon[48620]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-10T18:27:38.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:37 smithi155 ceph-mon[48620]: Upgrade: osd.3 is safe to restart 2024-09-10T18:27:38.728 INFO:teuthology.orchestra.run.smithi086.stdout:true 2024-09-10T18:27:39.353 INFO:teuthology.orchestra.run.smithi086.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:27:39.353 INFO:teuthology.orchestra.run.smithi086.stdout:alertmanager.smithi086 smithi086 *:9093,9094 running (14m) 9s ago 16m 19.3M - 0.20.0 0881eb8f169f 6f4c7936f6b6 2024-09-10T18:27:39.353 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi086 smithi086 running (88s) 9s ago 16m 6899k - 17.2.7-1606-g5be57395 4c55dd409611 8c82d6e03a06 2024-09-10T18:27:39.353 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi155 smithi155 running (83s) 79s ago 15m 6899k - 17.2.7-1606-g5be57395 4c55dd409611 07aec365c37d 2024-09-10T18:27:39.353 INFO:teuthology.orchestra.run.smithi086.stdout:grafana.smithi086 smithi086 *:3000 running (14m) 9s ago 16m 35.5M - 6.7.4 557c83e11646 013c9bd31cbe 2024-09-10T18:27:39.353 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi086.wmhkxy smithi086 running (11m) 9s ago 11m 40.4M - 16.2.4 8d91d370c2b8 3f5e7a0d954a 2024-09-10T18:27:39.353 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi155.ddyadp smithi155 running (11m) 79s ago 11m 14.9M - 16.2.4 8d91d370c2b8 fed2aba1e81e 2024-09-10T18:27:39.353 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi086.qqqtpz smithi086 *:8443,9283 running (5m) 9s ago 17m 454M - 17.2.7-1606-g5be57395 4c55dd409611 40e989a592fb 2024-09-10T18:27:39.353 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi155.gxleeu smithi155 *:8443,9283 running (2m) 79s ago 15m 398M - 17.2.7-1606-g5be57395 4c55dd409611 2645dc364b4e 2024-09-10T18:27:39.354 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi086 smithi086 running (2m) 9s ago 17m 59.9M 2048M 17.2.7-1606-g5be57395 4c55dd409611 b00a3c0f9663 2024-09-10T18:27:39.354 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi155 smithi155 running (2m) 79s ago 15m 56.2M 2048M 17.2.7-1606-g5be57395 4c55dd409611 a70277e6c2c8 2024-09-10T18:27:39.354 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.0.0.smithi086.nvloft smithi086 *:2049 running (8m) 9s ago 8m 143M - 3.5 8d91d370c2b8 ac635a8973ea 2024-09-10T18:27:39.354 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.1.0.smithi155.xwyoxo smithi155 *:2049 running (8m) 79s ago 8m 90.1M - 3.5 8d91d370c2b8 5d4993e7f1ca 2024-09-10T18:27:39.354 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi086 smithi086 *:9100 running (15m) 9s ago 15m 17.2M - 0.18.1 e5a616e4b9cf ebcaa2fe985c 2024-09-10T18:27:39.354 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi155 smithi155 *:9100 running (15m) 79s ago 15m 17.2M - 0.18.1 e5a616e4b9cf 1811325b1f2a 2024-09-10T18:27:39.354 INFO:teuthology.orchestra.run.smithi086.stdout:osd.0 smithi086 running (61s) 9s ago 14m 127M 4096M 17.2.7-1606-g5be57395 4c55dd409611 08577c2b188c 2024-09-10T18:27:39.354 INFO:teuthology.orchestra.run.smithi086.stdout:osd.1 smithi086 running (39s) 9s ago 14m 106M 4096M 17.2.7-1606-g5be57395 4c55dd409611 ce19410da085 2024-09-10T18:27:39.354 INFO:teuthology.orchestra.run.smithi086.stdout:osd.2 smithi086 running (16s) 9s ago 14m 12.6M 4096M 17.2.7-1606-g5be57395 4c55dd409611 b015f30a58b2 2024-09-10T18:27:39.354 INFO:teuthology.orchestra.run.smithi086.stdout:osd.3 smithi086 running (13m) 9s ago 13m 388M 4096M 16.2.4 8d91d370c2b8 62f9298fc37a 2024-09-10T18:27:39.354 INFO:teuthology.orchestra.run.smithi086.stdout:osd.4 smithi155 running (13m) 79s ago 13m 396M 4096M 16.2.4 8d91d370c2b8 7068d2f6f340 2024-09-10T18:27:39.354 INFO:teuthology.orchestra.run.smithi086.stdout:osd.5 smithi155 running (13m) 79s ago 13m 430M 4096M 16.2.4 8d91d370c2b8 4278b8fdd427 2024-09-10T18:27:39.354 INFO:teuthology.orchestra.run.smithi086.stdout:osd.6 smithi155 running (12m) 79s ago 12m 362M 4096M 16.2.4 8d91d370c2b8 b1120f71f9ec 2024-09-10T18:27:39.354 INFO:teuthology.orchestra.run.smithi086.stdout:osd.7 smithi155 running (12m) 79s ago 12m 509M 4096M 16.2.4 8d91d370c2b8 63785fceaf50 2024-09-10T18:27:39.355 INFO:teuthology.orchestra.run.smithi086.stdout:prometheus.smithi086 smithi086 *:9095 error 9s ago 15m 44.4M - 2.18.1 de242295e225 b0d895b622f6 2024-09-10T18:27:39.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:39 smithi086 ceph-mon[63435]: pgmap v99: 129 pgs: 129 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 279 B/s rd, 0 op/s 2024-09-10T18:27:39.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:39 smithi086 ceph-mon[63435]: Upgrade: Updating osd.3 2024-09-10T18:27:39.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:39 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:39.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:39 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T18:27:39.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:39 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:27:39.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:39 smithi086 ceph-mon[63435]: Deploying daemon osd.3 on smithi086 2024-09-10T18:27:39.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:39 smithi155 ceph-mon[48620]: pgmap v99: 129 pgs: 129 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 279 B/s rd, 0 op/s 2024-09-10T18:27:39.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:39 smithi155 ceph-mon[48620]: Upgrade: Updating osd.3 2024-09-10T18:27:39.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:39 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:39.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:39 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T18:27:39.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:39 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:27:39.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:39 smithi155 ceph-mon[48620]: Deploying daemon osd.3 on smithi086 2024-09-10T18:27:39.736 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:27:39.736 INFO:teuthology.orchestra.run.smithi086.stdout: "mon": { 2024-09-10T18:27:39.736 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:27:39.736 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:27:39.736 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr": { 2024-09-10T18:27:39.737 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:27:39.737 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:27:39.737 INFO:teuthology.orchestra.run.smithi086.stdout: "osd": { 2024-09-10T18:27:39.737 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 5, 2024-09-10T18:27:39.737 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T18:27:39.737 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:27:39.737 INFO:teuthology.orchestra.run.smithi086.stdout: "mds": { 2024-09-10T18:27:39.737 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:27:39.737 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:27:39.737 INFO:teuthology.orchestra.run.smithi086.stdout: "overall": { 2024-09-10T18:27:39.737 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 7, 2024-09-10T18:27:39.737 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 7 2024-09-10T18:27:39.737 INFO:teuthology.orchestra.run.smithi086.stdout: } 2024-09-10T18:27:39.738 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:27:40.062 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:27:40.062 INFO:teuthology.orchestra.run.smithi086.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T18:27:40.062 INFO:teuthology.orchestra.run.smithi086.stdout: "in_progress": true, 2024-09-10T18:27:40.062 INFO:teuthology.orchestra.run.smithi086.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T18:27:40.062 INFO:teuthology.orchestra.run.smithi086.stdout: "services_complete": [ 2024-09-10T18:27:40.062 INFO:teuthology.orchestra.run.smithi086.stdout: "mon", 2024-09-10T18:27:40.062 INFO:teuthology.orchestra.run.smithi086.stdout: "crash", 2024-09-10T18:27:40.062 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr" 2024-09-10T18:27:40.062 INFO:teuthology.orchestra.run.smithi086.stdout: ], 2024-09-10T18:27:40.063 INFO:teuthology.orchestra.run.smithi086.stdout: "progress": "9/23 daemons upgraded", 2024-09-10T18:27:40.063 INFO:teuthology.orchestra.run.smithi086.stdout: "message": "Currently upgrading osd daemons", 2024-09-10T18:27:40.063 INFO:teuthology.orchestra.run.smithi086.stdout: "is_paused": false 2024-09-10T18:27:40.063 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:27:40.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:40 smithi086 ceph-mon[63435]: from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:27:40.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:40 smithi086 ceph-mon[63435]: from='client.34228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:27:40.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:40 smithi086 ceph-mon[63435]: from='client.34232 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:27:40.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:40 smithi086 ceph-mon[63435]: from='client.? 172.21.15.86:0/1369534177' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:27:40.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:40 smithi155 ceph-mon[48620]: from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:27:40.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:40 smithi155 ceph-mon[48620]: from='client.34228 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:27:40.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:40 smithi155 ceph-mon[48620]: from='client.34232 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:27:40.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:40 smithi155 ceph-mon[48620]: from='client.? 172.21.15.86:0/1369534177' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:27:41.242 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:41 smithi086 systemd[1]: Stopping Ceph osd.3 for c77f8420-6f9f-11ef-bcea-c7b262605968... 2024-09-10T18:27:41.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:41 smithi086 ceph-mon[63435]: pgmap v100: 129 pgs: 129 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-09-10T18:27:41.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:41 smithi086 ceph-mon[63435]: from='client.34240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:27:41.595 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:41 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.3[40230]: debug 2024-09-10T18:27:41.261+0000 7f9007509700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-10T18:27:41.595 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:41 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.3[40230]: debug 2024-09-10T18:27:41.261+0000 7f9007509700 -1 osd.3 88 *** Got signal Terminated *** 2024-09-10T18:27:41.595 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:41 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.3[40230]: debug 2024-09-10T18:27:41.261+0000 7f9007509700 -1 osd.3 88 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T18:27:41.595 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:41 smithi086 podman[77773]: 2024-09-10 18:27:41.343219616 +0000 UTC m=+0.192662851 container died 62f9298fc37ac020ed17da02fbea40062c50fa5bc99865601b7bd1c7355d23bc (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.3, CEPH_POINT_RELEASE=-16.2.4, maintainer=Dimitri Savineau , GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=HEAD, ceph=True, org.label-schema.build-date=20201204) 2024-09-10T18:27:41.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:41 smithi155 ceph-mon[48620]: pgmap v100: 129 pgs: 129 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-09-10T18:27:41.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:41 smithi155 ceph-mon[48620]: from='client.34240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:27:41.881 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:41 smithi086 podman[77773]: 2024-09-10 18:27:41.686732241 +0000 UTC m=+0.536175476 container cleanup 62f9298fc37ac020ed17da02fbea40062c50fa5bc99865601b7bd1c7355d23bc (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.3, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, CEPH_POINT_RELEASE=-16.2.4, GIT_BRANCH=HEAD, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0) 2024-09-10T18:27:41.882 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:41 smithi086 bash[77773]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.3 2024-09-10T18:27:42.247 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:41 smithi086 podman[77788]: 2024-09-10 18:27:41.87983582 +0000 UTC m=+0.532803484 container remove 62f9298fc37ac020ed17da02fbea40062c50fa5bc99865601b7bd1c7355d23bc (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.3, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-16.2.4, GIT_BRANCH=HEAD, ceph=True, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, RELEASE=HEAD, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20201204, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e) 2024-09-10T18:27:42.510 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:42 smithi086 podman[77887]: 2024-09-10 18:27:42.388772528 +0000 UTC m=+0.097415143 container create 7ebc3803fa0e0225fdfd646b450fd7dc709cfe12e26e8badf6c16f77bffd65f2 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3-deactivate, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0) 2024-09-10T18:27:42.510 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:42 smithi086 podman[77887]: 2024-09-10 18:27:42.307565202 +0000 UTC m=+0.016207813 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:27:42.511 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:42 smithi086 ceph-mon[63435]: osd.3 reported immediately failed by osd.1 2024-09-10T18:27:42.511 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:42 smithi086 ceph-mon[63435]: osd.3 failed (root=default,host=smithi086) (connection refused reported by osd.1) 2024-09-10T18:27:42.511 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:42 smithi086 ceph-mon[63435]: osd.3 reported immediately failed by osd.2 2024-09-10T18:27:42.511 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:42 smithi086 ceph-mon[63435]: osd.3 reported immediately failed by osd.4 2024-09-10T18:27:42.511 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:42 smithi086 ceph-mon[63435]: osd.3 reported immediately failed by osd.5 2024-09-10T18:27:42.512 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:42 smithi086 ceph-mon[63435]: osd.3 reported immediately failed by osd.6 2024-09-10T18:27:42.512 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:42 smithi086 ceph-mon[63435]: osd.3 reported immediately failed by osd.7 2024-09-10T18:27:42.512 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:42 smithi086 ceph-mon[63435]: osd.3 reported immediately failed by osd.0 2024-09-10T18:27:42.512 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:42 smithi086 ceph-mon[63435]: osd.3 reported immediately failed by osd.1 2024-09-10T18:27:42.512 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:42 smithi086 ceph-mon[63435]: osd.3 reported immediately failed by osd.2 2024-09-10T18:27:42.513 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:42 smithi086 ceph-mon[63435]: osd.3 reported immediately failed by osd.4 2024-09-10T18:27:42.513 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:42 smithi086 ceph-mon[63435]: osd.3 reported immediately failed by osd.5 2024-09-10T18:27:42.513 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:42 smithi086 ceph-mon[63435]: osd.3 reported immediately failed by osd.6 2024-09-10T18:27:42.513 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:42 smithi086 ceph-mon[63435]: osd.3 reported immediately failed by osd.7 2024-09-10T18:27:42.513 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:42 smithi086 ceph-mon[63435]: osd.3 reported immediately failed by osd.0 2024-09-10T18:27:42.513 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:42 smithi086 ceph-mon[63435]: osd.3 reported immediately failed by osd.4 2024-09-10T18:27:42.513 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:42 smithi086 ceph-mon[63435]: osd.3 reported immediately failed by osd.5 2024-09-10T18:27:42.514 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:42 smithi086 ceph-mon[63435]: osd.3 reported immediately failed by osd.5 2024-09-10T18:27:42.514 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:42 smithi086 ceph-mon[63435]: osd.3 reported immediately failed by osd.6 2024-09-10T18:27:42.514 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:42 smithi086 ceph-mon[63435]: osd.3 reported immediately failed by osd.7 2024-09-10T18:27:42.514 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:42 smithi086 ceph-mon[63435]: osd.3 reported immediately failed by osd.0 2024-09-10T18:27:42.514 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:42 smithi086 ceph-mon[63435]: osd.3 reported immediately failed by osd.1 2024-09-10T18:27:42.514 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:42 smithi086 ceph-mon[63435]: osd.3 reported immediately failed by osd.2 2024-09-10T18:27:42.515 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:42 smithi086 ceph-mon[63435]: osd.3 reported immediately failed by osd.4 2024-09-10T18:27:42.515 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:42 smithi086 ceph-mon[63435]: osd.3 reported immediately failed by osd.5 2024-09-10T18:27:42.515 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:42 smithi086 ceph-mon[63435]: osd.3 reported immediately failed by osd.6 2024-09-10T18:27:42.515 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:42 smithi086 ceph-mon[63435]: osd.3 reported immediately failed by osd.7 2024-09-10T18:27:42.515 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:42 smithi086 ceph-mon[63435]: osd.3 reported immediately failed by osd.0 2024-09-10T18:27:42.515 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:42 smithi086 ceph-mon[63435]: osd.3 reported immediately failed by osd.1 2024-09-10T18:27:42.516 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:42 smithi086 ceph-mon[63435]: osd.3 reported immediately failed by osd.2 2024-09-10T18:27:42.516 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:42 smithi086 ceph-mon[63435]: osd.3 reported immediately failed by osd.4 2024-09-10T18:27:42.516 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:42 smithi086 ceph-mon[63435]: osd.3 reported immediately failed by osd.5 2024-09-10T18:27:42.516 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:42 smithi086 ceph-mon[63435]: osd.3 reported immediately failed by osd.4 2024-09-10T18:27:42.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:42 smithi155 ceph-mon[48620]: osd.3 reported immediately failed by osd.1 2024-09-10T18:27:42.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:42 smithi155 ceph-mon[48620]: osd.3 failed (root=default,host=smithi086) (connection refused reported by osd.1) 2024-09-10T18:27:42.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:42 smithi155 ceph-mon[48620]: osd.3 reported immediately failed by osd.2 2024-09-10T18:27:42.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:42 smithi155 ceph-mon[48620]: osd.3 reported immediately failed by osd.4 2024-09-10T18:27:42.633 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:42 smithi155 ceph-mon[48620]: osd.3 reported immediately failed by osd.5 2024-09-10T18:27:42.634 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:42 smithi155 ceph-mon[48620]: osd.3 reported immediately failed by osd.6 2024-09-10T18:27:42.634 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:42 smithi155 ceph-mon[48620]: osd.3 reported immediately failed by osd.7 2024-09-10T18:27:42.634 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:42 smithi155 ceph-mon[48620]: osd.3 reported immediately failed by osd.0 2024-09-10T18:27:42.634 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:42 smithi155 ceph-mon[48620]: osd.3 reported immediately failed by osd.1 2024-09-10T18:27:42.634 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:42 smithi155 ceph-mon[48620]: osd.3 reported immediately failed by osd.2 2024-09-10T18:27:42.634 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:42 smithi155 ceph-mon[48620]: osd.3 reported immediately failed by osd.4 2024-09-10T18:27:42.634 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:42 smithi155 ceph-mon[48620]: osd.3 reported immediately failed by osd.5 2024-09-10T18:27:42.634 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:42 smithi155 ceph-mon[48620]: osd.3 reported immediately failed by osd.6 2024-09-10T18:27:42.634 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:42 smithi155 ceph-mon[48620]: osd.3 reported immediately failed by osd.7 2024-09-10T18:27:42.634 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:42 smithi155 ceph-mon[48620]: osd.3 reported immediately failed by osd.0 2024-09-10T18:27:42.634 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:42 smithi155 ceph-mon[48620]: osd.3 reported immediately failed by osd.4 2024-09-10T18:27:42.634 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:42 smithi155 ceph-mon[48620]: osd.3 reported immediately failed by osd.5 2024-09-10T18:27:42.635 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:42 smithi155 ceph-mon[48620]: osd.3 reported immediately failed by osd.5 2024-09-10T18:27:42.635 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:42 smithi155 ceph-mon[48620]: osd.3 reported immediately failed by osd.6 2024-09-10T18:27:42.635 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:42 smithi155 ceph-mon[48620]: osd.3 reported immediately failed by osd.7 2024-09-10T18:27:42.635 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:42 smithi155 ceph-mon[48620]: osd.3 reported immediately failed by osd.0 2024-09-10T18:27:42.635 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:42 smithi155 ceph-mon[48620]: osd.3 reported immediately failed by osd.1 2024-09-10T18:27:42.635 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:42 smithi155 ceph-mon[48620]: osd.3 reported immediately failed by osd.2 2024-09-10T18:27:42.635 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:42 smithi155 ceph-mon[48620]: osd.3 reported immediately failed by osd.4 2024-09-10T18:27:42.635 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:42 smithi155 ceph-mon[48620]: osd.3 reported immediately failed by osd.5 2024-09-10T18:27:42.635 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:42 smithi155 ceph-mon[48620]: osd.3 reported immediately failed by osd.6 2024-09-10T18:27:42.635 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:42 smithi155 ceph-mon[48620]: osd.3 reported immediately failed by osd.7 2024-09-10T18:27:42.635 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:42 smithi155 ceph-mon[48620]: osd.3 reported immediately failed by osd.0 2024-09-10T18:27:42.635 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:42 smithi155 ceph-mon[48620]: osd.3 reported immediately failed by osd.1 2024-09-10T18:27:42.635 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:42 smithi155 ceph-mon[48620]: osd.3 reported immediately failed by osd.2 2024-09-10T18:27:42.635 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:42 smithi155 ceph-mon[48620]: osd.3 reported immediately failed by osd.4 2024-09-10T18:27:42.635 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:42 smithi155 ceph-mon[48620]: osd.3 reported immediately failed by osd.5 2024-09-10T18:27:42.636 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:42 smithi155 ceph-mon[48620]: osd.3 reported immediately failed by osd.4 2024-09-10T18:27:43.094 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:42 smithi086 podman[77887]: 2024-09-10 18:27:42.624524662 +0000 UTC m=+0.333167281 container init 7ebc3803fa0e0225fdfd646b450fd7dc709cfe12e26e8badf6c16f77bffd65f2 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3-deactivate, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T18:27:43.095 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:42 smithi086 podman[77887]: 2024-09-10 18:27:42.627816445 +0000 UTC m=+0.336459058 container start 7ebc3803fa0e0225fdfd646b450fd7dc709cfe12e26e8badf6c16f77bffd65f2 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3-deactivate, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T18:27:43.095 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:42 smithi086 podman[77887]: 2024-09-10 18:27:42.707678797 +0000 UTC m=+0.416321418 container attach 7ebc3803fa0e0225fdfd646b450fd7dc709cfe12e26e8badf6c16f77bffd65f2 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3-deactivate, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731) 2024-09-10T18:27:43.095 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:42 smithi086 podman[77887]: 2024-09-10 18:27:42.799733308 +0000 UTC m=+0.508375922 container died 7ebc3803fa0e0225fdfd646b450fd7dc709cfe12e26e8badf6c16f77bffd65f2 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3-deactivate, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, ceph=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2) 2024-09-10T18:27:43.529 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:43 smithi086 ceph-mon[63435]: pgmap v101: 129 pgs: 129 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-09-10T18:27:43.529 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:43 smithi086 ceph-mon[63435]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:27:43.530 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:43 smithi086 ceph-mon[63435]: osdmap e89: 8 total, 7 up, 8 in 2024-09-10T18:27:43.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:43 smithi155 ceph-mon[48620]: pgmap v101: 129 pgs: 129 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-09-10T18:27:43.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:43 smithi155 ceph-mon[48620]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:27:43.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:43 smithi155 ceph-mon[48620]: osdmap e89: 8 total, 7 up, 8 in 2024-09-10T18:27:43.844 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:43 smithi086 podman[77910]: 2024-09-10 18:27:43.528265187 +0000 UTC m=+0.719744323 container remove 7ebc3803fa0e0225fdfd646b450fd7dc709cfe12e26e8badf6c16f77bffd65f2 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3-deactivate, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_CLEAN=True, io.buildah.version=1.37.2, ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2024-09-10T18:27:43.845 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:43 smithi086 systemd[1]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.3.service: Deactivated successfully. 2024-09-10T18:27:43.845 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:43 smithi086 systemd[1]: Stopped Ceph osd.3 for c77f8420-6f9f-11ef-bcea-c7b262605968. 2024-09-10T18:27:43.845 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:43 smithi086 systemd[1]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.3.service: Consumed 1min 41.180s CPU time. 2024-09-10T18:27:43.845 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:43 smithi086 systemd[1]: Starting Ceph osd.3 for c77f8420-6f9f-11ef-bcea-c7b262605968... 2024-09-10T18:27:44.229 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:43 smithi086 podman[78006]: 2024-09-10 18:27:43.865590284 +0000 UTC m=+0.015990237 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:27:44.230 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:44 smithi086 podman[78006]: 2024-09-10 18:27:44.036580518 +0000 UTC m=+0.186980515 container create 4c41e2100746ab038034fd5782c600653b9465a88199a99df821faf8def68468 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3-activate, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, ceph=True, GIT_CLEAN=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T18:27:44.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:44 smithi086 ceph-mon[63435]: osdmap e90: 8 total, 7 up, 8 in 2024-09-10T18:27:44.594 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:44 smithi086 podman[78006]: 2024-09-10 18:27:44.357281328 +0000 UTC m=+0.507681289 container init 4c41e2100746ab038034fd5782c600653b9465a88199a99df821faf8def68468 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3-activate, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731) 2024-09-10T18:27:44.594 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:44 smithi086 podman[78006]: 2024-09-10 18:27:44.360855634 +0000 UTC m=+0.511255593 container start 4c41e2100746ab038034fd5782c600653b9465a88199a99df821faf8def68468 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3-activate, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_CLEAN=True) 2024-09-10T18:27:44.594 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:44 smithi086 podman[78006]: 2024-09-10 18:27:44.440449056 +0000 UTC m=+0.590849023 container attach 4c41e2100746ab038034fd5782c600653b9465a88199a99df821faf8def68468 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=) 2024-09-10T18:27:44.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:44 smithi155 ceph-mon[48620]: osdmap e90: 8 total, 7 up, 8 in 2024-09-10T18:27:44.988 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3-activate[78020]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-10T18:27:44.988 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:44 smithi086 bash[78006]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-10T18:27:44.988 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3-activate[78020]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-3 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-09-10T18:27:44.988 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:44 smithi086 bash[78006]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-3 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-09-10T18:27:44.988 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3-activate[78020]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-10T18:27:44.988 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:44 smithi086 bash[78006]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-10T18:27:44.988 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3-activate[78020]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-10T18:27:44.988 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:44 smithi086 bash[78006]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-10T18:27:44.989 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3-activate[78020]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-09-10T18:27:44.989 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:44 smithi086 bash[78006]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-09-10T18:27:44.989 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3-activate[78020]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-10T18:27:44.989 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:44 smithi086 bash[78006]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-10T18:27:44.989 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:44 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3-activate[78020]: --> ceph-volume raw activate successful for osd ID: 3 2024-09-10T18:27:44.989 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:44 smithi086 bash[78006]: --> ceph-volume raw activate successful for osd ID: 3 2024-09-10T18:27:44.989 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:44 smithi086 podman[78006]: 2024-09-10 18:27:44.666970793 +0000 UTC m=+0.817370745 container died 4c41e2100746ab038034fd5782c600653b9465a88199a99df821faf8def68468 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3-activate, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True) 2024-09-10T18:27:45.516 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:45 smithi086 ceph-mon[63435]: pgmap v104: 129 pgs: 2 active+undersized, 18 stale+active+clean, 4 active+undersized+degraded, 105 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 14/432 objects degraded (3.241%) 2024-09-10T18:27:45.516 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:45 smithi086 ceph-mon[63435]: Health check failed: Degraded data redundancy: 14/432 objects degraded (3.241%), 4 pgs degraded (PG_DEGRADED) 2024-09-10T18:27:45.516 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:45 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:45.516 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:45 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:27:45.516 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:45 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:45.517 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:45 smithi086 podman[78138]: 2024-09-10 18:27:45.311267511 +0000 UTC m=+0.634117006 container remove 4c41e2100746ab038034fd5782c600653b9465a88199a99df821faf8def68468 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3-activate, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T18:27:45.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:45 smithi155 ceph-mon[48620]: pgmap v104: 129 pgs: 2 active+undersized, 18 stale+active+clean, 4 active+undersized+degraded, 105 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 14/432 objects degraded (3.241%) 2024-09-10T18:27:45.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:45 smithi155 ceph-mon[48620]: Health check failed: Degraded data redundancy: 14/432 objects degraded (3.241%), 4 pgs degraded (PG_DEGRADED) 2024-09-10T18:27:45.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:45 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:45.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:45 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:27:45.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:45 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:45.779 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:45 smithi086 podman[78195]: 2024-09-10 18:27:45.417642395 +0000 UTC m=+0.015969200 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:27:45.779 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:45 smithi086 podman[78195]: 2024-09-10 18:27:45.528710447 +0000 UTC m=+0.127037241 container create fe10a9ba8223d8e5195d2acfc7d978b5306b05cc19dd47ec52f0f08faaad33f0 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739) 2024-09-10T18:27:45.779 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:45 smithi086 podman[78195]: 2024-09-10 18:27:45.756024597 +0000 UTC m=+0.354351389 container init fe10a9ba8223d8e5195d2acfc7d978b5306b05cc19dd47ec52f0f08faaad33f0 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux ) 2024-09-10T18:27:45.779 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:45 smithi086 podman[78195]: 2024-09-10 18:27:45.759240233 +0000 UTC m=+0.357567025 container start fe10a9ba8223d8e5195d2acfc7d978b5306b05cc19dd47ec52f0f08faaad33f0 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, ceph=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739) 2024-09-10T18:27:46.094 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:45 smithi086 ceph-osd[78245]: -- 172.21.15.86:0/727823042 <== mon.0 v2:172.21.15.86:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x561273fb8d00 con 0x561273f8b000 2024-09-10T18:27:46.094 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:45 smithi086 bash[78195]: fe10a9ba8223d8e5195d2acfc7d978b5306b05cc19dd47ec52f0f08faaad33f0 2024-09-10T18:27:46.094 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:45 smithi086 systemd[1]: Started Ceph osd.3 for c77f8420-6f9f-11ef-bcea-c7b262605968. 2024-09-10T18:27:46.594 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:46 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3[78209]: 2024-09-10T18:27:46.294+0000 7ff7f47c1440 -1 Falling back to public interface 2024-09-10T18:27:47.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:46 smithi086 ceph-mon[63435]: pgmap v105: 129 pgs: 10 active+undersized, 14 stale+active+clean, 6 active+undersized+degraded, 99 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 28/432 objects degraded (6.481%) 2024-09-10T18:27:47.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:46 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:47.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:46 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:47.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:46 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:27:47.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:46 smithi155 ceph-mon[48620]: pgmap v105: 129 pgs: 10 active+undersized, 14 stale+active+clean, 6 active+undersized+degraded, 99 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 28/432 objects degraded (6.481%) 2024-09-10T18:27:47.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:46 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:47.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:46 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:47.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:46 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:27:49.188 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:48 smithi086 ceph-mon[63435]: pgmap v106: 129 pgs: 32 active+undersized, 18 active+undersized+degraded, 79 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 58/432 objects degraded (13.426%) 2024-09-10T18:27:49.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:48 smithi155 ceph-mon[48620]: pgmap v106: 129 pgs: 32 active+undersized, 18 active+undersized+degraded, 79 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 58/432 objects degraded (13.426%) 2024-09-10T18:27:50.844 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:50 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3[78209]: 2024-09-10T18:27:50.492+0000 7ff7f47c1440 -1 osd.3 0 read_superblock omap replica is missing. 2024-09-10T18:27:51.204 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:50 smithi155 ceph-mon[48620]: pgmap v107: 129 pgs: 32 active+undersized, 18 active+undersized+degraded, 79 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 58/432 objects degraded (13.426%) 2024-09-10T18:27:51.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:50 smithi086 ceph-mon[63435]: pgmap v107: 129 pgs: 32 active+undersized, 18 active+undersized+degraded, 79 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 58/432 objects degraded (13.426%) 2024-09-10T18:27:51.253 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:51 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3[78209]: 2024-09-10T18:27:51.020+0000 7ff7f47c1440 -1 osd.3 88 log_to_monitors true 2024-09-10T18:27:52.216 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:51 smithi155 ceph-mon[48620]: from='osd.3 [v2:172.21.15.86:6826/3471098237,v1:172.21.15.86:6827/3471098237]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T18:27:52.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:51 smithi086 ceph-mon[63435]: from='osd.3 [v2:172.21.15.86:6826/3471098237,v1:172.21.15.86:6827/3471098237]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T18:27:52.344 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:27:51 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3[78209]: 2024-09-10T18:27:51.932+0000 7ff7ec56d640 -1 osd.3 88 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T18:27:53.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:52 smithi086 ceph-mon[63435]: pgmap v108: 129 pgs: 32 active+undersized, 18 active+undersized+degraded, 79 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 58/432 objects degraded (13.426%) 2024-09-10T18:27:53.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:52 smithi086 ceph-mon[63435]: from='osd.3 [v2:172.21.15.86:6826/3471098237,v1:172.21.15.86:6827/3471098237]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T18:27:53.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:52 smithi086 ceph-mon[63435]: osdmap e91: 8 total, 7 up, 8 in 2024-09-10T18:27:53.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:52 smithi086 ceph-mon[63435]: from='osd.3 [v2:172.21.15.86:6826/3471098237,v1:172.21.15.86:6827/3471098237]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2024-09-10T18:27:53.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:52 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:53.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:52 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:53.386 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:52 smithi155 ceph-mon[48620]: pgmap v108: 129 pgs: 32 active+undersized, 18 active+undersized+degraded, 79 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 58/432 objects degraded (13.426%) 2024-09-10T18:27:53.387 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:52 smithi155 ceph-mon[48620]: from='osd.3 [v2:172.21.15.86:6826/3471098237,v1:172.21.15.86:6827/3471098237]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T18:27:53.387 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:52 smithi155 ceph-mon[48620]: osdmap e91: 8 total, 7 up, 8 in 2024-09-10T18:27:53.387 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:52 smithi155 ceph-mon[48620]: from='osd.3 [v2:172.21.15.86:6826/3471098237,v1:172.21.15.86:6827/3471098237]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2024-09-10T18:27:53.387 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:52 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:53.387 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:52 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:54.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:53 smithi086 ceph-mon[63435]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:27:54.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:53 smithi086 ceph-mon[63435]: osd.3 [v2:172.21.15.86:6826/3471098237,v1:172.21.15.86:6827/3471098237] boot 2024-09-10T18:27:54.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:53 smithi086 ceph-mon[63435]: osdmap e92: 8 total, 8 up, 8 in 2024-09-10T18:27:54.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:53 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:27:54.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:53 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:54.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:53 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:54.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:53 smithi155 ceph-mon[48620]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:27:54.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:53 smithi155 ceph-mon[48620]: osd.3 [v2:172.21.15.86:6826/3471098237,v1:172.21.15.86:6827/3471098237] boot 2024-09-10T18:27:54.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:53 smithi155 ceph-mon[48620]: osdmap e92: 8 total, 8 up, 8 in 2024-09-10T18:27:54.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:53 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:27:54.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:53 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:54.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:53 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:55.227 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:54 smithi086 ceph-mon[63435]: pgmap v111: 129 pgs: 4 peering, 31 active+undersized, 15 active+undersized+degraded, 79 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 45/432 objects degraded (10.417%) 2024-09-10T18:27:55.228 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:54 smithi086 ceph-mon[63435]: osdmap e93: 8 total, 8 up, 8 in 2024-09-10T18:27:55.228 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:54 smithi086 ceph-mon[63435]: Health check update: Degraded data redundancy: 45/432 objects degraded (10.417%), 15 pgs degraded (PG_DEGRADED) 2024-09-10T18:27:55.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:54 smithi155 ceph-mon[48620]: pgmap v111: 129 pgs: 4 peering, 31 active+undersized, 15 active+undersized+degraded, 79 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 45/432 objects degraded (10.417%) 2024-09-10T18:27:55.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:54 smithi155 ceph-mon[48620]: osdmap e93: 8 total, 8 up, 8 in 2024-09-10T18:27:55.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:54 smithi155 ceph-mon[48620]: Health check update: Degraded data redundancy: 45/432 objects degraded (10.417%), 15 pgs degraded (PG_DEGRADED) 2024-09-10T18:27:56.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:55 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:56.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:55 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:57.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:57 smithi086 ceph-mon[63435]: pgmap v113: 129 pgs: 4 peering, 26 active+undersized, 14 active+undersized+degraded, 85 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 39/432 objects degraded (9.028%) 2024-09-10T18:27:57.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:57 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:57.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:57 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:57.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:57 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:27:57.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:57 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:27:57.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:57 smithi086 ceph-mon[63435]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:27:57.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:57 smithi086 ceph-mon[63435]: pgmap v114: 129 pgs: 4 peering, 13 active+undersized, 7 active+undersized+degraded, 105 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 17/432 objects degraded (3.935%) 2024-09-10T18:27:57.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:57 smithi086 ceph-mon[63435]: pgmap v115: 129 pgs: 4 peering, 13 active+undersized, 7 active+undersized+degraded, 105 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 17/432 objects degraded (3.935%) 2024-09-10T18:27:57.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:57 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:57.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:57 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:57.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:57 smithi155 ceph-mon[48620]: pgmap v113: 129 pgs: 4 peering, 26 active+undersized, 14 active+undersized+degraded, 85 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 39/432 objects degraded (9.028%) 2024-09-10T18:27:57.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:57 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:57.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:57 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:57.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:57 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:27:57.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:57 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:27:57.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:57 smithi155 ceph-mon[48620]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:27:57.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:57 smithi155 ceph-mon[48620]: pgmap v114: 129 pgs: 4 peering, 13 active+undersized, 7 active+undersized+degraded, 105 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 17/432 objects degraded (3.935%) 2024-09-10T18:27:57.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:57 smithi155 ceph-mon[48620]: pgmap v115: 129 pgs: 4 peering, 13 active+undersized, 7 active+undersized+degraded, 105 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 17/432 objects degraded (3.935%) 2024-09-10T18:27:57.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:57 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:57.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:57 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:27:58.743 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:58 smithi086 ceph-mon[63435]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:27:58.743 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:58 smithi086 ceph-mon[63435]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:27:58.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:58 smithi155 ceph-mon[48620]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:27:58.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:58 smithi155 ceph-mon[48620]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:27:59.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:59 smithi086 ceph-mon[63435]: pgmap v116: 129 pgs: 129 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-09-10T18:27:59.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:27:59 smithi086 ceph-mon[63435]: Health check update: Degraded data redundancy: 17/432 objects degraded (3.935%), 7 pgs degraded (PG_DEGRADED) 2024-09-10T18:27:59.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:59 smithi155 ceph-mon[48620]: pgmap v116: 129 pgs: 129 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 17 op/s 2024-09-10T18:27:59.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:27:59 smithi155 ceph-mon[48620]: Health check update: Degraded data redundancy: 17/432 objects degraded (3.935%), 7 pgs degraded (PG_DEGRADED) 2024-09-10T18:28:00.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:00 smithi155 ceph-mon[48620]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 17/432 objects degraded (3.935%), 7 pgs degraded) 2024-09-10T18:28:00.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:00 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:28:00.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:00 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:28:00.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:00 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:28:00.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:00 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:28:00.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:00 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-10T18:28:00.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:00 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:00.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:00 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:28:00.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:00 smithi086 ceph-mon[63435]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 17/432 objects degraded (3.935%), 7 pgs degraded) 2024-09-10T18:28:00.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:00 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:28:00.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:00 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:28:00.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:00 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:28:00.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:00 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:28:00.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:00 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-10T18:28:00.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:00 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:00.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:00 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:28:01.637 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:01 smithi155 ceph-mon[48620]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:28:01.637 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:28:01.637 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:28:01.637 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:28:01.637 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:28:01.637 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:28:01.637 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:28:01.637 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:28:01.637 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:28:01.637 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:28:01.638 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:28:01.638 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:28:01.638 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:28:01.638 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:28:01.638 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:28:01.638 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:28:01.638 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:28:01.638 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:28:01.638 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:28:01.638 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:28:01.638 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:28:01.639 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:28:01.639 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:28:01.639 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:28:01.639 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:28:01.639 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.wait_async( 2024-09-10T18:28:01.639 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:28:01.639 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:28:01.639 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:28:01.639 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return future.result(timeout) 2024-09-10T18:28:01.639 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:28:01.639 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.__get_result() 2024-09-10T18:28:01.639 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:28:01.639 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise self._exception 2024-09-10T18:28:01.640 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:28:01.640 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:28:01.640 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:28:01.640 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise OrchestratorError( 2024-09-10T18:28:01.640 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:28:01.640 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:28:01.640 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:28:01.640 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:28:01.640 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:28:01.640 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:28:01.640 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:28:01.640 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:28:01.640 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:28:01.641 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:28:01.641 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:28:01.641 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:28:01.641 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:28:01.641 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:28:01.641 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:28:01.641 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:28:01.641 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:28:01.641 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:28:01.641 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:28:01.641 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:28:01.641 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:28:01.641 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:01 smithi155 ceph-mon[48620]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-10T18:28:01.642 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:01 smithi155 ceph-mon[48620]: Upgrade: osd.4 is safe to restart 2024-09-10T18:28:01.642 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:01 smithi155 ceph-mon[48620]: pgmap v117: 129 pgs: 129 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 14 op/s 2024-09-10T18:28:01.642 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:01 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:01.642 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:01 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T18:28:01.642 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:01 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:28:01.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:01 smithi086 ceph-mon[63435]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:28:01.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:28:01.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:28:01.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:28:01.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:28:01.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:28:01.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:28:01.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:28:01.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:28:01.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:28:01.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:28:01.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:28:01.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:28:01.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:28:01.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:28:01.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:28:01.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:28:01.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:28:01.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:28:01.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:28:01.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:28:01.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:28:01.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:28:01.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:28:01.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:28:01.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.wait_async( 2024-09-10T18:28:01.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:28:01.849 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:28:01.849 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:28:01.849 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return future.result(timeout) 2024-09-10T18:28:01.849 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:28:01.849 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.__get_result() 2024-09-10T18:28:01.849 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:28:01.849 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise self._exception 2024-09-10T18:28:01.849 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:28:01.850 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:28:01.850 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:28:01.850 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise OrchestratorError( 2024-09-10T18:28:01.850 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:28:01.850 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:28:01.850 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:28:01.850 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:28:01.850 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:28:01.851 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:28:01.851 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:28:01.851 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:28:01.851 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:28:01.851 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:28:01.851 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:28:01.851 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:28:01.851 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:28:01.852 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:28:01.852 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:28:01.852 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:28:01.852 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:28:01.852 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:28:01.852 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:28:01.852 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:28:01.853 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:28:01.853 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:01 smithi086 ceph-mon[63435]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-10T18:28:01.853 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:01 smithi086 ceph-mon[63435]: Upgrade: osd.4 is safe to restart 2024-09-10T18:28:01.853 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:01 smithi086 ceph-mon[63435]: pgmap v117: 129 pgs: 129 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 15 KiB/s rd, 14 op/s 2024-09-10T18:28:01.853 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:01 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:01.853 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:01 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T18:28:01.853 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:01 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:28:02.736 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:02 smithi155 ceph-mon[48620]: Upgrade: Updating osd.4 2024-09-10T18:28:02.736 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:02 smithi155 ceph-mon[48620]: Deploying daemon osd.4 on smithi155 2024-09-10T18:28:02.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:02 smithi086 ceph-mon[63435]: Upgrade: Updating osd.4 2024-09-10T18:28:02.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:02 smithi086 ceph-mon[63435]: Deploying daemon osd.4 on smithi155 2024-09-10T18:28:03.565 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:03 smithi155 ceph-mon[48620]: pgmap v118: 129 pgs: 129 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 11 op/s 2024-09-10T18:28:03.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:03 smithi086 ceph-mon[63435]: pgmap v118: 129 pgs: 129 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 11 op/s 2024-09-10T18:28:04.079 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:03 smithi155 systemd[1]: Stopping Ceph osd.4 for c77f8420-6f9f-11ef-bcea-c7b262605968... 2024-09-10T18:28:04.079 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:03 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.4[29503]: debug 2024-09-10T18:28:03.984+0000 7f5385d17700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-10T18:28:04.079 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:03 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.4[29503]: debug 2024-09-10T18:28:03.985+0000 7f5385d17700 -1 osd.4 93 *** Got signal Terminated *** 2024-09-10T18:28:04.079 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:03 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.4[29503]: debug 2024-09-10T18:28:03.985+0000 7f5385d17700 -1 osd.4 93 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T18:28:04.337 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:04 smithi155 podman[53030]: 2024-09-10 18:28:04.077078242 +0000 UTC m=+0.201628948 container died 7068d2f6f340adfc0e312b583708111f1bbc84aaa35d4c283fc577da56d57465 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.4, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, GIT_CLEAN=True, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-16.2.4, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=HEAD, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-10T18:28:04.652 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:04 smithi155 podman[53030]: 2024-09-10 18:28:04.426313286 +0000 UTC m=+0.550863985 container cleanup 7068d2f6f340adfc0e312b583708111f1bbc84aaa35d4c283fc577da56d57465 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.4, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Dimitri Savineau , ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-16.2.4, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-09-10T18:28:04.652 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:04 smithi155 bash[53030]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.4 2024-09-10T18:28:04.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:04 smithi155 ceph-mon[48620]: osd.4 reported immediately failed by osd.7 2024-09-10T18:28:04.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:04 smithi155 ceph-mon[48620]: osd.4 failed (root=default,host=smithi155) (connection refused reported by osd.7) 2024-09-10T18:28:04.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:04 smithi155 ceph-mon[48620]: osd.4 reported immediately failed by osd.7 2024-09-10T18:28:04.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:04 smithi155 ceph-mon[48620]: osd.4 reported immediately failed by osd.2 2024-09-10T18:28:04.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:04 smithi155 ceph-mon[48620]: osd.4 reported immediately failed by osd.3 2024-09-10T18:28:04.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:04 smithi155 ceph-mon[48620]: osd.4 reported immediately failed by osd.5 2024-09-10T18:28:04.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:04 smithi155 ceph-mon[48620]: osd.4 reported immediately failed by osd.6 2024-09-10T18:28:04.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:04 smithi155 ceph-mon[48620]: osd.4 reported immediately failed by osd.0 2024-09-10T18:28:04.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:04 smithi155 ceph-mon[48620]: osd.4 reported immediately failed by osd.1 2024-09-10T18:28:04.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:04 smithi155 ceph-mon[48620]: osd.4 reported immediately failed by osd.2 2024-09-10T18:28:04.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:04 smithi155 ceph-mon[48620]: osd.4 reported immediately failed by osd.3 2024-09-10T18:28:04.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:04 smithi155 ceph-mon[48620]: osd.4 reported immediately failed by osd.5 2024-09-10T18:28:04.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:04 smithi155 ceph-mon[48620]: osd.4 reported immediately failed by osd.6 2024-09-10T18:28:04.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:04 smithi155 ceph-mon[48620]: osd.4 reported immediately failed by osd.0 2024-09-10T18:28:04.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:04 smithi155 ceph-mon[48620]: osd.4 reported immediately failed by osd.1 2024-09-10T18:28:04.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:04 smithi086 ceph-mon[63435]: osd.4 reported immediately failed by osd.7 2024-09-10T18:28:04.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:04 smithi086 ceph-mon[63435]: osd.4 failed (root=default,host=smithi155) (connection refused reported by osd.7) 2024-09-10T18:28:04.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:04 smithi086 ceph-mon[63435]: osd.4 reported immediately failed by osd.7 2024-09-10T18:28:04.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:04 smithi086 ceph-mon[63435]: osd.4 reported immediately failed by osd.2 2024-09-10T18:28:04.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:04 smithi086 ceph-mon[63435]: osd.4 reported immediately failed by osd.3 2024-09-10T18:28:04.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:04 smithi086 ceph-mon[63435]: osd.4 reported immediately failed by osd.5 2024-09-10T18:28:04.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:04 smithi086 ceph-mon[63435]: osd.4 reported immediately failed by osd.6 2024-09-10T18:28:04.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:04 smithi086 ceph-mon[63435]: osd.4 reported immediately failed by osd.0 2024-09-10T18:28:04.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:04 smithi086 ceph-mon[63435]: osd.4 reported immediately failed by osd.1 2024-09-10T18:28:04.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:04 smithi086 ceph-mon[63435]: osd.4 reported immediately failed by osd.2 2024-09-10T18:28:04.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:04 smithi086 ceph-mon[63435]: osd.4 reported immediately failed by osd.3 2024-09-10T18:28:04.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:04 smithi086 ceph-mon[63435]: osd.4 reported immediately failed by osd.5 2024-09-10T18:28:04.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:04 smithi086 ceph-mon[63435]: osd.4 reported immediately failed by osd.6 2024-09-10T18:28:04.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:04 smithi086 ceph-mon[63435]: osd.4 reported immediately failed by osd.0 2024-09-10T18:28:04.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:04 smithi086 ceph-mon[63435]: osd.4 reported immediately failed by osd.1 2024-09-10T18:28:05.152 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:04 smithi155 podman[53048]: 2024-09-10 18:28:04.761871731 +0000 UTC m=+0.684537232 container remove 7068d2f6f340adfc0e312b583708111f1bbc84aaa35d4c283fc577da56d57465 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.4, ceph=True, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=HEAD, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-16.2.4, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD) 2024-09-10T18:28:05.512 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:05 smithi155 podman[53157]: 2024-09-10 18:28:05.14118655 +0000 UTC m=+0.015773411 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:28:05.512 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:05 smithi155 podman[53157]: 2024-09-10 18:28:05.271238796 +0000 UTC m=+0.145825647 container create cd9840152c94a442dbdffdb0bf2bf0ba379c7c6ab8ae7da7f53f0e85d3c6e9a7 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4-deactivate, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T18:28:05.790 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:05 smithi086 ceph-mon[63435]: pgmap v119: 129 pgs: 129 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 11 op/s 2024-09-10T18:28:05.790 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:05 smithi086 ceph-mon[63435]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:28:05.790 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:05 smithi086 ceph-mon[63435]: osdmap e94: 8 total, 7 up, 8 in 2024-09-10T18:28:05.790 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:05 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:05.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:05 smithi155 ceph-mon[48620]: pgmap v119: 129 pgs: 129 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 11 KiB/s rd, 11 op/s 2024-09-10T18:28:05.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:05 smithi155 ceph-mon[48620]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:28:05.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:05 smithi155 ceph-mon[48620]: osdmap e94: 8 total, 7 up, 8 in 2024-09-10T18:28:05.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:05 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:05.902 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:05 smithi155 podman[53157]: 2024-09-10 18:28:05.535571184 +0000 UTC m=+0.410158047 container init cd9840152c94a442dbdffdb0bf2bf0ba379c7c6ab8ae7da7f53f0e85d3c6e9a7 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4-deactivate, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-09-10T18:28:05.902 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:05 smithi155 podman[53157]: 2024-09-10 18:28:05.543797246 +0000 UTC m=+0.418384093 container start cd9840152c94a442dbdffdb0bf2bf0ba379c7c6ab8ae7da7f53f0e85d3c6e9a7 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4-deactivate, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD) 2024-09-10T18:28:05.903 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:05 smithi155 podman[53157]: 2024-09-10 18:28:05.632304595 +0000 UTC m=+0.506891444 container attach cd9840152c94a442dbdffdb0bf2bf0ba379c7c6ab8ae7da7f53f0e85d3c6e9a7 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4-deactivate, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, io.buildah.version=1.37.2, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS) 2024-09-10T18:28:05.903 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:05 smithi155 podman[53157]: 2024-09-10 18:28:05.723145369 +0000 UTC m=+0.597732220 container died cd9840152c94a442dbdffdb0bf2bf0ba379c7c6ab8ae7da7f53f0e85d3c6e9a7 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-09-10T18:28:06.557 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:06 smithi155 ceph-mon[48620]: osdmap e95: 8 total, 7 up, 8 in 2024-09-10T18:28:06.557 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:06 smithi155 ceph-mon[48620]: pgmap v122: 129 pgs: 27 active+undersized, 9 peering, 7 stale+active+clean, 10 active+undersized+degraded, 76 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 32/432 objects degraded (7.407%) 2024-09-10T18:28:06.557 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:06 smithi155 podman[53179]: 2024-09-10 18:28:06.336071955 +0000 UTC m=+0.606934359 container remove cd9840152c94a442dbdffdb0bf2bf0ba379c7c6ab8ae7da7f53f0e85d3c6e9a7 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4-deactivate, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD) 2024-09-10T18:28:06.558 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:06 smithi155 systemd[1]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.4.service: Deactivated successfully. 2024-09-10T18:28:06.558 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:06 smithi155 systemd[1]: Stopped Ceph osd.4 for c77f8420-6f9f-11ef-bcea-c7b262605968. 2024-09-10T18:28:06.558 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:06 smithi155 systemd[1]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.4.service: Consumed 1min 33.860s CPU time. 2024-09-10T18:28:06.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:06 smithi086 ceph-mon[63435]: osdmap e95: 8 total, 7 up, 8 in 2024-09-10T18:28:06.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:06 smithi086 ceph-mon[63435]: pgmap v122: 129 pgs: 27 active+undersized, 9 peering, 7 stale+active+clean, 10 active+undersized+degraded, 76 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 32/432 objects degraded (7.407%) 2024-09-10T18:28:06.902 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:06 smithi155 systemd[1]: Starting Ceph osd.4 for c77f8420-6f9f-11ef-bcea-c7b262605968... 2024-09-10T18:28:06.902 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:06 smithi155 podman[53307]: 2024-09-10 18:28:06.668430003 +0000 UTC m=+0.015952743 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:28:06.902 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:06 smithi155 podman[53307]: 2024-09-10 18:28:06.791145147 +0000 UTC m=+0.138667890 container create 37a5eb755bf3c4833ae560d2a3c68b048aef4174b4eb26180b30144ce15f8df6 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4-activate, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux ) 2024-09-10T18:28:07.303 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:07 smithi155 podman[53307]: 2024-09-10 18:28:07.027633243 +0000 UTC m=+0.375155992 container init 37a5eb755bf3c4833ae560d2a3c68b048aef4174b4eb26180b30144ce15f8df6 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4-activate, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731) 2024-09-10T18:28:07.303 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:07 smithi155 podman[53307]: 2024-09-10 18:28:07.031242885 +0000 UTC m=+0.378765626 container start 37a5eb755bf3c4833ae560d2a3c68b048aef4174b4eb26180b30144ce15f8df6 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4-activate, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True) 2024-09-10T18:28:07.303 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:07 smithi155 podman[53307]: 2024-09-10 18:28:07.110412089 +0000 UTC m=+0.457934829 container attach 37a5eb755bf3c4833ae560d2a3c68b048aef4174b4eb26180b30144ce15f8df6 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4-activate, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2) 2024-09-10T18:28:07.639 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:07 smithi155 ceph-mon[48620]: Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-09-10T18:28:07.640 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:07 smithi155 ceph-mon[48620]: Health check failed: Degraded data redundancy: 32/432 objects degraded (7.407%), 10 pgs degraded (PG_DEGRADED) 2024-09-10T18:28:07.640 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4-activate[53322]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-10T18:28:07.640 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:07 smithi155 bash[53307]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-10T18:28:07.640 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4-activate[53322]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-4 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-09-10T18:28:07.640 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:07 smithi155 bash[53307]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-4 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-09-10T18:28:07.640 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4-activate[53322]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-10T18:28:07.640 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:07 smithi155 bash[53307]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-10T18:28:07.641 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4-activate[53322]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-10T18:28:07.641 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:07 smithi155 bash[53307]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-10T18:28:07.641 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4-activate[53322]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-09-10T18:28:07.641 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:07 smithi155 bash[53307]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-09-10T18:28:07.641 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4-activate[53322]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-10T18:28:07.641 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:07 smithi155 bash[53307]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-10T18:28:07.641 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4-activate[53322]: --> ceph-volume raw activate successful for osd ID: 4 2024-09-10T18:28:07.641 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:07 smithi155 bash[53307]: --> ceph-volume raw activate successful for osd ID: 4 2024-09-10T18:28:07.641 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:07 smithi155 podman[53307]: 2024-09-10 18:28:07.344820075 +0000 UTC m=+0.692342815 container died 37a5eb755bf3c4833ae560d2a3c68b048aef4174b4eb26180b30144ce15f8df6 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4-activate, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-09-10T18:28:07.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:07 smithi086 ceph-mon[63435]: Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-09-10T18:28:07.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:07 smithi086 ceph-mon[63435]: Health check failed: Degraded data redundancy: 32/432 objects degraded (7.407%), 10 pgs degraded (PG_DEGRADED) 2024-09-10T18:28:08.152 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:07 smithi155 podman[53450]: 2024-09-10 18:28:07.891229771 +0000 UTC m=+0.540511131 container remove 37a5eb755bf3c4833ae560d2a3c68b048aef4174b4eb26180b30144ce15f8df6 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4-activate, ceph=True, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T18:28:08.152 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:08 smithi155 podman[53509]: 2024-09-10 18:28:08.092044796 +0000 UTC m=+0.110155765 container create 9ded783e22edf57d327ce4b69facb825c7fe32026a36e09f1fd27347665591f7 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=) 2024-09-10T18:28:08.152 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:08 smithi155 podman[53509]: 2024-09-10 18:28:07.997971088 +0000 UTC m=+0.016082057 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:28:08.652 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:08 smithi155 podman[53509]: 2024-09-10 18:28:08.294788698 +0000 UTC m=+0.312899673 container init 9ded783e22edf57d327ce4b69facb825c7fe32026a36e09f1fd27347665591f7 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, ceph=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=) 2024-09-10T18:28:08.652 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:08 smithi155 podman[53509]: 2024-09-10 18:28:08.298018924 +0000 UTC m=+0.316129903 container start 9ded783e22edf57d327ce4b69facb825c7fe32026a36e09f1fd27347665591f7 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2) 2024-09-10T18:28:08.652 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:08 smithi155 ceph-osd[53528]: -- 172.21.15.155:0/3256945454 <== mon.1 v2:172.21.15.155:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x555e0655ed00 con 0x555e06530c00 2024-09-10T18:28:08.653 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:08 smithi155 bash[53509]: 9ded783e22edf57d327ce4b69facb825c7fe32026a36e09f1fd27347665591f7 2024-09-10T18:28:08.653 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:08 smithi155 systemd[1]: Started Ceph osd.4 for c77f8420-6f9f-11ef-bcea-c7b262605968. 2024-09-10T18:28:09.152 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4[53524]: 2024-09-10T18:28:08.845+0000 7fa1cd4fb440 -1 Falling back to public interface 2024-09-10T18:28:09.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:09 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:09.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:09 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:09.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:09 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:28:09.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:09 smithi086 ceph-mon[63435]: pgmap v123: 129 pgs: 35 active+undersized, 9 peering, 13 active+undersized+degraded, 72 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 35/432 objects degraded (8.102%) 2024-09-10T18:28:09.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:09 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:09.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:09 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:09.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:09 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:28:09.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:09 smithi155 ceph-mon[48620]: pgmap v123: 129 pgs: 35 active+undersized, 9 peering, 13 active+undersized+degraded, 72 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 35/432 objects degraded (8.102%) 2024-09-10T18:28:10.397 INFO:teuthology.orchestra.run.smithi086.stdout:true 2024-09-10T18:28:10.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:10 smithi086 ceph-mon[63435]: from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:28:10.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:10 smithi086 ceph-mon[63435]: pgmap v124: 129 pgs: 40 active+undersized, 17 active+undersized+degraded, 72 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 51/432 objects degraded (11.806%) 2024-09-10T18:28:10.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:10 smithi086 ceph-mon[63435]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-09-10T18:28:10.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:10 smithi155 ceph-mon[48620]: from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:28:10.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:10 smithi155 ceph-mon[48620]: pgmap v124: 129 pgs: 40 active+undersized, 17 active+undersized+degraded, 72 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 51/432 objects degraded (11.806%) 2024-09-10T18:28:10.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:10 smithi155 ceph-mon[48620]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-09-10T18:28:11.006 INFO:teuthology.orchestra.run.smithi086.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:28:11.006 INFO:teuthology.orchestra.run.smithi086.stdout:alertmanager.smithi086 smithi086 *:9093,9094 running (15m) 18s ago 16m 19.3M - 0.20.0 0881eb8f169f 6f4c7936f6b6 2024-09-10T18:28:11.006 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi086 smithi086 running (119s) 18s ago 16m 6899k - 17.2.7-1606-g5be57395 4c55dd409611 8c82d6e03a06 2024-09-10T18:28:11.006 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi155 smithi155 running (115s) 110s ago 16m 6899k - 17.2.7-1606-g5be57395 4c55dd409611 07aec365c37d 2024-09-10T18:28:11.006 INFO:teuthology.orchestra.run.smithi086.stdout:grafana.smithi086 smithi086 *:3000 running (15m) 18s ago 16m 35.5M - 6.7.4 557c83e11646 013c9bd31cbe 2024-09-10T18:28:11.007 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi086.wmhkxy smithi086 running (11m) 18s ago 11m 40.4M - 16.2.4 8d91d370c2b8 3f5e7a0d954a 2024-09-10T18:28:11.007 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi155.ddyadp smithi155 running (11m) 110s ago 11m 14.9M - 16.2.4 8d91d370c2b8 fed2aba1e81e 2024-09-10T18:28:11.007 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi086.qqqtpz smithi086 *:8443,9283 running (6m) 18s ago 18m 455M - 17.2.7-1606-g5be57395 4c55dd409611 40e989a592fb 2024-09-10T18:28:11.007 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi155.gxleeu smithi155 *:8443,9283 running (3m) 110s ago 16m 398M - 17.2.7-1606-g5be57395 4c55dd409611 2645dc364b4e 2024-09-10T18:28:11.007 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi086 smithi086 running (3m) 18s ago 18m 68.5M 2048M 17.2.7-1606-g5be57395 4c55dd409611 b00a3c0f9663 2024-09-10T18:28:11.007 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi155 smithi155 running (2m) 110s ago 16m 56.2M 2048M 17.2.7-1606-g5be57395 4c55dd409611 a70277e6c2c8 2024-09-10T18:28:11.007 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.0.0.smithi086.nvloft smithi086 *:2049 running (8m) 18s ago 8m 143M - 3.5 8d91d370c2b8 ac635a8973ea 2024-09-10T18:28:11.007 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.1.0.smithi155.xwyoxo smithi155 *:2049 running (8m) 110s ago 8m 90.1M - 3.5 8d91d370c2b8 5d4993e7f1ca 2024-09-10T18:28:11.007 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi086 smithi086 *:9100 running (16m) 18s ago 16m 17.2M - 0.18.1 e5a616e4b9cf ebcaa2fe985c 2024-09-10T18:28:11.007 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi155 smithi155 *:9100 running (15m) 110s ago 15m 17.2M - 0.18.1 e5a616e4b9cf 1811325b1f2a 2024-09-10T18:28:11.007 INFO:teuthology.orchestra.run.smithi086.stdout:osd.0 smithi086 running (92s) 18s ago 15m 127M 4096M 17.2.7-1606-g5be57395 4c55dd409611 08577c2b188c 2024-09-10T18:28:11.007 INFO:teuthology.orchestra.run.smithi086.stdout:osd.1 smithi086 running (70s) 18s ago 15m 107M 4096M 17.2.7-1606-g5be57395 4c55dd409611 ce19410da085 2024-09-10T18:28:11.008 INFO:teuthology.orchestra.run.smithi086.stdout:osd.2 smithi086 running (48s) 18s ago 14m 86.9M 4096M 17.2.7-1606-g5be57395 4c55dd409611 b015f30a58b2 2024-09-10T18:28:11.008 INFO:teuthology.orchestra.run.smithi086.stdout:osd.3 smithi086 running (25s) 18s ago 14m 11.6M 4096M 17.2.7-1606-g5be57395 4c55dd409611 fe10a9ba8223 2024-09-10T18:28:11.008 INFO:teuthology.orchestra.run.smithi086.stdout:osd.4 smithi155 starting - - - 4096M 2024-09-10T18:28:11.008 INFO:teuthology.orchestra.run.smithi086.stdout:osd.5 smithi155 running (13m) 110s ago 13m 430M 4096M 16.2.4 8d91d370c2b8 4278b8fdd427 2024-09-10T18:28:11.008 INFO:teuthology.orchestra.run.smithi086.stdout:osd.6 smithi155 running (13m) 110s ago 13m 362M 4096M 16.2.4 8d91d370c2b8 b1120f71f9ec 2024-09-10T18:28:11.008 INFO:teuthology.orchestra.run.smithi086.stdout:osd.7 smithi155 running (13m) 110s ago 13m 509M 4096M 16.2.4 8d91d370c2b8 63785fceaf50 2024-09-10T18:28:11.008 INFO:teuthology.orchestra.run.smithi086.stdout:prometheus.smithi086 smithi086 *:9095 error 18s ago 16m 44.4M - 2.18.1 de242295e225 b0d895b622f6 2024-09-10T18:28:11.376 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:28:11.376 INFO:teuthology.orchestra.run.smithi086.stdout: "mon": { 2024-09-10T18:28:11.376 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:28:11.376 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:28:11.376 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr": { 2024-09-10T18:28:11.376 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:28:11.377 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:28:11.377 INFO:teuthology.orchestra.run.smithi086.stdout: "osd": { 2024-09-10T18:28:11.377 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 3, 2024-09-10T18:28:11.377 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 4 2024-09-10T18:28:11.377 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:28:11.377 INFO:teuthology.orchestra.run.smithi086.stdout: "mds": { 2024-09-10T18:28:11.377 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:28:11.377 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:28:11.377 INFO:teuthology.orchestra.run.smithi086.stdout: "overall": { 2024-09-10T18:28:11.377 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 5, 2024-09-10T18:28:11.377 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 8 2024-09-10T18:28:11.377 INFO:teuthology.orchestra.run.smithi086.stdout: } 2024-09-10T18:28:11.377 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:28:11.688 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:28:11.688 INFO:teuthology.orchestra.run.smithi086.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T18:28:11.688 INFO:teuthology.orchestra.run.smithi086.stdout: "in_progress": true, 2024-09-10T18:28:11.688 INFO:teuthology.orchestra.run.smithi086.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T18:28:11.689 INFO:teuthology.orchestra.run.smithi086.stdout: "services_complete": [ 2024-09-10T18:28:11.689 INFO:teuthology.orchestra.run.smithi086.stdout: "mon", 2024-09-10T18:28:11.689 INFO:teuthology.orchestra.run.smithi086.stdout: "crash", 2024-09-10T18:28:11.689 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr" 2024-09-10T18:28:11.689 INFO:teuthology.orchestra.run.smithi086.stdout: ], 2024-09-10T18:28:11.689 INFO:teuthology.orchestra.run.smithi086.stdout: "progress": "10/23 daemons upgraded", 2024-09-10T18:28:11.689 INFO:teuthology.orchestra.run.smithi086.stdout: "message": "Currently upgrading osd daemons", 2024-09-10T18:28:11.689 INFO:teuthology.orchestra.run.smithi086.stdout: "is_paused": false 2024-09-10T18:28:11.689 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:28:11.689 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:11 smithi086 ceph-mon[63435]: from='client.34252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:28:11.689 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:11 smithi086 ceph-mon[63435]: from='client.34256 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:28:11.690 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:11 smithi086 ceph-mon[63435]: from='client.? 172.21.15.86:0/2921739140' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:28:11.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:11 smithi155 ceph-mon[48620]: from='client.34252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:28:11.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:11 smithi155 ceph-mon[48620]: from='client.34256 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:28:11.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:11 smithi155 ceph-mon[48620]: from='client.? 172.21.15.86:0/2921739140' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:28:13.652 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:13 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4[53524]: 2024-09-10T18:28:13.453+0000 7fa1cd4fb440 -1 osd.4 0 read_superblock omap replica is missing. 2024-09-10T18:28:13.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:13 smithi155 ceph-mon[48620]: from='client.34264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:28:13.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:13 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:13.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:13 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:13.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:13 smithi155 ceph-mon[48620]: pgmap v125: 129 pgs: 40 active+undersized, 17 active+undersized+degraded, 72 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 51/432 objects degraded (11.806%) 2024-09-10T18:28:13.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:13 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:13.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:13 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:13.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:13 smithi086 ceph-mon[63435]: from='client.34264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:28:13.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:13 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:13.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:13 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:13.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:13 smithi086 ceph-mon[63435]: pgmap v125: 129 pgs: 40 active+undersized, 17 active+undersized+degraded, 72 active+clean; 210 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 51/432 objects degraded (11.806%) 2024-09-10T18:28:13.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:13 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:13.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:13 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:14.394 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:13 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4[53524]: 2024-09-10T18:28:13.971+0000 7fa1cd4fb440 -1 osd.4 93 log_to_monitors true 2024-09-10T18:28:14.647 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:28:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4[53524]: 2024-09-10T18:28:14.418+0000 7fa1c3aa4640 -1 osd.4 93 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T18:28:14.648 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:14 smithi155 ceph-mon[48620]: from='osd.4 [v2:172.21.15.155:6800/3404331857,v1:172.21.15.155:6801/3404331857]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:28:14.648 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:14 smithi155 ceph-mon[48620]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:28:14.648 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:14 smithi155 ceph-mon[48620]: Health check update: Degraded data redundancy: 51/432 objects degraded (11.806%), 17 pgs degraded (PG_DEGRADED) 2024-09-10T18:28:14.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:14 smithi086 ceph-mon[63435]: from='osd.4 [v2:172.21.15.155:6800/3404331857,v1:172.21.15.155:6801/3404331857]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:28:14.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:14 smithi086 ceph-mon[63435]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:28:14.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:14 smithi086 ceph-mon[63435]: Health check update: Degraded data redundancy: 51/432 objects degraded (11.806%), 17 pgs degraded (PG_DEGRADED) 2024-09-10T18:28:15.707 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:15 smithi155 ceph-mon[48620]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T18:28:15.707 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:15 smithi155 ceph-mon[48620]: osdmap e96: 8 total, 7 up, 8 in 2024-09-10T18:28:15.707 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:15 smithi155 ceph-mon[48620]: from='osd.4 [v2:172.21.15.155:6800/3404331857,v1:172.21.15.155:6801/3404331857]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T18:28:15.707 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:15 smithi155 ceph-mon[48620]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T18:28:15.707 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:15 smithi155 ceph-mon[48620]: pgmap v127: 129 pgs: 40 active+undersized, 17 active+undersized+degraded, 72 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 228 B/s rd, 0 op/s; 51/432 objects degraded (11.806%) 2024-09-10T18:28:15.707 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:15 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:15.707 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:15 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:28:15.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:15 smithi086 ceph-mon[63435]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T18:28:15.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:15 smithi086 ceph-mon[63435]: osdmap e96: 8 total, 7 up, 8 in 2024-09-10T18:28:15.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:15 smithi086 ceph-mon[63435]: from='osd.4 [v2:172.21.15.155:6800/3404331857,v1:172.21.15.155:6801/3404331857]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T18:28:15.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:15 smithi086 ceph-mon[63435]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T18:28:15.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:15 smithi086 ceph-mon[63435]: pgmap v127: 129 pgs: 40 active+undersized, 17 active+undersized+degraded, 72 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 228 B/s rd, 0 op/s; 51/432 objects degraded (11.806%) 2024-09-10T18:28:15.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:15 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:15.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:15 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:28:16.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:16 smithi155 ceph-mon[48620]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:28:16.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:16 smithi155 ceph-mon[48620]: osd.4 [v2:172.21.15.155:6800/3404331857,v1:172.21.15.155:6801/3404331857] boot 2024-09-10T18:28:16.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:16 smithi155 ceph-mon[48620]: osdmap e97: 8 total, 8 up, 8 in 2024-09-10T18:28:16.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:16 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:28:16.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:16 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:16.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:16 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:16.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:16 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:28:16.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:16 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:28:16.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:16 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:16.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:16 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:16.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:16 smithi155 ceph-mon[48620]: osdmap e98: 8 total, 8 up, 8 in 2024-09-10T18:28:16.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:16 smithi086 ceph-mon[63435]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:28:16.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:16 smithi086 ceph-mon[63435]: osd.4 [v2:172.21.15.155:6800/3404331857,v1:172.21.15.155:6801/3404331857] boot 2024-09-10T18:28:16.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:16 smithi086 ceph-mon[63435]: osdmap e97: 8 total, 8 up, 8 in 2024-09-10T18:28:16.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:16 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:28:16.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:16 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:16.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:16 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:16.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:16 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:28:16.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:16 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:28:16.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:16 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:16.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:16 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:16.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:16 smithi086 ceph-mon[63435]: osdmap e98: 8 total, 8 up, 8 in 2024-09-10T18:28:17.771 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:17 smithi086 ceph-mon[63435]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:28:17.772 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:17 smithi086 ceph-mon[63435]: pgmap v129: 129 pgs: 27 peering, 21 active+undersized, 9 active+undersized+degraded, 72 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 22/432 objects degraded (5.093%) 2024-09-10T18:28:17.772 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:17 smithi086 ceph-mon[63435]: pgmap v130: 129 pgs: 27 peering, 21 active+undersized, 9 active+undersized+degraded, 72 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 22/432 objects degraded (5.093%) 2024-09-10T18:28:17.772 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:17 smithi086 ceph-mon[63435]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:28:17.772 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:17 smithi086 ceph-mon[63435]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:28:17.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:17 smithi155 ceph-mon[48620]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:28:17.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:17 smithi155 ceph-mon[48620]: pgmap v129: 129 pgs: 27 peering, 21 active+undersized, 9 active+undersized+degraded, 72 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 22/432 objects degraded (5.093%) 2024-09-10T18:28:17.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:17 smithi155 ceph-mon[48620]: pgmap v130: 129 pgs: 27 peering, 21 active+undersized, 9 active+undersized+degraded, 72 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 22/432 objects degraded (5.093%) 2024-09-10T18:28:17.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:17 smithi155 ceph-mon[48620]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:28:17.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:17 smithi155 ceph-mon[48620]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:28:19.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:19 smithi086 ceph-mon[63435]: pgmap v132: 129 pgs: 27 peering, 19 active+undersized, 8 active+undersized+degraded, 75 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 519 B/s rd, 0 op/s; 21/432 objects degraded (4.861%) 2024-09-10T18:28:19.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:19 smithi086 ceph-mon[63435]: Health check update: Degraded data redundancy: 21/432 objects degraded (4.861%), 8 pgs degraded (PG_DEGRADED) 2024-09-10T18:28:19.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:19 smithi155 ceph-mon[48620]: pgmap v132: 129 pgs: 27 peering, 19 active+undersized, 8 active+undersized+degraded, 75 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 519 B/s rd, 0 op/s; 21/432 objects degraded (4.861%) 2024-09-10T18:28:19.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:19 smithi155 ceph-mon[48620]: Health check update: Degraded data redundancy: 21/432 objects degraded (4.861%), 8 pgs degraded (PG_DEGRADED) 2024-09-10T18:28:20.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:20 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:28:20.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:20 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:28:20.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:20 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:28:20.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:20 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:28:20.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:20 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-10T18:28:20.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:20 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:28:20.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:20 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:28:20.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:20 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:28:20.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:20 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:28:20.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:20 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-10T18:28:21.804 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:21 smithi155 ceph-mon[48620]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:28:21.804 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:28:21.805 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:28:21.805 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:28:21.805 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:28:21.805 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:28:21.805 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:28:21.805 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:28:21.806 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:28:21.806 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:28:21.806 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:28:21.806 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:28:21.806 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:28:21.807 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:28:21.807 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:28:21.807 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:28:21.807 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:28:21.807 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:28:21.807 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:28:21.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:28:21.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:28:21.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:28:21.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:28:21.808 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:28:21.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:28:21.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.wait_async( 2024-09-10T18:28:21.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:28:21.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:28:21.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:28:21.809 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return future.result(timeout) 2024-09-10T18:28:21.810 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:28:21.810 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.__get_result() 2024-09-10T18:28:21.810 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:28:21.810 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise self._exception 2024-09-10T18:28:21.810 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:28:21.811 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:28:21.811 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:28:21.811 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise OrchestratorError( 2024-09-10T18:28:21.811 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:28:21.811 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:28:21.811 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:28:21.812 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:28:21.812 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:28:21.812 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:28:21.812 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:28:21.812 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:28:21.813 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:28:21.813 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:28:21.813 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:28:21.813 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:28:21.814 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:28:21.814 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:28:21.814 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:28:21.814 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:28:21.814 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:28:21.814 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:28:21.815 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:28:21.815 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:28:21.815 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:28:21.815 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:21 smithi155 ceph-mon[48620]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-10T18:28:21.815 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:21 smithi155 ceph-mon[48620]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2024-09-10T18:28:21.816 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:21 smithi155 ceph-mon[48620]: pgmap v133: 129 pgs: 27 peering, 102 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 350 B/s rd, 0 op/s 2024-09-10T18:28:21.816 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:21 smithi155 ceph-mon[48620]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 21/432 objects degraded (4.861%), 8 pgs degraded) 2024-09-10T18:28:21.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:21 smithi086 ceph-mon[63435]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:28:21.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:28:21.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:28:21.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:28:21.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:28:21.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:28:21.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:28:21.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:28:21.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:28:21.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:28:21.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:28:21.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:28:21.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:28:21.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:28:21.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:28:21.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:28:21.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:28:21.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:28:21.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:28:21.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:28:21.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:28:21.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:28:21.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:28:21.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:28:21.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:28:21.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.wait_async( 2024-09-10T18:28:21.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:28:21.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:28:21.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:28:21.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return future.result(timeout) 2024-09-10T18:28:21.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:28:21.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.__get_result() 2024-09-10T18:28:21.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:28:21.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise self._exception 2024-09-10T18:28:21.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:28:21.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:28:21.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:28:21.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise OrchestratorError( 2024-09-10T18:28:21.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:28:21.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:28:21.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:28:21.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:28:21.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:28:21.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:28:21.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:28:21.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:28:21.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:28:21.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:28:21.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:28:21.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:28:21.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:28:21.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:28:21.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:28:21.849 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:28:21.849 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:28:21.849 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:28:21.849 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:28:21.849 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:28:21.849 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:28:21.849 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:21 smithi086 ceph-mon[63435]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-10T18:28:21.849 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:21 smithi086 ceph-mon[63435]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2024-09-10T18:28:21.849 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:21 smithi086 ceph-mon[63435]: pgmap v133: 129 pgs: 27 peering, 102 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 350 B/s rd, 0 op/s 2024-09-10T18:28:21.849 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:21 smithi086 ceph-mon[63435]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 21/432 objects degraded (4.861%), 8 pgs degraded) 2024-09-10T18:28:23.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:23 smithi086 ceph-mon[63435]: pgmap v134: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 295 B/s rd, 0 op/s 2024-09-10T18:28:23.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:23 smithi155 ceph-mon[48620]: pgmap v134: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 295 B/s rd, 0 op/s 2024-09-10T18:28:25.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:25 smithi086 ceph-mon[63435]: pgmap v135: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-10T18:28:25.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:25 smithi155 ceph-mon[48620]: pgmap v135: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-10T18:28:27.839 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:27 smithi086 ceph-mon[63435]: pgmap v136: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-10T18:28:27.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:27 smithi155 ceph-mon[48620]: pgmap v136: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-10T18:28:29.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:29 smithi086 ceph-mon[63435]: pgmap v137: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 342 B/s rd, 0 op/s 2024-09-10T18:28:29.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:29 smithi155 ceph-mon[48620]: pgmap v137: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 342 B/s rd, 0 op/s 2024-09-10T18:28:31.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:31.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:28:31.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:31.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:30 smithi155 ceph-mon[48620]: pgmap v138: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:28:31.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:31.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:28:31.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:31.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:30 smithi086 ceph-mon[63435]: pgmap v138: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:28:33.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:33 smithi155 ceph-mon[48620]: pgmap v139: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:28:33.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:33 smithi086 ceph-mon[63435]: pgmap v139: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:28:35.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:35 smithi155 ceph-mon[48620]: pgmap v140: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:28:35.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:35 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-10T18:28:35.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:35 smithi086 ceph-mon[63435]: pgmap v140: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:28:35.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:35 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-10T18:28:36.621 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:36 smithi155 ceph-mon[48620]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-10T18:28:36.621 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:36 smithi155 ceph-mon[48620]: Upgrade: osd.5 is safe to restart 2024-09-10T18:28:36.621 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:36 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:36.621 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:36 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T18:28:36.621 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:36 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:28:36.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:36 smithi086 ceph-mon[63435]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-10T18:28:36.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:36 smithi086 ceph-mon[63435]: Upgrade: osd.5 is safe to restart 2024-09-10T18:28:36.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:36 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:36.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:36 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T18:28:36.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:36 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:28:37.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:37 smithi155 ceph-mon[48620]: Upgrade: Updating osd.5 2024-09-10T18:28:37.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:37 smithi155 ceph-mon[48620]: Deploying daemon osd.5 on smithi155 2024-09-10T18:28:37.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:37 smithi155 ceph-mon[48620]: pgmap v141: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:28:37.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:37 smithi086 ceph-mon[63435]: Upgrade: Updating osd.5 2024-09-10T18:28:37.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:37 smithi086 ceph-mon[63435]: Deploying daemon osd.5 on smithi155 2024-09-10T18:28:37.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:37 smithi086 ceph-mon[63435]: pgmap v141: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:28:39.152 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:38 smithi155 systemd[1]: Stopping Ceph osd.5 for c77f8420-6f9f-11ef-bcea-c7b262605968... 2024-09-10T18:28:39.152 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:39 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.5[31975]: debug 2024-09-10T18:28:39.041+0000 7f3908f6c700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-10T18:28:39.152 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:39 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.5[31975]: debug 2024-09-10T18:28:39.041+0000 7f3908f6c700 -1 osd.5 98 *** Got signal Terminated *** 2024-09-10T18:28:39.153 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:39 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.5[31975]: debug 2024-09-10T18:28:39.041+0000 7f3908f6c700 -1 osd.5 98 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T18:28:39.410 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:39 smithi155 podman[55391]: 2024-09-10 18:28:39.155489713 +0000 UTC m=+0.219904036 container died 4278b8fdd4277834771882b6e5eadf90600ce32ecea39ed0d8bcd23f14f8234c (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.5, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=HEAD, CEPH_POINT_RELEASE=-16.2.4) 2024-09-10T18:28:39.787 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:39 smithi155 podman[55391]: 2024-09-10 18:28:39.535133549 +0000 UTC m=+0.599547873 container cleanup 4278b8fdd4277834771882b6e5eadf90600ce32ecea39ed0d8bcd23f14f8234c (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.5, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, ceph=True, CEPH_POINT_RELEASE=-16.2.4, GIT_BRANCH=HEAD) 2024-09-10T18:28:39.787 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:39 smithi155 bash[55391]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.5 2024-09-10T18:28:39.788 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:39 smithi155 ceph-mon[48620]: pgmap v142: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:28:39.788 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:39 smithi155 ceph-mon[48620]: osd.5 reported immediately failed by osd.6 2024-09-10T18:28:39.788 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:39 smithi155 ceph-mon[48620]: osd.5 failed (root=default,host=smithi155) (connection refused reported by osd.6) 2024-09-10T18:28:39.788 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:39 smithi155 ceph-mon[48620]: osd.5 reported immediately failed by osd.6 2024-09-10T18:28:39.788 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:39 smithi155 ceph-mon[48620]: osd.5 reported immediately failed by osd.7 2024-09-10T18:28:39.788 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:39 smithi155 ceph-mon[48620]: osd.5 reported immediately failed by osd.0 2024-09-10T18:28:39.788 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:39 smithi155 ceph-mon[48620]: osd.5 reported immediately failed by osd.1 2024-09-10T18:28:39.788 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:39 smithi155 ceph-mon[48620]: osd.5 reported immediately failed by osd.2 2024-09-10T18:28:39.788 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:39 smithi155 ceph-mon[48620]: osd.5 reported immediately failed by osd.3 2024-09-10T18:28:39.789 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:39 smithi155 ceph-mon[48620]: osd.5 reported immediately failed by osd.4 2024-09-10T18:28:39.789 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:39 smithi155 ceph-mon[48620]: osd.5 reported immediately failed by osd.7 2024-09-10T18:28:39.789 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:39 smithi155 ceph-mon[48620]: osd.5 reported immediately failed by osd.0 2024-09-10T18:28:39.789 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:39 smithi155 ceph-mon[48620]: osd.5 reported immediately failed by osd.1 2024-09-10T18:28:39.789 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:39 smithi155 ceph-mon[48620]: osd.5 reported immediately failed by osd.2 2024-09-10T18:28:39.789 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:39 smithi155 ceph-mon[48620]: osd.5 reported immediately failed by osd.3 2024-09-10T18:28:39.789 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:39 smithi155 ceph-mon[48620]: osd.5 reported immediately failed by osd.4 2024-09-10T18:28:39.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:39 smithi086 ceph-mon[63435]: pgmap v142: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:28:39.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:39 smithi086 ceph-mon[63435]: osd.5 reported immediately failed by osd.6 2024-09-10T18:28:39.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:39 smithi086 ceph-mon[63435]: osd.5 failed (root=default,host=smithi155) (connection refused reported by osd.6) 2024-09-10T18:28:39.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:39 smithi086 ceph-mon[63435]: osd.5 reported immediately failed by osd.6 2024-09-10T18:28:39.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:39 smithi086 ceph-mon[63435]: osd.5 reported immediately failed by osd.7 2024-09-10T18:28:39.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:39 smithi086 ceph-mon[63435]: osd.5 reported immediately failed by osd.0 2024-09-10T18:28:39.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:39 smithi086 ceph-mon[63435]: osd.5 reported immediately failed by osd.1 2024-09-10T18:28:39.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:39 smithi086 ceph-mon[63435]: osd.5 reported immediately failed by osd.2 2024-09-10T18:28:39.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:39 smithi086 ceph-mon[63435]: osd.5 reported immediately failed by osd.3 2024-09-10T18:28:39.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:39 smithi086 ceph-mon[63435]: osd.5 reported immediately failed by osd.4 2024-09-10T18:28:39.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:39 smithi086 ceph-mon[63435]: osd.5 reported immediately failed by osd.7 2024-09-10T18:28:39.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:39 smithi086 ceph-mon[63435]: osd.5 reported immediately failed by osd.0 2024-09-10T18:28:39.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:39 smithi086 ceph-mon[63435]: osd.5 reported immediately failed by osd.1 2024-09-10T18:28:39.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:39 smithi086 ceph-mon[63435]: osd.5 reported immediately failed by osd.2 2024-09-10T18:28:39.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:39 smithi086 ceph-mon[63435]: osd.5 reported immediately failed by osd.3 2024-09-10T18:28:39.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:39 smithi086 ceph-mon[63435]: osd.5 reported immediately failed by osd.4 2024-09-10T18:28:40.123 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:39 smithi155 podman[55405]: 2024-09-10 18:28:39.786253168 +0000 UTC m=+0.629779467 container remove 4278b8fdd4277834771882b6e5eadf90600ce32ecea39ed0d8bcd23f14f8234c (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.5, org.label-schema.build-date=20201204, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=HEAD, maintainer=Dimitri Savineau , GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-16.2.4) 2024-09-10T18:28:40.382 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:40 smithi155 podman[55519]: 2024-09-10 18:28:40.178383081 +0000 UTC m=+0.015898967 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:28:40.382 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:40 smithi155 podman[55519]: 2024-09-10 18:28:40.279236626 +0000 UTC m=+0.116752496 container create 501721fc2bf82de472b23d167c98ce415b12b517ad5c41fc25d427b8b08b5ce7 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5-deactivate, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-09-10T18:28:40.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:40 smithi155 ceph-mon[48620]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:28:40.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:40 smithi155 ceph-mon[48620]: osdmap e99: 8 total, 7 up, 8 in 2024-09-10T18:28:40.652 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:40 smithi155 podman[55519]: 2024-09-10 18:28:40.507131261 +0000 UTC m=+0.344647132 container init 501721fc2bf82de472b23d167c98ce415b12b517ad5c41fc25d427b8b08b5ce7 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5-deactivate, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux ) 2024-09-10T18:28:40.653 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:40 smithi155 podman[55519]: 2024-09-10 18:28:40.510627279 +0000 UTC m=+0.348143151 container start 501721fc2bf82de472b23d167c98ce415b12b517ad5c41fc25d427b8b08b5ce7 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5-deactivate, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T18:28:40.653 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:40 smithi155 podman[55519]: 2024-09-10 18:28:40.590187329 +0000 UTC m=+0.427703210 container attach 501721fc2bf82de472b23d167c98ce415b12b517ad5c41fc25d427b8b08b5ce7 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5-deactivate, GIT_CLEAN=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739) 2024-09-10T18:28:40.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:40 smithi086 ceph-mon[63435]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:28:40.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:40 smithi086 ceph-mon[63435]: osdmap e99: 8 total, 7 up, 8 in 2024-09-10T18:28:41.028 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:40 smithi155 podman[55519]: 2024-09-10 18:28:40.683453086 +0000 UTC m=+0.520968971 container died 501721fc2bf82de472b23d167c98ce415b12b517ad5c41fc25d427b8b08b5ce7 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5-deactivate, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-09-10T18:28:41.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:41 smithi155 ceph-mon[48620]: pgmap v144: 129 pgs: 12 peering, 13 stale+active+clean, 104 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-10T18:28:41.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:41 smithi155 ceph-mon[48620]: Health check failed: Reduced data availability: 2 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2024-09-10T18:28:41.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:41 smithi155 ceph-mon[48620]: osdmap e100: 8 total, 7 up, 8 in 2024-09-10T18:28:41.652 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:41 smithi155 podman[55542]: 2024-09-10 18:28:41.310677594 +0000 UTC m=+0.621298748 container remove 501721fc2bf82de472b23d167c98ce415b12b517ad5c41fc25d427b8b08b5ce7 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5-deactivate, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T18:28:41.652 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:41 smithi155 systemd[1]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.5.service: Deactivated successfully. 2024-09-10T18:28:41.652 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:41 smithi155 systemd[1]: Stopped Ceph osd.5 for c77f8420-6f9f-11ef-bcea-c7b262605968. 2024-09-10T18:28:41.653 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:41 smithi155 systemd[1]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.5.service: Consumed 1min 42.261s CPU time. 2024-09-10T18:28:41.653 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:41 smithi155 systemd[1]: Starting Ceph osd.5 for c77f8420-6f9f-11ef-bcea-c7b262605968... 2024-09-10T18:28:41.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:41 smithi086 ceph-mon[63435]: pgmap v144: 129 pgs: 12 peering, 13 stale+active+clean, 104 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-10T18:28:41.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:41 smithi086 ceph-mon[63435]: Health check failed: Reduced data availability: 2 pgs inactive, 5 pgs peering (PG_AVAILABILITY) 2024-09-10T18:28:41.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:41 smithi086 ceph-mon[63435]: osdmap e100: 8 total, 7 up, 8 in 2024-09-10T18:28:42.030 INFO:teuthology.orchestra.run.smithi086.stdout:true 2024-09-10T18:28:42.091 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:41 smithi155 podman[55644]: 2024-09-10 18:28:41.654277809 +0000 UTC m=+0.016292710 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:28:42.091 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:41 smithi155 podman[55644]: 2024-09-10 18:28:41.762181286 +0000 UTC m=+0.124196178 container create a49bd9d6dbbe2f795d6b5745a2604b5d07fb30f34daf888b18c13622d9e3747a (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True) 2024-09-10T18:28:42.091 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:41 smithi155 podman[55644]: 2024-09-10 18:28:41.989714147 +0000 UTC m=+0.351729045 container init a49bd9d6dbbe2f795d6b5745a2604b5d07fb30f34daf888b18c13622d9e3747a (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5-activate, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , ceph=True, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.schema-version=1.0) 2024-09-10T18:28:42.091 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:41 smithi155 podman[55644]: 2024-09-10 18:28:41.993322892 +0000 UTC m=+0.355337784 container start a49bd9d6dbbe2f795d6b5745a2604b5d07fb30f34daf888b18c13622d9e3747a (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5-activate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True) 2024-09-10T18:28:42.091 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:42 smithi155 podman[55644]: 2024-09-10 18:28:42.089757685 +0000 UTC m=+0.451772578 container attach a49bd9d6dbbe2f795d6b5745a2604b5d07fb30f34daf888b18c13622d9e3747a (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5-activate, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739) 2024-09-10T18:28:42.402 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:42 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5-activate[55659]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-10T18:28:42.402 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:42 smithi155 bash[55644]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-10T18:28:42.402 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:42 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5-activate[55659]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-5 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-09-10T18:28:42.402 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:42 smithi155 bash[55644]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-5 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-09-10T18:28:42.402 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:42 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5-activate[55659]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-10T18:28:42.402 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:42 smithi155 bash[55644]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-10T18:28:42.402 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:42 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5-activate[55659]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-10T18:28:42.402 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:42 smithi155 bash[55644]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-10T18:28:42.403 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:42 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5-activate[55659]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-10T18:28:42.403 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:42 smithi155 bash[55644]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-10T18:28:42.403 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:42 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5-activate[55659]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-10T18:28:42.403 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:42 smithi155 bash[55644]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-10T18:28:42.403 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:42 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5-activate[55659]: --> ceph-volume raw activate successful for osd ID: 5 2024-09-10T18:28:42.403 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:42 smithi155 bash[55644]: --> ceph-volume raw activate successful for osd ID: 5 2024-09-10T18:28:42.403 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:42 smithi155 podman[55644]: 2024-09-10 18:28:42.304836875 +0000 UTC m=+0.666851765 container died a49bd9d6dbbe2f795d6b5745a2604b5d07fb30f34daf888b18c13622d9e3747a (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5-activate, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, ceph=True, GIT_CLEAN=True) 2024-09-10T18:28:42.640 INFO:teuthology.orchestra.run.smithi086.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:28:42.640 INFO:teuthology.orchestra.run.smithi086.stdout:alertmanager.smithi086 smithi086 *:9093,9094 running (15m) 50s ago 17m 19.3M - 0.20.0 0881eb8f169f 6f4c7936f6b6 2024-09-10T18:28:42.640 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi086 smithi086 running (2m) 50s ago 17m 6899k - 17.2.7-1606-g5be57395 4c55dd409611 8c82d6e03a06 2024-09-10T18:28:42.640 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi155 smithi155 running (2m) 30s ago 16m 6899k - 17.2.7-1606-g5be57395 4c55dd409611 07aec365c37d 2024-09-10T18:28:42.640 INFO:teuthology.orchestra.run.smithi086.stdout:grafana.smithi086 smithi086 *:3000 running (15m) 50s ago 17m 35.5M - 6.7.4 557c83e11646 013c9bd31cbe 2024-09-10T18:28:42.640 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi086.wmhkxy smithi086 running (12m) 50s ago 12m 40.4M - 16.2.4 8d91d370c2b8 3f5e7a0d954a 2024-09-10T18:28:42.640 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi155.ddyadp smithi155 running (12m) 30s ago 12m 15.2M - 16.2.4 8d91d370c2b8 fed2aba1e81e 2024-09-10T18:28:42.640 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi086.qqqtpz smithi086 *:8443,9283 running (6m) 50s ago 18m 455M - 17.2.7-1606-g5be57395 4c55dd409611 40e989a592fb 2024-09-10T18:28:42.640 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi155.gxleeu smithi155 *:8443,9283 running (3m) 30s ago 16m 399M - 17.2.7-1606-g5be57395 4c55dd409611 2645dc364b4e 2024-09-10T18:28:42.641 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi086 smithi086 running (3m) 50s ago 18m 68.5M 2048M 17.2.7-1606-g5be57395 4c55dd409611 b00a3c0f9663 2024-09-10T18:28:42.641 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi155 smithi155 running (3m) 30s ago 16m 54.4M 2048M 17.2.7-1606-g5be57395 4c55dd409611 a70277e6c2c8 2024-09-10T18:28:42.641 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.0.0.smithi086.nvloft smithi086 *:2049 running (9m) 50s ago 9m 143M - 3.5 8d91d370c2b8 ac635a8973ea 2024-09-10T18:28:42.641 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.1.0.smithi155.xwyoxo smithi155 *:2049 running (9m) 30s ago 9m 90.5M - 3.5 8d91d370c2b8 5d4993e7f1ca 2024-09-10T18:28:42.641 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi086 smithi086 *:9100 running (17m) 50s ago 17m 17.2M - 0.18.1 e5a616e4b9cf ebcaa2fe985c 2024-09-10T18:28:42.641 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi155 smithi155 *:9100 running (16m) 30s ago 16m 17.2M - 0.18.1 e5a616e4b9cf 1811325b1f2a 2024-09-10T18:28:42.641 INFO:teuthology.orchestra.run.smithi086.stdout:osd.0 smithi086 running (2m) 50s ago 16m 127M 4096M 17.2.7-1606-g5be57395 4c55dd409611 08577c2b188c 2024-09-10T18:28:42.641 INFO:teuthology.orchestra.run.smithi086.stdout:osd.1 smithi086 running (102s) 50s ago 15m 107M 4096M 17.2.7-1606-g5be57395 4c55dd409611 ce19410da085 2024-09-10T18:28:42.641 INFO:teuthology.orchestra.run.smithi086.stdout:osd.2 smithi086 running (79s) 50s ago 15m 86.9M 4096M 17.2.7-1606-g5be57395 4c55dd409611 b015f30a58b2 2024-09-10T18:28:42.641 INFO:teuthology.orchestra.run.smithi086.stdout:osd.3 smithi086 running (57s) 50s ago 14m 11.6M 4096M 17.2.7-1606-g5be57395 4c55dd409611 fe10a9ba8223 2024-09-10T18:28:42.641 INFO:teuthology.orchestra.run.smithi086.stdout:osd.4 smithi155 running (34s) 30s ago 14m 12.5M 4096M 17.2.7-1606-g5be57395 4c55dd409611 9ded783e22ed 2024-09-10T18:28:42.641 INFO:teuthology.orchestra.run.smithi086.stdout:osd.5 smithi155 running (14m) 30s ago 14m 426M 4096M 16.2.4 8d91d370c2b8 4278b8fdd427 2024-09-10T18:28:42.642 INFO:teuthology.orchestra.run.smithi086.stdout:osd.6 smithi155 running (13m) 30s ago 13m 362M 4096M 16.2.4 8d91d370c2b8 b1120f71f9ec 2024-09-10T18:28:42.642 INFO:teuthology.orchestra.run.smithi086.stdout:osd.7 smithi155 running (13m) 30s ago 13m 507M 4096M 16.2.4 8d91d370c2b8 63785fceaf50 2024-09-10T18:28:42.642 INFO:teuthology.orchestra.run.smithi086.stdout:prometheus.smithi086 smithi086 *:9095 error 50s ago 16m 44.4M - 2.18.1 de242295e225 b0d895b622f6 2024-09-10T18:28:42.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:42 smithi086 ceph-mon[63435]: Health check failed: Degraded data redundancy: 43/432 objects degraded (9.954%), 9 pgs degraded (PG_DEGRADED) 2024-09-10T18:28:42.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:42 smithi155 ceph-mon[48620]: Health check failed: Degraded data redundancy: 43/432 objects degraded (9.954%), 9 pgs degraded (PG_DEGRADED) 2024-09-10T18:28:43.010 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:28:43.010 INFO:teuthology.orchestra.run.smithi086.stdout: "mon": { 2024-09-10T18:28:43.011 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:28:43.011 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:28:43.011 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr": { 2024-09-10T18:28:43.011 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:28:43.011 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:28:43.011 INFO:teuthology.orchestra.run.smithi086.stdout: "osd": { 2024-09-10T18:28:43.011 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2, 2024-09-10T18:28:43.011 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 5 2024-09-10T18:28:43.011 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:28:43.011 INFO:teuthology.orchestra.run.smithi086.stdout: "mds": { 2024-09-10T18:28:43.011 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:28:43.011 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:28:43.011 INFO:teuthology.orchestra.run.smithi086.stdout: "overall": { 2024-09-10T18:28:43.012 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4, 2024-09-10T18:28:43.012 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 9 2024-09-10T18:28:43.012 INFO:teuthology.orchestra.run.smithi086.stdout: } 2024-09-10T18:28:43.012 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:28:43.317 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:28:43.317 INFO:teuthology.orchestra.run.smithi086.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T18:28:43.317 INFO:teuthology.orchestra.run.smithi086.stdout: "in_progress": true, 2024-09-10T18:28:43.317 INFO:teuthology.orchestra.run.smithi086.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T18:28:43.317 INFO:teuthology.orchestra.run.smithi086.stdout: "services_complete": [ 2024-09-10T18:28:43.317 INFO:teuthology.orchestra.run.smithi086.stdout: "mon", 2024-09-10T18:28:43.317 INFO:teuthology.orchestra.run.smithi086.stdout: "crash", 2024-09-10T18:28:43.317 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr" 2024-09-10T18:28:43.318 INFO:teuthology.orchestra.run.smithi086.stdout: ], 2024-09-10T18:28:43.318 INFO:teuthology.orchestra.run.smithi086.stdout: "progress": "11/23 daemons upgraded", 2024-09-10T18:28:43.318 INFO:teuthology.orchestra.run.smithi086.stdout: "message": "Currently upgrading osd daemons", 2024-09-10T18:28:43.318 INFO:teuthology.orchestra.run.smithi086.stdout: "is_paused": false 2024-09-10T18:28:43.318 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:28:43.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:43 smithi086 ceph-mon[63435]: from='client.34268 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:28:43.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:43 smithi086 ceph-mon[63435]: from='client.34272 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:28:43.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:43 smithi086 ceph-mon[63435]: pgmap v146: 129 pgs: 18 active+undersized, 12 peering, 1 stale+active+clean, 9 active+undersized+degraded, 89 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 43/432 objects degraded (9.954%) 2024-09-10T18:28:43.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:43 smithi086 ceph-mon[63435]: from='client.? 172.21.15.86:0/3321447825' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:28:43.649 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:43 smithi155 ceph-mon[48620]: from='client.34268 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:28:43.650 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:43 smithi155 ceph-mon[48620]: from='client.34272 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:28:43.650 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:43 smithi155 ceph-mon[48620]: pgmap v146: 129 pgs: 18 active+undersized, 12 peering, 1 stale+active+clean, 9 active+undersized+degraded, 89 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 43/432 objects degraded (9.954%) 2024-09-10T18:28:43.650 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:43 smithi155 ceph-mon[48620]: from='client.? 172.21.15.86:0/3321447825' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:28:43.650 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:43 smithi155 podman[55787]: 2024-09-10 18:28:43.3106878 +0000 UTC m=+1.000348819 container remove a49bd9d6dbbe2f795d6b5745a2604b5d07fb30f34daf888b18c13622d9e3747a (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5-activate, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0) 2024-09-10T18:28:43.650 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:43 smithi155 podman[55848]: 2024-09-10 18:28:43.426167657 +0000 UTC m=+0.015993799 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:28:43.650 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:43 smithi155 podman[55848]: 2024-09-10 18:28:43.541285156 +0000 UTC m=+0.131111332 container create 1bcf92b053081ca7c2807cde3c52d27883e356f720a4e3d59c2221c719ee5e29 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5, GIT_CLEAN=True, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T18:28:43.902 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:43 smithi155 podman[55848]: 2024-09-10 18:28:43.743982854 +0000 UTC m=+0.333808997 container init 1bcf92b053081ca7c2807cde3c52d27883e356f720a4e3d59c2221c719ee5e29 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-09-10T18:28:43.902 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:43 smithi155 podman[55848]: 2024-09-10 18:28:43.747135672 +0000 UTC m=+0.336961807 container start 1bcf92b053081ca7c2807cde3c52d27883e356f720a4e3d59c2221c719ee5e29 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T18:28:43.902 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:43 smithi155 ceph-osd[55868]: -- 172.21.15.155:0/2117769871 <== mon.1 v2:172.21.15.155:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x559a29166d00 con 0x559a29138c00 2024-09-10T18:28:43.902 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:43 smithi155 bash[55848]: 1bcf92b053081ca7c2807cde3c52d27883e356f720a4e3d59c2221c719ee5e29 2024-09-10T18:28:43.902 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:43 smithi155 systemd[1]: Started Ceph osd.5 for c77f8420-6f9f-11ef-bcea-c7b262605968. 2024-09-10T18:28:44.611 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:44 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5[55864]: 2024-09-10T18:28:44.288+0000 7f7f554ba440 -1 Falling back to public interface 2024-09-10T18:28:44.611 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:44 smithi155 ceph-mon[48620]: from='client.34276 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:28:44.611 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:44 smithi155 ceph-mon[48620]: from='client.34284 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:28:44.611 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:44 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:44.612 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:44 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:44.612 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:44 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:28:44.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:44 smithi086 ceph-mon[63435]: from='client.34276 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:28:44.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:44 smithi086 ceph-mon[63435]: from='client.34284 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:28:44.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:44 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:44.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:44 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:44.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:44 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:28:45.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:45 smithi155 ceph-mon[48620]: pgmap v147: 129 pgs: 22 active+undersized, 12 peering, 11 active+undersized+degraded, 84 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 46/432 objects degraded (10.648%) 2024-09-10T18:28:45.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:45 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:45.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:45 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:28:45.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:45 smithi086 ceph-mon[63435]: pgmap v147: 129 pgs: 22 active+undersized, 12 peering, 11 active+undersized+degraded, 84 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 46/432 objects degraded (10.648%) 2024-09-10T18:28:45.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:45 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:45.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:45 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:28:46.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:46 smithi086 ceph-mon[63435]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 5 pgs peering) 2024-09-10T18:28:46.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:46 smithi155 ceph-mon[48620]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 5 pgs peering) 2024-09-10T18:28:47.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:47 smithi086 ceph-mon[63435]: pgmap v148: 129 pgs: 32 active+undersized, 13 active+undersized+degraded, 84 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 51/432 objects degraded (11.806%) 2024-09-10T18:28:47.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:47 smithi155 ceph-mon[48620]: pgmap v148: 129 pgs: 32 active+undersized, 13 active+undersized+degraded, 84 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 51/432 objects degraded (11.806%) 2024-09-10T18:28:48.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:48 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:48.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:48 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:48.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:48 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:48.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:48 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:48.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:48 smithi086 ceph-mon[63435]: pgmap v149: 129 pgs: 32 active+undersized, 13 active+undersized+degraded, 84 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 229 B/s rd, 0 op/s; 51/432 objects degraded (11.806%) 2024-09-10T18:28:48.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:48 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:48.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:48 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:48.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:48 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:48.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:48 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:48.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:48 smithi155 ceph-mon[48620]: pgmap v149: 129 pgs: 32 active+undersized, 13 active+undersized+degraded, 84 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 229 B/s rd, 0 op/s; 51/432 objects degraded (11.806%) 2024-09-10T18:28:48.903 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:48 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5[55864]: 2024-09-10T18:28:48.547+0000 7f7f554ba440 -1 osd.5 0 read_superblock omap replica is missing. 2024-09-10T18:28:49.402 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5[55864]: 2024-09-10T18:28:49.029+0000 7f7f554ba440 -1 osd.5 98 log_to_monitors true 2024-09-10T18:28:49.843 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:28:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5[55864]: 2024-09-10T18:28:49.572+0000 7f7f4b262640 -1 osd.5 98 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T18:28:49.843 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:49 smithi155 ceph-mon[48620]: from='osd.5 [v2:172.21.15.155:6808/2578437046,v1:172.21.15.155:6809/2578437046]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:28:49.843 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:49 smithi155 ceph-mon[48620]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:28:49.844 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:49 smithi155 ceph-mon[48620]: Health check update: Degraded data redundancy: 51/432 objects degraded (11.806%), 13 pgs degraded (PG_DEGRADED) 2024-09-10T18:28:49.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:49 smithi086 ceph-mon[63435]: from='osd.5 [v2:172.21.15.155:6808/2578437046,v1:172.21.15.155:6809/2578437046]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:28:49.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:49 smithi086 ceph-mon[63435]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:28:49.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:49 smithi086 ceph-mon[63435]: Health check update: Degraded data redundancy: 51/432 objects degraded (11.806%), 13 pgs degraded (PG_DEGRADED) 2024-09-10T18:28:50.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:50 smithi086 ceph-mon[63435]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T18:28:50.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:50 smithi086 ceph-mon[63435]: osdmap e101: 8 total, 7 up, 8 in 2024-09-10T18:28:50.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:50 smithi086 ceph-mon[63435]: from='osd.5 [v2:172.21.15.155:6808/2578437046,v1:172.21.15.155:6809/2578437046]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T18:28:50.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:50 smithi086 ceph-mon[63435]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T18:28:50.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:50 smithi086 ceph-mon[63435]: pgmap v151: 129 pgs: 32 active+undersized, 13 active+undersized+degraded, 84 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 206 B/s rd, 0 op/s; 51/432 objects degraded (11.806%) 2024-09-10T18:28:50.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:50 smithi155 ceph-mon[48620]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T18:28:50.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:50 smithi155 ceph-mon[48620]: osdmap e101: 8 total, 7 up, 8 in 2024-09-10T18:28:50.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:50 smithi155 ceph-mon[48620]: from='osd.5 [v2:172.21.15.155:6808/2578437046,v1:172.21.15.155:6809/2578437046]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T18:28:50.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:50 smithi155 ceph-mon[48620]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T18:28:50.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:50 smithi155 ceph-mon[48620]: pgmap v151: 129 pgs: 32 active+undersized, 13 active+undersized+degraded, 84 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 206 B/s rd, 0 op/s; 51/432 objects degraded (11.806%) 2024-09-10T18:28:51.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:51 smithi086 ceph-mon[63435]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:28:51.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:51 smithi086 ceph-mon[63435]: osd.5 [v2:172.21.15.155:6808/2578437046,v1:172.21.15.155:6809/2578437046] boot 2024-09-10T18:28:51.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:51 smithi086 ceph-mon[63435]: osdmap e102: 8 total, 8 up, 8 in 2024-09-10T18:28:51.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:51 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:28:51.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:51 smithi155 ceph-mon[48620]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:28:51.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:51 smithi155 ceph-mon[48620]: osd.5 [v2:172.21.15.155:6808/2578437046,v1:172.21.15.155:6809/2578437046] boot 2024-09-10T18:28:51.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:51 smithi155 ceph-mon[48620]: osdmap e102: 8 total, 8 up, 8 in 2024-09-10T18:28:51.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:51 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:28:52.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:52 smithi086 ceph-mon[63435]: osdmap e103: 8 total, 8 up, 8 in 2024-09-10T18:28:52.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:52 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:52.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:52 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:52.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:52 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:28:52.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:52 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:28:52.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:52 smithi086 ceph-mon[63435]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:28:52.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:52 smithi086 ceph-mon[63435]: pgmap v154: 129 pgs: 13 peering, 24 active+undersized, 8 active+undersized+degraded, 84 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 390 B/s rd, 0 op/s; 28/432 objects degraded (6.481%) 2024-09-10T18:28:52.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:52 smithi086 ceph-mon[63435]: pgmap v155: 129 pgs: 13 peering, 24 active+undersized, 8 active+undersized+degraded, 84 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 28/432 objects degraded (6.481%) 2024-09-10T18:28:52.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:52 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:52.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:52 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:52.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:52 smithi086 ceph-mon[63435]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:28:52.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:52 smithi086 ceph-mon[63435]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:28:52.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:52 smithi155 ceph-mon[48620]: osdmap e103: 8 total, 8 up, 8 in 2024-09-10T18:28:52.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:52 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:52.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:52 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:52.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:52 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:28:52.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:52 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:28:52.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:52 smithi155 ceph-mon[48620]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:28:52.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:52 smithi155 ceph-mon[48620]: pgmap v154: 129 pgs: 13 peering, 24 active+undersized, 8 active+undersized+degraded, 84 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 390 B/s rd, 0 op/s; 28/432 objects degraded (6.481%) 2024-09-10T18:28:52.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:52 smithi155 ceph-mon[48620]: pgmap v155: 129 pgs: 13 peering, 24 active+undersized, 8 active+undersized+degraded, 84 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 28/432 objects degraded (6.481%) 2024-09-10T18:28:52.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:52 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:52.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:52 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:28:52.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:52 smithi155 ceph-mon[48620]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:28:52.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:52 smithi155 ceph-mon[48620]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:28:54.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:54 smithi155 ceph-mon[48620]: pgmap v156: 129 pgs: 13 peering, 19 active+undersized, 6 active+undersized+degraded, 91 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 19/432 objects degraded (4.398%) 2024-09-10T18:28:54.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:54 smithi155 ceph-mon[48620]: Health check update: Degraded data redundancy: 19/432 objects degraded (4.398%), 6 pgs degraded (PG_DEGRADED) 2024-09-10T18:28:55.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:54 smithi086 ceph-mon[63435]: pgmap v156: 129 pgs: 13 peering, 19 active+undersized, 6 active+undersized+degraded, 91 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 19/432 objects degraded (4.398%) 2024-09-10T18:28:55.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:54 smithi086 ceph-mon[63435]: Health check update: Degraded data redundancy: 19/432 objects degraded (4.398%), 6 pgs degraded (PG_DEGRADED) 2024-09-10T18:28:56.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:55 smithi086 ceph-mon[63435]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:28:56.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:28:56.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:28:56.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:28:56.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:28:56.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:28:56.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:28:56.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:28:56.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:28:56.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:28:56.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:28:56.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:28:56.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:28:56.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:28:56.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:28:56.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:28:56.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:28:56.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:28:56.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:28:56.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:28:56.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:28:56.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:28:56.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:28:56.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:28:56.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:28:56.097 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.wait_async( 2024-09-10T18:28:56.097 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:28:56.097 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:28:56.097 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:28:56.097 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return future.result(timeout) 2024-09-10T18:28:56.097 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:28:56.097 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.__get_result() 2024-09-10T18:28:56.097 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:28:56.097 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise self._exception 2024-09-10T18:28:56.097 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:28:56.097 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:28:56.097 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:28:56.097 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise OrchestratorError( 2024-09-10T18:28:56.097 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:28:56.098 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:28:56.098 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:28:56.098 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:28:56.098 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:28:56.098 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:28:56.098 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:28:56.098 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:28:56.098 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:28:56.098 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:28:56.098 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:28:56.098 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:28:56.098 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:28:56.098 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:28:56.098 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:28:56.099 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:28:56.099 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:28:56.099 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:28:56.099 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:28:56.099 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:28:56.099 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:28:56.099 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:55 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:28:56.099 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:55 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:28:56.099 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:55 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:28:56.099 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:55 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:28:56.099 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:55 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-10T18:28:56.099 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:55 smithi086 ceph-mon[63435]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-10T18:28:56.099 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:55 smithi086 ceph-mon[63435]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-09-10T18:28:56.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:55 smithi155 ceph-mon[48620]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:28:56.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:28:56.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:28:56.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:28:56.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:28:56.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:28:56.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:28:56.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:28:56.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:28:56.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:28:56.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:28:56.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:28:56.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:28:56.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:28:56.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:28:56.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:28:56.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:28:56.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:28:56.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:28:56.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:28:56.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:28:56.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:28:56.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:28:56.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:28:56.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:28:56.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.wait_async( 2024-09-10T18:28:56.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:28:56.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:28:56.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:28:56.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return future.result(timeout) 2024-09-10T18:28:56.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:28:56.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.__get_result() 2024-09-10T18:28:56.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:28:56.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise self._exception 2024-09-10T18:28:56.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:28:56.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:28:56.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:28:56.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise OrchestratorError( 2024-09-10T18:28:56.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:28:56.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:28:56.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:28:56.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:28:56.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:28:56.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:28:56.155 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:28:56.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:28:56.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:28:56.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:28:56.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:28:56.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:28:56.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:28:56.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:28:56.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:28:56.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:28:56.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:28:56.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:28:56.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:28:56.156 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:28:56.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:28:56.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:55 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:28:56.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:55 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:28:56.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:55 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:28:56.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:55 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:28:56.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:55 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-10T18:28:56.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:55 smithi155 ceph-mon[48620]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-10T18:28:56.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:55 smithi155 ceph-mon[48620]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-09-10T18:28:57.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:56 smithi086 ceph-mon[63435]: pgmap v157: 129 pgs: 13 peering, 116 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T18:28:57.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:56 smithi086 ceph-mon[63435]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 19/432 objects degraded (4.398%), 6 pgs degraded) 2024-09-10T18:28:57.151 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:56 smithi155 ceph-mon[48620]: pgmap v157: 129 pgs: 13 peering, 116 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail 2024-09-10T18:28:57.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:56 smithi155 ceph-mon[48620]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 19/432 objects degraded (4.398%), 6 pgs degraded) 2024-09-10T18:28:58.924 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:28:58 smithi086 ceph-mon[63435]: pgmap v158: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 290 B/s rd, 0 op/s 2024-09-10T18:28:59.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:28:58 smithi155 ceph-mon[48620]: pgmap v158: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 290 B/s rd, 0 op/s 2024-09-10T18:29:01.151 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:00 smithi155 ceph-mon[48620]: pgmap v159: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 254 B/s rd, 0 op/s 2024-09-10T18:29:01.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:00 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:01.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:00 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:29:01.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:00 smithi086 ceph-mon[63435]: pgmap v159: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 254 B/s rd, 0 op/s 2024-09-10T18:29:01.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:00 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:01.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:00 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:29:03.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:02 smithi086 ceph-mon[63435]: pgmap v160: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-10T18:29:03.350 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:02 smithi155 ceph-mon[48620]: pgmap v160: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-10T18:29:05.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:04 smithi086 ceph-mon[63435]: pgmap v161: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:29:05.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:04 smithi155 ceph-mon[48620]: pgmap v161: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:29:06.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:05 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:06.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:05 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:07.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:06 smithi086 ceph-mon[63435]: pgmap v162: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:29:07.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:06 smithi155 ceph-mon[48620]: pgmap v162: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:29:09.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:08 smithi086 ceph-mon[63435]: pgmap v163: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:29:09.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:08 smithi155 ceph-mon[48620]: pgmap v163: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:29:10.321 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:09 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-10T18:29:10.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:09 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-10T18:29:11.090 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:10 smithi155 ceph-mon[48620]: pgmap v164: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:29:11.090 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:10 smithi155 ceph-mon[48620]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-10T18:29:11.090 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:10 smithi155 ceph-mon[48620]: Upgrade: osd.6 is safe to restart 2024-09-10T18:29:11.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:10 smithi086 ceph-mon[63435]: pgmap v164: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:29:11.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:10 smithi086 ceph-mon[63435]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-10T18:29:11.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:10 smithi086 ceph-mon[63435]: Upgrade: osd.6 is safe to restart 2024-09-10T18:29:12.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:12 smithi155 ceph-mon[48620]: Upgrade: Updating osd.6 2024-09-10T18:29:12.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:12 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:12.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:12 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T18:29:12.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:12 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:29:12.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:12 smithi155 ceph-mon[48620]: Deploying daemon osd.6 on smithi155 2024-09-10T18:29:12.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:12 smithi086 ceph-mon[63435]: Upgrade: Updating osd.6 2024-09-10T18:29:12.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:12 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:12.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:12 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T18:29:12.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:12 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:29:12.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:12 smithi086 ceph-mon[63435]: Deploying daemon osd.6 on smithi155 2024-09-10T18:29:13.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:13 smithi155 ceph-mon[48620]: pgmap v165: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:29:13.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:13 smithi086 ceph-mon[63435]: pgmap v165: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:29:13.653 INFO:teuthology.orchestra.run.smithi086.stdout:true 2024-09-10T18:29:14.268 INFO:teuthology.orchestra.run.smithi086.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:29:14.268 INFO:teuthology.orchestra.run.smithi086.stdout:alertmanager.smithi086 smithi086 *:9093,9094 running (16m) 81s ago 18m 19.3M - 0.20.0 0881eb8f169f 6f4c7936f6b6 2024-09-10T18:29:14.268 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi086 smithi086 running (3m) 81s ago 17m 6899k - 17.2.7-1606-g5be57395 4c55dd409611 8c82d6e03a06 2024-09-10T18:29:14.268 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi155 smithi155 running (2m) 26s ago 17m 6899k - 17.2.7-1606-g5be57395 4c55dd409611 07aec365c37d 2024-09-10T18:29:14.268 INFO:teuthology.orchestra.run.smithi086.stdout:grafana.smithi086 smithi086 *:3000 running (16m) 81s ago 17m 35.5M - 6.7.4 557c83e11646 013c9bd31cbe 2024-09-10T18:29:14.268 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi086.wmhkxy smithi086 running (12m) 81s ago 12m 40.4M - 16.2.4 8d91d370c2b8 3f5e7a0d954a 2024-09-10T18:29:14.268 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi155.ddyadp smithi155 running (12m) 26s ago 12m 15.3M - 16.2.4 8d91d370c2b8 fed2aba1e81e 2024-09-10T18:29:14.269 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi086.qqqtpz smithi086 *:8443,9283 running (7m) 81s ago 19m 455M - 17.2.7-1606-g5be57395 4c55dd409611 40e989a592fb 2024-09-10T18:29:14.269 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi155.gxleeu smithi155 *:8443,9283 running (4m) 26s ago 17m 399M - 17.2.7-1606-g5be57395 4c55dd409611 2645dc364b4e 2024-09-10T18:29:14.269 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi086 smithi086 running (4m) 81s ago 19m 68.5M 2048M 17.2.7-1606-g5be57395 4c55dd409611 b00a3c0f9663 2024-09-10T18:29:14.269 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi155 smithi155 running (3m) 26s ago 17m 52.7M 2048M 17.2.7-1606-g5be57395 4c55dd409611 a70277e6c2c8 2024-09-10T18:29:14.269 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.0.0.smithi086.nvloft smithi086 *:2049 running (9m) 81s ago 9m 143M - 3.5 8d91d370c2b8 ac635a8973ea 2024-09-10T18:29:14.269 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.1.0.smithi155.xwyoxo smithi155 *:2049 running (9m) 26s ago 9m 90.6M - 3.5 8d91d370c2b8 5d4993e7f1ca 2024-09-10T18:29:14.269 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi086 smithi086 *:9100 running (17m) 81s ago 17m 17.2M - 0.18.1 e5a616e4b9cf ebcaa2fe985c 2024-09-10T18:29:14.269 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi155 smithi155 *:9100 running (16m) 26s ago 16m 17.2M - 0.18.1 e5a616e4b9cf 1811325b1f2a 2024-09-10T18:29:14.269 INFO:teuthology.orchestra.run.smithi086.stdout:osd.0 smithi086 running (2m) 81s ago 16m 127M 4096M 17.2.7-1606-g5be57395 4c55dd409611 08577c2b188c 2024-09-10T18:29:14.269 INFO:teuthology.orchestra.run.smithi086.stdout:osd.1 smithi086 running (2m) 81s ago 16m 107M 4096M 17.2.7-1606-g5be57395 4c55dd409611 ce19410da085 2024-09-10T18:29:14.269 INFO:teuthology.orchestra.run.smithi086.stdout:osd.2 smithi086 running (111s) 81s ago 15m 86.9M 4096M 17.2.7-1606-g5be57395 4c55dd409611 b015f30a58b2 2024-09-10T18:29:14.269 INFO:teuthology.orchestra.run.smithi086.stdout:osd.3 smithi086 running (88s) 81s ago 15m 11.6M 4096M 17.2.7-1606-g5be57395 4c55dd409611 fe10a9ba8223 2024-09-10T18:29:14.270 INFO:teuthology.orchestra.run.smithi086.stdout:osd.4 smithi155 running (66s) 26s ago 15m 129M 4096M 17.2.7-1606-g5be57395 4c55dd409611 9ded783e22ed 2024-09-10T18:29:14.270 INFO:teuthology.orchestra.run.smithi086.stdout:osd.5 smithi155 running (30s) 26s ago 14m 12.5M 4096M 17.2.7-1606-g5be57395 4c55dd409611 1bcf92b05308 2024-09-10T18:29:14.270 INFO:teuthology.orchestra.run.smithi086.stdout:osd.6 smithi155 running (14m) 26s ago 14m 361M 4096M 16.2.4 8d91d370c2b8 b1120f71f9ec 2024-09-10T18:29:14.270 INFO:teuthology.orchestra.run.smithi086.stdout:osd.7 smithi155 running (14m) 26s ago 14m 506M 4096M 16.2.4 8d91d370c2b8 63785fceaf50 2024-09-10T18:29:14.270 INFO:teuthology.orchestra.run.smithi086.stdout:prometheus.smithi086 smithi086 *:9095 error 81s ago 17m 44.4M - 2.18.1 de242295e225 b0d895b622f6 2024-09-10T18:29:14.297 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:13 smithi155 systemd[1]: Stopping Ceph osd.6 for c77f8420-6f9f-11ef-bcea-c7b262605968... 2024-09-10T18:29:14.297 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.6[34435]: debug 2024-09-10T18:29:14.051+0000 7f903e0fd700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-10T18:29:14.297 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.6[34435]: debug 2024-09-10T18:29:14.051+0000 7f903e0fd700 -1 osd.6 103 *** Got signal Terminated *** 2024-09-10T18:29:14.297 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.6[34435]: debug 2024-09-10T18:29:14.051+0000 7f903e0fd700 -1 osd.6 103 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T18:29:14.298 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:14 smithi155 podman[57748]: 2024-09-10 18:29:14.143637001 +0000 UTC m=+0.180126733 container died b1120f71f9ec30ca80a018612cf78c136ffd04788a16e2f9fe046446ccbfc070 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.6, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, RELEASE=HEAD, ceph=True, org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-16.2.4, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-09-10T18:29:14.642 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:29:14.642 INFO:teuthology.orchestra.run.smithi086.stdout: "mon": { 2024-09-10T18:29:14.642 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:29:14.642 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:29:14.642 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr": { 2024-09-10T18:29:14.642 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:29:14.643 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:29:14.643 INFO:teuthology.orchestra.run.smithi086.stdout: "osd": { 2024-09-10T18:29:14.643 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2, 2024-09-10T18:29:14.643 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 6 2024-09-10T18:29:14.643 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:29:14.643 INFO:teuthology.orchestra.run.smithi086.stdout: "mds": { 2024-09-10T18:29:14.643 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:29:14.643 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:29:14.643 INFO:teuthology.orchestra.run.smithi086.stdout: "overall": { 2024-09-10T18:29:14.643 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4, 2024-09-10T18:29:14.643 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 10 2024-09-10T18:29:14.643 INFO:teuthology.orchestra.run.smithi086.stdout: } 2024-09-10T18:29:14.643 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:29:14.651 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:14 smithi155 podman[57748]: 2024-09-10 18:29:14.526414282 +0000 UTC m=+0.562904014 container cleanup b1120f71f9ec30ca80a018612cf78c136ffd04788a16e2f9fe046446ccbfc070 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.6, RELEASE=HEAD, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-16.2.4, maintainer=Dimitri Savineau , org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e) 2024-09-10T18:29:14.652 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:14 smithi155 bash[57748]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.6 2024-09-10T18:29:14.959 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:29:14.959 INFO:teuthology.orchestra.run.smithi086.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T18:29:14.960 INFO:teuthology.orchestra.run.smithi086.stdout: "in_progress": true, 2024-09-10T18:29:14.960 INFO:teuthology.orchestra.run.smithi086.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T18:29:14.960 INFO:teuthology.orchestra.run.smithi086.stdout: "services_complete": [ 2024-09-10T18:29:14.960 INFO:teuthology.orchestra.run.smithi086.stdout: "mon", 2024-09-10T18:29:14.960 INFO:teuthology.orchestra.run.smithi086.stdout: "crash", 2024-09-10T18:29:14.960 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr" 2024-09-10T18:29:14.961 INFO:teuthology.orchestra.run.smithi086.stdout: ], 2024-09-10T18:29:14.961 INFO:teuthology.orchestra.run.smithi086.stdout: "progress": "12/23 daemons upgraded", 2024-09-10T18:29:14.961 INFO:teuthology.orchestra.run.smithi086.stdout: "message": "Currently upgrading osd daemons", 2024-09-10T18:29:14.961 INFO:teuthology.orchestra.run.smithi086.stdout: "is_paused": false 2024-09-10T18:29:14.961 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:29:15.127 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:14 smithi155 podman[57762]: 2024-09-10 18:29:14.788412114 +0000 UTC m=+0.646745411 container remove b1120f71f9ec30ca80a018612cf78c136ffd04788a16e2f9fe046446ccbfc070 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.6, CEPH_POINT_RELEASE=-16.2.4, GIT_CLEAN=True, RELEASE=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Base Image, ceph=True, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20201204) 2024-09-10T18:29:15.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: pgmap v166: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:29:15.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:29:15.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:29:15.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: from='client.34300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:29:15.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: osd.6 reported immediately failed by osd.3 2024-09-10T18:29:15.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: osd.6 failed (root=default,host=smithi155) (connection refused reported by osd.3) 2024-09-10T18:29:15.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: osd.6 reported immediately failed by osd.1 2024-09-10T18:29:15.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: osd.6 reported immediately failed by osd.2 2024-09-10T18:29:15.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: osd.6 reported immediately failed by osd.3 2024-09-10T18:29:15.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: osd.6 reported immediately failed by osd.0 2024-09-10T18:29:15.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: osd.6 reported immediately failed by osd.1 2024-09-10T18:29:15.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: osd.6 reported immediately failed by osd.2 2024-09-10T18:29:15.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: osd.6 reported immediately failed by osd.0 2024-09-10T18:29:15.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: osd.6 reported immediately failed by osd.7 2024-09-10T18:29:15.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: osd.6 reported immediately failed by osd.7 2024-09-10T18:29:15.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: osd.6 reported immediately failed by osd.4 2024-09-10T18:29:15.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: osd.6 reported immediately failed by osd.5 2024-09-10T18:29:15.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: osd.6 reported immediately failed by osd.4 2024-09-10T18:29:15.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: osd.6 reported immediately failed by osd.5 2024-09-10T18:29:15.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: osd.6 reported immediately failed by osd.1 2024-09-10T18:29:15.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: from='client.? 172.21.15.86:0/29508946' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:29:15.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: osd.6 reported immediately failed by osd.1 2024-09-10T18:29:15.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: osd.6 reported immediately failed by osd.2 2024-09-10T18:29:15.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: osd.6 reported immediately failed by osd.3 2024-09-10T18:29:15.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: osd.6 reported immediately failed by osd.0 2024-09-10T18:29:15.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: osd.6 reported immediately failed by osd.1 2024-09-10T18:29:15.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: osd.6 reported immediately failed by osd.2 2024-09-10T18:29:15.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: osd.6 reported immediately failed by osd.3 2024-09-10T18:29:15.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: osd.6 reported immediately failed by osd.7 2024-09-10T18:29:15.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: osd.6 reported immediately failed by osd.0 2024-09-10T18:29:15.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: osd.6 reported immediately failed by osd.1 2024-09-10T18:29:15.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: osd.6 reported immediately failed by osd.4 2024-09-10T18:29:15.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: osd.6 reported immediately failed by osd.7 2024-09-10T18:29:15.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: osd.6 reported immediately failed by osd.5 2024-09-10T18:29:15.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: osd.6 reported immediately failed by osd.5 2024-09-10T18:29:15.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: osd.6 reported immediately failed by osd.4 2024-09-10T18:29:15.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:29:15.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:15 smithi086 ceph-mon[63435]: osd.6 reported immediately failed by osd.1 2024-09-10T18:29:15.402 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:15 smithi155 podman[57867]: 2024-09-10 18:29:15.124994459 +0000 UTC m=+0.015914632 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:29:15.402 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:15 smithi155 podman[57867]: 2024-09-10 18:29:15.254270026 +0000 UTC m=+0.145190182 container create b271d3f91b966a2f25739afedcd8134f6558b085f57a637abed7d35e0d739bc4 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6-deactivate, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux ) 2024-09-10T18:29:15.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: pgmap v166: 129 pgs: 129 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:29:15.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:29:15.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:29:15.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: from='client.34300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:29:15.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: osd.6 reported immediately failed by osd.3 2024-09-10T18:29:15.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: osd.6 failed (root=default,host=smithi155) (connection refused reported by osd.3) 2024-09-10T18:29:15.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: osd.6 reported immediately failed by osd.1 2024-09-10T18:29:15.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: osd.6 reported immediately failed by osd.2 2024-09-10T18:29:15.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: osd.6 reported immediately failed by osd.3 2024-09-10T18:29:15.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: osd.6 reported immediately failed by osd.0 2024-09-10T18:29:15.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: osd.6 reported immediately failed by osd.1 2024-09-10T18:29:15.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: osd.6 reported immediately failed by osd.2 2024-09-10T18:29:15.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: osd.6 reported immediately failed by osd.0 2024-09-10T18:29:15.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: osd.6 reported immediately failed by osd.7 2024-09-10T18:29:15.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: osd.6 reported immediately failed by osd.7 2024-09-10T18:29:15.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: osd.6 reported immediately failed by osd.4 2024-09-10T18:29:15.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: osd.6 reported immediately failed by osd.5 2024-09-10T18:29:15.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: osd.6 reported immediately failed by osd.4 2024-09-10T18:29:15.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: osd.6 reported immediately failed by osd.5 2024-09-10T18:29:15.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: osd.6 reported immediately failed by osd.1 2024-09-10T18:29:15.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: from='client.? 172.21.15.86:0/29508946' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:29:15.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: osd.6 reported immediately failed by osd.1 2024-09-10T18:29:15.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: osd.6 reported immediately failed by osd.2 2024-09-10T18:29:15.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: osd.6 reported immediately failed by osd.3 2024-09-10T18:29:15.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: osd.6 reported immediately failed by osd.0 2024-09-10T18:29:15.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: osd.6 reported immediately failed by osd.1 2024-09-10T18:29:15.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: osd.6 reported immediately failed by osd.2 2024-09-10T18:29:15.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: osd.6 reported immediately failed by osd.3 2024-09-10T18:29:15.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: osd.6 reported immediately failed by osd.7 2024-09-10T18:29:15.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: osd.6 reported immediately failed by osd.0 2024-09-10T18:29:15.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: osd.6 reported immediately failed by osd.1 2024-09-10T18:29:15.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: osd.6 reported immediately failed by osd.4 2024-09-10T18:29:15.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: osd.6 reported immediately failed by osd.7 2024-09-10T18:29:15.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: osd.6 reported immediately failed by osd.5 2024-09-10T18:29:15.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: osd.6 reported immediately failed by osd.5 2024-09-10T18:29:15.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: osd.6 reported immediately failed by osd.4 2024-09-10T18:29:15.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:29:15.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:15 smithi155 ceph-mon[48620]: osd.6 reported immediately failed by osd.1 2024-09-10T18:29:15.843 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:15 smithi155 podman[57867]: 2024-09-10 18:29:15.657448144 +0000 UTC m=+0.548368310 container init b271d3f91b966a2f25739afedcd8134f6558b085f57a637abed7d35e0d739bc4 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6-deactivate, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2) 2024-09-10T18:29:15.843 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:15 smithi155 podman[57867]: 2024-09-10 18:29:15.66065564 +0000 UTC m=+0.551575796 container start b271d3f91b966a2f25739afedcd8134f6558b085f57a637abed7d35e0d739bc4 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2) 2024-09-10T18:29:15.843 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:15 smithi155 podman[57867]: 2024-09-10 18:29:15.732149913 +0000 UTC m=+0.623070076 container attach b271d3f91b966a2f25739afedcd8134f6558b085f57a637abed7d35e0d739bc4 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6-deactivate, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.build-date=20240731) 2024-09-10T18:29:16.129 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:15 smithi155 podman[57867]: 2024-09-10 18:29:15.841981866 +0000 UTC m=+0.732902033 container died b271d3f91b966a2f25739afedcd8134f6558b085f57a637abed7d35e0d739bc4 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6-deactivate, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD) 2024-09-10T18:29:16.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:16 smithi155 ceph-mon[48620]: from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:29:16.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:16 smithi155 ceph-mon[48620]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:29:16.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:16 smithi155 ceph-mon[48620]: osdmap e104: 8 total, 7 up, 8 in 2024-09-10T18:29:16.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:16 smithi086 ceph-mon[63435]: from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:29:16.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:16 smithi086 ceph-mon[63435]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:29:16.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:16 smithi086 ceph-mon[63435]: osdmap e104: 8 total, 7 up, 8 in 2024-09-10T18:29:16.902 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:16 smithi155 podman[57890]: 2024-09-10 18:29:16.503993939 +0000 UTC m=+0.655981936 container remove b271d3f91b966a2f25739afedcd8134f6558b085f57a637abed7d35e0d739bc4 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6-deactivate, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True) 2024-09-10T18:29:16.902 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:16 smithi155 systemd[1]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.6.service: Deactivated successfully. 2024-09-10T18:29:16.902 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:16 smithi155 systemd[1]: Stopped Ceph osd.6 for c77f8420-6f9f-11ef-bcea-c7b262605968. 2024-09-10T18:29:16.902 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:16 smithi155 systemd[1]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.6.service: Consumed 1min 24.466s CPU time. 2024-09-10T18:29:16.902 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:16 smithi155 systemd[1]: Starting Ceph osd.6 for c77f8420-6f9f-11ef-bcea-c7b262605968... 2024-09-10T18:29:17.250 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:17 smithi155 ceph-mon[48620]: pgmap v168: 129 pgs: 13 stale+active+clean, 116 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-10T18:29:17.250 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:17 smithi155 ceph-mon[48620]: osdmap e105: 8 total, 7 up, 8 in 2024-09-10T18:29:17.251 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:16 smithi155 podman[57990]: 2024-09-10 18:29:16.839733748 +0000 UTC m=+0.016072807 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:29:17.251 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:16 smithi155 podman[57990]: 2024-09-10 18:29:16.963544839 +0000 UTC m=+0.139883887 container create 60920cd8e75567e2813a3b671efd0677ffff78689f19f191917b2349766a13da (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6-activate, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.37.2) 2024-09-10T18:29:17.251 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:17 smithi155 podman[57990]: 2024-09-10 18:29:17.174439247 +0000 UTC m=+0.350778293 container init 60920cd8e75567e2813a3b671efd0677ffff78689f19f191917b2349766a13da (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6-activate, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T18:29:17.251 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:17 smithi155 podman[57990]: 2024-09-10 18:29:17.177926929 +0000 UTC m=+0.354265982 container start 60920cd8e75567e2813a3b671efd0677ffff78689f19f191917b2349766a13da (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6-activate, ceph=True, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T18:29:17.251 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:17 smithi155 podman[57990]: 2024-09-10 18:29:17.249322787 +0000 UTC m=+0.425661849 container attach 60920cd8e75567e2813a3b671efd0677ffff78689f19f191917b2349766a13da (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6-activate, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, CEPH_POINT_RELEASE=, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD) 2024-09-10T18:29:17.496 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:17 smithi086 ceph-mon[63435]: pgmap v168: 129 pgs: 13 stale+active+clean, 116 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-10T18:29:17.496 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:17 smithi086 ceph-mon[63435]: osdmap e105: 8 total, 7 up, 8 in 2024-09-10T18:29:17.652 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6-activate[58005]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-10T18:29:17.652 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:17 smithi155 bash[57990]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-10T18:29:17.652 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6-activate[58005]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-6 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-09-10T18:29:17.653 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:17 smithi155 bash[57990]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-6 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-09-10T18:29:17.653 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6-activate[58005]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-10T18:29:17.653 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:17 smithi155 bash[57990]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-10T18:29:17.653 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6-activate[58005]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-10T18:29:17.653 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:17 smithi155 bash[57990]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-10T18:29:17.653 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6-activate[58005]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-09-10T18:29:17.653 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:17 smithi155 bash[57990]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-09-10T18:29:17.653 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6-activate[58005]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-10T18:29:17.653 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:17 smithi155 bash[57990]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-10T18:29:17.653 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6-activate[58005]: --> ceph-volume raw activate successful for osd ID: 6 2024-09-10T18:29:17.653 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:17 smithi155 bash[57990]: --> ceph-volume raw activate successful for osd ID: 6 2024-09-10T18:29:17.653 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:17 smithi155 podman[57990]: 2024-09-10 18:29:17.485984253 +0000 UTC m=+0.662323309 container died 60920cd8e75567e2813a3b671efd0677ffff78689f19f191917b2349766a13da (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6-activate, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, ceph=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=) 2024-09-10T18:29:18.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:18 smithi155 ceph-mon[48620]: Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-09-10T18:29:18.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:18 smithi155 ceph-mon[48620]: Health check failed: Degraded data redundancy: 11/432 objects degraded (2.546%), 3 pgs degraded (PG_DEGRADED) 2024-09-10T18:29:18.402 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:18 smithi155 podman[58117]: 2024-09-10 18:29:18.1117894 +0000 UTC m=+0.619592608 container remove 60920cd8e75567e2813a3b671efd0677ffff78689f19f191917b2349766a13da (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6-activate, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.build-date=20240731) 2024-09-10T18:29:18.402 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:18 smithi155 podman[58177]: 2024-09-10 18:29:18.222439147 +0000 UTC m=+0.016849312 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:29:18.402 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:18 smithi155 podman[58177]: 2024-09-10 18:29:18.320986965 +0000 UTC m=+0.115397181 container create c92116c9e51ad1634fadf0a48da2ec954426993605893622eb7fcf5381db805d (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-09-10T18:29:18.507 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:18 smithi086 ceph-mon[63435]: Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-09-10T18:29:18.507 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:18 smithi086 ceph-mon[63435]: Health check failed: Degraded data redundancy: 11/432 objects degraded (2.546%), 3 pgs degraded (PG_DEGRADED) 2024-09-10T18:29:18.902 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:18 smithi155 podman[58177]: 2024-09-10 18:29:18.590979596 +0000 UTC m=+0.385389754 container init c92116c9e51ad1634fadf0a48da2ec954426993605893622eb7fcf5381db805d (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2024-09-10T18:29:18.902 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:18 smithi155 podman[58177]: 2024-09-10 18:29:18.594432136 +0000 UTC m=+0.388842294 container start c92116c9e51ad1634fadf0a48da2ec954426993605893622eb7fcf5381db805d (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2) 2024-09-10T18:29:18.902 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:18 smithi155 ceph-osd[58196]: -- 172.21.15.155:0/1250525990 <== mon.1 v2:172.21.15.155:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5654cd992d00 con 0x5654cd964c00 2024-09-10T18:29:18.902 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:18 smithi155 bash[58177]: c92116c9e51ad1634fadf0a48da2ec954426993605893622eb7fcf5381db805d 2024-09-10T18:29:18.902 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:18 smithi155 systemd[1]: Started Ceph osd.6 for c77f8420-6f9f-11ef-bcea-c7b262605968. 2024-09-10T18:29:19.402 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:29:19.128+0000 7f780ffeb440 -1 Falling back to public interface 2024-09-10T18:29:19.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:19 smithi155 ceph-mon[48620]: pgmap v170: 129 pgs: 4 active+undersized, 10 peering, 10 stale+active+clean, 3 active+undersized+degraded, 102 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 11/432 objects degraded (2.546%) 2024-09-10T18:29:19.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:19 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:19.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:19 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:19.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:19 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:29:19.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:19 smithi086 ceph-mon[63435]: pgmap v170: 129 pgs: 4 active+undersized, 10 peering, 10 stale+active+clean, 3 active+undersized+degraded, 102 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 11/432 objects degraded (2.546%) 2024-09-10T18:29:19.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:19 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:19.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:19 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:19.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:19 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:29:21.553 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:21 smithi155 ceph-mon[48620]: pgmap v171: 129 pgs: 22 active+undersized, 10 peering, 2 stale+active+clean, 8 active+undersized+degraded, 87 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 27/432 objects degraded (6.250%) 2024-09-10T18:29:21.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:21 smithi086 ceph-mon[63435]: pgmap v171: 129 pgs: 22 active+undersized, 10 peering, 2 stale+active+clean, 8 active+undersized+degraded, 87 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 27/432 objects degraded (6.250%) 2024-09-10T18:29:22.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:22 smithi155 ceph-mon[48620]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-09-10T18:29:22.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:22 smithi086 ceph-mon[63435]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-09-10T18:29:23.705 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:23 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:29:23.440+0000 7f780ffeb440 -1 osd.6 0 read_superblock omap replica is missing. 2024-09-10T18:29:23.705 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:23 smithi155 ceph-mon[48620]: pgmap v172: 129 pgs: 29 active+undersized, 14 active+undersized+degraded, 86 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 42/432 objects degraded (9.722%) 2024-09-10T18:29:23.705 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:23 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:23.705 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:23 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:23.706 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:23 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:23.706 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:23 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:23.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:23 smithi086 ceph-mon[63435]: pgmap v172: 129 pgs: 29 active+undersized, 14 active+undersized+degraded, 86 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 42/432 objects degraded (9.722%) 2024-09-10T18:29:23.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:23 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:23.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:23 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:23.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:23 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:23.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:23 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:24.151 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:23 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:29:23.892+0000 7f780ffeb440 -1 osd.6 103 log_to_monitors true 2024-09-10T18:29:24.717 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:29:24 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:29:24.498+0000 7f7805d93640 -1 osd.6 103 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T18:29:24.718 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:24 smithi155 ceph-mon[48620]: from='osd.6 [v2:172.21.15.155:6816/115064262,v1:172.21.15.155:6817/115064262]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:29:24.718 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:24 smithi155 ceph-mon[48620]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:29:24.718 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:24 smithi155 ceph-mon[48620]: Health check update: Degraded data redundancy: 42/432 objects degraded (9.722%), 14 pgs degraded (PG_DEGRADED) 2024-09-10T18:29:24.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:24 smithi086 ceph-mon[63435]: from='osd.6 [v2:172.21.15.155:6816/115064262,v1:172.21.15.155:6817/115064262]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:29:24.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:24 smithi086 ceph-mon[63435]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:29:24.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:24 smithi086 ceph-mon[63435]: Health check update: Degraded data redundancy: 42/432 objects degraded (9.722%), 14 pgs degraded (PG_DEGRADED) 2024-09-10T18:29:25.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:25 smithi086 ceph-mon[63435]: pgmap v173: 129 pgs: 29 active+undersized, 14 active+undersized+degraded, 86 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 42/432 objects degraded (9.722%) 2024-09-10T18:29:25.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:25 smithi086 ceph-mon[63435]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-10T18:29:25.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:25 smithi086 ceph-mon[63435]: osdmap e106: 8 total, 7 up, 8 in 2024-09-10T18:29:25.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:25 smithi086 ceph-mon[63435]: from='osd.6 [v2:172.21.15.155:6816/115064262,v1:172.21.15.155:6817/115064262]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T18:29:25.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:25 smithi086 ceph-mon[63435]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T18:29:25.876 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:25 smithi155 ceph-mon[48620]: pgmap v173: 129 pgs: 29 active+undersized, 14 active+undersized+degraded, 86 active+clean; 210 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 42/432 objects degraded (9.722%) 2024-09-10T18:29:25.876 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:25 smithi155 ceph-mon[48620]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-10T18:29:25.876 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:25 smithi155 ceph-mon[48620]: osdmap e106: 8 total, 7 up, 8 in 2024-09-10T18:29:25.877 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:25 smithi155 ceph-mon[48620]: from='osd.6 [v2:172.21.15.155:6816/115064262,v1:172.21.15.155:6817/115064262]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T18:29:25.877 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:25 smithi155 ceph-mon[48620]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T18:29:26.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:26 smithi155 ceph-mon[48620]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:29:26.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:26 smithi155 ceph-mon[48620]: osd.6 [v2:172.21.15.155:6816/115064262,v1:172.21.15.155:6817/115064262] boot 2024-09-10T18:29:26.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:26 smithi155 ceph-mon[48620]: osdmap e107: 8 total, 8 up, 8 in 2024-09-10T18:29:26.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:26 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:29:26.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:26 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:26.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:26 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:26.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:26 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:29:26.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:26 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:29:26.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:26 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:26.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:26 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:26.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:26 smithi086 ceph-mon[63435]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:29:26.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:26 smithi086 ceph-mon[63435]: osd.6 [v2:172.21.15.155:6816/115064262,v1:172.21.15.155:6817/115064262] boot 2024-09-10T18:29:26.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:26 smithi086 ceph-mon[63435]: osdmap e107: 8 total, 8 up, 8 in 2024-09-10T18:29:26.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:26 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:29:26.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:26 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:26.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:26 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:26.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:26 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:29:26.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:26 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:29:26.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:26 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:26.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:26 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:27.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:27 smithi086 ceph-mon[63435]: pgmap v176: 129 pgs: 29 active+undersized, 14 active+undersized+degraded, 86 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 42/432 objects degraded (9.722%) 2024-09-10T18:29:27.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:27 smithi086 ceph-mon[63435]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:29:27.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:27 smithi086 ceph-mon[63435]: pgmap v177: 129 pgs: 8 peering, 24 active+undersized, 11 active+undersized+degraded, 86 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 32/432 objects degraded (7.407%) 2024-09-10T18:29:27.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:27 smithi086 ceph-mon[63435]: pgmap v178: 129 pgs: 8 peering, 24 active+undersized, 11 active+undersized+degraded, 86 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 32/432 objects degraded (7.407%) 2024-09-10T18:29:27.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:27 smithi086 ceph-mon[63435]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:29:27.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:27 smithi086 ceph-mon[63435]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:29:27.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:27 smithi086 ceph-mon[63435]: osdmap e108: 8 total, 8 up, 8 in 2024-09-10T18:29:27.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:27 smithi155 ceph-mon[48620]: pgmap v176: 129 pgs: 29 active+undersized, 14 active+undersized+degraded, 86 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 42/432 objects degraded (9.722%) 2024-09-10T18:29:27.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:27 smithi155 ceph-mon[48620]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:29:27.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:27 smithi155 ceph-mon[48620]: pgmap v177: 129 pgs: 8 peering, 24 active+undersized, 11 active+undersized+degraded, 86 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 32/432 objects degraded (7.407%) 2024-09-10T18:29:27.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:27 smithi155 ceph-mon[48620]: pgmap v178: 129 pgs: 8 peering, 24 active+undersized, 11 active+undersized+degraded, 86 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 32/432 objects degraded (7.407%) 2024-09-10T18:29:27.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:27 smithi155 ceph-mon[48620]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:29:27.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:27 smithi155 ceph-mon[48620]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:29:27.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:27 smithi155 ceph-mon[48620]: osdmap e108: 8 total, 8 up, 8 in 2024-09-10T18:29:29.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:29 smithi086 ceph-mon[63435]: pgmap v180: 129 pgs: 8 peering, 20 active+undersized, 9 active+undersized+degraded, 92 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 523 B/s rd, 0 op/s; 27/432 objects degraded (6.250%) 2024-09-10T18:29:29.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:29 smithi086 ceph-mon[63435]: Health check update: Degraded data redundancy: 27/432 objects degraded (6.250%), 9 pgs degraded (PG_DEGRADED) 2024-09-10T18:29:29.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:29 smithi155 ceph-mon[48620]: pgmap v180: 129 pgs: 8 peering, 20 active+undersized, 9 active+undersized+degraded, 92 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 523 B/s rd, 0 op/s; 27/432 objects degraded (6.250%) 2024-09-10T18:29:29.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:29 smithi155 ceph-mon[48620]: Health check update: Degraded data redundancy: 27/432 objects degraded (6.250%), 9 pgs degraded (PG_DEGRADED) 2024-09-10T18:29:30.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:29:30.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:29:30.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:29:30.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:29:30.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-10T18:29:30.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:30.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:29:30.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:30.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:29:30.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:29:30.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:29:30.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:29:30.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-10T18:29:30.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:30.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:29:30.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:31.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:31 smithi086 ceph-mon[63435]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:29:31.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:29:31.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:29:31.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:29:31.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:29:31.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:29:31.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:29:31.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:29:31.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:29:31.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:29:31.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:29:31.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:29:31.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:29:31.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:29:31.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:29:31.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:29:31.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:29:31.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:29:31.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:29:31.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:29:31.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:29:31.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:29:31.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:29:31.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:29:31.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:29:31.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.wait_async( 2024-09-10T18:29:31.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:29:31.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:29:31.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:29:31.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return future.result(timeout) 2024-09-10T18:29:31.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:29:31.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.__get_result() 2024-09-10T18:29:31.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:29:31.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise self._exception 2024-09-10T18:29:31.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:29:31.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:29:31.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:29:31.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise OrchestratorError( 2024-09-10T18:29:31.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:29:31.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:29:31.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:29:31.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:29:31.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:29:31.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:29:31.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:29:31.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:29:31.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:29:31.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:29:31.848 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:29:31.849 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:29:31.849 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:29:31.849 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:29:31.849 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:29:31.849 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:29:31.849 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:29:31.850 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:29:31.850 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:29:31.850 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:29:31.850 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:29:31.850 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:31 smithi086 ceph-mon[63435]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-10T18:29:31.850 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:31 smithi086 ceph-mon[63435]: Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-09-10T18:29:31.851 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:31 smithi086 ceph-mon[63435]: pgmap v181: 129 pgs: 8 peering, 121 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 417 B/s rd, 0 op/s 2024-09-10T18:29:31.851 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:31 smithi086 ceph-mon[63435]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 27/432 objects degraded (6.250%), 9 pgs degraded) 2024-09-10T18:29:31.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:31 smithi155 ceph-mon[48620]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:29:31.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:29:31.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:29:31.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:29:31.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:29:31.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:29:31.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:29:31.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:29:31.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:29:31.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:29:31.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:29:31.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:29:31.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:29:31.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:29:31.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:29:31.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:29:31.903 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:29:31.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:29:31.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:29:31.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:29:31.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:29:31.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:29:31.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:29:31.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:29:31.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:29:31.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.wait_async( 2024-09-10T18:29:31.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:29:31.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:29:31.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:29:31.904 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return future.result(timeout) 2024-09-10T18:29:31.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:29:31.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.__get_result() 2024-09-10T18:29:31.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:29:31.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise self._exception 2024-09-10T18:29:31.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:29:31.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:29:31.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:29:31.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise OrchestratorError( 2024-09-10T18:29:31.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:29:31.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:29:31.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:29:31.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:29:31.905 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:29:31.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:29:31.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:29:31.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:29:31.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:29:31.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:29:31.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:29:31.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:29:31.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:29:31.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:29:31.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:29:31.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:29:31.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:29:31.906 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:29:31.907 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:29:31.907 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:29:31.907 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:29:31.907 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:31 smithi155 ceph-mon[48620]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-10T18:29:31.907 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:31 smithi155 ceph-mon[48620]: Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-09-10T18:29:31.907 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:31 smithi155 ceph-mon[48620]: pgmap v181: 129 pgs: 8 peering, 121 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 417 B/s rd, 0 op/s 2024-09-10T18:29:31.907 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:31 smithi155 ceph-mon[48620]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 27/432 objects degraded (6.250%), 9 pgs degraded) 2024-09-10T18:29:33.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:33 smithi086 ceph-mon[63435]: pgmap v182: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 301 B/s rd, 0 op/s 2024-09-10T18:29:33.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:33 smithi155 ceph-mon[48620]: pgmap v182: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 301 B/s rd, 0 op/s 2024-09-10T18:29:35.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:35 smithi086 ceph-mon[63435]: pgmap v183: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-10T18:29:35.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:35 smithi155 ceph-mon[48620]: pgmap v183: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-10T18:29:37.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:37 smithi086 ceph-mon[63435]: pgmap v184: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-10T18:29:37.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:37 smithi155 ceph-mon[48620]: pgmap v184: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-10T18:29:39.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:39 smithi086 ceph-mon[63435]: pgmap v185: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 343 B/s rd, 0 op/s 2024-09-10T18:29:39.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:39 smithi155 ceph-mon[48620]: pgmap v185: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 343 B/s rd, 0 op/s 2024-09-10T18:29:41.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:40 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:41.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:40 smithi086 ceph-mon[63435]: pgmap v186: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:29:41.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:40 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:41.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:40 smithi155 ceph-mon[48620]: pgmap v186: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:29:43.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:43 smithi086 ceph-mon[63435]: pgmap v187: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:29:43.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:43 smithi155 ceph-mon[48620]: pgmap v187: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:29:45.293 INFO:teuthology.orchestra.run.smithi086.stdout:true 2024-09-10T18:29:45.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:45 smithi086 ceph-mon[63435]: pgmap v188: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:29:45.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:45 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-10T18:29:45.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:45 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:45.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:45 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:29:45.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:45 smithi155 ceph-mon[48620]: pgmap v188: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:29:45.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:45 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-10T18:29:45.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:45 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:45.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:45 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:29:45.898 INFO:teuthology.orchestra.run.smithi086.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:29:45.898 INFO:teuthology.orchestra.run.smithi086.stdout:alertmanager.smithi086 smithi086 *:9093,9094 running (17m) 113s ago 18m 19.3M - 0.20.0 0881eb8f169f 6f4c7936f6b6 2024-09-10T18:29:45.898 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi086 smithi086 running (3m) 113s ago 18m 6899k - 17.2.7-1606-g5be57395 4c55dd409611 8c82d6e03a06 2024-09-10T18:29:45.898 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi155 smithi155 running (3m) 23s ago 17m 6899k - 17.2.7-1606-g5be57395 4c55dd409611 07aec365c37d 2024-09-10T18:29:45.898 INFO:teuthology.orchestra.run.smithi086.stdout:grafana.smithi086 smithi086 *:3000 running (16m) 113s ago 18m 35.5M - 6.7.4 557c83e11646 013c9bd31cbe 2024-09-10T18:29:45.898 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi086.wmhkxy smithi086 running (13m) 113s ago 13m 40.4M - 16.2.4 8d91d370c2b8 3f5e7a0d954a 2024-09-10T18:29:45.898 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi155.ddyadp smithi155 running (13m) 23s ago 13m 15.5M - 16.2.4 8d91d370c2b8 fed2aba1e81e 2024-09-10T18:29:45.898 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi086.qqqtpz smithi086 *:8443,9283 running (7m) 113s ago 19m 455M - 17.2.7-1606-g5be57395 4c55dd409611 40e989a592fb 2024-09-10T18:29:45.898 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi155.gxleeu smithi155 *:8443,9283 running (4m) 23s ago 17m 399M - 17.2.7-1606-g5be57395 4c55dd409611 2645dc364b4e 2024-09-10T18:29:45.898 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi086 smithi086 running (4m) 113s ago 19m 68.5M 2048M 17.2.7-1606-g5be57395 4c55dd409611 b00a3c0f9663 2024-09-10T18:29:45.898 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi155 smithi155 running (4m) 23s ago 17m 54.1M 2048M 17.2.7-1606-g5be57395 4c55dd409611 a70277e6c2c8 2024-09-10T18:29:45.898 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.0.0.smithi086.nvloft smithi086 *:2049 running (10m) 113s ago 10m 143M - 3.5 8d91d370c2b8 ac635a8973ea 2024-09-10T18:29:45.899 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.1.0.smithi155.xwyoxo smithi155 *:2049 running (10m) 23s ago 10m 90.6M - 3.5 8d91d370c2b8 5d4993e7f1ca 2024-09-10T18:29:45.899 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi086 smithi086 *:9100 running (18m) 113s ago 18m 17.2M - 0.18.1 e5a616e4b9cf ebcaa2fe985c 2024-09-10T18:29:45.899 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi155 smithi155 *:9100 running (17m) 23s ago 17m 17.2M - 0.18.1 e5a616e4b9cf 1811325b1f2a 2024-09-10T18:29:45.899 INFO:teuthology.orchestra.run.smithi086.stdout:osd.0 smithi086 running (3m) 113s ago 17m 127M 4096M 17.2.7-1606-g5be57395 4c55dd409611 08577c2b188c 2024-09-10T18:29:45.899 INFO:teuthology.orchestra.run.smithi086.stdout:osd.1 smithi086 running (2m) 113s ago 16m 107M 4096M 17.2.7-1606-g5be57395 4c55dd409611 ce19410da085 2024-09-10T18:29:45.899 INFO:teuthology.orchestra.run.smithi086.stdout:osd.2 smithi086 running (2m) 113s ago 16m 86.9M 4096M 17.2.7-1606-g5be57395 4c55dd409611 b015f30a58b2 2024-09-10T18:29:45.899 INFO:teuthology.orchestra.run.smithi086.stdout:osd.3 smithi086 running (2m) 113s ago 15m 11.6M 4096M 17.2.7-1606-g5be57395 4c55dd409611 fe10a9ba8223 2024-09-10T18:29:45.899 INFO:teuthology.orchestra.run.smithi086.stdout:osd.4 smithi155 running (97s) 23s ago 15m 130M 4096M 17.2.7-1606-g5be57395 4c55dd409611 9ded783e22ed 2024-09-10T18:29:45.899 INFO:teuthology.orchestra.run.smithi086.stdout:osd.5 smithi155 running (62s) 23s ago 15m 122M 4096M 17.2.7-1606-g5be57395 4c55dd409611 1bcf92b05308 2024-09-10T18:29:45.899 INFO:teuthology.orchestra.run.smithi086.stdout:osd.6 smithi155 running (27s) 23s ago 14m 13.5M 4096M 17.2.7-1606-g5be57395 4c55dd409611 c92116c9e51a 2024-09-10T18:29:45.899 INFO:teuthology.orchestra.run.smithi086.stdout:osd.7 smithi155 running (14m) 23s ago 14m 506M 4096M 16.2.4 8d91d370c2b8 63785fceaf50 2024-09-10T18:29:45.899 INFO:teuthology.orchestra.run.smithi086.stdout:prometheus.smithi086 smithi086 *:9095 error 113s ago 17m 44.4M - 2.18.1 de242295e225 b0d895b622f6 2024-09-10T18:29:46.280 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:29:46.280 INFO:teuthology.orchestra.run.smithi086.stdout: "mon": { 2024-09-10T18:29:46.281 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:29:46.281 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:29:46.281 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr": { 2024-09-10T18:29:46.281 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:29:46.281 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:29:46.281 INFO:teuthology.orchestra.run.smithi086.stdout: "osd": { 2024-09-10T18:29:46.281 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-10T18:29:46.281 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 7 2024-09-10T18:29:46.281 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:29:46.281 INFO:teuthology.orchestra.run.smithi086.stdout: "mds": { 2024-09-10T18:29:46.281 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-10T18:29:46.281 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:29:46.281 INFO:teuthology.orchestra.run.smithi086.stdout: "overall": { 2024-09-10T18:29:46.281 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 3, 2024-09-10T18:29:46.282 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 11 2024-09-10T18:29:46.282 INFO:teuthology.orchestra.run.smithi086.stdout: } 2024-09-10T18:29:46.282 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:29:46.592 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:29:46.592 INFO:teuthology.orchestra.run.smithi086.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T18:29:46.592 INFO:teuthology.orchestra.run.smithi086.stdout: "in_progress": true, 2024-09-10T18:29:46.592 INFO:teuthology.orchestra.run.smithi086.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T18:29:46.592 INFO:teuthology.orchestra.run.smithi086.stdout: "services_complete": [ 2024-09-10T18:29:46.592 INFO:teuthology.orchestra.run.smithi086.stdout: "mon", 2024-09-10T18:29:46.592 INFO:teuthology.orchestra.run.smithi086.stdout: "crash", 2024-09-10T18:29:46.592 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr" 2024-09-10T18:29:46.592 INFO:teuthology.orchestra.run.smithi086.stdout: ], 2024-09-10T18:29:46.593 INFO:teuthology.orchestra.run.smithi086.stdout: "progress": "13/23 daemons upgraded", 2024-09-10T18:29:46.593 INFO:teuthology.orchestra.run.smithi086.stdout: "message": "Currently upgrading osd daemons", 2024-09-10T18:29:46.593 INFO:teuthology.orchestra.run.smithi086.stdout: "is_paused": false 2024-09-10T18:29:46.593 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:29:46.593 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:46 smithi086 ceph-mon[63435]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-10T18:29:46.593 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:46 smithi086 ceph-mon[63435]: Upgrade: osd.7 is safe to restart 2024-09-10T18:29:46.593 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:46 smithi086 ceph-mon[63435]: from='client.34312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:29:46.593 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:46 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:46.593 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:46 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T18:29:46.593 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:46 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:29:46.593 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:46 smithi086 ceph-mon[63435]: from='client.? 172.21.15.86:0/4266190128' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:29:46.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:46 smithi155 ceph-mon[48620]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-10T18:29:46.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:46 smithi155 ceph-mon[48620]: Upgrade: osd.7 is safe to restart 2024-09-10T18:29:46.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:46 smithi155 ceph-mon[48620]: from='client.34312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:29:46.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:46 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:46.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:46 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T18:29:46.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:46 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:29:46.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:46 smithi155 ceph-mon[48620]: from='client.? 172.21.15.86:0/4266190128' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:29:47.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:47 smithi155 ceph-mon[48620]: from='client.34316 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:29:47.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:47 smithi155 ceph-mon[48620]: from='client.34320 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:29:47.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:47 smithi155 ceph-mon[48620]: Upgrade: Updating osd.7 2024-09-10T18:29:47.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:47 smithi155 ceph-mon[48620]: Deploying daemon osd.7 on smithi155 2024-09-10T18:29:47.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:47 smithi155 ceph-mon[48620]: pgmap v189: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:29:47.745 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:47 smithi086 ceph-mon[63435]: from='client.34316 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:29:47.746 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:47 smithi086 ceph-mon[63435]: from='client.34320 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:29:47.746 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:47 smithi086 ceph-mon[63435]: Upgrade: Updating osd.7 2024-09-10T18:29:47.746 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:47 smithi086 ceph-mon[63435]: Deploying daemon osd.7 on smithi155 2024-09-10T18:29:47.746 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:47 smithi086 ceph-mon[63435]: pgmap v189: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:29:48.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:48 smithi155 ceph-mon[48620]: from='client.34328 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:29:48.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:48 smithi086 ceph-mon[63435]: from='client.34328 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:29:49.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:49 smithi155 systemd[1]: Stopping Ceph osd.7 for c77f8420-6f9f-11ef-bcea-c7b262605968... 2024-09-10T18:29:49.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.7[36904]: debug 2024-09-10T18:29:49.211+0000 7f305a937700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-10T18:29:49.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.7[36904]: debug 2024-09-10T18:29:49.211+0000 7f305a937700 -1 osd.7 108 *** Got signal Terminated *** 2024-09-10T18:29:49.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:49 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.7[36904]: debug 2024-09-10T18:29:49.211+0000 7f305a937700 -1 osd.7 108 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T18:29:49.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:49 smithi155 podman[60055]: 2024-09-10 18:29:49.313561251 +0000 UTC m=+0.204050710 container died 63785fceaf50fd62c070905ea8be93ea78832460c8dabf7cfab09b57a7a50e6d (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.7, org.label-schema.name=CentOS Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-16.2.4, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, org.label-schema.vendor=CentOS, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, ceph=True) 2024-09-10T18:29:49.756 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:49 smithi155 ceph-mon[48620]: pgmap v190: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:29:49.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:49 smithi086 ceph-mon[63435]: pgmap v190: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:29:50.042 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:49 smithi155 podman[60055]: 2024-09-10 18:29:49.753086736 +0000 UTC m=+0.643576175 container cleanup 63785fceaf50fd62c070905ea8be93ea78832460c8dabf7cfab09b57a7a50e6d (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.7, GIT_CLEAN=True, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-16.2.4, org.label-schema.license=GPLv2, RELEASE=HEAD, ceph=True, org.label-schema.build-date=20201204, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , GIT_BRANCH=HEAD, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.schema-version=1.0) 2024-09-10T18:29:50.043 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:49 smithi155 bash[60055]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.7 2024-09-10T18:29:50.043 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:49 smithi155 podman[60070]: 2024-09-10 18:29:49.937815559 +0000 UTC m=+0.622818263 container remove 63785fceaf50fd62c070905ea8be93ea78832460c8dabf7cfab09b57a7a50e6d (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd.7, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20201204, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, CEPH_POINT_RELEASE=-16.2.4, RELEASE=HEAD, GIT_BRANCH=HEAD, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.schema-version=1.0) 2024-09-10T18:29:50.718 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:50 smithi155 podman[60171]: 2024-09-10 18:29:50.365420007 +0000 UTC m=+0.015825312 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:29:50.719 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:50 smithi155 podman[60171]: 2024-09-10 18:29:50.480242083 +0000 UTC m=+0.130647379 container create 67ddeaf24bcbf55622e79a2ed3b7ef563f40bbd3fb7be7317bb4ae6969dafaf7 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20240731, ceph=True, CEPH_POINT_RELEASE=) 2024-09-10T18:29:50.719 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:50 smithi155 podman[60171]: 2024-09-10 18:29:50.71627486 +0000 UTC m=+0.366680157 container init 67ddeaf24bcbf55622e79a2ed3b7ef563f40bbd3fb7be7317bb4ae6969dafaf7 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7-deactivate, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True) 2024-09-10T18:29:50.719 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:50 smithi155 ceph-mon[48620]: osd.7 reported immediately failed by osd.5 2024-09-10T18:29:50.719 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:50 smithi155 ceph-mon[48620]: osd.7 failed (root=default,host=smithi155) (connection refused reported by osd.5) 2024-09-10T18:29:50.719 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:50 smithi155 ceph-mon[48620]: osd.7 reported immediately failed by osd.6 2024-09-10T18:29:50.719 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:50 smithi155 ceph-mon[48620]: osd.7 reported immediately failed by osd.4 2024-09-10T18:29:50.719 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:50 smithi155 ceph-mon[48620]: osd.7 reported immediately failed by osd.5 2024-09-10T18:29:50.719 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:50 smithi155 ceph-mon[48620]: osd.7 reported immediately failed by osd.6 2024-09-10T18:29:50.719 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:50 smithi155 ceph-mon[48620]: osd.7 reported immediately failed by osd.4 2024-09-10T18:29:50.719 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:50 smithi155 ceph-mon[48620]: osd.7 reported immediately failed by osd.1 2024-09-10T18:29:50.720 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:50 smithi155 ceph-mon[48620]: osd.7 reported immediately failed by osd.1 2024-09-10T18:29:50.720 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:50 smithi155 ceph-mon[48620]: osd.7 reported immediately failed by osd.2 2024-09-10T18:29:50.720 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:50 smithi155 ceph-mon[48620]: osd.7 reported immediately failed by osd.3 2024-09-10T18:29:50.720 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:50 smithi155 ceph-mon[48620]: osd.7 reported immediately failed by osd.0 2024-09-10T18:29:50.720 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:50 smithi155 ceph-mon[48620]: osd.7 reported immediately failed by osd.2 2024-09-10T18:29:50.720 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:50 smithi155 ceph-mon[48620]: osd.7 reported immediately failed by osd.3 2024-09-10T18:29:50.720 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:50 smithi155 ceph-mon[48620]: osd.7 reported immediately failed by osd.0 2024-09-10T18:29:50.720 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:50 smithi155 ceph-mon[48620]: osd.7 reported immediately failed by osd.6 2024-09-10T18:29:50.720 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:50 smithi155 ceph-mon[48620]: osd.7 reported immediately failed by osd.6 2024-09-10T18:29:50.720 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:50 smithi155 ceph-mon[48620]: osd.7 reported immediately failed by osd.4 2024-09-10T18:29:50.720 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:50 smithi155 ceph-mon[48620]: osd.7 reported immediately failed by osd.5 2024-09-10T18:29:50.720 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:50 smithi155 ceph-mon[48620]: osd.7 reported immediately failed by osd.1 2024-09-10T18:29:50.721 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:50 smithi155 ceph-mon[48620]: osd.7 reported immediately failed by osd.2 2024-09-10T18:29:50.721 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:50 smithi155 ceph-mon[48620]: osd.7 reported immediately failed by osd.3 2024-09-10T18:29:50.721 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:50 smithi155 ceph-mon[48620]: osd.7 reported immediately failed by osd.4 2024-09-10T18:29:50.721 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:50 smithi155 ceph-mon[48620]: osd.7 reported immediately failed by osd.0 2024-09-10T18:29:50.721 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:50 smithi155 ceph-mon[48620]: osd.7 reported immediately failed by osd.1 2024-09-10T18:29:50.721 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:50 smithi155 ceph-mon[48620]: osd.7 reported immediately failed by osd.2 2024-09-10T18:29:50.721 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:50 smithi155 ceph-mon[48620]: osd.7 reported immediately failed by osd.3 2024-09-10T18:29:50.721 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:50 smithi155 ceph-mon[48620]: osd.7 reported immediately failed by osd.5 2024-09-10T18:29:50.721 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:50 smithi155 ceph-mon[48620]: osd.7 reported immediately failed by osd.0 2024-09-10T18:29:50.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:50 smithi086 ceph-mon[63435]: osd.7 reported immediately failed by osd.5 2024-09-10T18:29:50.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:50 smithi086 ceph-mon[63435]: osd.7 failed (root=default,host=smithi155) (connection refused reported by osd.5) 2024-09-10T18:29:50.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:50 smithi086 ceph-mon[63435]: osd.7 reported immediately failed by osd.6 2024-09-10T18:29:50.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:50 smithi086 ceph-mon[63435]: osd.7 reported immediately failed by osd.4 2024-09-10T18:29:50.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:50 smithi086 ceph-mon[63435]: osd.7 reported immediately failed by osd.5 2024-09-10T18:29:50.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:50 smithi086 ceph-mon[63435]: osd.7 reported immediately failed by osd.6 2024-09-10T18:29:50.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:50 smithi086 ceph-mon[63435]: osd.7 reported immediately failed by osd.4 2024-09-10T18:29:50.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:50 smithi086 ceph-mon[63435]: osd.7 reported immediately failed by osd.1 2024-09-10T18:29:50.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:50 smithi086 ceph-mon[63435]: osd.7 reported immediately failed by osd.1 2024-09-10T18:29:50.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:50 smithi086 ceph-mon[63435]: osd.7 reported immediately failed by osd.2 2024-09-10T18:29:50.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:50 smithi086 ceph-mon[63435]: osd.7 reported immediately failed by osd.3 2024-09-10T18:29:50.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:50 smithi086 ceph-mon[63435]: osd.7 reported immediately failed by osd.0 2024-09-10T18:29:50.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:50 smithi086 ceph-mon[63435]: osd.7 reported immediately failed by osd.2 2024-09-10T18:29:50.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:50 smithi086 ceph-mon[63435]: osd.7 reported immediately failed by osd.3 2024-09-10T18:29:50.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:50 smithi086 ceph-mon[63435]: osd.7 reported immediately failed by osd.0 2024-09-10T18:29:50.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:50 smithi086 ceph-mon[63435]: osd.7 reported immediately failed by osd.6 2024-09-10T18:29:50.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:50 smithi086 ceph-mon[63435]: osd.7 reported immediately failed by osd.6 2024-09-10T18:29:50.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:50 smithi086 ceph-mon[63435]: osd.7 reported immediately failed by osd.4 2024-09-10T18:29:50.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:50 smithi086 ceph-mon[63435]: osd.7 reported immediately failed by osd.5 2024-09-10T18:29:50.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:50 smithi086 ceph-mon[63435]: osd.7 reported immediately failed by osd.1 2024-09-10T18:29:50.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:50 smithi086 ceph-mon[63435]: osd.7 reported immediately failed by osd.2 2024-09-10T18:29:50.846 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:50 smithi086 ceph-mon[63435]: osd.7 reported immediately failed by osd.3 2024-09-10T18:29:50.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:50 smithi086 ceph-mon[63435]: osd.7 reported immediately failed by osd.4 2024-09-10T18:29:50.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:50 smithi086 ceph-mon[63435]: osd.7 reported immediately failed by osd.0 2024-09-10T18:29:50.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:50 smithi086 ceph-mon[63435]: osd.7 reported immediately failed by osd.1 2024-09-10T18:29:50.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:50 smithi086 ceph-mon[63435]: osd.7 reported immediately failed by osd.2 2024-09-10T18:29:50.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:50 smithi086 ceph-mon[63435]: osd.7 reported immediately failed by osd.3 2024-09-10T18:29:50.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:50 smithi086 ceph-mon[63435]: osd.7 reported immediately failed by osd.5 2024-09-10T18:29:50.847 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:50 smithi086 ceph-mon[63435]: osd.7 reported immediately failed by osd.0 2024-09-10T18:29:51.153 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:50 smithi155 podman[60171]: 2024-09-10 18:29:50.719666414 +0000 UTC m=+0.370071711 container start 67ddeaf24bcbf55622e79a2ed3b7ef563f40bbd3fb7be7317bb4ae6969dafaf7 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7-deactivate, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.build-date=20240731, ceph=True) 2024-09-10T18:29:51.153 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:50 smithi155 podman[60171]: 2024-09-10 18:29:50.791119147 +0000 UTC m=+0.441524462 container attach 67ddeaf24bcbf55622e79a2ed3b7ef563f40bbd3fb7be7317bb4ae6969dafaf7 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731) 2024-09-10T18:29:51.153 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:50 smithi155 podman[60171]: 2024-09-10 18:29:50.89363286 +0000 UTC m=+0.544038159 container died 67ddeaf24bcbf55622e79a2ed3b7ef563f40bbd3fb7be7317bb4ae6969dafaf7 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7-deactivate, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739) 2024-09-10T18:29:51.769 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:51 smithi155 ceph-mon[48620]: pgmap v191: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:29:51.769 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:51 smithi155 ceph-mon[48620]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:29:51.769 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:51 smithi155 ceph-mon[48620]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-09-10T18:29:51.769 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:51 smithi155 ceph-mon[48620]: osdmap e109: 8 total, 7 up, 8 in 2024-09-10T18:29:51.769 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:51 smithi155 podman[60194]: 2024-09-10 18:29:51.553955196 +0000 UTC m=+0.654600570 container remove 67ddeaf24bcbf55622e79a2ed3b7ef563f40bbd3fb7be7317bb4ae6969dafaf7 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7-deactivate, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS) 2024-09-10T18:29:51.769 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:51 smithi155 systemd[1]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.7.service: Deactivated successfully. 2024-09-10T18:29:51.769 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:51 smithi155 systemd[1]: Stopped Ceph osd.7 for c77f8420-6f9f-11ef-bcea-c7b262605968. 2024-09-10T18:29:51.770 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:51 smithi155 systemd[1]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.7.service: Consumed 2min 2.458s CPU time. 2024-09-10T18:29:51.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:51 smithi086 ceph-mon[63435]: pgmap v191: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:29:51.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:51 smithi086 ceph-mon[63435]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:29:51.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:51 smithi086 ceph-mon[63435]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-09-10T18:29:51.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:51 smithi086 ceph-mon[63435]: osdmap e109: 8 total, 7 up, 8 in 2024-09-10T18:29:52.114 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:51 smithi155 systemd[1]: Starting Ceph osd.7 for c77f8420-6f9f-11ef-bcea-c7b262605968... 2024-09-10T18:29:52.114 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:51 smithi155 podman[60292]: 2024-09-10 18:29:51.87949704 +0000 UTC m=+0.015837405 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:29:52.114 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:52 smithi155 podman[60292]: 2024-09-10 18:29:52.005155041 +0000 UTC m=+0.141495405 container create 9d6e34e244aca565ed5a3b701fad976fdeee948dfcb0c5f20c3a14e2ac197905 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7-activate, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T18:29:52.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:52 smithi155 podman[60292]: 2024-09-10 18:29:52.357458774 +0000 UTC m=+0.493799143 container init 9d6e34e244aca565ed5a3b701fad976fdeee948dfcb0c5f20c3a14e2ac197905 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7-activate, ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS) 2024-09-10T18:29:52.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:52 smithi155 podman[60292]: 2024-09-10 18:29:52.360818328 +0000 UTC m=+0.497158693 container start 9d6e34e244aca565ed5a3b701fad976fdeee948dfcb0c5f20c3a14e2ac197905 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7-activate, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_CLEAN=True) 2024-09-10T18:29:52.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:52 smithi086 ceph-mon[63435]: osdmap e110: 8 total, 7 up, 8 in 2024-09-10T18:29:52.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:52 smithi155 ceph-mon[48620]: osdmap e110: 8 total, 7 up, 8 in 2024-09-10T18:29:52.902 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:52 smithi155 podman[60292]: 2024-09-10 18:29:52.449277619 +0000 UTC m=+0.585617993 container attach 9d6e34e244aca565ed5a3b701fad976fdeee948dfcb0c5f20c3a14e2ac197905 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7-activate, ceph=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2) 2024-09-10T18:29:52.902 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:52 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7-activate[60308]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-10T18:29:52.902 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:52 smithi155 bash[60292]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-10T18:29:52.902 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:52 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7-activate[60308]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-7 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-09-10T18:29:52.902 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:52 smithi155 bash[60292]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-7 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-09-10T18:29:52.902 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:52 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7-activate[60308]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-10T18:29:52.902 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:52 smithi155 bash[60292]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-10T18:29:52.902 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:52 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7-activate[60308]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-10T18:29:52.903 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:52 smithi155 bash[60292]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-10T18:29:52.903 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:52 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7-activate[60308]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-09-10T18:29:52.903 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:52 smithi155 bash[60292]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-09-10T18:29:52.903 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:52 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7-activate[60308]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-10T18:29:52.903 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:52 smithi155 bash[60292]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-10T18:29:52.903 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:52 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7-activate[60308]: --> ceph-volume raw activate successful for osd ID: 7 2024-09-10T18:29:52.903 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:52 smithi155 bash[60292]: --> ceph-volume raw activate successful for osd ID: 7 2024-09-10T18:29:52.903 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:52 smithi155 podman[60292]: 2024-09-10 18:29:52.673945229 +0000 UTC m=+0.810285595 container died 9d6e34e244aca565ed5a3b701fad976fdeee948dfcb0c5f20c3a14e2ac197905 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7-activate, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD) 2024-09-10T18:29:53.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:53 smithi155 podman[60436]: 2024-09-10 18:29:53.202942246 +0000 UTC m=+0.522461673 container remove 9d6e34e244aca565ed5a3b701fad976fdeee948dfcb0c5f20c3a14e2ac197905 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7-activate, ceph=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T18:29:53.690 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:53 smithi155 ceph-mon[48620]: pgmap v194: 129 pgs: 7 active+undersized, 5 peering, 14 stale+active+clean, 3 active+undersized+degraded, 100 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 4/432 objects degraded (0.926%) 2024-09-10T18:29:53.690 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:53 smithi155 ceph-mon[48620]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-10T18:29:53.690 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:53 smithi155 ceph-mon[48620]: Health check failed: Degraded data redundancy: 4/432 objects degraded (0.926%), 3 pgs degraded (PG_DEGRADED) 2024-09-10T18:29:53.691 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:53 smithi155 podman[60493]: 2024-09-10 18:29:53.310353811 +0000 UTC m=+0.015654153 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:29:53.691 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:53 smithi155 podman[60493]: 2024-09-10 18:29:53.420413368 +0000 UTC m=+0.125713747 container create 043857fe02ad7bb3ac2d6e514d694c6e33c8e1d7c37ba8b67661593f102609d8 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, ceph=True) 2024-09-10T18:29:53.691 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:53 smithi155 podman[60493]: 2024-09-10 18:29:53.689269809 +0000 UTC m=+0.394570154 container init 043857fe02ad7bb3ac2d6e514d694c6e33c8e1d7c37ba8b67661593f102609d8 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2) 2024-09-10T18:29:53.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:53 smithi086 ceph-mon[63435]: pgmap v194: 129 pgs: 7 active+undersized, 5 peering, 14 stale+active+clean, 3 active+undersized+degraded, 100 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 4/432 objects degraded (0.926%) 2024-09-10T18:29:53.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:53 smithi086 ceph-mon[63435]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-10T18:29:53.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:53 smithi086 ceph-mon[63435]: Health check failed: Degraded data redundancy: 4/432 objects degraded (0.926%), 3 pgs degraded (PG_DEGRADED) 2024-09-10T18:29:54.152 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:53 smithi155 podman[60493]: 2024-09-10 18:29:53.692585823 +0000 UTC m=+0.397886158 container start 043857fe02ad7bb3ac2d6e514d694c6e33c8e1d7c37ba8b67661593f102609d8 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_CLEAN=True, CEPH_POINT_RELEASE=) 2024-09-10T18:29:54.152 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:53 smithi155 ceph-osd[60513]: -- 172.21.15.155:0/4272744619 <== mon.1 v2:172.21.15.155:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55959eba6d00 con 0x55959eb78c00 2024-09-10T18:29:54.152 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:53 smithi155 bash[60493]: 043857fe02ad7bb3ac2d6e514d694c6e33c8e1d7c37ba8b67661593f102609d8 2024-09-10T18:29:54.152 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:53 smithi155 systemd[1]: Started Ceph osd.7 for c77f8420-6f9f-11ef-bcea-c7b262605968. 2024-09-10T18:29:54.573 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:54 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:29:54.232+0000 7f7969abd440 -1 Falling back to public interface 2024-09-10T18:29:55.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:54 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:55.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:54 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:55.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:54 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:29:55.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:54 smithi086 ceph-mon[63435]: pgmap v195: 129 pgs: 10 active+undersized, 5 peering, 13 stale+active+clean, 4 active+undersized+degraded, 97 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 10/432 objects degraded (2.315%) 2024-09-10T18:29:55.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:54 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:55.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:54 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:55.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:54 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:29:55.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:54 smithi155 ceph-mon[48620]: pgmap v195: 129 pgs: 10 active+undersized, 5 peering, 13 stale+active+clean, 4 active+undersized+degraded, 97 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 10/432 objects degraded (2.315%) 2024-09-10T18:29:56.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:56 smithi086 ceph-mon[63435]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-10T18:29:56.844 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:56 smithi155 ceph-mon[48620]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-10T18:29:57.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:57 smithi086 ceph-mon[63435]: pgmap v196: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 73/432 objects degraded (16.898%) 2024-09-10T18:29:57.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:57 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:57.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:57 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:57.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:57 smithi155 ceph-mon[48620]: pgmap v196: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 73/432 objects degraded (16.898%) 2024-09-10T18:29:57.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:57 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:57.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:57 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:59.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:58 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:59.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:58 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:59.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:58 smithi086 ceph-mon[63435]: pgmap v197: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 73/432 objects degraded (16.898%) 2024-09-10T18:29:59.392 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:58 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:59.392 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:58 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:59.393 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:58 smithi155 ceph-mon[48620]: pgmap v197: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 73/432 objects degraded (16.898%) 2024-09-10T18:29:59.393 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:59 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:29:59.157+0000 7f7969abd440 -1 osd.7 0 read_superblock omap replica is missing. 2024-09-10T18:29:59.975 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:29:59 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:29:59.771+0000 7f7969abd440 -1 osd.7 108 log_to_monitors true 2024-09-10T18:29:59.975 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:59 smithi155 ceph-mon[48620]: Health check update: Degraded data redundancy: 73/432 objects degraded (16.898%), 23 pgs degraded (PG_DEGRADED) 2024-09-10T18:29:59.975 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:59 smithi155 ceph-mon[48620]: from='osd.7 [v2:172.21.15.155:6824/3117602765,v1:172.21.15.155:6825/3117602765]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T18:29:59.975 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:59 smithi155 ceph-mon[48620]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T18:29:59.975 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:59 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:29:59.976 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:29:59 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:30:00.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:59 smithi086 ceph-mon[63435]: Health check update: Degraded data redundancy: 73/432 objects degraded (16.898%), 23 pgs degraded (PG_DEGRADED) 2024-09-10T18:30:00.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:59 smithi086 ceph-mon[63435]: from='osd.7 [v2:172.21.15.155:6824/3117602765,v1:172.21.15.155:6825/3117602765]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T18:30:00.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:59 smithi086 ceph-mon[63435]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T18:30:00.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:59 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:00.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:29:59 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:30:00.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:30:00.096+0000 7f795e863640 -1 osd.7 108 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T18:30:01.020 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; all OSDs are running quincy or later but require_osd_release < quincy; Degraded data redundancy: 73/432 objects degraded (16.898%), 23 pgs degraded 2024-09-10T18:30:01.020 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-10T18:30:01.020 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: daemon prometheus.smithi086 on smithi086 is in error state 2024-09-10T18:30:01.020 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: [WRN] OSD_DOWN: 1 osds down 2024-09-10T18:30:01.020 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: osd.7 (root=default,host=smithi155) is down 2024-09-10T18:30:01.020 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: [WRN] OSD_UPGRADE_FINISHED: all OSDs are running quincy or later but require_osd_release < quincy 2024-09-10T18:30:01.020 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: all OSDs are running quincy or later but require_osd_release < quincy 2024-09-10T18:30:01.020 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: [WRN] PG_DEGRADED: Degraded data redundancy: 73/432 objects degraded (16.898%), 23 pgs degraded 2024-09-10T18:30:01.021 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: pg 1.0 is active+undersized+degraded, acting [0,6] 2024-09-10T18:30:01.021 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: pg 2.0 is active+undersized+degraded, acting [1,0] 2024-09-10T18:30:01.021 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: pg 2.3 is active+undersized+degraded, acting [5,2] 2024-09-10T18:30:01.021 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: pg 2.4 is active+undersized+degraded, acting [1,0] 2024-09-10T18:30:01.021 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: pg 2.5 is active+undersized+degraded, acting [0,4] 2024-09-10T18:30:01.021 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: pg 2.7 is active+undersized+degraded, acting [6,2] 2024-09-10T18:30:01.021 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: pg 2.8 is active+undersized+degraded, acting [0,1] 2024-09-10T18:30:01.021 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: pg 2.9 is active+undersized+degraded, acting [1,3] 2024-09-10T18:30:01.021 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: pg 2.a is active+undersized+degraded, acting [1,3] 2024-09-10T18:30:01.021 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: pg 2.b is active+undersized+degraded, acting [4,5] 2024-09-10T18:30:01.021 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: pg 2.e is active+undersized+degraded, acting [2,3] 2024-09-10T18:30:01.022 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: pg 2.f is active+undersized+degraded, acting [4,0] 2024-09-10T18:30:01.022 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: pg 2.12 is active+undersized+degraded, acting [5,3] 2024-09-10T18:30:01.022 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: pg 2.18 is active+undersized+degraded, acting [5,4] 2024-09-10T18:30:01.022 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: pg 2.1a is active+undersized+degraded, acting [6,4] 2024-09-10T18:30:01.022 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: pg 2.1b is active+undersized+degraded, acting [3,6] 2024-09-10T18:30:01.022 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: pg 2.1d is active+undersized+degraded, acting [6,0] 2024-09-10T18:30:01.022 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: pg 2.1f is active+undersized+degraded, acting [0,4] 2024-09-10T18:30:01.022 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: pg 4.5 is active+undersized+degraded, acting [6,4] 2024-09-10T18:30:01.022 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: pg 4.a is active+undersized+degraded, acting [6,1] 2024-09-10T18:30:01.022 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: pg 4.14 is active+undersized+degraded, acting [3,1] 2024-09-10T18:30:01.022 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: pg 5.14 is active+undersized+degraded, acting [3,2] 2024-09-10T18:30:01.022 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: pg 5.19 is active+undersized+degraded, acting [1,5] 2024-09-10T18:30:01.022 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-10T18:30:01.022 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: osdmap e111: 8 total, 7 up, 8 in 2024-09-10T18:30:01.023 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: from='osd.7 [v2:172.21.15.155:6824/3117602765,v1:172.21.15.155:6825/3117602765]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T18:30:01.023 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T18:30:01.023 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:00 smithi155 ceph-mon[48620]: pgmap v199: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 73/432 objects degraded (16.898%) 2024-09-10T18:30:01.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; all OSDs are running quincy or later but require_osd_release < quincy; Degraded data redundancy: 73/432 objects degraded (16.898%), 23 pgs degraded 2024-09-10T18:30:01.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-10T18:30:01.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: daemon prometheus.smithi086 on smithi086 is in error state 2024-09-10T18:30:01.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: [WRN] OSD_DOWN: 1 osds down 2024-09-10T18:30:01.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: osd.7 (root=default,host=smithi155) is down 2024-09-10T18:30:01.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: [WRN] OSD_UPGRADE_FINISHED: all OSDs are running quincy or later but require_osd_release < quincy 2024-09-10T18:30:01.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: all OSDs are running quincy or later but require_osd_release < quincy 2024-09-10T18:30:01.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: [WRN] PG_DEGRADED: Degraded data redundancy: 73/432 objects degraded (16.898%), 23 pgs degraded 2024-09-10T18:30:01.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: pg 1.0 is active+undersized+degraded, acting [0,6] 2024-09-10T18:30:01.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: pg 2.0 is active+undersized+degraded, acting [1,0] 2024-09-10T18:30:01.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: pg 2.3 is active+undersized+degraded, acting [5,2] 2024-09-10T18:30:01.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: pg 2.4 is active+undersized+degraded, acting [1,0] 2024-09-10T18:30:01.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: pg 2.5 is active+undersized+degraded, acting [0,4] 2024-09-10T18:30:01.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: pg 2.7 is active+undersized+degraded, acting [6,2] 2024-09-10T18:30:01.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: pg 2.8 is active+undersized+degraded, acting [0,1] 2024-09-10T18:30:01.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: pg 2.9 is active+undersized+degraded, acting [1,3] 2024-09-10T18:30:01.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: pg 2.a is active+undersized+degraded, acting [1,3] 2024-09-10T18:30:01.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: pg 2.b is active+undersized+degraded, acting [4,5] 2024-09-10T18:30:01.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: pg 2.e is active+undersized+degraded, acting [2,3] 2024-09-10T18:30:01.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: pg 2.f is active+undersized+degraded, acting [4,0] 2024-09-10T18:30:01.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: pg 2.12 is active+undersized+degraded, acting [5,3] 2024-09-10T18:30:01.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: pg 2.18 is active+undersized+degraded, acting [5,4] 2024-09-10T18:30:01.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: pg 2.1a is active+undersized+degraded, acting [6,4] 2024-09-10T18:30:01.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: pg 2.1b is active+undersized+degraded, acting [3,6] 2024-09-10T18:30:01.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: pg 2.1d is active+undersized+degraded, acting [6,0] 2024-09-10T18:30:01.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: pg 2.1f is active+undersized+degraded, acting [0,4] 2024-09-10T18:30:01.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: pg 4.5 is active+undersized+degraded, acting [6,4] 2024-09-10T18:30:01.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: pg 4.a is active+undersized+degraded, acting [6,1] 2024-09-10T18:30:01.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: pg 4.14 is active+undersized+degraded, acting [3,1] 2024-09-10T18:30:01.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: pg 5.14 is active+undersized+degraded, acting [3,2] 2024-09-10T18:30:01.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: pg 5.19 is active+undersized+degraded, acting [1,5] 2024-09-10T18:30:01.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-10T18:30:01.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: osdmap e111: 8 total, 7 up, 8 in 2024-09-10T18:30:01.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: from='osd.7 [v2:172.21.15.155:6824/3117602765,v1:172.21.15.155:6825/3117602765]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T18:30:01.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2024-09-10T18:30:01.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:00 smithi086 ceph-mon[63435]: pgmap v199: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 73/432 objects degraded (16.898%) 2024-09-10T18:30:02.188 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:01 smithi155 ceph-mon[48620]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:30:02.188 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:01 smithi155 ceph-mon[48620]: osd.7 [v2:172.21.15.155:6824/3117602765,v1:172.21.15.155:6825/3117602765] boot 2024-09-10T18:30:02.188 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:01 smithi155 ceph-mon[48620]: osdmap e112: 8 total, 8 up, 8 in 2024-09-10T18:30:02.188 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:01 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:30:02.189 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:01 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:02.189 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:01 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:02.189 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:01 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:30:02.189 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:01 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:30:02.189 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:01 smithi155 ceph-mon[48620]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:30:02.189 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:01 smithi155 ceph-mon[48620]: pgmap v201: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 73/432 objects degraded (16.898%) 2024-09-10T18:30:02.189 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:01 smithi155 ceph-mon[48620]: pgmap v202: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 402 B/s rd, 0 op/s; 73/432 objects degraded (16.898%) 2024-09-10T18:30:02.189 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:01 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:02.189 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:01 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:02.333 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:01 smithi086 ceph-mon[63435]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:30:02.333 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:01 smithi086 ceph-mon[63435]: osd.7 [v2:172.21.15.155:6824/3117602765,v1:172.21.15.155:6825/3117602765] boot 2024-09-10T18:30:02.333 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:01 smithi086 ceph-mon[63435]: osdmap e112: 8 total, 8 up, 8 in 2024-09-10T18:30:02.333 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:01 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:30:02.333 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:01 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:02.334 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:01 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:02.334 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:01 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:30:02.334 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:01 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:30:02.334 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:01 smithi086 ceph-mon[63435]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:30:02.334 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:01 smithi086 ceph-mon[63435]: pgmap v201: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 73/432 objects degraded (16.898%) 2024-09-10T18:30:02.334 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:01 smithi086 ceph-mon[63435]: pgmap v202: 129 pgs: 33 active+undersized, 23 active+undersized+degraded, 73 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 402 B/s rd, 0 op/s; 73/432 objects degraded (16.898%) 2024-09-10T18:30:02.334 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:01 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:02.334 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:01 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:03.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:03 smithi086 ceph-mon[63435]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:30:03.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:03 smithi086 ceph-mon[63435]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:30:03.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:03 smithi086 ceph-mon[63435]: osdmap e113: 8 total, 8 up, 8 in 2024-09-10T18:30:03.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:03 smithi155 ceph-mon[48620]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:30:03.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:03 smithi155 ceph-mon[48620]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:30:03.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:03 smithi155 ceph-mon[48620]: osdmap e113: 8 total, 8 up, 8 in 2024-09-10T18:30:04.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:04 smithi086 ceph-mon[63435]: pgmap v204: 129 pgs: 9 peering, 25 active+undersized, 19 active+undersized+degraded, 76 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 63/432 objects degraded (14.583%) 2024-09-10T18:30:04.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:04 smithi155 ceph-mon[48620]: pgmap v204: 129 pgs: 9 peering, 25 active+undersized, 19 active+undersized+degraded, 76 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 63/432 objects degraded (14.583%) 2024-09-10T18:30:05.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:05 smithi086 ceph-mon[63435]: Health check update: Degraded data redundancy: 63/432 objects degraded (14.583%), 19 pgs degraded (PG_DEGRADED) 2024-09-10T18:30:05.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:05 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:30:05.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:05 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:05.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:05 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:05.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:05 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:05.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:05 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:05.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:05 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:05.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:05 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-09-10T18:30:05.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:05 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-10T18:30:05.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:05 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-09-10T18:30:05.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:05 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-10T18:30:05.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:05 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-09-10T18:30:05.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:05 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-10T18:30:05.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:05 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-09-10T18:30:05.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:05 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-10T18:30:05.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:05 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-09-10T18:30:05.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:05 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-10T18:30:05.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:05 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-09-10T18:30:05.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:05 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-10T18:30:05.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:05 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-09-10T18:30:05.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:05 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-10T18:30:05.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:05 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-09-10T18:30:05.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:05 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-10T18:30:05.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:05 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd require-osd-release", "release": "quincy"}]: dispatch 2024-09-10T18:30:05.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:05 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:05.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:05 smithi155 ceph-mon[48620]: Health check update: Degraded data redundancy: 63/432 objects degraded (14.583%), 19 pgs degraded (PG_DEGRADED) 2024-09-10T18:30:05.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:05 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:30:05.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:05 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:05.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:05 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:05.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:05 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:05.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:05 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:05.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:05 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:05.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:05 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-09-10T18:30:05.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:05 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-10T18:30:05.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:05 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-09-10T18:30:05.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:05 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-10T18:30:05.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:05 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-09-10T18:30:05.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:05 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-10T18:30:05.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:05 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-09-10T18:30:05.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:05 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-10T18:30:05.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:05 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-09-10T18:30:05.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:05 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-10T18:30:05.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:05 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-09-10T18:30:05.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:05 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-10T18:30:05.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:05 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-09-10T18:30:05.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:05 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-10T18:30:05.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:05 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-09-10T18:30:05.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:05 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-10T18:30:05.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:05 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd require-osd-release", "release": "quincy"}]: dispatch 2024-09-10T18:30:05.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:05 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:06.359 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:06 smithi086 ceph-mon[63435]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:30:06.359 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:30:06.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:30:06.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:30:06.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:30:06.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:30:06.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:30:06.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:30:06.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:30:06.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:30:06.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:30:06.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:30:06.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:30:06.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:30:06.360 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:30:06.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:30:06.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:30:06.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:30:06.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:30:06.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:30:06.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:30:06.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:30:06.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:30:06.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:30:06.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:30:06.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.wait_async( 2024-09-10T18:30:06.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:30:06.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:30:06.361 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:30:06.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return future.result(timeout) 2024-09-10T18:30:06.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:30:06.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.__get_result() 2024-09-10T18:30:06.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:30:06.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise self._exception 2024-09-10T18:30:06.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:30:06.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:30:06.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:30:06.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise OrchestratorError( 2024-09-10T18:30:06.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:30:06.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:30:06.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:30:06.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:30:06.362 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:30:06.363 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:30:06.363 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:30:06.363 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:30:06.363 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:30:06.363 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:30:06.363 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:30:06.363 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:30:06.363 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:30:06.363 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:30:06.363 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:30:06.363 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:30:06.363 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:30:06.363 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:30:06.363 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:30:06.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:30:06.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:30:06.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:06 smithi086 ceph-mon[63435]: Upgrade: Setting container_image for all osd 2024-09-10T18:30:06.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:06 smithi086 ceph-mon[63435]: Upgrade: Setting require_osd_release to 17 quincy 2024-09-10T18:30:06.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:06 smithi086 ceph-mon[63435]: pgmap v205: 129 pgs: 9 peering, 4 active+undersized+degraded, 116 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 11/432 objects degraded (2.546%) 2024-09-10T18:30:06.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:06 smithi086 ceph-mon[63435]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-09-10T18:30:06.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:06 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "osd require-osd-release", "release": "quincy"}]': finished 2024-09-10T18:30:06.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:06 smithi086 ceph-mon[63435]: osdmap e114: 8 total, 8 up, 8 in 2024-09-10T18:30:06.364 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:06 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi086.wmhkxy"]}]: dispatch 2024-09-10T18:30:06.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:06 smithi155 ceph-mon[48620]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:30:06.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:30:06.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:30:06.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:30:06.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:30:06.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:30:06.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:30:06.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:30:06.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:30:06.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:30:06.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:30:06.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:30:06.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:30:06.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:30:06.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:30:06.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:30:06.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:30:06.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:30:06.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:30:06.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:30:06.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:30:06.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:30:06.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:30:06.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:30:06.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:30:06.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.wait_async( 2024-09-10T18:30:06.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:30:06.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:30:06.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:30:06.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return future.result(timeout) 2024-09-10T18:30:06.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:30:06.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.__get_result() 2024-09-10T18:30:06.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:30:06.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise self._exception 2024-09-10T18:30:06.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:30:06.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:30:06.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:30:06.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise OrchestratorError( 2024-09-10T18:30:06.407 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:30:06.407 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:30:06.407 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:30:06.407 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:30:06.407 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:30:06.407 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:30:06.407 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:30:06.407 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:30:06.407 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:30:06.407 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:30:06.408 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:30:06.408 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:30:06.408 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:30:06.408 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:30:06.408 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:30:06.408 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:30:06.408 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:30:06.408 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:30:06.408 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:30:06.408 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:30:06.408 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:30:06.408 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:06 smithi155 ceph-mon[48620]: Upgrade: Setting container_image for all osd 2024-09-10T18:30:06.408 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:06 smithi155 ceph-mon[48620]: Upgrade: Setting require_osd_release to 17 quincy 2024-09-10T18:30:06.409 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:06 smithi155 ceph-mon[48620]: pgmap v205: 129 pgs: 9 peering, 4 active+undersized+degraded, 116 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 11/432 objects degraded (2.546%) 2024-09-10T18:30:06.409 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:06 smithi155 ceph-mon[48620]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-09-10T18:30:06.409 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:06 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "osd require-osd-release", "release": "quincy"}]': finished 2024-09-10T18:30:06.409 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:06 smithi155 ceph-mon[48620]: osdmap e114: 8 total, 8 up, 8 in 2024-09-10T18:30:06.409 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:06 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi086.wmhkxy"]}]: dispatch 2024-09-10T18:30:07.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:07 smithi086 ceph-mon[63435]: Upgrade: It appears safe to stop mds.foofs.smithi086.wmhkxy 2024-09-10T18:30:07.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:07 smithi155 ceph-mon[48620]: Upgrade: It appears safe to stop mds.foofs.smithi086.wmhkxy 2024-09-10T18:30:08.731 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:08 smithi086 ceph-mon[63435]: Upgrade: Updating mds.foofs.smithi086.wmhkxy 2024-09-10T18:30:08.731 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:08 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:08.731 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:08 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi086.wmhkxy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-10T18:30:08.731 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:08 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:30:08.731 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:08 smithi086 ceph-mon[63435]: Deploying daemon mds.foofs.smithi086.wmhkxy on smithi086 2024-09-10T18:30:08.731 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:08 smithi086 ceph-mon[63435]: pgmap v207: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:30:08.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:08 smithi155 ceph-mon[48620]: Upgrade: Updating mds.foofs.smithi086.wmhkxy 2024-09-10T18:30:08.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:08 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:08.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:08 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi086.wmhkxy", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-10T18:30:08.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:08 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:30:08.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:08 smithi155 ceph-mon[48620]: Deploying daemon mds.foofs.smithi086.wmhkxy on smithi086 2024-09-10T18:30:08.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:08 smithi155 ceph-mon[48620]: pgmap v207: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:30:09.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:09 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon-smithi086[63431]: 2024-09-10T18:30:09.083+0000 7f7f9488c640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-10T18:30:09.401 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:30:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:30:09.104+0000 7f794a02d640 -1 bdev(0x55959f961c00 /var/lib/ceph/osd/ceph-7/block) aio_submit retries 3 2024-09-10T18:30:09.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:09 smithi086 ceph-mon[63435]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 11/432 objects degraded (2.546%), 4 pgs degraded) 2024-09-10T18:30:09.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:09 smithi086 ceph-mon[63435]: daemon mds.foofs.smithi086.wmhkxy compat changed unexpectedly 2024-09-10T18:30:09.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:09 smithi086 ceph-mon[63435]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-10T18:30:09.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:09 smithi086 ceph-mon[63435]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-10T18:30:09.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:09 smithi086 ceph-mon[63435]: osdmap e115: 8 total, 8 up, 8 in 2024-09-10T18:30:09.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:09 smithi086 ceph-mon[63435]: Standby daemon mds.foofs.smithi155.ddyadp assigned to filesystem foofs as rank 0 2024-09-10T18:30:09.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:09 smithi086 ceph-mon[63435]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-10T18:30:09.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:09 smithi086 ceph-mon[63435]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-10T18:30:09.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:09 smithi086 ceph-mon[63435]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-09-10T18:30:09.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:09 smithi086 ceph-mon[63435]: fsmap foofs:1/1 {0=foofs.smithi155.ddyadp=up:replay} 2024-09-10T18:30:09.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:09 smithi155 ceph-mon[48620]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 11/432 objects degraded (2.546%), 4 pgs degraded) 2024-09-10T18:30:09.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:09 smithi155 ceph-mon[48620]: daemon mds.foofs.smithi086.wmhkxy compat changed unexpectedly 2024-09-10T18:30:09.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:09 smithi155 ceph-mon[48620]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-10T18:30:09.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:09 smithi155 ceph-mon[48620]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-10T18:30:09.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:09 smithi155 ceph-mon[48620]: osdmap e115: 8 total, 8 up, 8 in 2024-09-10T18:30:09.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:09 smithi155 ceph-mon[48620]: Standby daemon mds.foofs.smithi155.ddyadp assigned to filesystem foofs as rank 0 2024-09-10T18:30:09.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:09 smithi155 ceph-mon[48620]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-10T18:30:09.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:09 smithi155 ceph-mon[48620]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-10T18:30:09.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:09 smithi155 ceph-mon[48620]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-09-10T18:30:09.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:09 smithi155 ceph-mon[48620]: fsmap foofs:1/1 {0=foofs.smithi155.ddyadp=up:replay} 2024-09-10T18:30:10.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:10 smithi086 ceph-mon[63435]: pgmap v209: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 553 KiB/s rd, 0 op/s 2024-09-10T18:30:10.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:10 smithi155 ceph-mon[48620]: pgmap v209: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 553 KiB/s rd, 0 op/s 2024-09-10T18:30:11.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:11 smithi086 ceph-mon[63435]: reconnect by client.24503 172.21.15.155:0/2353834189 after 0.000999979 2024-09-10T18:30:11.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:11 smithi086 ceph-mon[63435]: reconnect by client.14748 172.21.15.86:0/2026620663 after 0.000999979 2024-09-10T18:30:11.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:11 smithi086 ceph-mon[63435]: mds.? [v2:172.21.15.155:6832/704433499,v1:172.21.15.155:6833/704433499] up:reconnect 2024-09-10T18:30:11.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:11 smithi086 ceph-mon[63435]: fsmap foofs:1/1 {0=foofs.smithi155.ddyadp=up:reconnect} 2024-09-10T18:30:11.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:11 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi086.wmhkxy"}]: dispatch 2024-09-10T18:30:11.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:11 smithi155 ceph-mon[48620]: reconnect by client.24503 172.21.15.155:0/2353834189 after 0.000999979 2024-09-10T18:30:11.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:11 smithi155 ceph-mon[48620]: reconnect by client.14748 172.21.15.86:0/2026620663 after 0.000999979 2024-09-10T18:30:11.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:11 smithi155 ceph-mon[48620]: mds.? [v2:172.21.15.155:6832/704433499,v1:172.21.15.155:6833/704433499] up:reconnect 2024-09-10T18:30:11.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:11 smithi155 ceph-mon[48620]: fsmap foofs:1/1 {0=foofs.smithi155.ddyadp=up:reconnect} 2024-09-10T18:30:11.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:11 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi086.wmhkxy"}]: dispatch 2024-09-10T18:30:12.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:12 smithi086 ceph-mon[63435]: mds.? [v2:172.21.15.155:6832/704433499,v1:172.21.15.155:6833/704433499] up:rejoin 2024-09-10T18:30:12.937 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:12 smithi086 ceph-mon[63435]: fsmap foofs:1/1 {0=foofs.smithi155.ddyadp=up:rejoin} 2024-09-10T18:30:12.937 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:12 smithi086 ceph-mon[63435]: daemon mds.foofs.smithi155.ddyadp is now active in filesystem foofs as rank 0 2024-09-10T18:30:12.937 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:12 smithi086 ceph-mon[63435]: pgmap v210: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 6 op/s 2024-09-10T18:30:12.938 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:12 smithi155 ceph-mon[48620]: mds.? [v2:172.21.15.155:6832/704433499,v1:172.21.15.155:6833/704433499] up:rejoin 2024-09-10T18:30:12.938 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:12 smithi155 ceph-mon[48620]: fsmap foofs:1/1 {0=foofs.smithi155.ddyadp=up:rejoin} 2024-09-10T18:30:12.938 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:12 smithi155 ceph-mon[48620]: daemon mds.foofs.smithi155.ddyadp is now active in filesystem foofs as rank 0 2024-09-10T18:30:12.938 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:12 smithi155 ceph-mon[48620]: pgmap v210: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 6 op/s 2024-09-10T18:30:13.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:13 smithi086 ceph-mon[63435]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-10T18:30:13.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:13 smithi086 ceph-mon[63435]: mds.? [v2:172.21.15.155:6832/704433499,v1:172.21.15.155:6833/704433499] up:active 2024-09-10T18:30:13.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:13 smithi086 ceph-mon[63435]: fsmap foofs:1 {0=foofs.smithi155.ddyadp=up:active} 2024-09-10T18:30:13.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:13 smithi155 ceph-mon[48620]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-10T18:30:13.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:13 smithi155 ceph-mon[48620]: mds.? [v2:172.21.15.155:6832/704433499,v1:172.21.15.155:6833/704433499] up:active 2024-09-10T18:30:13.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:13 smithi155 ceph-mon[48620]: fsmap foofs:1 {0=foofs.smithi155.ddyadp=up:active} 2024-09-10T18:30:14.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:14 smithi086 ceph-mon[63435]: pgmap v211: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 24 MiB/s rd, 10 op/s 2024-09-10T18:30:14.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:14 smithi155 ceph-mon[48620]: pgmap v211: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 24 MiB/s rd, 10 op/s 2024-09-10T18:30:16.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:15 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:16.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:15 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:30:16.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:15 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:16.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:15 smithi155 ceph-mon[48620]: pgmap v212: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 22 MiB/s rd, 214 B/s wr, 13 op/s 2024-09-10T18:30:16.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:15 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:16.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:15 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:30:16.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:15 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:16.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:15 smithi086 ceph-mon[63435]: pgmap v212: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 22 MiB/s rd, 214 B/s wr, 13 op/s 2024-09-10T18:30:16.931 INFO:teuthology.orchestra.run.smithi086.stdout:true 2024-09-10T18:30:17.548 INFO:teuthology.orchestra.run.smithi086.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:30:17.548 INFO:teuthology.orchestra.run.smithi086.stdout:alertmanager.smithi086 smithi086 *:9093,9094 running (17m) 2m ago 19m 19.3M - 0.20.0 0881eb8f169f 6f4c7936f6b6 2024-09-10T18:30:17.548 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi086 smithi086 running (4m) 2m ago 19m 6899k - 17.2.7-1606-g5be57395 4c55dd409611 8c82d6e03a06 2024-09-10T18:30:17.548 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi155 smithi155 running (4m) 20s ago 18m 6899k - 17.2.7-1606-g5be57395 4c55dd409611 07aec365c37d 2024-09-10T18:30:17.548 INFO:teuthology.orchestra.run.smithi086.stdout:grafana.smithi086 smithi086 *:3000 running (17m) 2m ago 18m 35.5M - 6.7.4 557c83e11646 013c9bd31cbe 2024-09-10T18:30:17.548 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi086.wmhkxy smithi086 running (13m) 2m ago 13m 40.4M - 16.2.4 8d91d370c2b8 3f5e7a0d954a 2024-09-10T18:30:17.548 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi155.ddyadp smithi155 running (13m) 20s ago 13m 15.5M - 16.2.4 8d91d370c2b8 fed2aba1e81e 2024-09-10T18:30:17.549 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi086.qqqtpz smithi086 *:8443,9283 running (8m) 2m ago 20m 455M - 17.2.7-1606-g5be57395 4c55dd409611 40e989a592fb 2024-09-10T18:30:17.549 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi155.gxleeu smithi155 *:8443,9283 running (5m) 20s ago 18m 399M - 17.2.7-1606-g5be57395 4c55dd409611 2645dc364b4e 2024-09-10T18:30:17.549 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi086 smithi086 running (5m) 2m ago 20m 68.5M 2048M 17.2.7-1606-g5be57395 4c55dd409611 b00a3c0f9663 2024-09-10T18:30:17.549 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi155 smithi155 running (4m) 20s ago 18m 55.3M 2048M 17.2.7-1606-g5be57395 4c55dd409611 a70277e6c2c8 2024-09-10T18:30:17.549 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.0.0.smithi086.nvloft smithi086 *:2049 running (10m) 2m ago 10m 143M - 3.5 8d91d370c2b8 ac635a8973ea 2024-09-10T18:30:17.549 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.1.0.smithi155.xwyoxo smithi155 *:2049 running (10m) 20s ago 10m 90.7M - 3.5 8d91d370c2b8 5d4993e7f1ca 2024-09-10T18:30:17.549 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi086 smithi086 *:9100 running (18m) 2m ago 18m 17.2M - 0.18.1 e5a616e4b9cf ebcaa2fe985c 2024-09-10T18:30:17.549 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi155 smithi155 *:9100 running (17m) 20s ago 17m 17.2M - 0.18.1 e5a616e4b9cf 1811325b1f2a 2024-09-10T18:30:17.549 INFO:teuthology.orchestra.run.smithi086.stdout:osd.0 smithi086 running (3m) 2m ago 17m 127M 4096M 17.2.7-1606-g5be57395 4c55dd409611 08577c2b188c 2024-09-10T18:30:17.549 INFO:teuthology.orchestra.run.smithi086.stdout:osd.1 smithi086 running (3m) 2m ago 17m 107M 4096M 17.2.7-1606-g5be57395 4c55dd409611 ce19410da085 2024-09-10T18:30:17.549 INFO:teuthology.orchestra.run.smithi086.stdout:osd.2 smithi086 running (2m) 2m ago 16m 86.9M 4096M 17.2.7-1606-g5be57395 4c55dd409611 b015f30a58b2 2024-09-10T18:30:17.549 INFO:teuthology.orchestra.run.smithi086.stdout:osd.3 smithi086 running (2m) 2m ago 16m 11.6M 4096M 17.2.7-1606-g5be57395 4c55dd409611 fe10a9ba8223 2024-09-10T18:30:17.549 INFO:teuthology.orchestra.run.smithi086.stdout:osd.4 smithi155 running (2m) 20s ago 16m 131M 4096M 17.2.7-1606-g5be57395 4c55dd409611 9ded783e22ed 2024-09-10T18:30:17.550 INFO:teuthology.orchestra.run.smithi086.stdout:osd.5 smithi155 running (94s) 20s ago 15m 123M 4096M 17.2.7-1606-g5be57395 4c55dd409611 1bcf92b05308 2024-09-10T18:30:17.550 INFO:teuthology.orchestra.run.smithi086.stdout:osd.6 smithi155 running (59s) 20s ago 15m 111M 4096M 17.2.7-1606-g5be57395 4c55dd409611 c92116c9e51a 2024-09-10T18:30:17.550 INFO:teuthology.orchestra.run.smithi086.stdout:osd.7 smithi155 running (24s) 20s ago 15m 13.5M 4096M 17.2.7-1606-g5be57395 4c55dd409611 043857fe02ad 2024-09-10T18:30:17.550 INFO:teuthology.orchestra.run.smithi086.stdout:prometheus.smithi086 smithi086 *:9095 error 2m ago 18m 44.4M - 2.18.1 de242295e225 b0d895b622f6 2024-09-10T18:30:17.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:17 smithi086 ceph-mon[63435]: from='client.34332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:30:17.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:17 smithi086 ceph-mon[63435]: from='client.34336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:30:17.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:17 smithi086 ceph-mon[63435]: pgmap v213: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 204 B/s wr, 13 op/s 2024-09-10T18:30:17.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:17 smithi155 ceph-mon[48620]: from='client.34332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:30:17.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:17 smithi155 ceph-mon[48620]: from='client.34336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:30:17.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:17 smithi155 ceph-mon[48620]: pgmap v213: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 204 B/s wr, 13 op/s 2024-09-10T18:30:17.948 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:30:17.949 INFO:teuthology.orchestra.run.smithi086.stdout: "mon": { 2024-09-10T18:30:17.949 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:30:17.949 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:30:17.949 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr": { 2024-09-10T18:30:17.949 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:30:17.949 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:30:17.949 INFO:teuthology.orchestra.run.smithi086.stdout: "osd": { 2024-09-10T18:30:17.949 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 8 2024-09-10T18:30:17.949 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:30:17.949 INFO:teuthology.orchestra.run.smithi086.stdout: "mds": { 2024-09-10T18:30:17.949 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1 2024-09-10T18:30:17.949 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:30:17.949 INFO:teuthology.orchestra.run.smithi086.stdout: "overall": { 2024-09-10T18:30:17.950 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-10T18:30:17.950 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 12 2024-09-10T18:30:17.950 INFO:teuthology.orchestra.run.smithi086.stdout: } 2024-09-10T18:30:17.950 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:30:18.276 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:30:18.276 INFO:teuthology.orchestra.run.smithi086.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T18:30:18.277 INFO:teuthology.orchestra.run.smithi086.stdout: "in_progress": true, 2024-09-10T18:30:18.277 INFO:teuthology.orchestra.run.smithi086.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T18:30:18.277 INFO:teuthology.orchestra.run.smithi086.stdout: "services_complete": [ 2024-09-10T18:30:18.277 INFO:teuthology.orchestra.run.smithi086.stdout: "mon", 2024-09-10T18:30:18.277 INFO:teuthology.orchestra.run.smithi086.stdout: "crash", 2024-09-10T18:30:18.277 INFO:teuthology.orchestra.run.smithi086.stdout: "osd", 2024-09-10T18:30:18.277 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr" 2024-09-10T18:30:18.278 INFO:teuthology.orchestra.run.smithi086.stdout: ], 2024-09-10T18:30:18.278 INFO:teuthology.orchestra.run.smithi086.stdout: "progress": "14/23 daemons upgraded", 2024-09-10T18:30:18.278 INFO:teuthology.orchestra.run.smithi086.stdout: "message": "Currently upgrading mds daemons", 2024-09-10T18:30:18.278 INFO:teuthology.orchestra.run.smithi086.stdout: "is_paused": false 2024-09-10T18:30:18.278 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:30:18.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:18 smithi086 ceph-mon[63435]: from='client.34340 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:30:18.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:18 smithi086 ceph-mon[63435]: from='client.? 172.21.15.86:0/2519096974' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:18.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:18 smithi086 ceph-mon[63435]: from='client.34348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:30:18.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:18 smithi155 ceph-mon[48620]: from='client.34340 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:30:18.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:18 smithi155 ceph-mon[48620]: from='client.? 172.21.15.86:0/2519096974' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:18.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:18 smithi155 ceph-mon[48620]: from='client.34348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:30:19.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:19 smithi086 ceph-mon[63435]: pgmap v214: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 196 B/s wr, 13 op/s 2024-09-10T18:30:19.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:19 smithi155 ceph-mon[48620]: pgmap v214: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 196 B/s wr, 13 op/s 2024-09-10T18:30:21.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:20 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:21.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:20 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:21.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:20 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:30:21.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:20 smithi086 ceph-mon[63435]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-10T18:30:21.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:20 smithi086 ceph-mon[63435]: mds.? [v2:172.21.15.86:6834/2645397675,v1:172.21.15.86:6835/2645397675] up:boot 2024-09-10T18:30:21.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:20 smithi086 ceph-mon[63435]: fsmap foofs:1 {0=foofs.smithi155.ddyadp=up:active} 1 up:standby 2024-09-10T18:30:21.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:20 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi086.wmhkxy"}]: dispatch 2024-09-10T18:30:21.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:20 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:21.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:20 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:21.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:20 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:30:21.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:20 smithi155 ceph-mon[48620]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-10T18:30:21.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:20 smithi155 ceph-mon[48620]: mds.? [v2:172.21.15.86:6834/2645397675,v1:172.21.15.86:6835/2645397675] up:boot 2024-09-10T18:30:21.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:20 smithi155 ceph-mon[48620]: fsmap foofs:1 {0=foofs.smithi155.ddyadp=up:active} 1 up:standby 2024-09-10T18:30:21.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:20 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi086.wmhkxy"}]: dispatch 2024-09-10T18:30:22.015 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:21 smithi086 ceph-mon[63435]: pgmap v215: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 7.2 KiB/s wr, 14 op/s 2024-09-10T18:30:22.053 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:21 smithi155 ceph-mon[48620]: pgmap v215: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 7.2 KiB/s wr, 14 op/s 2024-09-10T18:30:23.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:23 smithi086 ceph-mon[63435]: pgmap v216: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.0 MiB/s rd, 7.2 KiB/s wr, 10 op/s 2024-09-10T18:30:23.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:23 smithi155 ceph-mon[48620]: pgmap v216: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.0 MiB/s rd, 7.2 KiB/s wr, 10 op/s 2024-09-10T18:30:26.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:26 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:26.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:26 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:26.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:26 smithi086 ceph-mon[63435]: pgmap v217: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.0 MiB/s rd, 7.2 KiB/s wr, 7 op/s 2024-09-10T18:30:26.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:26 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:26.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:26 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:26.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:26 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:26.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:26 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:26.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:26 smithi155 ceph-mon[48620]: pgmap v217: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.0 MiB/s rd, 7.2 KiB/s wr, 7 op/s 2024-09-10T18:30:26.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:26 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:26.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:26 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:27.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:27 smithi086 ceph-mon[63435]: pgmap v218: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.1 KiB/s rd, 7.0 KiB/s wr, 3 op/s 2024-09-10T18:30:27.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:27 smithi155 ceph-mon[48620]: pgmap v218: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.1 KiB/s rd, 7.0 KiB/s wr, 3 op/s 2024-09-10T18:30:30.070 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:30 smithi086 ceph-mon[63435]: Detected new or changed devices on smithi086 2024-09-10T18:30:30.070 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:30.070 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:30.071 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:30:30.071 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:30:30.071 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:30 smithi086 ceph-mon[63435]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:30:30.071 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:30 smithi086 ceph-mon[63435]: pgmap v219: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 176 B/s rd, 7.3 KiB/s wr, 3 op/s 2024-09-10T18:30:30.071 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:30 smithi086 ceph-mon[63435]: pgmap v220: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 213 B/s rd, 8.8 KiB/s wr, 3 op/s 2024-09-10T18:30:30.071 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:30.071 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:30.071 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:30 smithi086 ceph-mon[63435]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:30:30.071 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:30 smithi086 ceph-mon[63435]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:30:30.071 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:30.071 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:30:30.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:30 smithi155 ceph-mon[48620]: Detected new or changed devices on smithi086 2024-09-10T18:30:30.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:30.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:30.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:30:30.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:30:30.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:30 smithi155 ceph-mon[48620]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:30:30.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:30 smithi155 ceph-mon[48620]: pgmap v219: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 176 B/s rd, 7.3 KiB/s wr, 3 op/s 2024-09-10T18:30:30.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:30 smithi155 ceph-mon[48620]: pgmap v220: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 213 B/s rd, 8.8 KiB/s wr, 3 op/s 2024-09-10T18:30:30.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:30.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:30.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:30 smithi155 ceph-mon[48620]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:30:30.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:30 smithi155 ceph-mon[48620]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:30:30.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:30.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:30:32.375 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:32 smithi086 ceph-mon[63435]: pgmap v221: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 213 B/s rd, 320 B/s wr, 0 op/s 2024-09-10T18:30:32.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:32 smithi155 ceph-mon[48620]: pgmap v221: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 213 B/s rd, 320 B/s wr, 0 op/s 2024-09-10T18:30:33.320 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:33 smithi155 ceph-mon[48620]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:30:33.320 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:30:33.320 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:30:33.320 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:30:33.320 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:30:33.320 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:30:33.321 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:30:33.321 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:30:33.321 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:30:33.321 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:30:33.321 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:30:33.321 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:30:33.321 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:30:33.321 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:30:33.321 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:30:33.321 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:30:33.322 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:30:33.322 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:30:33.322 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:30:33.322 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:30:33.322 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:30:33.322 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:30:33.322 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:30:33.322 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:30:33.322 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:30:33.322 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.wait_async( 2024-09-10T18:30:33.322 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:30:33.322 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:30:33.322 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:30:33.322 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return future.result(timeout) 2024-09-10T18:30:33.323 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:30:33.323 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.__get_result() 2024-09-10T18:30:33.323 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:30:33.323 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise self._exception 2024-09-10T18:30:33.323 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:30:33.324 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:30:33.324 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:30:33.324 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise OrchestratorError( 2024-09-10T18:30:33.324 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:30:33.324 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:30:33.324 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:30:33.325 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:30:33.325 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:30:33.325 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:30:33.325 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:30:33.325 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:30:33.325 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:30:33.326 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:30:33.326 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:30:33.326 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:30:33.326 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:30:33.327 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:30:33.327 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:30:33.327 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:30:33.327 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:30:33.327 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:30:33.327 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:30:33.327 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:30:33.328 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:30:33.328 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:33 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:30:33.328 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:33 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:33.328 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:33 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:33.328 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:33 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:33.328 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:33 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:33.329 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:33 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi155.ddyadp"]}]: dispatch 2024-09-10T18:30:33.329 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:33 smithi155 ceph-mon[48620]: Upgrade: It appears safe to stop mds.foofs.smithi155.ddyadp 2024-09-10T18:30:33.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:33 smithi086 ceph-mon[63435]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:30:33.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:30:33.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:30:33.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:30:33.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:30:33.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:30:33.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:30:33.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:30:33.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:30:33.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:30:33.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:30:33.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:30:33.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:30:33.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:30:33.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:30:33.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:30:33.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:30:33.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:30:33.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:30:33.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:30:33.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:30:33.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:30:33.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:30:33.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:30:33.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:30:33.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.wait_async( 2024-09-10T18:30:33.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:30:33.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:30:33.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:30:33.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return future.result(timeout) 2024-09-10T18:30:33.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:30:33.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.__get_result() 2024-09-10T18:30:33.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:30:33.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise self._exception 2024-09-10T18:30:33.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:30:33.600 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:30:33.601 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:30:33.601 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise OrchestratorError( 2024-09-10T18:30:33.601 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:30:33.601 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:30:33.601 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:30:33.601 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:30:33.601 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:30:33.601 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:30:33.601 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:30:33.601 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:30:33.601 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:30:33.601 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:30:33.602 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:30:33.602 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:30:33.602 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:30:33.602 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:30:33.602 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:30:33.602 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:30:33.602 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:30:33.602 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:30:33.602 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:30:33.602 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:30:33.602 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:30:33.602 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:33 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:30:33.602 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:33 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:33.602 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:33 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:33.602 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:33 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:33.603 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:33 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:33.603 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:33 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi155.ddyadp"]}]: dispatch 2024-09-10T18:30:33.603 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:33 smithi086 ceph-mon[63435]: Upgrade: It appears safe to stop mds.foofs.smithi155.ddyadp 2024-09-10T18:30:34.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:34 smithi155 ceph-mon[48620]: pgmap v222: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 213 B/s rd, 320 B/s wr, 0 op/s 2024-09-10T18:30:34.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:34.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi155.ddyadp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-10T18:30:34.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:34 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:30:34.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:34 smithi086 ceph-mon[63435]: pgmap v222: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 213 B/s rd, 320 B/s wr, 0 op/s 2024-09-10T18:30:34.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:34.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi155.ddyadp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-10T18:30:34.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:34 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:30:35.395 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:35 smithi155 ceph-mon[48620]: Upgrade: Updating mds.foofs.smithi155.ddyadp 2024-09-10T18:30:35.395 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:35 smithi155 ceph-mon[48620]: Deploying daemon mds.foofs.smithi155.ddyadp on smithi155 2024-09-10T18:30:35.571 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:35 smithi086 ceph-mon[63435]: Upgrade: Updating mds.foofs.smithi155.ddyadp 2024-09-10T18:30:35.571 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:35 smithi086 ceph-mon[63435]: Deploying daemon mds.foofs.smithi155.ddyadp on smithi155 2024-09-10T18:30:35.652 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:30:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5[55864]: 2024-09-10T18:30:35.593+0000 7f7f35229640 -1 bdev(0x559a29f2bc00 /var/lib/ceph/osd/ceph-5/block) aio_submit retries 7 2024-09-10T18:30:35.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:30:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:30:35.589+0000 7f794c832640 -1 bdev(0x55959f961c00 /var/lib/ceph/osd/ceph-7/block) aio_submit retries 3 2024-09-10T18:30:35.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:30:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:30:35.590+0000 7f794a02d640 -1 bdev(0x55959f961c00 /var/lib/ceph/osd/ceph-7/block) aio_submit retries 5 2024-09-10T18:30:35.653 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:30:35 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:30:35.590+0000 7f7947027640 -1 bdev(0x55959f961c00 /var/lib/ceph/osd/ceph-7/block) aio_submit retries 5 2024-09-10T18:30:35.845 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:30:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1[72480]: 2024-09-10T18:30:35.589+0000 7f194f665640 -1 bdev(0x564d25edfc00 /var/lib/ceph/osd/ceph-1/block) aio_submit retries 1 2024-09-10T18:30:35.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:35 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon-smithi086[63431]: 2024-09-10T18:30:35.569+0000 7f7f9488c640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-10T18:30:36.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:36 smithi155 ceph-mon[48620]: pgmap v223: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 213 B/s rd, 320 B/s wr, 0 op/s 2024-09-10T18:30:36.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:36 smithi155 ceph-mon[48620]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-10T18:30:36.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:36 smithi155 ceph-mon[48620]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-10T18:30:36.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:36 smithi155 ceph-mon[48620]: osdmap e116: 8 total, 8 up, 8 in 2024-09-10T18:30:36.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:36 smithi155 ceph-mon[48620]: Standby daemon mds.foofs.smithi086.wmhkxy assigned to filesystem foofs as rank 0 2024-09-10T18:30:36.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:36 smithi155 ceph-mon[48620]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-10T18:30:36.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:36 smithi155 ceph-mon[48620]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-10T18:30:36.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:36 smithi155 ceph-mon[48620]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-09-10T18:30:36.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:36 smithi155 ceph-mon[48620]: fsmap foofs:1/1 {0=foofs.smithi086.wmhkxy=up:replay} 2024-09-10T18:30:36.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:36 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi155.ddyadp"}]: dispatch 2024-09-10T18:30:36.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:36 smithi086 ceph-mon[63435]: pgmap v223: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 213 B/s rd, 320 B/s wr, 0 op/s 2024-09-10T18:30:36.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:36 smithi086 ceph-mon[63435]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-10T18:30:36.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:36 smithi086 ceph-mon[63435]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-10T18:30:36.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:36 smithi086 ceph-mon[63435]: osdmap e116: 8 total, 8 up, 8 in 2024-09-10T18:30:36.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:36 smithi086 ceph-mon[63435]: Standby daemon mds.foofs.smithi086.wmhkxy assigned to filesystem foofs as rank 0 2024-09-10T18:30:36.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:36 smithi086 ceph-mon[63435]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-10T18:30:36.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:36 smithi086 ceph-mon[63435]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-10T18:30:36.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:36 smithi086 ceph-mon[63435]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-09-10T18:30:36.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:36 smithi086 ceph-mon[63435]: fsmap foofs:1/1 {0=foofs.smithi086.wmhkxy=up:replay} 2024-09-10T18:30:36.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:36 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi155.ddyadp"}]: dispatch 2024-09-10T18:30:38.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:38 smithi155 ceph-mon[48620]: pgmap v225: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.5 MiB/s rd, 383 B/s wr, 2 op/s 2024-09-10T18:30:38.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:38 smithi155 ceph-mon[48620]: reconnect by client.14748 172.21.15.86:0/2026620663 after 0.000999996 2024-09-10T18:30:38.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:38 smithi155 ceph-mon[48620]: reconnect by client.24503 172.21.15.155:0/2353834189 after 0.000999996 2024-09-10T18:30:38.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:38 smithi155 ceph-mon[48620]: mds.? [v2:172.21.15.86:6834/2645397675,v1:172.21.15.86:6835/2645397675] up:reconnect 2024-09-10T18:30:38.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:38 smithi155 ceph-mon[48620]: fsmap foofs:1/1 {0=foofs.smithi086.wmhkxy=up:reconnect} 2024-09-10T18:30:38.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:38 smithi086 ceph-mon[63435]: pgmap v225: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.5 MiB/s rd, 383 B/s wr, 2 op/s 2024-09-10T18:30:38.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:38 smithi086 ceph-mon[63435]: reconnect by client.14748 172.21.15.86:0/2026620663 after 0.000999996 2024-09-10T18:30:38.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:38 smithi086 ceph-mon[63435]: reconnect by client.24503 172.21.15.155:0/2353834189 after 0.000999996 2024-09-10T18:30:38.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:38 smithi086 ceph-mon[63435]: mds.? [v2:172.21.15.86:6834/2645397675,v1:172.21.15.86:6835/2645397675] up:reconnect 2024-09-10T18:30:38.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:38 smithi086 ceph-mon[63435]: fsmap foofs:1/1 {0=foofs.smithi086.wmhkxy=up:reconnect} 2024-09-10T18:30:39.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:39 smithi086 ceph-mon[63435]: mds.? [v2:172.21.15.86:6834/2645397675,v1:172.21.15.86:6835/2645397675] up:rejoin 2024-09-10T18:30:39.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:39 smithi086 ceph-mon[63435]: fsmap foofs:1/1 {0=foofs.smithi086.wmhkxy=up:rejoin} 2024-09-10T18:30:39.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:39 smithi086 ceph-mon[63435]: daemon mds.foofs.smithi086.wmhkxy is now active in filesystem foofs as rank 0 2024-09-10T18:30:39.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:39 smithi155 ceph-mon[48620]: mds.? [v2:172.21.15.86:6834/2645397675,v1:172.21.15.86:6835/2645397675] up:rejoin 2024-09-10T18:30:39.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:39 smithi155 ceph-mon[48620]: fsmap foofs:1/1 {0=foofs.smithi086.wmhkxy=up:rejoin} 2024-09-10T18:30:39.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:39 smithi155 ceph-mon[48620]: daemon mds.foofs.smithi086.wmhkxy is now active in filesystem foofs as rank 0 2024-09-10T18:30:40.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:40 smithi086 ceph-mon[63435]: pgmap v226: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.4 MiB/s rd, 307 B/s wr, 2 op/s 2024-09-10T18:30:40.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:40 smithi086 ceph-mon[63435]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-10T18:30:40.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:40 smithi086 ceph-mon[63435]: mds.? [v2:172.21.15.86:6834/2645397675,v1:172.21.15.86:6835/2645397675] up:active 2024-09-10T18:30:40.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:40 smithi086 ceph-mon[63435]: fsmap foofs:1 {0=foofs.smithi086.wmhkxy=up:active} 2024-09-10T18:30:40.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:40 smithi155 ceph-mon[48620]: pgmap v226: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.4 MiB/s rd, 307 B/s wr, 2 op/s 2024-09-10T18:30:40.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:40 smithi155 ceph-mon[48620]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-10T18:30:40.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:40 smithi155 ceph-mon[48620]: mds.? [v2:172.21.15.86:6834/2645397675,v1:172.21.15.86:6835/2645397675] up:active 2024-09-10T18:30:40.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:40 smithi155 ceph-mon[48620]: fsmap foofs:1 {0=foofs.smithi086.wmhkxy=up:active} 2024-09-10T18:30:42.479 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:42 smithi155 ceph-mon[48620]: pgmap v227: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 204 B/s wr, 9 op/s 2024-09-10T18:30:42.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:42 smithi086 ceph-mon[63435]: pgmap v227: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 204 B/s wr, 9 op/s 2024-09-10T18:30:44.299 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:44 smithi155 ceph-mon[48620]: pgmap v228: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 204 B/s wr, 9 op/s 2024-09-10T18:30:44.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:44 smithi086 ceph-mon[63435]: pgmap v228: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 204 B/s wr, 9 op/s 2024-09-10T18:30:45.762 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:45 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:45.762 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:45 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:45.762 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:45 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:30:45.762 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:45 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:45.763 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:45 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:30:45.763 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:45 smithi155 ceph-mon[48620]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-10T18:30:45.763 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:45 smithi155 ceph-mon[48620]: mds.? [v2:172.21.15.155:6832/4147161586,v1:172.21.15.155:6833/4147161586] up:boot 2024-09-10T18:30:45.763 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:45 smithi155 ceph-mon[48620]: fsmap foofs:1 {0=foofs.smithi086.wmhkxy=up:active} 1 up:standby 2024-09-10T18:30:45.763 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:45 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi155.ddyadp"}]: dispatch 2024-09-10T18:30:45.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:45 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:45.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:45 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:45.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:45 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:30:45.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:45 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:45.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:45 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:30:45.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:45 smithi086 ceph-mon[63435]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-10T18:30:45.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:45 smithi086 ceph-mon[63435]: mds.? [v2:172.21.15.155:6832/4147161586,v1:172.21.15.155:6833/4147161586] up:boot 2024-09-10T18:30:45.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:45 smithi086 ceph-mon[63435]: fsmap foofs:1 {0=foofs.smithi086.wmhkxy=up:active} 1 up:standby 2024-09-10T18:30:45.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:45 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi155.ddyadp"}]: dispatch 2024-09-10T18:30:46.746 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:46 smithi155 ceph-mon[48620]: pgmap v229: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 204 B/s wr, 10 op/s 2024-09-10T18:30:46.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:46 smithi086 ceph-mon[63435]: pgmap v229: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 204 B/s wr, 10 op/s 2024-09-10T18:30:48.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:48 smithi086 ceph-mon[63435]: pgmap v230: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 7.7 KiB/s wr, 12 op/s 2024-09-10T18:30:48.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:48 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:48.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:48 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:48.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:48 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:48.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:48 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:48.617 INFO:teuthology.orchestra.run.smithi086.stdout:true 2024-09-10T18:30:48.639 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:48 smithi155 ceph-mon[48620]: pgmap v230: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 18 MiB/s rd, 7.7 KiB/s wr, 12 op/s 2024-09-10T18:30:48.639 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:48 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:48.640 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:48 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:48.640 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:48 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:48.640 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:48 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:49.256 INFO:teuthology.orchestra.run.smithi086.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:30:49.256 INFO:teuthology.orchestra.run.smithi086.stdout:alertmanager.smithi086 smithi086 *:9093,9094 running (18m) 23s ago 19m 19.3M - 0.20.0 0881eb8f169f 6f4c7936f6b6 2024-09-10T18:30:49.257 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi086 smithi086 running (4m) 23s ago 19m 6899k - 17.2.7-1606-g5be57395 4c55dd409611 8c82d6e03a06 2024-09-10T18:30:49.257 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi155 smithi155 running (4m) 1s ago 18m 6899k - 17.2.7-1606-g5be57395 4c55dd409611 07aec365c37d 2024-09-10T18:30:49.257 INFO:teuthology.orchestra.run.smithi086.stdout:grafana.smithi086 smithi086 *:3000 running (17m) 23s ago 19m 35.7M - 6.7.4 557c83e11646 013c9bd31cbe 2024-09-10T18:30:49.257 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi086.wmhkxy smithi086 running (29s) 23s ago 14m 12.6M - 17.2.7-1606-g5be57395 4c55dd409611 c8a61d274600 2024-09-10T18:30:49.257 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi155.ddyadp smithi155 running (5s) 1s ago 14m 11.2M - 17.2.7-1606-g5be57395 4c55dd409611 05685bfa697f 2024-09-10T18:30:49.257 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi086.qqqtpz smithi086 *:8443,9283 running (8m) 23s ago 20m 465M - 17.2.7-1606-g5be57395 4c55dd409611 40e989a592fb 2024-09-10T18:30:49.257 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi155.gxleeu smithi155 *:8443,9283 running (5m) 1s ago 18m 400M - 17.2.7-1606-g5be57395 4c55dd409611 2645dc364b4e 2024-09-10T18:30:49.257 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi086 smithi086 running (5m) 23s ago 20m 84.0M 2048M 17.2.7-1606-g5be57395 4c55dd409611 b00a3c0f9663 2024-09-10T18:30:49.257 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi155 smithi155 running (5m) 1s ago 18m 63.0M 2048M 17.2.7-1606-g5be57395 4c55dd409611 a70277e6c2c8 2024-09-10T18:30:49.257 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.0.0.smithi086.nvloft smithi086 *:2049 running (11m) 23s ago 11m 144M - 3.5 8d91d370c2b8 ac635a8973ea 2024-09-10T18:30:49.257 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.1.0.smithi155.xwyoxo smithi155 *:2049 running (11m) 1s ago 11m 90.7M - 3.5 8d91d370c2b8 5d4993e7f1ca 2024-09-10T18:30:49.258 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi086 smithi086 *:9100 running (19m) 23s ago 19m 17.2M - 0.18.1 e5a616e4b9cf ebcaa2fe985c 2024-09-10T18:30:49.258 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi155 smithi155 *:9100 running (18m) 1s ago 18m 17.2M - 0.18.1 e5a616e4b9cf 1811325b1f2a 2024-09-10T18:30:49.258 INFO:teuthology.orchestra.run.smithi086.stdout:osd.0 smithi086 running (4m) 23s ago 18m 136M 4096M 17.2.7-1606-g5be57395 4c55dd409611 08577c2b188c 2024-09-10T18:30:49.258 INFO:teuthology.orchestra.run.smithi086.stdout:osd.1 smithi086 running (3m) 23s ago 17m 116M 4096M 17.2.7-1606-g5be57395 4c55dd409611 ce19410da085 2024-09-10T18:30:49.258 INFO:teuthology.orchestra.run.smithi086.stdout:osd.2 smithi086 running (3m) 23s ago 17m 94.6M 4096M 17.2.7-1606-g5be57395 4c55dd409611 b015f30a58b2 2024-09-10T18:30:49.258 INFO:teuthology.orchestra.run.smithi086.stdout:osd.3 smithi086 running (3m) 23s ago 16m 130M 4096M 17.2.7-1606-g5be57395 4c55dd409611 fe10a9ba8223 2024-09-10T18:30:49.258 INFO:teuthology.orchestra.run.smithi086.stdout:osd.4 smithi155 running (2m) 1s ago 16m 134M 4096M 17.2.7-1606-g5be57395 4c55dd409611 9ded783e22ed 2024-09-10T18:30:49.258 INFO:teuthology.orchestra.run.smithi086.stdout:osd.5 smithi155 running (2m) 1s ago 16m 130M 4096M 17.2.7-1606-g5be57395 4c55dd409611 1bcf92b05308 2024-09-10T18:30:49.258 INFO:teuthology.orchestra.run.smithi086.stdout:osd.6 smithi155 running (91s) 1s ago 15m 118M 4096M 17.2.7-1606-g5be57395 4c55dd409611 c92116c9e51a 2024-09-10T18:30:49.258 INFO:teuthology.orchestra.run.smithi086.stdout:osd.7 smithi155 running (55s) 1s ago 15m 151M 4096M 17.2.7-1606-g5be57395 4c55dd409611 043857fe02ad 2024-09-10T18:30:49.258 INFO:teuthology.orchestra.run.smithi086.stdout:prometheus.smithi086 smithi086 *:9095 error 23s ago 18m 44.4M - 2.18.1 de242295e225 b0d895b622f6 2024-09-10T18:30:49.635 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:30:49.635 INFO:teuthology.orchestra.run.smithi086.stdout: "mon": { 2024-09-10T18:30:49.635 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:30:49.635 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:30:49.636 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr": { 2024-09-10T18:30:49.636 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:30:49.636 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:30:49.636 INFO:teuthology.orchestra.run.smithi086.stdout: "osd": { 2024-09-10T18:30:49.636 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 8 2024-09-10T18:30:49.636 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:30:49.637 INFO:teuthology.orchestra.run.smithi086.stdout: "mds": { 2024-09-10T18:30:49.637 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:30:49.637 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:30:49.637 INFO:teuthology.orchestra.run.smithi086.stdout: "overall": { 2024-09-10T18:30:49.637 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 14 2024-09-10T18:30:49.637 INFO:teuthology.orchestra.run.smithi086.stdout: } 2024-09-10T18:30:49.638 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:30:49.975 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:30:49.975 INFO:teuthology.orchestra.run.smithi086.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T18:30:49.975 INFO:teuthology.orchestra.run.smithi086.stdout: "in_progress": true, 2024-09-10T18:30:49.975 INFO:teuthology.orchestra.run.smithi086.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T18:30:49.975 INFO:teuthology.orchestra.run.smithi086.stdout: "services_complete": [ 2024-09-10T18:30:49.975 INFO:teuthology.orchestra.run.smithi086.stdout: "crash", 2024-09-10T18:30:49.975 INFO:teuthology.orchestra.run.smithi086.stdout: "mds", 2024-09-10T18:30:49.975 INFO:teuthology.orchestra.run.smithi086.stdout: "mon", 2024-09-10T18:30:49.975 INFO:teuthology.orchestra.run.smithi086.stdout: "osd", 2024-09-10T18:30:49.976 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr" 2024-09-10T18:30:49.976 INFO:teuthology.orchestra.run.smithi086.stdout: ], 2024-09-10T18:30:49.976 INFO:teuthology.orchestra.run.smithi086.stdout: "progress": "16/23 daemons upgraded", 2024-09-10T18:30:49.976 INFO:teuthology.orchestra.run.smithi086.stdout: "message": "Currently upgrading mds daemons", 2024-09-10T18:30:49.976 INFO:teuthology.orchestra.run.smithi086.stdout: "is_paused": false 2024-09-10T18:30:49.976 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:30:50.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:50 smithi086 ceph-mon[63435]: from='client.34358 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:30:50.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:50 smithi086 ceph-mon[63435]: from='client.34362 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:30:50.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:50 smithi086 ceph-mon[63435]: pgmap v231: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 12 MiB/s rd, 7.3 KiB/s wr, 10 op/s 2024-09-10T18:30:50.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:50 smithi086 ceph-mon[63435]: from='client.34366 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:30:50.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:50 smithi086 ceph-mon[63435]: from='client.? 172.21.15.86:0/402218482' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:50.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:50 smithi155 ceph-mon[48620]: from='client.34358 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:30:50.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:50 smithi155 ceph-mon[48620]: from='client.34362 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:30:50.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:50 smithi155 ceph-mon[48620]: pgmap v231: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 12 MiB/s rd, 7.3 KiB/s wr, 10 op/s 2024-09-10T18:30:50.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:50 smithi155 ceph-mon[48620]: from='client.34366 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:30:50.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:50 smithi155 ceph-mon[48620]: from='client.? 172.21.15.86:0/402218482' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:51.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:51 smithi086 ceph-mon[63435]: from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:30:51.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:51 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:51.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:51 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:51.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:51 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:30:51.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:51 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:30:51.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:51 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:51.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:51 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:51.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:51 smithi155 ceph-mon[48620]: from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:30:51.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:51 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:51.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:51 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:51.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:51 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:30:51.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:51 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:30:51.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:51 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:51.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:51 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:52.577 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:52 smithi155 ceph-mon[48620]: Detected new or changed devices on smithi155 2024-09-10T18:30:52.577 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:52 smithi155 ceph-mon[48620]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:30:52.577 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:52 smithi155 ceph-mon[48620]: pgmap v232: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 10 MiB/s rd, 9.1 KiB/s wr, 10 op/s 2024-09-10T18:30:52.577 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:52 smithi155 ceph-mon[48620]: pgmap v233: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.7 KiB/s rd, 11 KiB/s wr, 6 op/s 2024-09-10T18:30:52.577 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:52 smithi155 ceph-mon[48620]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:30:52.577 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:52 smithi155 ceph-mon[48620]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:30:52.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:52 smithi086 ceph-mon[63435]: Detected new or changed devices on smithi155 2024-09-10T18:30:52.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:52 smithi086 ceph-mon[63435]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:30:52.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:52 smithi086 ceph-mon[63435]: pgmap v232: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 10 MiB/s rd, 9.1 KiB/s wr, 10 op/s 2024-09-10T18:30:52.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:52 smithi086 ceph-mon[63435]: pgmap v233: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.7 KiB/s rd, 11 KiB/s wr, 6 op/s 2024-09-10T18:30:52.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:52 smithi086 ceph-mon[63435]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:30:52.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:52 smithi086 ceph-mon[63435]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:30:54.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:54 smithi086 ceph-mon[63435]: pgmap v234: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.7 KiB/s rd, 11 KiB/s wr, 6 op/s 2024-09-10T18:30:54.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:54 smithi155 ceph-mon[48620]: pgmap v234: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.7 KiB/s rd, 11 KiB/s wr, 6 op/s 2024-09-10T18:30:55.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:55 smithi086 ceph-mon[63435]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:30:55.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:30:55.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:30:55.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:30:55.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:30:55.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:30:55.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:30:55.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:30:55.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:30:55.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:30:55.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:30:55.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:30:55.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:30:55.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:30:55.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:30:55.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:30:55.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:30:55.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:30:55.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:30:55.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:30:55.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:30:55.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:30:55.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:30:55.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:30:55.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:30:55.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.wait_async( 2024-09-10T18:30:55.596 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:30:55.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:30:55.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:30:55.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return future.result(timeout) 2024-09-10T18:30:55.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:30:55.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.__get_result() 2024-09-10T18:30:55.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:30:55.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise self._exception 2024-09-10T18:30:55.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:30:55.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:30:55.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:30:55.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise OrchestratorError( 2024-09-10T18:30:55.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:30:55.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:30:55.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:30:55.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:30:55.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:30:55.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:30:55.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:30:55.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:30:55.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:30:55.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:30:55.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:30:55.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:30:55.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:30:55.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:30:55.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:30:55.598 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:30:55.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:30:55.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:30:55.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:30:55.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:30:55.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:30:55.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:55 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:30:55.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:55 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:55.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:55 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:55.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:55 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:55.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:55 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:55.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:55 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:55.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:55 smithi086 ceph-mon[63435]: Upgrade: Setting container_image for all mds 2024-09-10T18:30:55.599 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:55 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:55.600 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:55 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi086.wmhkxy"}]: dispatch 2024-09-10T18:30:55.600 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:55 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi086.wmhkxy"}]': finished 2024-09-10T18:30:55.600 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:55 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi155.ddyadp"}]: dispatch 2024-09-10T18:30:55.600 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:55 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi155.ddyadp"}]': finished 2024-09-10T18:30:55.600 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:55 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:55.600 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:55 smithi086 ceph-mon[63435]: Upgrade: Setting container_image for all rgw 2024-09-10T18:30:55.600 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:55 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:55.600 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:55 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:55.600 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:55 smithi086 ceph-mon[63435]: Upgrade: Setting container_image for all rbd-mirror 2024-09-10T18:30:55.600 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:55 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:55.600 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:55 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:55.600 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:55 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:55.600 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:55 smithi086 ceph-mon[63435]: Upgrade: Setting container_image for all iscsi 2024-09-10T18:30:55.601 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:55 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:55.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:55 smithi155 ceph-mon[48620]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:30:55.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:30:55.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:30:55.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:30:55.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:30:55.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:30:55.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:30:55.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:30:55.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:30:55.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:30:55.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:30:55.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:30:55.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:30:55.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:30:55.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:30:55.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:30:55.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:30:55.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:30:55.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:30:55.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:30:55.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:30:55.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:30:55.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:30:55.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:30:55.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:30:55.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.wait_async( 2024-09-10T18:30:55.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:30:55.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:30:55.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:30:55.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return future.result(timeout) 2024-09-10T18:30:55.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:30:55.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.__get_result() 2024-09-10T18:30:55.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:30:55.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise self._exception 2024-09-10T18:30:55.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:30:55.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:30:55.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:30:55.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise OrchestratorError( 2024-09-10T18:30:55.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:30:55.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:30:55.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:30:55.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:30:55.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:30:55.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:30:55.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:30:55.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:30:55.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:30:55.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:30:55.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:30:55.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:30:55.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:30:55.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:30:55.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:30:55.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:30:55.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:30:55.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:30:55.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:30:55.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:30:55.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:30:55.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:55 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:30:55.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:55 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:55.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:55 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:55.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:55 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:55.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:55 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:55.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:55 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:55.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:55 smithi155 ceph-mon[48620]: Upgrade: Setting container_image for all mds 2024-09-10T18:30:55.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:55 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:55.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:55 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi086.wmhkxy"}]: dispatch 2024-09-10T18:30:55.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:55 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi086.wmhkxy"}]': finished 2024-09-10T18:30:55.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:55 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi155.ddyadp"}]: dispatch 2024-09-10T18:30:55.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:55 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi155.ddyadp"}]': finished 2024-09-10T18:30:55.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:55 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:55.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:55 smithi155 ceph-mon[48620]: Upgrade: Setting container_image for all rgw 2024-09-10T18:30:55.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:55 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:55.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:55 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:55.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:55 smithi155 ceph-mon[48620]: Upgrade: Setting container_image for all rbd-mirror 2024-09-10T18:30:55.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:55 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:55.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:55 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:55.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:55 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:30:55.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:55 smithi155 ceph-mon[48620]: Upgrade: Setting container_image for all iscsi 2024-09-10T18:30:55.658 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:55 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:56.509 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:56 smithi086 ceph-mon[63435]: pgmap v235: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 205 B/s rd, 12 KiB/s wr, 5 op/s 2024-09-10T18:30:56.509 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:56 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:56.509 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:56 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi086.nvloft", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-10T18:30:56.510 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:56 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-10T18:30:56.510 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:56 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-10T18:30:56.510 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:56 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:30:56.510 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:56 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-10T18:30:56.510 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:56 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-10T18:30:56.510 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:56 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi086.nvloft-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:30:56.510 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:56 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:30:56.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:56 smithi155 ceph-mon[48620]: pgmap v235: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 205 B/s rd, 12 KiB/s wr, 5 op/s 2024-09-10T18:30:56.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:56 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:30:56.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:56 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi086.nvloft", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-10T18:30:56.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:56 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-10T18:30:56.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:56 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-10T18:30:56.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:56 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:30:56.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:56 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-10T18:30:56.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:56 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-10T18:30:56.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:56 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi086.nvloft-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:30:56.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:56 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:30:57.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:57 smithi086 ceph-mon[63435]: Upgrade: Updating nfs.foo.0.0.smithi086.nvloft (1/2) 2024-09-10T18:30:57.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:57 smithi086 ceph-mon[63435]: Creating key for client.nfs.foo.0.0.smithi086.nvloft 2024-09-10T18:30:57.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:57 smithi086 ceph-mon[63435]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-10T18:30:57.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:57 smithi086 ceph-mon[63435]: Rados config object exists: conf-nfs.foo 2024-09-10T18:30:57.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:57 smithi086 ceph-mon[63435]: Creating key for client.nfs.foo.0.0.smithi086.nvloft-rgw 2024-09-10T18:30:57.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:57 smithi086 ceph-mon[63435]: Bind address in nfs.foo.0.0.smithi086.nvloft's ganesha conf is defaulting to empty 2024-09-10T18:30:57.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:57 smithi086 ceph-mon[63435]: Deploying daemon nfs.foo.0.0.smithi086.nvloft on smithi086 2024-09-10T18:30:57.643 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:57 smithi155 ceph-mon[48620]: Upgrade: Updating nfs.foo.0.0.smithi086.nvloft (1/2) 2024-09-10T18:30:57.643 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:57 smithi155 ceph-mon[48620]: Creating key for client.nfs.foo.0.0.smithi086.nvloft 2024-09-10T18:30:57.643 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:57 smithi155 ceph-mon[48620]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-10T18:30:57.644 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:57 smithi155 ceph-mon[48620]: Rados config object exists: conf-nfs.foo 2024-09-10T18:30:57.644 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:57 smithi155 ceph-mon[48620]: Creating key for client.nfs.foo.0.0.smithi086.nvloft-rgw 2024-09-10T18:30:57.644 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:57 smithi155 ceph-mon[48620]: Bind address in nfs.foo.0.0.smithi086.nvloft's ganesha conf is defaulting to empty 2024-09-10T18:30:57.644 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:57 smithi155 ceph-mon[48620]: Deploying daemon nfs.foo.0.0.smithi086.nvloft on smithi086 2024-09-10T18:30:58.649 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:30:58 smithi086 ceph-mon[63435]: pgmap v236: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 411 B/s rd, 3.6 KiB/s wr, 2 op/s 2024-09-10T18:30:58.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:30:58 smithi155 ceph-mon[48620]: pgmap v236: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 411 B/s rd, 3.6 KiB/s wr, 2 op/s 2024-09-10T18:31:00.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:00 smithi155 ceph-mon[48620]: pgmap v237: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 411 B/s rd, 3.6 KiB/s wr, 2 op/s 2024-09-10T18:31:00.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:00 smithi155 ceph-mon[48620]: Evicting (and blocklisting) client session 14748 (172.21.15.86:0/2026620663) 2024-09-10T18:31:00.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:00 smithi155 ceph-mon[48620]: from='mds.? [v2:172.21.15.86:6834/2645397675,v1:172.21.15.86:6835/2645397675]' entity='mds.foofs.smithi086.wmhkxy' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.86:0/2026620663"}]: dispatch 2024-09-10T18:31:00.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:00 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:00.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:00 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:00.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:00 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:00.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:00 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:31:00.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:00 smithi086 ceph-mon[63435]: pgmap v237: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 411 B/s rd, 3.6 KiB/s wr, 2 op/s 2024-09-10T18:31:00.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:00 smithi086 ceph-mon[63435]: Evicting (and blocklisting) client session 14748 (172.21.15.86:0/2026620663) 2024-09-10T18:31:00.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:00 smithi086 ceph-mon[63435]: from='mds.? [v2:172.21.15.86:6834/2645397675,v1:172.21.15.86:6835/2645397675]' entity='mds.foofs.smithi086.wmhkxy' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.86:0/2026620663"}]: dispatch 2024-09-10T18:31:00.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:00 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:00.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:00 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:00.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:00 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:00.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:00 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:31:01.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:01 smithi086 ceph-mon[63435]: from='mds.? [v2:172.21.15.86:6834/2645397675,v1:172.21.15.86:6835/2645397675]' entity='mds.foofs.smithi086.wmhkxy' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.86:0/2026620663"}]': finished 2024-09-10T18:31:01.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:01 smithi086 ceph-mon[63435]: osdmap e117: 8 total, 8 up, 8 in 2024-09-10T18:31:01.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:01 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:01.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:01 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi155.xwyoxo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-10T18:31:01.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:01 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-10T18:31:01.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:01 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-10T18:31:01.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:01 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:31:01.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:01 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-10T18:31:01.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:01 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-10T18:31:01.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:01 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi155.xwyoxo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:31:01.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:01 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:31:01.643 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:01 smithi155 ceph-mon[48620]: from='mds.? [v2:172.21.15.86:6834/2645397675,v1:172.21.15.86:6835/2645397675]' entity='mds.foofs.smithi086.wmhkxy' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.86:0/2026620663"}]': finished 2024-09-10T18:31:01.643 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:01 smithi155 ceph-mon[48620]: osdmap e117: 8 total, 8 up, 8 in 2024-09-10T18:31:01.643 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:01 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:01.643 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:01 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi155.xwyoxo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-10T18:31:01.643 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:01 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-10T18:31:01.643 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:01 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-10T18:31:01.643 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:01 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:31:01.643 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:01 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-10T18:31:01.643 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:01 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-10T18:31:01.644 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:01 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi155.xwyoxo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:31:01.644 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:01 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:31:02.542 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:02 smithi155 ceph-mon[48620]: Upgrade: Updating nfs.foo.1.0.smithi155.xwyoxo (2/2) 2024-09-10T18:31:02.542 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:02 smithi155 ceph-mon[48620]: Creating key for client.nfs.foo.1.0.smithi155.xwyoxo 2024-09-10T18:31:02.542 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:02 smithi155 ceph-mon[48620]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-10T18:31:02.542 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:02 smithi155 ceph-mon[48620]: Rados config object exists: conf-nfs.foo 2024-09-10T18:31:02.542 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:02 smithi155 ceph-mon[48620]: Creating key for client.nfs.foo.1.0.smithi155.xwyoxo-rgw 2024-09-10T18:31:02.542 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:02 smithi155 ceph-mon[48620]: Bind address in nfs.foo.1.0.smithi155.xwyoxo's ganesha conf is defaulting to empty 2024-09-10T18:31:02.542 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:02 smithi155 ceph-mon[48620]: Deploying daemon nfs.foo.1.0.smithi155.xwyoxo on smithi155 2024-09-10T18:31:02.542 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:02 smithi155 ceph-mon[48620]: pgmap v239: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 614 B/s rd, 1.8 KiB/s wr, 1 op/s 2024-09-10T18:31:02.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:02 smithi086 ceph-mon[63435]: Upgrade: Updating nfs.foo.1.0.smithi155.xwyoxo (2/2) 2024-09-10T18:31:02.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:02 smithi086 ceph-mon[63435]: Creating key for client.nfs.foo.1.0.smithi155.xwyoxo 2024-09-10T18:31:02.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:02 smithi086 ceph-mon[63435]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-10T18:31:02.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:02 smithi086 ceph-mon[63435]: Rados config object exists: conf-nfs.foo 2024-09-10T18:31:02.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:02 smithi086 ceph-mon[63435]: Creating key for client.nfs.foo.1.0.smithi155.xwyoxo-rgw 2024-09-10T18:31:02.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:02 smithi086 ceph-mon[63435]: Bind address in nfs.foo.1.0.smithi155.xwyoxo's ganesha conf is defaulting to empty 2024-09-10T18:31:02.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:02 smithi086 ceph-mon[63435]: Deploying daemon nfs.foo.1.0.smithi155.xwyoxo on smithi155 2024-09-10T18:31:02.845 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:02 smithi086 ceph-mon[63435]: pgmap v239: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 614 B/s rd, 1.8 KiB/s wr, 1 op/s 2024-09-10T18:31:04.628 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:04 smithi086 ceph-mon[63435]: pgmap v240: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 2.6 KiB/s rd, 1.8 KiB/s wr, 4 op/s 2024-09-10T18:31:04.667 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:04 smithi155 ceph-mon[48620]: pgmap v240: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 2.6 KiB/s rd, 1.8 KiB/s wr, 4 op/s 2024-09-10T18:31:05.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:05 smithi086 ceph-mon[63435]: Evicting (and blocklisting) client session 24503 (172.21.15.155:0/2353834189) 2024-09-10T18:31:05.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:05 smithi086 ceph-mon[63435]: from='mds.? [v2:172.21.15.86:6834/2645397675,v1:172.21.15.86:6835/2645397675]' entity='mds.foofs.smithi086.wmhkxy' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.155:0/2353834189"}]: dispatch 2024-09-10T18:31:05.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:05 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:05.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:05 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:05.595 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:05 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:31:05.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:05 smithi155 ceph-mon[48620]: Evicting (and blocklisting) client session 24503 (172.21.15.155:0/2353834189) 2024-09-10T18:31:05.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:05 smithi155 ceph-mon[48620]: from='mds.? [v2:172.21.15.86:6834/2645397675,v1:172.21.15.86:6835/2645397675]' entity='mds.foofs.smithi086.wmhkxy' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.155:0/2353834189"}]: dispatch 2024-09-10T18:31:05.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:05 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:05.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:05 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:05.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:05 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:31:06.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:06 smithi155 ceph-mon[48620]: pgmap v241: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 2.8 KiB/s rd, 1023 B/s wr, 3 op/s 2024-09-10T18:31:06.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:06 smithi155 ceph-mon[48620]: from='mds.? [v2:172.21.15.86:6834/2645397675,v1:172.21.15.86:6835/2645397675]' entity='mds.foofs.smithi086.wmhkxy' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.155:0/2353834189"}]': finished 2024-09-10T18:31:06.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:06 smithi155 ceph-mon[48620]: osdmap e118: 8 total, 8 up, 8 in 2024-09-10T18:31:06.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:06 smithi086 ceph-mon[63435]: pgmap v241: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 2.8 KiB/s rd, 1023 B/s wr, 3 op/s 2024-09-10T18:31:06.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:06 smithi086 ceph-mon[63435]: from='mds.? [v2:172.21.15.86:6834/2645397675,v1:172.21.15.86:6835/2645397675]' entity='mds.foofs.smithi086.wmhkxy' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.155:0/2353834189"}]': finished 2024-09-10T18:31:06.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:06 smithi086 ceph-mon[63435]: osdmap e118: 8 total, 8 up, 8 in 2024-09-10T18:31:08.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:08 smithi086 ceph-mon[63435]: pgmap v243: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.0 KiB/s wr, 7 op/s 2024-09-10T18:31:08.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:08 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:08.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:08 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:08.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:08 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:08.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:08 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:08.755 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:08 smithi155 ceph-mon[48620]: pgmap v243: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.0 KiB/s wr, 7 op/s 2024-09-10T18:31:08.755 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:08 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:08.755 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:08 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:08.755 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:08 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:08.756 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:08 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:10.753 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:10 smithi155 ceph-mon[48620]: pgmap v244: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 1.5 KiB/s wr, 6 op/s 2024-09-10T18:31:10.754 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:10 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:10.754 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:10 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:10.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:10 smithi086 ceph-mon[63435]: pgmap v244: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 1.5 KiB/s wr, 6 op/s 2024-09-10T18:31:10.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:10 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:10.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:10 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:12.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:11 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:12.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:11 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:12.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:11 smithi086 ceph-mon[63435]: pgmap v245: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.8 KiB/s rd, 1.6 KiB/s wr, 5 op/s 2024-09-10T18:31:12.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:11 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:12.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:11 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:12.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:11 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:12.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:11 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:12.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:11 smithi155 ceph-mon[48620]: pgmap v245: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.8 KiB/s rd, 1.6 KiB/s wr, 5 op/s 2024-09-10T18:31:12.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:11 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:12.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:11 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:14.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:14 smithi086 ceph-mon[63435]: pgmap v246: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.1 KiB/s wr, 3 op/s 2024-09-10T18:31:14.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:14 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:14.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:14 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:14.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:14 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:31:14.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:14 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:31:14.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:14 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:14.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:14 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:14.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:14 smithi155 ceph-mon[48620]: pgmap v246: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.1 KiB/s wr, 3 op/s 2024-09-10T18:31:14.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:14 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:14.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:14 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:14.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:14 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:31:14.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:14 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:31:14.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:14 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:14.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:14 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:15.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:15 smithi086 ceph-mon[63435]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:31:15.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:15 smithi086 ceph-mon[63435]: pgmap v247: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2024-09-10T18:31:15.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:15 smithi086 ceph-mon[63435]: pgmap v248: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.9 KiB/s rd, 840 B/s wr, 3 op/s 2024-09-10T18:31:15.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:15 smithi086 ceph-mon[63435]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:31:15.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:15 smithi086 ceph-mon[63435]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:31:15.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:15 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:31:15.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:15 smithi155 ceph-mon[48620]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:31:15.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:15 smithi155 ceph-mon[48620]: pgmap v247: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2024-09-10T18:31:15.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:15 smithi155 ceph-mon[48620]: pgmap v248: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.9 KiB/s rd, 840 B/s wr, 3 op/s 2024-09-10T18:31:15.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:15 smithi155 ceph-mon[48620]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:31:15.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:15 smithi155 ceph-mon[48620]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:31:15.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:15 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:31:17.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:17 smithi086 ceph-mon[63435]: pgmap v249: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 344 B/s wr, 0 op/s 2024-09-10T18:31:17.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:17 smithi155 ceph-mon[48620]: pgmap v249: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 344 B/s wr, 0 op/s 2024-09-10T18:31:18.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:18 smithi086 ceph-mon[63435]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:31:18.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:31:18.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:31:18.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:31:18.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:31:18.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:31:18.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:31:18.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:31:18.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:31:18.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:31:18.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:31:18.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:31:18.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:31:18.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:31:18.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:31:18.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:31:18.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:31:18.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:31:18.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:31:18.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:31:18.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:31:18.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:31:18.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:31:18.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:31:18.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:31:18.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.wait_async( 2024-09-10T18:31:18.346 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:31:18.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:31:18.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:31:18.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return future.result(timeout) 2024-09-10T18:31:18.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:31:18.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.__get_result() 2024-09-10T18:31:18.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:31:18.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise self._exception 2024-09-10T18:31:18.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:31:18.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:31:18.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:31:18.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise OrchestratorError( 2024-09-10T18:31:18.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:31:18.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:31:18.347 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:31:18.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:31:18.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:31:18.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:31:18.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:31:18.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:31:18.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:31:18.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:31:18.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:31:18.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:31:18.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:31:18.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:31:18.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:31:18.348 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:31:18.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:31:18.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:31:18.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:31:18.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:31:18.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:31:18.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:18 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:31:18.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:18 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:18.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:18 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:18.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:18 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:18.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:18 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:18.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:18 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:18.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:18 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:18.349 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:18 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:18.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:18 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:18.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:18 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:18.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:18 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:18.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:18 smithi086 ceph-mon[63435]: Upgrade: Setting container_image for all nfs 2024-09-10T18:31:18.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:18 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:18.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:18 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi086.nvloft"}]: dispatch 2024-09-10T18:31:18.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:18 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi086.nvloft"}]': finished 2024-09-10T18:31:18.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:18 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi155.xwyoxo"}]: dispatch 2024-09-10T18:31:18.350 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:18 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi155.xwyoxo"}]': finished 2024-09-10T18:31:18.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:18 smithi155 ceph-mon[48620]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:31:18.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:31:18.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:31:18.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:31:18.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:31:18.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:31:18.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:31:18.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:31:18.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:31:18.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:31:18.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:31:18.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:31:18.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:31:18.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:31:18.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:31:18.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:31:18.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:31:18.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:31:18.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:31:18.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:31:18.404 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:31:18.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:31:18.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:31:18.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:31:18.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:31:18.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.wait_async( 2024-09-10T18:31:18.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:31:18.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:31:18.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:31:18.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return future.result(timeout) 2024-09-10T18:31:18.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:31:18.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.__get_result() 2024-09-10T18:31:18.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:31:18.405 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise self._exception 2024-09-10T18:31:18.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:31:18.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:31:18.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:31:18.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise OrchestratorError( 2024-09-10T18:31:18.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:31:18.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:31:18.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:31:18.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:31:18.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:31:18.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:31:18.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:31:18.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:31:18.406 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:31:18.407 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:31:18.407 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:31:18.407 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:31:18.407 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:31:18.407 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:31:18.407 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:31:18.407 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:31:18.407 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:31:18.407 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:31:18.407 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:31:18.407 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:31:18.407 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:31:18.407 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:18 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:31:18.407 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:18 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:18.408 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:18 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:18.408 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:18 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:18.408 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:18 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:18.408 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:18 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:18.408 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:18 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:18.408 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:18 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:18.408 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:18 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:18.408 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:18 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:18.408 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:18 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:18.408 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:18 smithi155 ceph-mon[48620]: Upgrade: Setting container_image for all nfs 2024-09-10T18:31:18.408 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:18 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:18.408 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:18 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi086.nvloft"}]: dispatch 2024-09-10T18:31:18.408 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:18 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi086.nvloft"}]': finished 2024-09-10T18:31:18.409 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:18 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi155.xwyoxo"}]: dispatch 2024-09-10T18:31:18.409 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:18 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi155.xwyoxo"}]': finished 2024-09-10T18:31:19.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:19 smithi086 ceph-mon[63435]: pgmap v250: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 229 B/s rd, 344 B/s wr, 0 op/s 2024-09-10T18:31:19.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:19 smithi155 ceph-mon[48620]: pgmap v250: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 229 B/s rd, 344 B/s wr, 0 op/s 2024-09-10T18:31:20.399 INFO:teuthology.orchestra.run.smithi086.stdout:true 2024-09-10T18:31:20.590 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:20 smithi086 ceph-mon[63435]: Upgrade: Updating node-exporter.smithi086 (1/2) 2024-09-10T18:31:20.590 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:20 smithi086 ceph-mon[63435]: Deploying daemon node-exporter.smithi086 on smithi086 2024-09-10T18:31:20.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:20 smithi155 ceph-mon[48620]: Upgrade: Updating node-exporter.smithi086 (1/2) 2024-09-10T18:31:20.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:20 smithi155 ceph-mon[48620]: Deploying daemon node-exporter.smithi086 on smithi086 2024-09-10T18:31:21.049 INFO:teuthology.orchestra.run.smithi086.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:31:21.049 INFO:teuthology.orchestra.run.smithi086.stdout:alertmanager.smithi086 smithi086 *:9093,9094 running (18m) 10s ago 20m 19.3M - 0.20.0 0881eb8f169f 6f4c7936f6b6 2024-09-10T18:31:21.049 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi086 smithi086 running (5m) 10s ago 20m 6899k - 17.2.7-1606-g5be57395 4c55dd409611 8c82d6e03a06 2024-09-10T18:31:21.049 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi155 smithi155 running (5m) 13s ago 19m 6899k - 17.2.7-1606-g5be57395 4c55dd409611 07aec365c37d 2024-09-10T18:31:21.049 INFO:teuthology.orchestra.run.smithi086.stdout:grafana.smithi086 smithi086 *:3000 running (18m) 10s ago 19m 35.9M - 6.7.4 557c83e11646 013c9bd31cbe 2024-09-10T18:31:21.049 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi086.wmhkxy smithi086 running (61s) 10s ago 14m 28.2M - 17.2.7-1606-g5be57395 4c55dd409611 c8a61d274600 2024-09-10T18:31:21.049 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi155.ddyadp smithi155 running (37s) 13s ago 14m 12.5M - 17.2.7-1606-g5be57395 4c55dd409611 05685bfa697f 2024-09-10T18:31:21.049 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi086.qqqtpz smithi086 *:8443,9283 running (9m) 10s ago 21m 467M - 17.2.7-1606-g5be57395 4c55dd409611 40e989a592fb 2024-09-10T18:31:21.049 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi155.gxleeu smithi155 *:8443,9283 running (6m) 13s ago 19m 400M - 17.2.7-1606-g5be57395 4c55dd409611 2645dc364b4e 2024-09-10T18:31:21.049 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi086 smithi086 running (6m) 10s ago 21m 85.0M 2048M 17.2.7-1606-g5be57395 4c55dd409611 b00a3c0f9663 2024-09-10T18:31:21.050 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi155 smithi155 running (5m) 13s ago 19m 63.8M 2048M 17.2.7-1606-g5be57395 4c55dd409611 a70277e6c2c8 2024-09-10T18:31:21.050 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.0.0.smithi086.nvloft smithi086 *:2049 running (22s) 10s ago 11m 51.9M - 5.9 4c55dd409611 b865a30b6571 2024-09-10T18:31:21.050 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.1.0.smithi155.xwyoxo smithi155 *:2049 running (16s) 13s ago 11m 25.1M - 5.9 4c55dd409611 a64f545ba683 2024-09-10T18:31:21.050 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi086 smithi086 *:9100 running (19m) 10s ago 19m 17.2M - 0.18.1 e5a616e4b9cf ebcaa2fe985c 2024-09-10T18:31:21.050 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi155 smithi155 *:9100 running (18m) 13s ago 18m 17.2M - 0.18.1 e5a616e4b9cf 1811325b1f2a 2024-09-10T18:31:21.050 INFO:teuthology.orchestra.run.smithi086.stdout:osd.0 smithi086 running (4m) 10s ago 18m 137M 4096M 17.2.7-1606-g5be57395 4c55dd409611 08577c2b188c 2024-09-10T18:31:21.050 INFO:teuthology.orchestra.run.smithi086.stdout:osd.1 smithi086 running (4m) 10s ago 18m 118M 4096M 17.2.7-1606-g5be57395 4c55dd409611 ce19410da085 2024-09-10T18:31:21.050 INFO:teuthology.orchestra.run.smithi086.stdout:osd.2 smithi086 running (3m) 10s ago 17m 96.1M 4096M 17.2.7-1606-g5be57395 4c55dd409611 b015f30a58b2 2024-09-10T18:31:21.050 INFO:teuthology.orchestra.run.smithi086.stdout:osd.3 smithi086 running (3m) 10s ago 17m 131M 4096M 17.2.7-1606-g5be57395 4c55dd409611 fe10a9ba8223 2024-09-10T18:31:21.050 INFO:teuthology.orchestra.run.smithi086.stdout:osd.4 smithi155 running (3m) 13s ago 17m 134M 4096M 17.2.7-1606-g5be57395 4c55dd409611 9ded783e22ed 2024-09-10T18:31:21.050 INFO:teuthology.orchestra.run.smithi086.stdout:osd.5 smithi155 running (2m) 13s ago 16m 130M 4096M 17.2.7-1606-g5be57395 4c55dd409611 1bcf92b05308 2024-09-10T18:31:21.050 INFO:teuthology.orchestra.run.smithi086.stdout:osd.6 smithi155 running (2m) 13s ago 16m 117M 4096M 17.2.7-1606-g5be57395 4c55dd409611 c92116c9e51a 2024-09-10T18:31:21.050 INFO:teuthology.orchestra.run.smithi086.stdout:osd.7 smithi155 running (87s) 13s ago 16m 150M 4096M 17.2.7-1606-g5be57395 4c55dd409611 043857fe02ad 2024-09-10T18:31:21.050 INFO:teuthology.orchestra.run.smithi086.stdout:prometheus.smithi086 smithi086 *:9095 error 10s ago 19m 44.4M - 2.18.1 de242295e225 b0d895b622f6 2024-09-10T18:31:21.461 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:31:21.461 INFO:teuthology.orchestra.run.smithi086.stdout: "mon": { 2024-09-10T18:31:21.461 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:31:21.461 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:31:21.461 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr": { 2024-09-10T18:31:21.461 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:31:21.461 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:31:21.461 INFO:teuthology.orchestra.run.smithi086.stdout: "osd": { 2024-09-10T18:31:21.461 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 8 2024-09-10T18:31:21.461 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:31:21.461 INFO:teuthology.orchestra.run.smithi086.stdout: "mds": { 2024-09-10T18:31:21.462 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:31:21.462 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:31:21.462 INFO:teuthology.orchestra.run.smithi086.stdout: "overall": { 2024-09-10T18:31:21.462 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 14 2024-09-10T18:31:21.462 INFO:teuthology.orchestra.run.smithi086.stdout: } 2024-09-10T18:31:21.462 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:31:21.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:21 smithi086 ceph-mon[63435]: pgmap v251: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 229 B/s rd, 0 op/s 2024-09-10T18:31:21.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:21 smithi086 ceph-mon[63435]: from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:31:21.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:21 smithi155 ceph-mon[48620]: pgmap v251: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 229 B/s rd, 0 op/s 2024-09-10T18:31:21.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:21 smithi155 ceph-mon[48620]: from='client.34416 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:31:21.782 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:31:21.782 INFO:teuthology.orchestra.run.smithi086.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T18:31:21.782 INFO:teuthology.orchestra.run.smithi086.stdout: "in_progress": true, 2024-09-10T18:31:21.782 INFO:teuthology.orchestra.run.smithi086.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T18:31:21.782 INFO:teuthology.orchestra.run.smithi086.stdout: "services_complete": [ 2024-09-10T18:31:21.782 INFO:teuthology.orchestra.run.smithi086.stdout: "nfs", 2024-09-10T18:31:21.782 INFO:teuthology.orchestra.run.smithi086.stdout: "crash", 2024-09-10T18:31:21.783 INFO:teuthology.orchestra.run.smithi086.stdout: "mds", 2024-09-10T18:31:21.783 INFO:teuthology.orchestra.run.smithi086.stdout: "mon", 2024-09-10T18:31:21.783 INFO:teuthology.orchestra.run.smithi086.stdout: "osd", 2024-09-10T18:31:21.783 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr" 2024-09-10T18:31:21.783 INFO:teuthology.orchestra.run.smithi086.stdout: ], 2024-09-10T18:31:21.783 INFO:teuthology.orchestra.run.smithi086.stdout: "progress": "18/23 daemons upgraded", 2024-09-10T18:31:21.783 INFO:teuthology.orchestra.run.smithi086.stdout: "message": "Currently upgrading node-exporter daemons", 2024-09-10T18:31:21.783 INFO:teuthology.orchestra.run.smithi086.stdout: "is_paused": false 2024-09-10T18:31:21.783 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:31:22.553 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:22 smithi155 ceph-mon[48620]: from='client.34420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:31:22.553 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:22 smithi155 ceph-mon[48620]: from='client.34424 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:31:22.553 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:22 smithi155 ceph-mon[48620]: from='client.? 172.21.15.86:0/3738638226' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:22.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:22 smithi086 ceph-mon[63435]: from='client.34420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:31:22.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:22 smithi086 ceph-mon[63435]: from='client.34424 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:31:22.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:22 smithi086 ceph-mon[63435]: from='client.? 172.21.15.86:0/3738638226' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:23.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:23 smithi155 ceph-mon[48620]: from='client.34432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:31:23.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:23 smithi155 ceph-mon[48620]: pgmap v252: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 229 B/s rd, 0 op/s 2024-09-10T18:31:23.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:23 smithi086 ceph-mon[63435]: from='client.34432 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:31:23.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:23 smithi086 ceph-mon[63435]: pgmap v252: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 229 B/s rd, 0 op/s 2024-09-10T18:31:24.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:24 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:24.594 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:24 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:24.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:24 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:24.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:24 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:25.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:25 smithi155 ceph-mon[48620]: pgmap v253: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-10T18:31:25.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:25 smithi086 ceph-mon[63435]: pgmap v253: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-10T18:31:26.647 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:26 smithi155 ceph-mon[48620]: Upgrade: Updating node-exporter.smithi155 (2/2) 2024-09-10T18:31:26.647 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:26 smithi155 ceph-mon[48620]: Deploying daemon node-exporter.smithi155 on smithi155 2024-09-10T18:31:26.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:26 smithi086 ceph-mon[63435]: Upgrade: Updating node-exporter.smithi155 (2/2) 2024-09-10T18:31:26.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:26 smithi086 ceph-mon[63435]: Deploying daemon node-exporter.smithi155 on smithi155 2024-09-10T18:31:27.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:27 smithi155 ceph-mon[48620]: pgmap v254: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:31:27.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:27 smithi086 ceph-mon[63435]: pgmap v254: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:31:29.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:29 smithi155 ceph-mon[48620]: pgmap v255: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:31:29.748 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:29 smithi086 ceph-mon[63435]: pgmap v255: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:31:30.822 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:30.823 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:30.823 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:31:30.823 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:30 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:31:30.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:30.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:30.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:31:30.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:30 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:31:31.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:31 smithi086 ceph-mon[63435]: pgmap v256: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-09-10T18:31:31.857 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:31 smithi155 ceph-mon[48620]: pgmap v256: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-09-10T18:31:33.556 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:33 smithi155 ceph-mon[48620]: pgmap v257: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-09-10T18:31:33.556 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:33 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:33.556 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:33 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:33.556 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:33 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:33.556 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:33 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:33.745 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:33 smithi086 ceph-mon[63435]: pgmap v257: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-09-10T18:31:33.745 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:33 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:33.745 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:33 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:33.745 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:33 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:33.745 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:33 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:35.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:35 smithi155 ceph-mon[48620]: pgmap v258: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-09-10T18:31:35.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:35 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:35.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:35 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:35.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:35 smithi086 ceph-mon[63435]: pgmap v258: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-09-10T18:31:35.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:35 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:35.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:35 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:36.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:36 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:36.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:36 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:36.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:36 smithi155 ceph-mon[48620]: pgmap v259: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-09-10T18:31:36.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:36 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:36.902 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:36 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:37.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:36 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:37.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:36 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:37.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:36 smithi086 ceph-mon[63435]: pgmap v259: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-09-10T18:31:37.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:36 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:37.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:36 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:39.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:38 smithi086 ceph-mon[63435]: pgmap v260: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.1 KiB/s rd, 426 B/s wr, 1 op/s 2024-09-10T18:31:39.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:38 smithi155 ceph-mon[48620]: pgmap v260: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.1 KiB/s rd, 426 B/s wr, 1 op/s 2024-09-10T18:31:40.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:40 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:40.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:40 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:40.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:40 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:31:40.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:40 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:31:40.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:40 smithi086 ceph-mon[63435]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:31:40.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:40 smithi086 ceph-mon[63435]: pgmap v261: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1009 B/s rd, 458 B/s wr, 1 op/s 2024-09-10T18:31:40.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:40 smithi086 ceph-mon[63435]: pgmap v262: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.2 KiB/s rd, 447 B/s wr, 1 op/s 2024-09-10T18:31:40.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:40 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:40.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:40 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:40.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:40 smithi086 ceph-mon[63435]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:31:40.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:40 smithi086 ceph-mon[63435]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:31:40.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:40 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:40.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:40 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:40.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:40 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:31:40.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:40 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:31:40.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:40 smithi155 ceph-mon[48620]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:31:40.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:40 smithi155 ceph-mon[48620]: pgmap v261: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1009 B/s rd, 458 B/s wr, 1 op/s 2024-09-10T18:31:40.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:40 smithi155 ceph-mon[48620]: pgmap v262: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.2 KiB/s rd, 447 B/s wr, 1 op/s 2024-09-10T18:31:40.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:40 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:40.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:40 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:40.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:40 smithi155 ceph-mon[48620]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:31:40.403 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:40 smithi155 ceph-mon[48620]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:31:42.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:42 smithi086 ceph-mon[63435]: pgmap v263: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.2 KiB/s rd, 447 B/s wr, 1 op/s 2024-09-10T18:31:42.634 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:42 smithi155 ceph-mon[48620]: pgmap v263: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.2 KiB/s rd, 447 B/s wr, 1 op/s 2024-09-10T18:31:43.492 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:43 smithi086 ceph-mon[63435]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:31:43.492 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:31:43.492 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:31:43.492 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:31:43.492 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:31:43.492 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:31:43.492 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:31:43.492 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:31:43.492 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:31:43.493 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:31:43.493 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:31:43.493 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:31:43.493 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:31:43.493 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:31:43.493 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:31:43.493 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:31:43.493 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:31:43.493 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:31:43.493 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:31:43.493 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:31:43.493 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:31:43.493 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:31:43.493 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:31:43.494 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:31:43.494 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:31:43.494 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.wait_async( 2024-09-10T18:31:43.494 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:31:43.494 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:31:43.494 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:31:43.494 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return future.result(timeout) 2024-09-10T18:31:43.494 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:31:43.494 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return self.__get_result() 2024-09-10T18:31:43.494 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:31:43.494 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise self._exception 2024-09-10T18:31:43.494 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:31:43.494 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:31:43.495 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:31:43.495 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise OrchestratorError( 2024-09-10T18:31:43.495 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:31:43.495 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:31:43.495 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:31:43.495 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:31:43.495 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:31:43.495 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:31:43.495 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: Traceback (most recent call last): 2024-09-10T18:31:43.495 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:31:43.495 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: main() 2024-09-10T18:31:43.495 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:31:43.495 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: r = ctx.func(ctx) 2024-09-10T18:31:43.496 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:31:43.496 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: return func(ctx) 2024-09-10T18:31:43.496 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:31:43.496 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:31:43.496 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:31:43.496 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:31:43.496 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:31:43.496 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:31:43.496 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:31:43.496 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:31:43.496 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:43 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:31:43.496 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:43 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:43.497 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:43 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:43.497 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:43 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:43.497 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:43 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:43.497 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:43 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:43.497 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:43 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:43.497 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:43 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:43.497 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:43 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:43.497 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:43 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:43.497 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:43 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:43.497 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:43 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:43.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:43 smithi155 ceph-mon[48620]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:31:43.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:31:43.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:31:43.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:31:43.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:31:43.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:31:43.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:31:43.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:31:43.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:31:43.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:31:43.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:31:43.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:31:43.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:31:43.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:31:43.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:31:43.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:31:43.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:31:43.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:31:43.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:31:43.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:31:43.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:31:43.653 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:31:43.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-10T18:31:43.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-10T18:31:43.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-10T18:31:43.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.wait_async( 2024-09-10T18:31:43.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-10T18:31:43.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-10T18:31:43.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-10T18:31:43.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return future.result(timeout) 2024-09-10T18:31:43.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-10T18:31:43.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return self.__get_result() 2024-09-10T18:31:43.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-10T18:31:43.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise self._exception 2024-09-10T18:31:43.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-10T18:31:43.654 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: out, err, code = await self._run_cephadm( 2024-09-10T18:31:43.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-10T18:31:43.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise OrchestratorError( 2024-09-10T18:31:43.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:31:43.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: /usr/bin/podman: stderr Error: no such container ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-prometheus-smithi086 2024-09-10T18:31:43.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Reconfig daemon prometheus.smithi086 ... 2024-09-10T18:31:43.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Non-zero exit code 1 from systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086 2024-09-10T18:31:43.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:31:43.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: systemctl: stderr See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:31:43.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: Traceback (most recent call last): 2024-09-10T18:31:43.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-10T18:31:43.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: main() 2024-09-10T18:31:43.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-10T18:31:43.655 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: r = ctx.func(ctx) 2024-09-10T18:31:43.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-10T18:31:43.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: return func(ctx) 2024-09-10T18:31:43.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-10T18:31:43.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-10T18:31:43.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-10T18:31:43.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-10T18:31:43.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: File "/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-10T18:31:43.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-10T18:31:43.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: RuntimeError: Failed command: systemctl restart ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086: Job for ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service failed because the control process exited with error code. 2024-09-10T18:31:43.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout: See "systemctl status ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" and "journalctl -xeu ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@prometheus.smithi086.service" for details. 2024-09-10T18:31:43.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:43 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:31:43.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:43 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:43.656 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:43 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:43.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:43 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:43.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:43 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:43.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:43 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:43.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:43 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:43.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:43 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:43.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:43 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:43.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:43 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:43.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:43 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:43.657 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:43 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:44.329 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:44 smithi086 ceph-mon[63435]: pgmap v264: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.2 KiB/s rd, 447 B/s wr, 1 op/s 2024-09-10T18:31:44.329 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:44 smithi086 ceph-mon[63435]: Upgrade: Updating prometheus.smithi086 2024-09-10T18:31:44.329 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:44 smithi086 ceph-mon[63435]: Deploying daemon prometheus.smithi086 on smithi086 2024-09-10T18:31:44.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:44 smithi155 ceph-mon[48620]: pgmap v264: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.2 KiB/s rd, 447 B/s wr, 1 op/s 2024-09-10T18:31:44.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:44 smithi155 ceph-mon[48620]: Upgrade: Updating prometheus.smithi086 2024-09-10T18:31:44.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:44 smithi155 ceph-mon[48620]: Deploying daemon prometheus.smithi086 on smithi086 2024-09-10T18:31:45.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:45 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:31:45.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:45 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:31:46.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:46 smithi155 ceph-mon[48620]: pgmap v265: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.2 KiB/s rd, 447 B/s wr, 1 op/s 2024-09-10T18:31:46.484 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:46 smithi086 ceph-mon[63435]: pgmap v265: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.2 KiB/s rd, 447 B/s wr, 1 op/s 2024-09-10T18:31:48.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:48 smithi086 ceph-mon[63435]: pgmap v266: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 223 B/s rd, 0 B/s wr, 0 op/s 2024-09-10T18:31:48.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:48 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:48.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:48 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:31:48.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:48 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:31:48.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:48 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:31:48.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:48 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:48.345 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:48 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:48.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:48 smithi155 ceph-mon[48620]: pgmap v266: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 223 B/s rd, 0 B/s wr, 0 op/s 2024-09-10T18:31:48.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:48 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:48.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:48 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:31:48.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:48 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:31:48.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:48 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:31:48.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:48 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:48.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:48 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:49.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:49 smithi086 ceph-mon[63435]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Redeploying daemon prometheus.smithi086 on host smithi086 failed. 2024-09-10T18:31:49.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:49 smithi086 ceph-mon[63435]: pgmap v267: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 227 B/s rd, 0 op/s 2024-09-10T18:31:49.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:49 smithi086 ceph-mon[63435]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:31:49.432 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:49 smithi086 ceph-mon[63435]: pgmap v268: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 227 B/s rd, 0 op/s 2024-09-10T18:31:49.432 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:49 smithi086 ceph-mon[63435]: pgmap v269: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 292 B/s rd, 0 op/s 2024-09-10T18:31:49.432 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:49 smithi086 ceph-mon[63435]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:31:49.432 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:49 smithi086 ceph-mon[63435]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:31:49.432 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:49 smithi086 ceph-mon[63435]: Health check failed: Redeploying daemon prometheus.smithi086 on host smithi086 failed. (UPGRADE_REDEPLOY_DAEMON) 2024-09-10T18:31:49.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:49 smithi155 ceph-mon[48620]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Redeploying daemon prometheus.smithi086 on host smithi086 failed. 2024-09-10T18:31:49.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:49 smithi155 ceph-mon[48620]: pgmap v267: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 227 B/s rd, 0 op/s 2024-09-10T18:31:49.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:49 smithi155 ceph-mon[48620]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:31:49.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:49 smithi155 ceph-mon[48620]: pgmap v268: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 227 B/s rd, 0 op/s 2024-09-10T18:31:49.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:49 smithi155 ceph-mon[48620]: pgmap v269: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 292 B/s rd, 0 op/s 2024-09-10T18:31:49.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:49 smithi155 ceph-mon[48620]: Reconfiguring prometheus.smithi086 (dependencies changed)... 2024-09-10T18:31:49.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:49 smithi155 ceph-mon[48620]: Reconfiguring daemon prometheus.smithi086 on smithi086 2024-09-10T18:31:49.652 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:49 smithi155 ceph-mon[48620]: Health check failed: Redeploying daemon prometheus.smithi086 on host smithi086 failed. (UPGRADE_REDEPLOY_DAEMON) 2024-09-10T18:31:51.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:51 smithi086 ceph-mon[63435]: pgmap v270: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 292 B/s rd, 0 op/s 2024-09-10T18:31:51.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:51 smithi155 ceph-mon[48620]: pgmap v270: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 292 B/s rd, 0 op/s 2024-09-10T18:31:52.132 INFO:teuthology.orchestra.run.smithi086.stdout:true 2024-09-10T18:31:52.460 INFO:teuthology.orchestra.run.smithi086.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Redeploying daemon prometheus.smithi086 on host smithi086 failed." 2024-09-10T18:31:53.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:52 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:53.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:52 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:53.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:52 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:31:53.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:52 smithi086 ceph-mon[63435]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:31:53.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:52 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi086.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T18:31:53.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:52 smithi086 ceph-mon[63435]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi086.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T18:31:53.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:52 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:53.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:52 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:31:53.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:52 smithi086 ceph-mon[63435]: pgmap v271: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 292 B/s rd, 0 op/s 2024-09-10T18:31:53.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:52 smithi086 ceph-mon[63435]: from='client.34436 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:31:53.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:52 smithi086 ceph-mon[63435]: from='client.34440 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:31:53.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:52 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:53.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:52 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:53.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:52 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:31:53.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:52 smithi155 ceph-mon[48620]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:31:53.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:52 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi086.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T18:31:53.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:52 smithi155 ceph-mon[48620]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi086.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T18:31:53.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:52 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:31:53.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:52 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:31:53.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:52 smithi155 ceph-mon[48620]: pgmap v271: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 292 B/s rd, 0 op/s 2024-09-10T18:31:53.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:52 smithi155 ceph-mon[48620]: from='client.34436 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:31:53.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:52 smithi155 ceph-mon[48620]: from='client.34440 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:31:53.316 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T18:31:55.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:55 smithi086 ceph-mon[63435]: pgmap v272: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail 2024-09-10T18:31:55.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:55 smithi155 ceph-mon[48620]: pgmap v272: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail 2024-09-10T18:31:55.495 INFO:teuthology.orchestra.run.smithi086.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:31:55.495 INFO:teuthology.orchestra.run.smithi086.stdout:alertmanager.smithi086 smithi086 *:9093,9094 running (19m) 20s ago 20m 19.3M - 0.20.0 0881eb8f169f 6f4c7936f6b6 2024-09-10T18:31:55.495 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi086 smithi086 running (5m) 20s ago 20m 6899k - 17.2.7-1606-g5be57395 4c55dd409611 8c82d6e03a06 2024-09-10T18:31:55.495 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi155 smithi155 running (5m) 23s ago 19m 6899k - 17.2.7-1606-g5be57395 4c55dd409611 07aec365c37d 2024-09-10T18:31:55.495 INFO:teuthology.orchestra.run.smithi086.stdout:grafana.smithi086 smithi086 *:3000 running (19m) 20s ago 20m 35.9M - 6.7.4 557c83e11646 013c9bd31cbe 2024-09-10T18:31:55.495 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi086.wmhkxy smithi086 running (96s) 20s ago 15m 28.4M - 17.2.7-1606-g5be57395 4c55dd409611 c8a61d274600 2024-09-10T18:31:55.495 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi155.ddyadp smithi155 running (71s) 23s ago 15m 12.6M - 17.2.7-1606-g5be57395 4c55dd409611 05685bfa697f 2024-09-10T18:31:55.496 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi086.qqqtpz smithi086 *:8443,9283 running (10m) 20s ago 21m 468M - 17.2.7-1606-g5be57395 4c55dd409611 40e989a592fb 2024-09-10T18:31:55.496 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi155.gxleeu smithi155 *:8443,9283 running (7m) 23s ago 19m 400M - 17.2.7-1606-g5be57395 4c55dd409611 2645dc364b4e 2024-09-10T18:31:55.496 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi086 smithi086 running (6m) 20s ago 22m 85.6M 2048M 17.2.7-1606-g5be57395 4c55dd409611 b00a3c0f9663 2024-09-10T18:31:55.496 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi155 smithi155 running (6m) 23s ago 19m 64.0M 2048M 17.2.7-1606-g5be57395 4c55dd409611 a70277e6c2c8 2024-09-10T18:31:55.496 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.0.0.smithi086.nvloft smithi086 *:2049 running (56s) 20s ago 12m 52.3M - 5.9 4c55dd409611 b865a30b6571 2024-09-10T18:31:55.496 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.1.0.smithi155.xwyoxo smithi155 *:2049 running (51s) 23s ago 12m 72.5M - 5.9 4c55dd409611 a64f545ba683 2024-09-10T18:31:55.496 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi086 smithi086 *:9100 running (32s) 20s ago 20m 8056k - 1.5.0 0da6a335fe13 e659c33712fe 2024-09-10T18:31:55.496 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi155 smithi155 *:9100 running (26s) 23s ago 19m 3581k - 1.5.0 0da6a335fe13 010846c85428 2024-09-10T18:31:55.496 INFO:teuthology.orchestra.run.smithi086.stdout:osd.0 smithi086 running (5m) 20s ago 19m 137M 4096M 17.2.7-1606-g5be57395 4c55dd409611 08577c2b188c 2024-09-10T18:31:55.496 INFO:teuthology.orchestra.run.smithi086.stdout:osd.1 smithi086 running (4m) 20s ago 18m 118M 4096M 17.2.7-1606-g5be57395 4c55dd409611 ce19410da085 2024-09-10T18:31:55.496 INFO:teuthology.orchestra.run.smithi086.stdout:osd.2 smithi086 running (4m) 20s ago 18m 96.2M 4096M 17.2.7-1606-g5be57395 4c55dd409611 b015f30a58b2 2024-09-10T18:31:55.496 INFO:teuthology.orchestra.run.smithi086.stdout:osd.3 smithi086 running (4m) 20s ago 18m 131M 4096M 17.2.7-1606-g5be57395 4c55dd409611 fe10a9ba8223 2024-09-10T18:31:55.496 INFO:teuthology.orchestra.run.smithi086.stdout:osd.4 smithi155 running (3m) 23s ago 17m 134M 4096M 17.2.7-1606-g5be57395 4c55dd409611 9ded783e22ed 2024-09-10T18:31:55.496 INFO:teuthology.orchestra.run.smithi086.stdout:osd.5 smithi155 running (3m) 23s ago 17m 130M 4096M 17.2.7-1606-g5be57395 4c55dd409611 1bcf92b05308 2024-09-10T18:31:55.497 INFO:teuthology.orchestra.run.smithi086.stdout:osd.6 smithi155 running (2m) 23s ago 17m 117M 4096M 17.2.7-1606-g5be57395 4c55dd409611 c92116c9e51a 2024-09-10T18:31:55.497 INFO:teuthology.orchestra.run.smithi086.stdout:osd.7 smithi155 running (2m) 23s ago 16m 150M 4096M 17.2.7-1606-g5be57395 4c55dd409611 043857fe02ad 2024-09-10T18:31:55.497 INFO:teuthology.orchestra.run.smithi086.stdout:prometheus.smithi086 smithi086 *:9095 starting - - - - 2024-09-10T18:31:56.234 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions' 2024-09-10T18:31:56.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:56 smithi086 ceph-mon[63435]: from='client.34444 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:31:56.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:56 smithi155 ceph-mon[48620]: from='client.34444 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:31:57.174 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:57 smithi086 ceph-mon[63435]: pgmap v273: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail 2024-09-10T18:31:57.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:57 smithi155 ceph-mon[48620]: pgmap v273: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail 2024-09-10T18:31:59.086 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:31:59.086 INFO:teuthology.orchestra.run.smithi086.stdout: "mon": { 2024-09-10T18:31:59.087 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:31:59.087 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:31:59.087 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr": { 2024-09-10T18:31:59.087 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:31:59.087 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:31:59.087 INFO:teuthology.orchestra.run.smithi086.stdout: "osd": { 2024-09-10T18:31:59.087 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 8 2024-09-10T18:31:59.087 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:31:59.087 INFO:teuthology.orchestra.run.smithi086.stdout: "mds": { 2024-09-10T18:31:59.087 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:31:59.087 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:31:59.087 INFO:teuthology.orchestra.run.smithi086.stdout: "overall": { 2024-09-10T18:31:59.087 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 14 2024-09-10T18:31:59.088 INFO:teuthology.orchestra.run.smithi086.stdout: } 2024-09-10T18:31:59.088 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:31:59.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:59 smithi086 ceph-mon[63435]: pgmap v274: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-10T18:31:59.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:31:59 smithi086 ceph-mon[63435]: from='client.? 172.21.15.86:0/3197233861' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:59.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:59 smithi155 ceph-mon[48620]: pgmap v274: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-10T18:31:59.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:31:59 smithi155 ceph-mon[48620]: from='client.? 172.21.15.86:0/3197233861' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:31:59.845 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-09-10T18:32:01.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:00 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:32:01.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:00 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:32:01.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:00 smithi086 ceph-mon[63435]: pgmap v275: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:01.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:00 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:32:01.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:00 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:32:01.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:00 smithi155 ceph-mon[48620]: pgmap v275: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:02.731 INFO:teuthology.orchestra.run.smithi086.stdout:wait for servicemap items w/ changing names to refresh 2024-09-10T18:32:03.394 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:03 smithi086 ceph-mon[63435]: pgmap v276: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:03.416 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'sleep 60' 2024-09-10T18:32:03.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:03 smithi155 ceph-mon[48620]: pgmap v276: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:05.340 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:05 smithi086 ceph-mon[63435]: pgmap v277: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:05.651 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:05 smithi155 ceph-mon[48620]: pgmap v277: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:06.821 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:06 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:32:06.821 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:06 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:32:06.821 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:06 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:32:06.821 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:06 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:32:06.821 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:06 smithi086 ceph-mon[63435]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:32:06.821 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:06 smithi086 ceph-mon[63435]: pgmap v278: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-09-10T18:32:06.821 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:06 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:32:06.821 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:06 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:32:06.822 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:06 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:32:06.822 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:06 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:32:06.822 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:06 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:32:06.822 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:06 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:32:07.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:06 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:32:07.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:06 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:32:07.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:06 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:32:07.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:06 smithi086 ceph-mon[63435]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:32:07.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:06 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:32:07.095 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:06 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:32:07.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:06 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:32:07.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:06 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:32:07.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:06 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:32:07.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:06 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:32:07.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:06 smithi155 ceph-mon[48620]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:32:07.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:06 smithi155 ceph-mon[48620]: pgmap v278: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-09-10T18:32:07.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:06 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:32:07.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:06 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:32:07.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:06 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:32:07.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:06 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:32:07.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:06 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:32:07.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:06 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:32:07.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:06 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:32:07.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:06 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:32:07.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:06 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:32:07.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:06 smithi155 ceph-mon[48620]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:32:07.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:06 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:32:07.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:06 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:32:08.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:07 smithi086 ceph-mon[63435]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-10T18:32:08.153 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:07 smithi155 ceph-mon[48620]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-10T18:32:09.094 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:08 smithi086 ceph-mon[63435]: pgmap v279: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 349 B/s rd, 0 op/s 2024-09-10T18:32:09.151 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:08 smithi155 ceph-mon[48620]: pgmap v279: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 349 B/s rd, 0 op/s 2024-09-10T18:32:11.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:10 smithi155 ceph-mon[48620]: pgmap v280: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-09-10T18:32:11.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:10 smithi086 ceph-mon[63435]: pgmap v280: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-09-10T18:32:13.151 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:12 smithi155 ceph-mon[48620]: pgmap v281: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-09-10T18:32:13.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:12 smithi086 ceph-mon[63435]: pgmap v281: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-09-10T18:32:15.151 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:14 smithi155 ceph-mon[48620]: pgmap v282: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-09-10T18:32:15.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:14 smithi086 ceph-mon[63435]: pgmap v282: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-09-10T18:32:16.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:15 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:32:16.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:15 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:32:16.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:15 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:32:16.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:15 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:32:17.152 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:16 smithi155 ceph-mon[48620]: pgmap v283: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-09-10T18:32:17.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:16 smithi086 ceph-mon[63435]: pgmap v283: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-09-10T18:32:19.213 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:18 smithi086 ceph-mon[63435]: pgmap v284: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:32:19.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:18 smithi155 ceph-mon[48620]: pgmap v284: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:32:21.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:20 smithi086 ceph-mon[63435]: pgmap v285: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:21.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:20 smithi155 ceph-mon[48620]: pgmap v285: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:23.204 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:22 smithi155 ceph-mon[48620]: pgmap v286: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:23.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:22 smithi086 ceph-mon[63435]: pgmap v286: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:25.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:24 smithi086 ceph-mon[63435]: pgmap v287: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:25.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:24 smithi155 ceph-mon[48620]: pgmap v287: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:27.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:26 smithi086 ceph-mon[63435]: pgmap v288: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:27.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:26 smithi155 ceph-mon[48620]: pgmap v288: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:29.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:28 smithi086 ceph-mon[63435]: pgmap v289: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:32:29.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:28 smithi155 ceph-mon[48620]: pgmap v289: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:32:30.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:29 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:32:30.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:29 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:32:31.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:30 smithi086 ceph-mon[63435]: pgmap v290: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:31.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:30 smithi155 ceph-mon[48620]: pgmap v290: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:33.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:32 smithi086 ceph-mon[63435]: pgmap v291: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:33.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:32 smithi155 ceph-mon[48620]: pgmap v291: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:35.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:34 smithi086 ceph-mon[63435]: pgmap v292: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:35.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:34 smithi155 ceph-mon[48620]: pgmap v292: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:37.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:36 smithi086 ceph-mon[63435]: pgmap v293: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:37.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:36 smithi155 ceph-mon[48620]: pgmap v293: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:39.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:38 smithi086 ceph-mon[63435]: pgmap v294: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:32:39.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:38 smithi155 ceph-mon[48620]: pgmap v294: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:32:41.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:40 smithi086 ceph-mon[63435]: pgmap v295: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:41.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:40 smithi155 ceph-mon[48620]: pgmap v295: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:43.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:42 smithi086 ceph-mon[63435]: pgmap v296: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:43.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:42 smithi155 ceph-mon[48620]: pgmap v296: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:45.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:44 smithi086 ceph-mon[63435]: pgmap v297: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:45.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:44 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:32:45.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:44 smithi155 ceph-mon[48620]: pgmap v297: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:45.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:44 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:32:47.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:46 smithi086 ceph-mon[63435]: pgmap v298: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:47.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:46 smithi155 ceph-mon[48620]: pgmap v298: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:49.209 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:48 smithi086 ceph-mon[63435]: pgmap v299: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:32:49.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:48 smithi155 ceph-mon[48620]: pgmap v299: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:32:51.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:50 smithi086 ceph-mon[63435]: pgmap v300: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:51.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:50 smithi155 ceph-mon[48620]: pgmap v300: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:53.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:52 smithi086 ceph-mon[63435]: pgmap v301: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:53.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:52 smithi155 ceph-mon[48620]: pgmap v301: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:55.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:54 smithi086 ceph-mon[63435]: pgmap v302: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:55.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:54 smithi155 ceph-mon[48620]: pgmap v302: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:57.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:56 smithi086 ceph-mon[63435]: pgmap v303: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:57.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:56 smithi155 ceph-mon[48620]: pgmap v303: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:32:59.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:58 smithi086 ceph-mon[63435]: pgmap v304: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:32:59.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:58 smithi155 ceph-mon[48620]: pgmap v304: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:33:00.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:32:59 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:33:00.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:32:59 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:33:01.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:00 smithi086 ceph-mon[63435]: pgmap v305: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:33:01.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:00 smithi155 ceph-mon[48620]: pgmap v305: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:33:03.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:02 smithi086 ceph-mon[63435]: pgmap v306: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:33:03.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:02 smithi155 ceph-mon[48620]: pgmap v306: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:33:05.335 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:04 smithi086 ceph-mon[63435]: pgmap v307: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:33:05.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:04 smithi155 ceph-mon[48620]: pgmap v307: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:33:05.755 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T18:33:07.076 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:06 smithi086 ceph-mon[63435]: pgmap v308: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:33:07.077 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:06 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:33:07.077 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:06 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:33:07.077 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:06 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:33:07.077 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:06 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:33:07.077 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:06 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:33:07.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:06 smithi155 ceph-mon[48620]: pgmap v308: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:33:07.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:06 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:33:07.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:06 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:33:07.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:06 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:33:07.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:06 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:33:07.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:06 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' 2024-09-10T18:33:07.754 INFO:teuthology.orchestra.run.smithi086.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:33:07.754 INFO:teuthology.orchestra.run.smithi086.stdout:alertmanager.smithi086 smithi086 *:9093,9094 running (20m) 61s ago 21m 19.3M - 0.20.0 0881eb8f169f 6f4c7936f6b6 2024-09-10T18:33:07.755 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi086 smithi086 running (6m) 61s ago 21m 6899k - 17.2.7-1606-g5be57395 4c55dd409611 8c82d6e03a06 2024-09-10T18:33:07.755 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi155 smithi155 running (6m) 95s ago 21m 6899k - 17.2.7-1606-g5be57395 4c55dd409611 07aec365c37d 2024-09-10T18:33:07.755 INFO:teuthology.orchestra.run.smithi086.stdout:grafana.smithi086 smithi086 *:3000 running (20m) 61s ago 21m 35.9M - 6.7.4 557c83e11646 013c9bd31cbe 2024-09-10T18:33:07.755 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi086.wmhkxy smithi086 running (2m) 61s ago 16m 28.5M - 17.2.7-1606-g5be57395 4c55dd409611 c8a61d274600 2024-09-10T18:33:07.755 INFO:teuthology.orchestra.run.smithi086.stdout:mds.foofs.smithi155.ddyadp smithi155 running (2m) 95s ago 16m 12.6M - 17.2.7-1606-g5be57395 4c55dd409611 05685bfa697f 2024-09-10T18:33:07.755 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi086.qqqtpz smithi086 *:8443,9283 running (11m) 61s ago 23m 469M - 17.2.7-1606-g5be57395 4c55dd409611 40e989a592fb 2024-09-10T18:33:07.755 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi155.gxleeu smithi155 *:8443,9283 running (8m) 95s ago 21m 400M - 17.2.7-1606-g5be57395 4c55dd409611 2645dc364b4e 2024-09-10T18:33:07.755 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi086 smithi086 running (7m) 61s ago 23m 86.4M 2048M 17.2.7-1606-g5be57395 4c55dd409611 b00a3c0f9663 2024-09-10T18:33:07.755 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi155 smithi155 running (7m) 95s ago 20m 64.0M 2048M 17.2.7-1606-g5be57395 4c55dd409611 a70277e6c2c8 2024-09-10T18:33:07.755 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.0.0.smithi086.nvloft smithi086 *:2049 running (2m) 61s ago 13m 52.5M - 5.9 4c55dd409611 b865a30b6571 2024-09-10T18:33:07.755 INFO:teuthology.orchestra.run.smithi086.stdout:nfs.foo.1.0.smithi155.xwyoxo smithi155 *:2049 running (2m) 95s ago 13m 72.5M - 5.9 4c55dd409611 a64f545ba683 2024-09-10T18:33:07.755 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi086 smithi086 *:9100 running (104s) 61s ago 21m 8456k - 1.5.0 0da6a335fe13 e659c33712fe 2024-09-10T18:33:07.755 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi155 smithi155 *:9100 running (98s) 95s ago 20m 3581k - 1.5.0 0da6a335fe13 010846c85428 2024-09-10T18:33:07.755 INFO:teuthology.orchestra.run.smithi086.stdout:osd.0 smithi086 running (6m) 61s ago 20m 137M 4096M 17.2.7-1606-g5be57395 4c55dd409611 08577c2b188c 2024-09-10T18:33:07.756 INFO:teuthology.orchestra.run.smithi086.stdout:osd.1 smithi086 running (6m) 61s ago 19m 118M 4096M 17.2.7-1606-g5be57395 4c55dd409611 ce19410da085 2024-09-10T18:33:07.756 INFO:teuthology.orchestra.run.smithi086.stdout:osd.2 smithi086 running (5m) 61s ago 19m 96.4M 4096M 17.2.7-1606-g5be57395 4c55dd409611 b015f30a58b2 2024-09-10T18:33:07.756 INFO:teuthology.orchestra.run.smithi086.stdout:osd.3 smithi086 running (5m) 61s ago 19m 131M 4096M 17.2.7-1606-g5be57395 4c55dd409611 fe10a9ba8223 2024-09-10T18:33:07.756 INFO:teuthology.orchestra.run.smithi086.stdout:osd.4 smithi155 running (4m) 95s ago 18m 134M 4096M 17.2.7-1606-g5be57395 4c55dd409611 9ded783e22ed 2024-09-10T18:33:07.756 INFO:teuthology.orchestra.run.smithi086.stdout:osd.5 smithi155 running (4m) 95s ago 18m 130M 4096M 17.2.7-1606-g5be57395 4c55dd409611 1bcf92b05308 2024-09-10T18:33:07.756 INFO:teuthology.orchestra.run.smithi086.stdout:osd.6 smithi155 running (3m) 95s ago 18m 117M 4096M 17.2.7-1606-g5be57395 4c55dd409611 c92116c9e51a 2024-09-10T18:33:07.756 INFO:teuthology.orchestra.run.smithi086.stdout:osd.7 smithi155 running (3m) 95s ago 17m 150M 4096M 17.2.7-1606-g5be57395 4c55dd409611 043857fe02ad 2024-09-10T18:33:07.756 INFO:teuthology.orchestra.run.smithi086.stdout:prometheus.smithi086 smithi086 *:9095 running (76s) 61s ago 21m 40.0M - 2.43.0 a07b618ecd1d 48a2ccddcca7 2024-09-10T18:33:08.058 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:07 smithi086 ceph-mon[63435]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:33:08.356 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions' 2024-09-10T18:33:08.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:07 smithi155 ceph-mon[48620]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:33:09.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:08 smithi086 ceph-mon[63435]: from='client.34452 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:33:09.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:08 smithi086 ceph-mon[63435]: pgmap v309: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:33:09.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:08 smithi155 ceph-mon[48620]: from='client.34452 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:33:09.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:08 smithi155 ceph-mon[48620]: pgmap v309: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:33:10.499 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2024-09-10T18:33:10.499 INFO:teuthology.orchestra.run.smithi086.stdout: "mon": { 2024-09-10T18:33:10.500 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:33:10.500 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:33:10.500 INFO:teuthology.orchestra.run.smithi086.stdout: "mgr": { 2024-09-10T18:33:10.500 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:33:10.500 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:33:10.500 INFO:teuthology.orchestra.run.smithi086.stdout: "osd": { 2024-09-10T18:33:10.500 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 8 2024-09-10T18:33:10.500 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:33:10.500 INFO:teuthology.orchestra.run.smithi086.stdout: "mds": { 2024-09-10T18:33:10.500 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T18:33:10.500 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:33:10.500 INFO:teuthology.orchestra.run.smithi086.stdout: "overall": { 2024-09-10T18:33:10.500 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 14 2024-09-10T18:33:10.501 INFO:teuthology.orchestra.run.smithi086.stdout: } 2024-09-10T18:33:10.501 INFO:teuthology.orchestra.run.smithi086.stdout:} 2024-09-10T18:33:11.090 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:10 smithi086 ceph-mon[63435]: pgmap v310: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:33:11.090 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:10 smithi086 ceph-mon[63435]: from='client.? 172.21.15.86:0/3517681844' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:33:11.113 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-09-10T18:33:11.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:10 smithi155 ceph-mon[48620]: pgmap v310: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:33:11.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:10 smithi155 ceph-mon[48620]: from='client.? 172.21.15.86:0/3517681844' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:33:13.113 INFO:teuthology.orchestra.run.smithi086.stdout:true 2024-09-10T18:33:13.328 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:12 smithi086 ceph-mon[63435]: pgmap v311: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:33:13.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:12 smithi155 ceph-mon[48620]: pgmap v311: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:33:13.636 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-09-10T18:33:14.238 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:14 smithi086 ceph-mon[63435]: from='client.? 172.21.15.86:0/4198862338' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:33:14.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:14 smithi155 ceph-mon[48620]: from='client.? 172.21.15.86:0/4198862338' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:33:15.262 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:15 smithi086 ceph-mon[63435]: pgmap v312: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:33:15.262 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:15 smithi086 ceph-mon[63435]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:33:15.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:15 smithi155 ceph-mon[48620]: pgmap v312: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:33:15.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:15 smithi155 ceph-mon[48620]: from='mgr.34102 172.21.15.86:0/1062409512' entity='mgr.smithi086.qqqtpz' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T18:33:15.757 INFO:teuthology.orchestra.run.smithi086.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)" 2024-09-10T18:33:16.318 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:16 smithi086 ceph-mon[63435]: from='client.? 172.21.15.86:0/2246750654' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:33:16.341 INFO:teuthology.task.sequential:In sequential, running task cephadm.wait_for_service... 2024-09-10T18:33:16.342 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-09-10T18:33:16.342 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-10T18:33:16.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:16 smithi155 ceph-mon[48620]: from='client.? 172.21.15.86:0/2246750654' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:33:17.317 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:17 smithi086 ceph-mon[63435]: pgmap v313: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:33:17.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:17 smithi155 ceph-mon[48620]: pgmap v313: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:33:18.341 INFO:teuthology.orchestra.run.smithi086.stdout: 2024-09-10T18:33:18.341 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-10T18:10:33.871659Z", "last_refresh": "2024-09-10T18:32:05.813318Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-10T18:10:22.201751Z", "last_refresh": "2024-09-10T18:31:32.391203Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true}, "status": {"created": "2024-09-10T18:10:31.536008Z", "last_refresh": "2024-09-10T18:32:05.813456Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-10T18:16:32.634222Z", "last_refresh": "2024-09-10T18:31:32.391754Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-10T18:10:21.036576Z", "last_refresh": "2024-09-10T18:31:32.391338Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-10T18:11:04.374181Z", "last_refresh": "2024-09-10T18:31:32.391406Z", "running": 2, "size": 2}}, {"events": ["2024-09-10T18:33:06.760734Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2024-09-10T18:19:25.661252Z", "last_refresh": "2024-09-10T18:31:32.391812Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-10T18:10:32.692254Z", "last_refresh": "2024-09-10T18:31:32.391468Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", "last_refresh": "2024-09-10T18:31:32.391527Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-10T18:10:30.370083Z", "last_refresh": "2024-09-10T18:32:05.813570Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-10T18:33:19.042 INFO:tasks.cephadm:nfs.foo has 2/2 2024-09-10T18:33:19.042 DEBUG:teuthology.parallel:result is None 2024-09-10T18:33:19.042 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-10T18:33:19.053 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi086.front.sepia.ceph.com 2024-09-10T18:33:19.053 DEBUG:teuthology.orchestra.run.smithi086:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'umount /mnt/foo' 2024-09-10T18:33:19.081 INFO:teuthology.orchestra.run.smithi086.stderr:+ umount /mnt/foo 2024-09-10T18:33:19.087 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-10T18:33:19.097 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi086.front.sepia.ceph.com 2024-09-10T18:33:19.097 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- bash -c 'ceph nfs cluster ls | grep foo' 2024-09-10T18:33:19.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:19 smithi086 ceph-mon[63435]: pgmap v314: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:33:19.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:19 smithi086 ceph-mon[63435]: from='client.34468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:33:19.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:19 smithi155 ceph-mon[48620]: pgmap v314: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:33:19.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:19 smithi155 ceph-mon[48620]: from='client.34468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:33:21.122 INFO:teuthology.orchestra.run.smithi086.stdout:foo 2024-09-10T18:33:21.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:21 smithi086 ceph-mon[63435]: pgmap v315: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:33:21.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:21 smithi155 ceph-mon[48620]: pgmap v315: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:33:21.692 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- bash -c 'ceph nfs export ls foo --detailed' 2024-09-10T18:33:22.243 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:22 smithi086 ceph-mon[63435]: from='client.34472 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:33:22.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:22 smithi155 ceph-mon[48620]: from='client.34472 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:33:23.303 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:23 smithi155 ceph-mon[48620]: pgmap v316: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:33:23.316 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:23 smithi086 ceph-mon[63435]: pgmap v316: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:33:23.587 INFO:teuthology.orchestra.run.smithi086.stdout:[ 2024-09-10T18:33:23.587 INFO:teuthology.orchestra.run.smithi086.stdout: { 2024-09-10T18:33:23.587 INFO:teuthology.orchestra.run.smithi086.stdout: "export_id": 1, 2024-09-10T18:33:23.587 INFO:teuthology.orchestra.run.smithi086.stdout: "path": "/", 2024-09-10T18:33:23.587 INFO:teuthology.orchestra.run.smithi086.stdout: "cluster_id": "foo", 2024-09-10T18:33:23.588 INFO:teuthology.orchestra.run.smithi086.stdout: "pseudo": "/fake", 2024-09-10T18:33:23.588 INFO:teuthology.orchestra.run.smithi086.stdout: "access_type": "RW", 2024-09-10T18:33:23.588 INFO:teuthology.orchestra.run.smithi086.stdout: "squash": "no_root_squash", 2024-09-10T18:33:23.588 INFO:teuthology.orchestra.run.smithi086.stdout: "security_label": true, 2024-09-10T18:33:23.588 INFO:teuthology.orchestra.run.smithi086.stdout: "protocols": [ 2024-09-10T18:33:23.588 INFO:teuthology.orchestra.run.smithi086.stdout: 4 2024-09-10T18:33:23.588 INFO:teuthology.orchestra.run.smithi086.stdout: ], 2024-09-10T18:33:23.588 INFO:teuthology.orchestra.run.smithi086.stdout: "transports": [ 2024-09-10T18:33:23.588 INFO:teuthology.orchestra.run.smithi086.stdout: "TCP" 2024-09-10T18:33:23.588 INFO:teuthology.orchestra.run.smithi086.stdout: ], 2024-09-10T18:33:23.588 INFO:teuthology.orchestra.run.smithi086.stdout: "fsal": { 2024-09-10T18:33:23.588 INFO:teuthology.orchestra.run.smithi086.stdout: "name": "CEPH", 2024-09-10T18:33:23.588 INFO:teuthology.orchestra.run.smithi086.stdout: "user_id": "nfs.foo.1", 2024-09-10T18:33:23.588 INFO:teuthology.orchestra.run.smithi086.stdout: "fs_name": "foofs" 2024-09-10T18:33:23.589 INFO:teuthology.orchestra.run.smithi086.stdout: }, 2024-09-10T18:33:23.589 INFO:teuthology.orchestra.run.smithi086.stdout: "clients": [] 2024-09-10T18:33:23.589 INFO:teuthology.orchestra.run.smithi086.stdout: } 2024-09-10T18:33:23.589 INFO:teuthology.orchestra.run.smithi086.stdout:] 2024-09-10T18:33:24.237 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:24 smithi086 ceph-mon[63435]: from='client.34476 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:33:24.261 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- bash -c 'rados -p .nfs --all ls -' 2024-09-10T18:33:24.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:24 smithi155 ceph-mon[48620]: from='client.34476 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:33:25.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:25 smithi086 ceph-mon[63435]: pgmap v317: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:33:25.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:25 smithi155 ceph-mon[48620]: pgmap v317: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:33:26.039 INFO:teuthology.orchestra.run.smithi086.stdout:foo rec-0000000000000004:nfs.foo.1 2024-09-10T18:33:26.039 INFO:teuthology.orchestra.run.smithi086.stdout:foo grace 2024-09-10T18:33:26.039 INFO:teuthology.orchestra.run.smithi086.stdout:foo rec-0000000000000004:nfs.foo.0 2024-09-10T18:33:26.039 INFO:teuthology.orchestra.run.smithi086.stdout:foo conf-nfs.foo 2024-09-10T18:33:26.039 INFO:teuthology.orchestra.run.smithi086.stdout:foo export-1 2024-09-10T18:33:26.402 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:26 smithi155 ceph-mon[48620]: mgrmap e49: smithi086.qqqtpz(active, since 8m), standbys: smithi155.gxleeu 2024-09-10T18:33:26.558 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:26 smithi086 ceph-mon[63435]: mgrmap e49: smithi086.qqqtpz(active, since 8m), standbys: smithi155.gxleeu 2024-09-10T18:33:26.633 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 -- bash -c 'ceph config get mgr mgr/cephadm/migration_current | grep 6' 2024-09-10T18:33:27.221 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:27 smithi086 ceph-mon[63435]: pgmap v318: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-10T18:33:27.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:27 smithi155 ceph-mon[48620]: pgmap v318: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-10T18:33:28.431 INFO:teuthology.orchestra.run.smithi086.stdout:6 2024-09-10T18:33:29.055 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-10T18:33:29.069 INFO:tasks.cephadm:Teardown begin 2024-09-10T18:33:29.069 DEBUG:teuthology.orchestra.run.smithi086:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T18:33:29.097 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T18:33:29.130 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-10T18:33:29.130 DEBUG:teuthology.orchestra.run.smithi086:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-10T18:33:29.155 DEBUG:teuthology.orchestra.run.smithi155:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-10T18:33:29.188 INFO:tasks.cephadm:Stopping all daemons... 2024-09-10T18:33:29.188 INFO:tasks.cephadm.mon.smithi086:Stopping mon.smithi086... 2024-09-10T18:33:29.189 DEBUG:teuthology.orchestra.run.smithi086:> sudo systemctl stop ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@mon.smithi086 2024-09-10T18:33:29.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:29 smithi086 ceph-mon[63435]: pgmap v319: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-09-10T18:33:29.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:29 smithi086 ceph-mon[63435]: from='client.? 172.21.15.86:0/242277987' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-09-10T18:33:29.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:29 smithi086 systemd[1]: Stopping Ceph mon.smithi086 for c77f8420-6f9f-11ef-bcea-c7b262605968... 2024-09-10T18:33:29.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:29 smithi155 ceph-mon[48620]: pgmap v319: 129 pgs: 129 active+clean; 210 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-09-10T18:33:29.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:29 smithi155 ceph-mon[48620]: from='client.? 172.21.15.86:0/242277987' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-09-10T18:33:29.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon-smithi086[63431]: 2024-09-10T18:33:29.508+0000 7f7f9a097640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi086 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-10T18:33:29.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:29 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon-smithi086[63431]: 2024-09-10T18:33:29.508+0000 7f7f9a097640 -1 mon.smithi086@0(leader) e3 *** Got Signal Terminated *** 2024-09-10T18:33:29.844 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:29 smithi086 podman[100179]: 2024-09-10 18:33:29.69227203 +0000 UTC m=+0.300848373 container died b00a3c0f966366c2a1b991a0533ff3730df19161a42fdeb0461d511ee1c84d31 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon-smithi086, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux ) 2024-09-10T18:33:30.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:30 smithi086 podman[100179]: 2024-09-10 18:33:30.058660819 +0000 UTC m=+0.667237163 container cleanup b00a3c0f966366c2a1b991a0533ff3730df19161a42fdeb0461d511ee1c84d31 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon-smithi086, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739) 2024-09-10T18:33:30.344 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Sep 10 18:33:30 smithi086 bash[100179]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon-smithi086 2024-09-10T18:33:30.547 DEBUG:teuthology.orchestra.run.smithi086:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@mon.smithi086.service' 2024-09-10T18:33:30.596 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T18:33:30.596 INFO:tasks.cephadm.mon.smithi086:Stopped mon.smithi086 2024-09-10T18:33:30.596 INFO:tasks.cephadm.mon.smithi155:Stopping mon.smithi155... 2024-09-10T18:33:30.596 DEBUG:teuthology.orchestra.run.smithi155:> sudo systemctl stop ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@mon.smithi155 2024-09-10T18:33:30.901 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:30 smithi155 systemd[1]: Stopping Ceph mon.smithi155 for c77f8420-6f9f-11ef-bcea-c7b262605968... 2024-09-10T18:33:31.261 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon-smithi155[48615]: 2024-09-10T18:33:30.916+0000 7f0387151640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi155 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-10T18:33:31.261 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon-smithi155[48615]: 2024-09-10T18:33:30.916+0000 7f0387151640 -1 mon.smithi155@1(peon) e3 *** Got Signal Terminated *** 2024-09-10T18:33:31.261 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:30 smithi155 podman[74373]: 2024-09-10 18:33:30.968328479 +0000 UTC m=+0.181626337 container died a70277e6c2c8be1f6f6f24bac2c4e67a1d820e16a2911c27a1234be02b808592 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon-smithi155, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739) 2024-09-10T18:33:31.620 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:31 smithi155 podman[74373]: 2024-09-10 18:33:31.434159586 +0000 UTC m=+0.647457448 container cleanup a70277e6c2c8be1f6f6f24bac2c4e67a1d820e16a2911c27a1234be02b808592 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon-smithi155, ceph=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T18:33:31.621 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:31 smithi155 bash[74373]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon-smithi155 2024-09-10T18:33:31.858 DEBUG:teuthology.orchestra.run.smithi155:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@mon.smithi155.service' 2024-09-10T18:33:31.880 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:31 smithi155 podman[74385]: 2024-09-10 18:33:31.619473952 +0000 UTC m=+0.642985484 container remove a70277e6c2c8be1f6f6f24bac2c4e67a1d820e16a2911c27a1234be02b808592 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-mon-smithi155, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2) 2024-09-10T18:33:31.880 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:31 smithi155 systemd[1]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@mon.smithi155.service: Deactivated successfully. 2024-09-10T18:33:31.881 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:31 smithi155 systemd[1]: Stopped Ceph mon.smithi155 for c77f8420-6f9f-11ef-bcea-c7b262605968. 2024-09-10T18:33:31.881 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Sep 10 18:33:31 smithi155 systemd[1]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@mon.smithi155.service: Consumed 4.688s CPU time. 2024-09-10T18:33:31.926 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T18:33:31.926 INFO:tasks.cephadm.mon.smithi155:Stopped mon.smithi155 2024-09-10T18:33:31.926 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-10T18:33:31.927 DEBUG:teuthology.orchestra.run.smithi086:> sudo systemctl stop ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.0 2024-09-10T18:33:32.239 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:33:31 smithi086 systemd[1]: Stopping Ceph osd.0 for c77f8420-6f9f-11ef-bcea-c7b262605968... 2024-09-10T18:33:32.594 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:33:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0[69715]: 2024-09-10T18:33:32.237+0000 7fefcca57640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-10T18:33:32.594 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:33:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0[69715]: 2024-09-10T18:33:32.237+0000 7fefcca57640 -1 osd.0 118 *** Got signal Terminated *** 2024-09-10T18:33:32.594 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:33:32 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0[69715]: 2024-09-10T18:33:32.237+0000 7fefcca57640 -1 osd.0 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T18:33:37.992 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:33:37 smithi086 podman[100311]: 2024-09-10 18:33:37.705720686 +0000 UTC m=+5.575347198 container died 08577c2b188c29495436747d527a55759b90e07cc742fa0f8e35a97c9f51c5f3 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2) 2024-09-10T18:33:38.344 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:33:38 smithi086 podman[100311]: 2024-09-10 18:33:38.087947856 +0000 UTC m=+5.957574370 container cleanup 08577c2b188c29495436747d527a55759b90e07cc742fa0f8e35a97c9f51c5f3 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T18:33:38.344 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:33:38 smithi086 bash[100311]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0 2024-09-10T18:33:38.660 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:33:38 smithi086 podman[100326]: 2024-09-10 18:33:38.398088011 +0000 UTC m=+0.689867259 container remove 08577c2b188c29495436747d527a55759b90e07cc742fa0f8e35a97c9f51c5f3 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T18:33:38.994 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:33:38 smithi086 podman[100417]: 2024-09-10 18:33:38.645113862 +0000 UTC m=+0.015935064 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:33:38.994 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:33:38 smithi086 podman[100417]: 2024-09-10 18:33:38.765648661 +0000 UTC m=+0.136469907 container create 146ce231f77df8b3118a435fd449cf27127141c92778d6535703acd94e3eeab3 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0-deactivate, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739) 2024-09-10T18:33:38.994 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:33:38 smithi086 podman[100417]: 2024-09-10 18:33:38.992843969 +0000 UTC m=+0.363665171 container init 146ce231f77df8b3118a435fd449cf27127141c92778d6535703acd94e3eeab3 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-09-10T18:33:39.344 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:33:38 smithi086 podman[100417]: 2024-09-10 18:33:38.996587783 +0000 UTC m=+0.367408985 container start 146ce231f77df8b3118a435fd449cf27127141c92778d6535703acd94e3eeab3 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2) 2024-09-10T18:33:39.344 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:33:39 smithi086 podman[100417]: 2024-09-10 18:33:39.085020273 +0000 UTC m=+0.455841475 container attach 146ce231f77df8b3118a435fd449cf27127141c92778d6535703acd94e3eeab3 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-09-10T18:33:39.344 INFO:journalctl@ceph.osd.0.smithi086.stdout:Sep 10 18:33:39 smithi086 podman[100417]: 2024-09-10 18:33:39.169263228 +0000 UTC m=+0.540084438 container died 146ce231f77df8b3118a435fd449cf27127141c92778d6535703acd94e3eeab3 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-0-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2024-09-10T18:33:39.828 DEBUG:teuthology.orchestra.run.smithi086:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.0.service' 2024-09-10T18:33:39.868 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T18:33:39.868 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-10T18:33:39.868 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-10T18:33:39.869 DEBUG:teuthology.orchestra.run.smithi086:> sudo systemctl stop ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.1 2024-09-10T18:33:40.094 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:33:39 smithi086 systemd[1]: Stopping Ceph osd.1 for c77f8420-6f9f-11ef-bcea-c7b262605968... 2024-09-10T18:33:40.594 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:33:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1[72480]: 2024-09-10T18:33:40.191+0000 7f196b88b640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-10T18:33:40.594 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:33:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1[72480]: 2024-09-10T18:33:40.191+0000 7f196b88b640 -1 osd.1 118 *** Got signal Terminated *** 2024-09-10T18:33:40.594 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:33:40 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1[72480]: 2024-09-10T18:33:40.191+0000 7f196b88b640 -1 osd.1 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T18:33:45.928 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:33:45 smithi086 podman[100531]: 2024-09-10 18:33:45.654274694 +0000 UTC m=+5.563127892 container died ce19410da0850376066a427458e1731b9d6df049e95e70016ffa223d79550ed4 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_CLEAN=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T18:33:46.295 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:33:46 smithi086 podman[100531]: 2024-09-10 18:33:46.025965502 +0000 UTC m=+5.934818694 container cleanup ce19410da0850376066a427458e1731b9d6df049e95e70016ffa223d79550ed4 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739) 2024-09-10T18:33:46.295 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:33:46 smithi086 bash[100531]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1 2024-09-10T18:33:46.594 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:33:46 smithi086 podman[100548]: 2024-09-10 18:33:46.293836854 +0000 UTC m=+0.639544636 container remove ce19410da0850376066a427458e1731b9d6df049e95e70016ffa223d79550ed4 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739) 2024-09-10T18:33:46.965 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:33:46 smithi086 podman[100671]: 2024-09-10 18:33:46.644790134 +0000 UTC m=+0.111727824 container create 56f7760adad3ed48ff769e93d01d2c4dc903f6cdc59f67cfe41c843c9c6abf57 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1-deactivate, GIT_CLEAN=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0) 2024-09-10T18:33:46.965 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:33:46 smithi086 podman[100671]: 2024-09-10 18:33:46.549138949 +0000 UTC m=+0.016076636 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:33:46.965 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:33:46 smithi086 podman[100671]: 2024-09-10 18:33:46.855488387 +0000 UTC m=+0.322426073 container init 56f7760adad3ed48ff769e93d01d2c4dc903f6cdc59f67cfe41c843c9c6abf57 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2024-09-10T18:33:46.965 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:33:46 smithi086 podman[100671]: 2024-09-10 18:33:46.860152533 +0000 UTC m=+0.327090229 container start 56f7760adad3ed48ff769e93d01d2c4dc903f6cdc59f67cfe41c843c9c6abf57 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1-deactivate, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, ceph=True) 2024-09-10T18:33:46.965 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:33:46 smithi086 podman[100671]: 2024-09-10 18:33:46.963629371 +0000 UTC m=+0.430567059 container attach 56f7760adad3ed48ff769e93d01d2c4dc903f6cdc59f67cfe41c843c9c6abf57 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1-deactivate, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2024-09-10T18:33:47.327 INFO:journalctl@ceph.osd.1.smithi086.stdout:Sep 10 18:33:47 smithi086 podman[100671]: 2024-09-10 18:33:47.04279908 +0000 UTC m=+0.509736768 container died 56f7760adad3ed48ff769e93d01d2c4dc903f6cdc59f67cfe41c843c9c6abf57 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-1-deactivate, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T18:33:47.603 DEBUG:teuthology.orchestra.run.smithi086:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.1.service' 2024-09-10T18:33:47.642 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T18:33:47.642 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-10T18:33:47.642 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-10T18:33:47.642 DEBUG:teuthology.orchestra.run.smithi086:> sudo systemctl stop ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.2 2024-09-10T18:33:47.844 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:33:47 smithi086 systemd[1]: Stopping Ceph osd.2 for c77f8420-6f9f-11ef-bcea-c7b262605968... 2024-09-10T18:33:48.344 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:33:47 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2[75372]: 2024-09-10T18:33:47.970+0000 7f13933e2640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-10T18:33:48.344 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:33:47 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2[75372]: 2024-09-10T18:33:47.970+0000 7f13933e2640 -1 osd.2 118 *** Got signal Terminated *** 2024-09-10T18:33:48.344 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:33:47 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2[75372]: 2024-09-10T18:33:47.970+0000 7f13933e2640 -1 osd.2 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T18:33:53.764 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:33:53 smithi086 podman[100772]: 2024-09-10 18:33:53.488925918 +0000 UTC m=+5.613622090 container died b015f30a58b281cb08e6af23dc50f9ad28bf17bcda0388b3d3cda47339ac7f12 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T18:33:54.094 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:33:53 smithi086 podman[100772]: 2024-09-10 18:33:53.962037635 +0000 UTC m=+6.086733806 container cleanup b015f30a58b281cb08e6af23dc50f9ad28bf17bcda0388b3d3cda47339ac7f12 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2) 2024-09-10T18:33:54.094 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:33:53 smithi086 bash[100772]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2 2024-09-10T18:33:54.585 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:33:54 smithi086 podman[100787]: 2024-09-10 18:33:54.238354181 +0000 UTC m=+0.750131200 container remove b015f30a58b281cb08e6af23dc50f9ad28bf17bcda0388b3d3cda47339ac7f12 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux ) 2024-09-10T18:33:54.844 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:33:54 smithi086 podman[100874]: 2024-09-10 18:33:54.486568848 +0000 UTC m=+0.015868370 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:33:54.844 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:33:54 smithi086 podman[100874]: 2024-09-10 18:33:54.597779905 +0000 UTC m=+0.127079421 container create 4c2c3fb713afbeff239ffe37417149e60e8b4bcf0058af2fe3486d99d0a92ca1 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2-deactivate, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2) 2024-09-10T18:33:54.844 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:33:54 smithi086 podman[100874]: 2024-09-10 18:33:54.783669171 +0000 UTC m=+0.312968684 container init 4c2c3fb713afbeff239ffe37417149e60e8b4bcf0058af2fe3486d99d0a92ca1 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2-deactivate, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-09-10T18:33:54.844 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:33:54 smithi086 podman[100874]: 2024-09-10 18:33:54.78732725 +0000 UTC m=+0.316626766 container start 4c2c3fb713afbeff239ffe37417149e60e8b4bcf0058af2fe3486d99d0a92ca1 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2-deactivate, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-09-10T18:33:55.255 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:33:54 smithi086 podman[100874]: 2024-09-10 18:33:54.872013224 +0000 UTC m=+0.401312749 container attach 4c2c3fb713afbeff239ffe37417149e60e8b4bcf0058af2fe3486d99d0a92ca1 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2) 2024-09-10T18:33:55.256 INFO:journalctl@ceph.osd.2.smithi086.stdout:Sep 10 18:33:54 smithi086 podman[100874]: 2024-09-10 18:33:54.967196191 +0000 UTC m=+0.496495716 container died 4c2c3fb713afbeff239ffe37417149e60e8b4bcf0058af2fe3486d99d0a92ca1 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-2-deactivate, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, ceph=True, CEPH_POINT_RELEASE=) 2024-09-10T18:33:55.534 DEBUG:teuthology.orchestra.run.smithi086:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.2.service' 2024-09-10T18:33:55.573 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T18:33:55.574 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-10T18:33:55.574 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-09-10T18:33:55.574 DEBUG:teuthology.orchestra.run.smithi086:> sudo systemctl stop ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.3 2024-09-10T18:33:55.844 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:33:55 smithi086 systemd[1]: Stopping Ceph osd.3 for c77f8420-6f9f-11ef-bcea-c7b262605968... 2024-09-10T18:33:56.344 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:33:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3[78209]: 2024-09-10T18:33:55.897+0000 7ff7f0f57640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-10T18:33:56.344 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:33:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3[78209]: 2024-09-10T18:33:55.897+0000 7ff7f0f57640 -1 osd.3 118 *** Got signal Terminated *** 2024-09-10T18:33:56.344 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:33:55 smithi086 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3[78209]: 2024-09-10T18:33:55.897+0000 7ff7f0f57640 -1 osd.3 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T18:33:58.402 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:33:58 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:33:58.360+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:35.430000+0000 front 2024-09-10T18:33:35.430059+0000 (oldest deadline 2024-09-10T18:33:57.729954+0000) 2024-09-10T18:33:58.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:33:58 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:33:58.133+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:33:59.137 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:33:58 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4[53524]: 2024-09-10T18:33:58.864+0000 7fa1c52a7640 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:33.518295+0000 front 2024-09-10T18:33:33.518277+0000 (oldest deadline 2024-09-10T18:33:58.218105+0000) 2024-09-10T18:33:59.394 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:33:59 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:33:59.135+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:33:59.651 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:33:59 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:33:59.393+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:35.430000+0000 front 2024-09-10T18:33:35.430059+0000 (oldest deadline 2024-09-10T18:33:57.729954+0000) 2024-09-10T18:34:00.151 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:33:59 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4[53524]: 2024-09-10T18:33:59.880+0000 7fa1c52a7640 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:33.518295+0000 front 2024-09-10T18:33:33.518277+0000 (oldest deadline 2024-09-10T18:33:58.218105+0000) 2024-09-10T18:34:00.651 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:00.350+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:35.430000+0000 front 2024-09-10T18:33:35.430059+0000 (oldest deadline 2024-09-10T18:33:57.729954+0000) 2024-09-10T18:34:00.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:00.174+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:34:01.136 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:34:00 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4[53524]: 2024-09-10T18:34:00.848+0000 7fa1c52a7640 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:33.518295+0000 front 2024-09-10T18:33:33.518277+0000 (oldest deadline 2024-09-10T18:33:58.218105+0000) 2024-09-10T18:34:01.401 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:01 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:01.336+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:35.430000+0000 front 2024-09-10T18:33:35.430059+0000 (oldest deadline 2024-09-10T18:33:57.729954+0000) 2024-09-10T18:34:01.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:01 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:01.132+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:34:01.658 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:34:01 smithi086 podman[100976]: 2024-09-10 18:34:01.380545471 +0000 UTC m=+5.584879795 container died fe10a9ba8223d8e5195d2acfc7d978b5306b05cc19dd47ec52f0f08faaad33f0 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731) 2024-09-10T18:34:01.902 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:34:01 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4[53524]: 2024-09-10T18:34:01.840+0000 7fa1c52a7640 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:33.518295+0000 front 2024-09-10T18:33:33.518277+0000 (oldest deadline 2024-09-10T18:33:58.218105+0000) 2024-09-10T18:34:01.902 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:01 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5[55864]: 2024-09-10T18:34:01.606+0000 7f7f4fa6b640 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:34.970954+0000 front 2024-09-10T18:33:34.971061+0000 (oldest deadline 2024-09-10T18:34:00.870879+0000) 2024-09-10T18:34:01.975 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:34:01 smithi086 podman[100976]: 2024-09-10 18:34:01.731337125 +0000 UTC m=+5.935671448 container cleanup fe10a9ba8223d8e5195d2acfc7d978b5306b05cc19dd47ec52f0f08faaad33f0 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True) 2024-09-10T18:34:01.975 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:34:01 smithi086 bash[100976]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3 2024-09-10T18:34:02.300 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:34:01 smithi086 podman[100994]: 2024-09-10 18:34:01.97407989 +0000 UTC m=+0.593229379 container remove fe10a9ba8223d8e5195d2acfc7d978b5306b05cc19dd47ec52f0f08faaad33f0 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, ceph=True) 2024-09-10T18:34:02.401 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:02 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:02.301+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:35.430000+0000 front 2024-09-10T18:33:35.430059+0000 (oldest deadline 2024-09-10T18:33:57.729954+0000) 2024-09-10T18:34:02.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:02 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:02.106+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:34:02.594 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:34:02 smithi086 podman[101086]: 2024-09-10 18:34:02.201184776 +0000 UTC m=+0.015948679 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:34:02.594 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:34:02 smithi086 podman[101086]: 2024-09-10 18:34:02.308561643 +0000 UTC m=+0.123325582 container create 33d2a1843f97b7e3a94bac970dcd211f621263062f672fca1effdbf06c463a30 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T18:34:02.594 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:34:02 smithi086 podman[101086]: 2024-09-10 18:34:02.510873861 +0000 UTC m=+0.325637763 container init 33d2a1843f97b7e3a94bac970dcd211f621263062f672fca1effdbf06c463a30 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3-deactivate, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-09-10T18:34:02.594 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:34:02 smithi086 podman[101086]: 2024-09-10 18:34:02.515021022 +0000 UTC m=+0.329784919 container start 33d2a1843f97b7e3a94bac970dcd211f621263062f672fca1effdbf06c463a30 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3-deactivate, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, ceph=True) 2024-09-10T18:34:02.901 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:34:02 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4[53524]: 2024-09-10T18:34:02.792+0000 7fa1c52a7640 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:33.518295+0000 front 2024-09-10T18:33:33.518277+0000 (oldest deadline 2024-09-10T18:33:58.218105+0000) 2024-09-10T18:34:02.902 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:02 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5[55864]: 2024-09-10T18:34:02.582+0000 7f7f4fa6b640 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:34.970954+0000 front 2024-09-10T18:33:34.971061+0000 (oldest deadline 2024-09-10T18:34:00.870879+0000) 2024-09-10T18:34:02.983 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:34:02 smithi086 podman[101086]: 2024-09-10 18:34:02.593987189 +0000 UTC m=+0.408751085 container attach 33d2a1843f97b7e3a94bac970dcd211f621263062f672fca1effdbf06c463a30 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD) 2024-09-10T18:34:02.983 INFO:journalctl@ceph.osd.3.smithi086.stdout:Sep 10 18:34:02 smithi086 podman[101086]: 2024-09-10 18:34:02.697164012 +0000 UTC m=+0.511927914 container died 33d2a1843f97b7e3a94bac970dcd211f621263062f672fca1effdbf06c463a30 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-3-deactivate, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux ) 2024-09-10T18:34:03.259 DEBUG:teuthology.orchestra.run.smithi086:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.3.service' 2024-09-10T18:34:03.298 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T18:34:03.299 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-09-10T18:34:03.299 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-09-10T18:34:03.299 DEBUG:teuthology.orchestra.run.smithi155:> sudo systemctl stop ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.4 2024-09-10T18:34:03.347 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:03 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:03.310+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:35.430000+0000 front 2024-09-10T18:33:35.430059+0000 (oldest deadline 2024-09-10T18:33:57.729954+0000) 2024-09-10T18:34:03.347 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:03 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:03.077+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:34:03.622 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:34:03 smithi155 systemd[1]: Stopping Ceph osd.4 for c77f8420-6f9f-11ef-bcea-c7b262605968... 2024-09-10T18:34:03.622 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:03 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5[55864]: 2024-09-10T18:34:03.555+0000 7f7f4fa6b640 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:34.970954+0000 front 2024-09-10T18:33:34.971061+0000 (oldest deadline 2024-09-10T18:34:00.870879+0000) 2024-09-10T18:34:03.901 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:34:03 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4[53524]: 2024-09-10T18:34:03.619+0000 7fa1c9c91640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-10T18:34:03.902 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:34:03 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4[53524]: 2024-09-10T18:34:03.619+0000 7fa1c9c91640 -1 osd.4 118 *** Got signal Terminated *** 2024-09-10T18:34:03.902 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:34:03 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4[53524]: 2024-09-10T18:34:03.619+0000 7fa1c9c91640 -1 osd.4 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T18:34:03.902 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:34:03 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4[53524]: 2024-09-10T18:34:03.796+0000 7fa1c52a7640 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:33.518295+0000 front 2024-09-10T18:33:33.518277+0000 (oldest deadline 2024-09-10T18:33:58.218105+0000) 2024-09-10T18:34:04.401 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:04.267+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:35.430000+0000 front 2024-09-10T18:33:35.430059+0000 (oldest deadline 2024-09-10T18:33:57.729954+0000) 2024-09-10T18:34:04.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:04.121+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:34:04.902 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:34:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4[53524]: 2024-09-10T18:34:04.804+0000 7fa1c52a7640 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:33.518295+0000 front 2024-09-10T18:33:33.518277+0000 (oldest deadline 2024-09-10T18:33:58.218105+0000) 2024-09-10T18:34:04.902 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:04 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5[55864]: 2024-09-10T18:34:04.557+0000 7f7f4fa6b640 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:34.970954+0000 front 2024-09-10T18:33:34.971061+0000 (oldest deadline 2024-09-10T18:34:00.870879+0000) 2024-09-10T18:34:05.401 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:05.264+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:35.430000+0000 front 2024-09-10T18:33:35.430059+0000 (oldest deadline 2024-09-10T18:33:57.729954+0000) 2024-09-10T18:34:05.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:05.100+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:34:05.901 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5[55864]: 2024-09-10T18:34:05.590+0000 7f7f4fa6b640 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:34.970954+0000 front 2024-09-10T18:33:34.971061+0000 (oldest deadline 2024-09-10T18:34:00.870879+0000) 2024-09-10T18:34:05.902 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:34:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4[53524]: 2024-09-10T18:34:05.803+0000 7fa1c52a7640 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:33.518295+0000 front 2024-09-10T18:33:33.518277+0000 (oldest deadline 2024-09-10T18:33:58.218105+0000) 2024-09-10T18:34:05.902 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:34:05 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4[53524]: 2024-09-10T18:34:05.803+0000 7fa1c52a7640 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:42.819586+0000 front 2024-09-10T18:33:42.819708+0000 (oldest deadline 2024-09-10T18:34:05.719503+0000) 2024-09-10T18:34:06.402 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:06.253+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:35.430000+0000 front 2024-09-10T18:33:35.430059+0000 (oldest deadline 2024-09-10T18:33:57.729954+0000) 2024-09-10T18:34:06.402 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:06.253+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:43.531391+0000 front 2024-09-10T18:33:43.531332+0000 (oldest deadline 2024-09-10T18:34:05.831279+0000) 2024-09-10T18:34:06.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:06.113+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:34:06.902 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5[55864]: 2024-09-10T18:34:06.593+0000 7f7f4fa6b640 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:34.970954+0000 front 2024-09-10T18:33:34.971061+0000 (oldest deadline 2024-09-10T18:34:00.870879+0000) 2024-09-10T18:34:06.902 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:34:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4[53524]: 2024-09-10T18:34:06.787+0000 7fa1c52a7640 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:33.518295+0000 front 2024-09-10T18:33:33.518277+0000 (oldest deadline 2024-09-10T18:33:58.218105+0000) 2024-09-10T18:34:06.902 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:34:06 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4[53524]: 2024-09-10T18:34:06.787+0000 7fa1c52a7640 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:42.819586+0000 front 2024-09-10T18:33:42.819708+0000 (oldest deadline 2024-09-10T18:34:05.719503+0000) 2024-09-10T18:34:07.401 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:07.219+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:35.430000+0000 front 2024-09-10T18:33:35.430059+0000 (oldest deadline 2024-09-10T18:33:57.729954+0000) 2024-09-10T18:34:07.402 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:07.219+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:43.531391+0000 front 2024-09-10T18:33:43.531332+0000 (oldest deadline 2024-09-10T18:34:05.831279+0000) 2024-09-10T18:34:07.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:07.125+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:34:07.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:07.125+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.004647+0000 front 2024-09-10T18:33:44.004708+0000 (oldest deadline 2024-09-10T18:34:06.304516+0000) 2024-09-10T18:34:07.902 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:34:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4[53524]: 2024-09-10T18:34:07.798+0000 7fa1c52a7640 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:33.518295+0000 front 2024-09-10T18:33:33.518277+0000 (oldest deadline 2024-09-10T18:33:58.218105+0000) 2024-09-10T18:34:07.902 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:34:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4[53524]: 2024-09-10T18:34:07.798+0000 7fa1c52a7640 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:42.819586+0000 front 2024-09-10T18:33:42.819708+0000 (oldest deadline 2024-09-10T18:34:05.719503+0000) 2024-09-10T18:34:07.902 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5[55864]: 2024-09-10T18:34:07.602+0000 7f7f4fa6b640 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:34.970954+0000 front 2024-09-10T18:33:34.971061+0000 (oldest deadline 2024-09-10T18:34:00.870879+0000) 2024-09-10T18:34:07.902 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:07 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5[55864]: 2024-09-10T18:34:07.602+0000 7f7f4fa6b640 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.971838+0000 front 2024-09-10T18:33:44.971937+0000 (oldest deadline 2024-09-10T18:34:06.671850+0000) 2024-09-10T18:34:08.401 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:08.122+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:34:08.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:08.122+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.004647+0000 front 2024-09-10T18:33:44.004708+0000 (oldest deadline 2024-09-10T18:34:06.304516+0000) 2024-09-10T18:34:08.402 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:08.188+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:35.430000+0000 front 2024-09-10T18:33:35.430059+0000 (oldest deadline 2024-09-10T18:33:57.729954+0000) 2024-09-10T18:34:08.402 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:08.188+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:43.531391+0000 front 2024-09-10T18:33:43.531332+0000 (oldest deadline 2024-09-10T18:34:05.831279+0000) 2024-09-10T18:34:08.902 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5[55864]: 2024-09-10T18:34:08.646+0000 7f7f4fa6b640 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:34.970954+0000 front 2024-09-10T18:33:34.971061+0000 (oldest deadline 2024-09-10T18:34:00.870879+0000) 2024-09-10T18:34:08.902 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:08 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5[55864]: 2024-09-10T18:34:08.646+0000 7f7f4fa6b640 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.971838+0000 front 2024-09-10T18:33:44.971937+0000 (oldest deadline 2024-09-10T18:34:06.671850+0000) 2024-09-10T18:34:09.305 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:34:09 smithi155 podman[74528]: 2024-09-10 18:34:09.041133855 +0000 UTC m=+5.549449667 container died 9ded783e22edf57d327ce4b69facb825c7fe32026a36e09f1fd27347665591f7 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-09-10T18:34:09.305 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:09.151+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:35.430000+0000 front 2024-09-10T18:33:35.430059+0000 (oldest deadline 2024-09-10T18:33:57.729954+0000) 2024-09-10T18:34:09.305 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:09.151+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:43.531391+0000 front 2024-09-10T18:33:43.531332+0000 (oldest deadline 2024-09-10T18:34:05.831279+0000) 2024-09-10T18:34:09.306 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:09.118+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:34:09.306 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:09.118+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.004647+0000 front 2024-09-10T18:33:44.004708+0000 (oldest deadline 2024-09-10T18:34:06.304516+0000) 2024-09-10T18:34:09.652 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:34:09 smithi155 podman[74528]: 2024-09-10 18:34:09.486837661 +0000 UTC m=+5.995153471 container cleanup 9ded783e22edf57d327ce4b69facb825c7fe32026a36e09f1fd27347665591f7 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4, GIT_CLEAN=True, io.buildah.version=1.37.2, ceph=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T18:34:09.652 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:34:09 smithi155 bash[74528]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4 2024-09-10T18:34:10.104 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:34:09 smithi155 podman[74574]: 2024-09-10 18:34:09.788366957 +0000 UTC m=+0.746510069 container remove 9ded783e22edf57d327ce4b69facb825c7fe32026a36e09f1fd27347665591f7 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-09-10T18:34:10.104 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5[55864]: 2024-09-10T18:34:09.671+0000 7f7f4fa6b640 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:34.970954+0000 front 2024-09-10T18:33:34.971061+0000 (oldest deadline 2024-09-10T18:34:00.870879+0000) 2024-09-10T18:34:10.104 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:09 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5[55864]: 2024-09-10T18:34:09.671+0000 7f7f4fa6b640 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.971838+0000 front 2024-09-10T18:33:44.971937+0000 (oldest deadline 2024-09-10T18:34:06.671850+0000) 2024-09-10T18:34:10.393 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:10 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:10.184+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:35.430000+0000 front 2024-09-10T18:33:35.430059+0000 (oldest deadline 2024-09-10T18:33:57.729954+0000) 2024-09-10T18:34:10.393 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:10 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:10.184+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:43.531391+0000 front 2024-09-10T18:33:43.531332+0000 (oldest deadline 2024-09-10T18:34:05.831279+0000) 2024-09-10T18:34:10.393 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:10 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:10.142+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:34:10.393 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:10 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:10.142+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.004647+0000 front 2024-09-10T18:33:44.004708+0000 (oldest deadline 2024-09-10T18:34:06.304516+0000) 2024-09-10T18:34:10.394 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:34:10 smithi155 podman[74659]: 2024-09-10 18:34:10.005788829 +0000 UTC m=+0.015556251 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:34:10.394 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:34:10 smithi155 podman[74659]: 2024-09-10 18:34:10.123899745 +0000 UTC m=+0.133667166 container create f825050b428831261d60f15c4670084e0c2d7443a8d6535100b185177b5cf466 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4-deactivate, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-09-10T18:34:10.394 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:34:10 smithi155 podman[74659]: 2024-09-10 18:34:10.391914485 +0000 UTC m=+0.401681908 container init f825050b428831261d60f15c4670084e0c2d7443a8d6535100b185177b5cf466 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4-deactivate, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731) 2024-09-10T18:34:10.652 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:34:10 smithi155 podman[74659]: 2024-09-10 18:34:10.395545197 +0000 UTC m=+0.405312620 container start f825050b428831261d60f15c4670084e0c2d7443a8d6535100b185177b5cf466 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True) 2024-09-10T18:34:10.652 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:34:10 smithi155 podman[74659]: 2024-09-10 18:34:10.475285012 +0000 UTC m=+0.485052435 container attach f825050b428831261d60f15c4670084e0c2d7443a8d6535100b185177b5cf466 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4-deactivate, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731) 2024-09-10T18:34:10.652 INFO:journalctl@ceph.osd.4.smithi155.stdout:Sep 10 18:34:10 smithi155 podman[74659]: 2024-09-10 18:34:10.569751864 +0000 UTC m=+0.579519288 container died f825050b428831261d60f15c4670084e0c2d7443a8d6535100b185177b5cf466 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-4-deactivate, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-09-10T18:34:11.106 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:10 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5[55864]: 2024-09-10T18:34:10.684+0000 7f7f4fa6b640 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:34.970954+0000 front 2024-09-10T18:33:34.971061+0000 (oldest deadline 2024-09-10T18:34:00.870879+0000) 2024-09-10T18:34:11.106 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:10 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5[55864]: 2024-09-10T18:34:10.684+0000 7f7f4fa6b640 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.971838+0000 front 2024-09-10T18:33:44.971937+0000 (oldest deadline 2024-09-10T18:34:06.671850+0000) 2024-09-10T18:34:11.287 DEBUG:teuthology.orchestra.run.smithi155:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.4.service' 2024-09-10T18:34:11.327 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T18:34:11.327 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-09-10T18:34:11.327 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-09-10T18:34:11.327 DEBUG:teuthology.orchestra.run.smithi155:> sudo systemctl stop ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.5 2024-09-10T18:34:11.389 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:11.104+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:34:11.389 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:11.104+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.004647+0000 front 2024-09-10T18:33:44.004708+0000 (oldest deadline 2024-09-10T18:34:06.304516+0000) 2024-09-10T18:34:11.390 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:11.174+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:35.430000+0000 front 2024-09-10T18:33:35.430059+0000 (oldest deadline 2024-09-10T18:33:57.729954+0000) 2024-09-10T18:34:11.390 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:11.174+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:43.531391+0000 front 2024-09-10T18:33:43.531332+0000 (oldest deadline 2024-09-10T18:34:05.831279+0000) 2024-09-10T18:34:11.651 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:11 smithi155 systemd[1]: Stopping Ceph osd.5 for c77f8420-6f9f-11ef-bcea-c7b262605968... 2024-09-10T18:34:12.108 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5[55864]: 2024-09-10T18:34:11.666+0000 7f7f51c50640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-10T18:34:12.108 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5[55864]: 2024-09-10T18:34:11.666+0000 7f7f51c50640 -1 osd.5 118 *** Got signal Terminated *** 2024-09-10T18:34:12.108 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5[55864]: 2024-09-10T18:34:11.666+0000 7f7f51c50640 -1 osd.5 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T18:34:12.108 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5[55864]: 2024-09-10T18:34:11.675+0000 7f7f4fa6b640 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:34.970954+0000 front 2024-09-10T18:33:34.971061+0000 (oldest deadline 2024-09-10T18:34:00.870879+0000) 2024-09-10T18:34:12.108 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:11 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5[55864]: 2024-09-10T18:34:11.675+0000 7f7f4fa6b640 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.971838+0000 front 2024-09-10T18:33:44.971937+0000 (oldest deadline 2024-09-10T18:34:06.671850+0000) 2024-09-10T18:34:12.401 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:12 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:12.106+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:34:12.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:12 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:12.106+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.004647+0000 front 2024-09-10T18:33:44.004708+0000 (oldest deadline 2024-09-10T18:34:06.304516+0000) 2024-09-10T18:34:12.402 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:12 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:12.191+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:35.430000+0000 front 2024-09-10T18:33:35.430059+0000 (oldest deadline 2024-09-10T18:33:57.729954+0000) 2024-09-10T18:34:12.402 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:12 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:12.191+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:43.531391+0000 front 2024-09-10T18:33:43.531332+0000 (oldest deadline 2024-09-10T18:34:05.831279+0000) 2024-09-10T18:34:12.902 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:12 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5[55864]: 2024-09-10T18:34:12.680+0000 7f7f4fa6b640 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:34.970954+0000 front 2024-09-10T18:33:34.971061+0000 (oldest deadline 2024-09-10T18:34:00.870879+0000) 2024-09-10T18:34:12.902 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:12 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5[55864]: 2024-09-10T18:34:12.680+0000 7f7f4fa6b640 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.971838+0000 front 2024-09-10T18:33:44.971937+0000 (oldest deadline 2024-09-10T18:34:06.671850+0000) 2024-09-10T18:34:13.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:13 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:13.142+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:34:13.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:13 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:13.142+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.004647+0000 front 2024-09-10T18:33:44.004708+0000 (oldest deadline 2024-09-10T18:34:06.304516+0000) 2024-09-10T18:34:13.402 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:13 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:13.181+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:35.430000+0000 front 2024-09-10T18:33:35.430059+0000 (oldest deadline 2024-09-10T18:33:57.729954+0000) 2024-09-10T18:34:13.402 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:13 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:13.181+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:43.531391+0000 front 2024-09-10T18:33:43.531332+0000 (oldest deadline 2024-09-10T18:34:05.831279+0000) 2024-09-10T18:34:14.151 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:13 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5[55864]: 2024-09-10T18:34:13.704+0000 7f7f4fa6b640 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:34.970954+0000 front 2024-09-10T18:33:34.971061+0000 (oldest deadline 2024-09-10T18:34:00.870879+0000) 2024-09-10T18:34:14.151 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:13 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5[55864]: 2024-09-10T18:34:13.704+0000 7f7f4fa6b640 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.971838+0000 front 2024-09-10T18:33:44.971937+0000 (oldest deadline 2024-09-10T18:34:06.671850+0000) 2024-09-10T18:34:14.652 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:14.214+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:35.430000+0000 front 2024-09-10T18:33:35.430059+0000 (oldest deadline 2024-09-10T18:33:57.729954+0000) 2024-09-10T18:34:14.652 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:14.214+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:43.531391+0000 front 2024-09-10T18:33:43.531332+0000 (oldest deadline 2024-09-10T18:34:05.831279+0000) 2024-09-10T18:34:14.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:14.190+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:34:14.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:14.190+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.004647+0000 front 2024-09-10T18:33:44.004708+0000 (oldest deadline 2024-09-10T18:34:06.304516+0000) 2024-09-10T18:34:14.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:14.190+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6822 osd.2 since back 2024-09-10T18:33:49.805478+0000 front 2024-09-10T18:33:49.805491+0000 (oldest deadline 2024-09-10T18:34:13.905360+0000) 2024-09-10T18:34:15.151 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5[55864]: 2024-09-10T18:34:14.657+0000 7f7f4fa6b640 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:34.970954+0000 front 2024-09-10T18:33:34.971061+0000 (oldest deadline 2024-09-10T18:34:00.870879+0000) 2024-09-10T18:34:15.151 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:14 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5[55864]: 2024-09-10T18:34:14.657+0000 7f7f4fa6b640 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.971838+0000 front 2024-09-10T18:33:44.971937+0000 (oldest deadline 2024-09-10T18:34:06.671850+0000) 2024-09-10T18:34:15.651 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:15.205+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:34:15.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:15.205+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.004647+0000 front 2024-09-10T18:33:44.004708+0000 (oldest deadline 2024-09-10T18:34:06.304516+0000) 2024-09-10T18:34:15.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:15.205+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6822 osd.2 since back 2024-09-10T18:33:49.805478+0000 front 2024-09-10T18:33:49.805491+0000 (oldest deadline 2024-09-10T18:34:13.905360+0000) 2024-09-10T18:34:15.652 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:15.199+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:35.430000+0000 front 2024-09-10T18:33:35.430059+0000 (oldest deadline 2024-09-10T18:33:57.729954+0000) 2024-09-10T18:34:15.652 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:15.199+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:43.531391+0000 front 2024-09-10T18:33:43.531332+0000 (oldest deadline 2024-09-10T18:34:05.831279+0000) 2024-09-10T18:34:16.151 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5[55864]: 2024-09-10T18:34:15.659+0000 7f7f4fa6b640 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:34.970954+0000 front 2024-09-10T18:33:34.971061+0000 (oldest deadline 2024-09-10T18:34:00.870879+0000) 2024-09-10T18:34:16.152 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5[55864]: 2024-09-10T18:34:15.659+0000 7f7f4fa6b640 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.971838+0000 front 2024-09-10T18:33:44.971937+0000 (oldest deadline 2024-09-10T18:34:06.671850+0000) 2024-09-10T18:34:16.152 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:15 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5[55864]: 2024-09-10T18:34:15.659+0000 7f7f4fa6b640 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.86:6822 osd.2 since back 2024-09-10T18:33:51.372708+0000 front 2024-09-10T18:33:51.372685+0000 (oldest deadline 2024-09-10T18:34:15.472662+0000) 2024-09-10T18:34:16.651 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:16.239+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:34:16.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:16.239+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.004647+0000 front 2024-09-10T18:33:44.004708+0000 (oldest deadline 2024-09-10T18:34:06.304516+0000) 2024-09-10T18:34:16.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:16.239+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6822 osd.2 since back 2024-09-10T18:33:49.805478+0000 front 2024-09-10T18:33:49.805491+0000 (oldest deadline 2024-09-10T18:34:13.905360+0000) 2024-09-10T18:34:16.652 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:16.163+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:35.430000+0000 front 2024-09-10T18:33:35.430059+0000 (oldest deadline 2024-09-10T18:33:57.729954+0000) 2024-09-10T18:34:16.652 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:16 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:16.163+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:43.531391+0000 front 2024-09-10T18:33:43.531332+0000 (oldest deadline 2024-09-10T18:34:05.831279+0000) 2024-09-10T18:34:17.293 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:17 smithi155 podman[74762]: 2024-09-10 18:34:17.022617128 +0000 UTC m=+5.452445928 container died 1bcf92b053081ca7c2807cde3c52d27883e356f720a4e3d59c2221c719ee5e29 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=) 2024-09-10T18:34:17.293 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:17.186+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:35.430000+0000 front 2024-09-10T18:33:35.430059+0000 (oldest deadline 2024-09-10T18:33:57.729954+0000) 2024-09-10T18:34:17.293 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:17.186+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:43.531391+0000 front 2024-09-10T18:33:43.531332+0000 (oldest deadline 2024-09-10T18:34:05.831279+0000) 2024-09-10T18:34:17.294 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:17.225+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:34:17.294 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:17.225+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.004647+0000 front 2024-09-10T18:33:44.004708+0000 (oldest deadline 2024-09-10T18:34:06.304516+0000) 2024-09-10T18:34:17.294 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:17 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:17.225+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6822 osd.2 since back 2024-09-10T18:33:49.805478+0000 front 2024-09-10T18:33:49.805491+0000 (oldest deadline 2024-09-10T18:34:13.905360+0000) 2024-09-10T18:34:17.652 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:17 smithi155 podman[74762]: 2024-09-10 18:34:17.466246224 +0000 UTC m=+5.896075015 container cleanup 1bcf92b053081ca7c2807cde3c52d27883e356f720a4e3d59c2221c719ee5e29 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2) 2024-09-10T18:34:17.652 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:17 smithi155 bash[74762]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5 2024-09-10T18:34:18.085 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:17 smithi155 podman[74790]: 2024-09-10 18:34:17.667400291 +0000 UTC m=+0.639446318 container remove 1bcf92b053081ca7c2807cde3c52d27883e356f720a4e3d59c2221c719ee5e29 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T18:34:18.401 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:18 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:18.159+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:35.430000+0000 front 2024-09-10T18:33:35.430059+0000 (oldest deadline 2024-09-10T18:33:57.729954+0000) 2024-09-10T18:34:18.402 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:18 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:18.159+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:43.531391+0000 front 2024-09-10T18:33:43.531332+0000 (oldest deadline 2024-09-10T18:34:05.831279+0000) 2024-09-10T18:34:18.402 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:18 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:18.159+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6822 osd.2 since back 2024-09-10T18:33:52.232699+0000 front 2024-09-10T18:33:52.232653+0000 (oldest deadline 2024-09-10T18:34:17.432970+0000) 2024-09-10T18:34:18.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:18 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:18.188+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:34:18.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:18 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:18.188+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.004647+0000 front 2024-09-10T18:33:44.004708+0000 (oldest deadline 2024-09-10T18:34:06.304516+0000) 2024-09-10T18:34:18.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:18 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:18.188+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6822 osd.2 since back 2024-09-10T18:33:49.805478+0000 front 2024-09-10T18:33:49.805491+0000 (oldest deadline 2024-09-10T18:34:13.905360+0000) 2024-09-10T18:34:18.402 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:18 smithi155 podman[74879]: 2024-09-10 18:34:18.084904806 +0000 UTC m=+0.112404899 container create 2b7c29f6efbef4506ba22c4c897537c69a6cc2976dff050b561034d859e07da5 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5-deactivate, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-09-10T18:34:18.402 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:18 smithi155 podman[74879]: 2024-09-10 18:34:17.98799072 +0000 UTC m=+0.015490783 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:34:18.402 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:18 smithi155 podman[74879]: 2024-09-10 18:34:18.320712417 +0000 UTC m=+0.348212465 container init 2b7c29f6efbef4506ba22c4c897537c69a6cc2976dff050b561034d859e07da5 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5-deactivate, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-09-10T18:34:18.403 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:18 smithi155 podman[74879]: 2024-09-10 18:34:18.32391726 +0000 UTC m=+0.351417320 container start 2b7c29f6efbef4506ba22c4c897537c69a6cc2976dff050b561034d859e07da5 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5-deactivate, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, io.buildah.version=1.37.2) 2024-09-10T18:34:18.791 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:18 smithi155 podman[74879]: 2024-09-10 18:34:18.404073184 +0000 UTC m=+0.431573244 container attach 2b7c29f6efbef4506ba22c4c897537c69a6cc2976dff050b561034d859e07da5 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5-deactivate, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T18:34:18.791 INFO:journalctl@ceph.osd.5.smithi155.stdout:Sep 10 18:34:18 smithi155 podman[74879]: 2024-09-10 18:34:18.499664484 +0000 UTC m=+0.527164542 container died 2b7c29f6efbef4506ba22c4c897537c69a6cc2976dff050b561034d859e07da5 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-5-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0) 2024-09-10T18:34:19.116 DEBUG:teuthology.orchestra.run.smithi155:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.5.service' 2024-09-10T18:34:19.195 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T18:34:19.195 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-09-10T18:34:19.196 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-09-10T18:34:19.196 DEBUG:teuthology.orchestra.run.smithi155:> sudo systemctl stop ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.6 2024-09-10T18:34:19.401 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:19.205+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:35.430000+0000 front 2024-09-10T18:33:35.430059+0000 (oldest deadline 2024-09-10T18:33:57.729954+0000) 2024-09-10T18:34:19.402 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:19.205+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:43.531391+0000 front 2024-09-10T18:33:43.531332+0000 (oldest deadline 2024-09-10T18:34:05.831279+0000) 2024-09-10T18:34:19.402 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:19.205+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6822 osd.2 since back 2024-09-10T18:33:52.232699+0000 front 2024-09-10T18:33:52.232653+0000 (oldest deadline 2024-09-10T18:34:17.432970+0000) 2024-09-10T18:34:19.402 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:19 smithi155 systemd[1]: Stopping Ceph osd.6 for c77f8420-6f9f-11ef-bcea-c7b262605968... 2024-09-10T18:34:19.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:19.165+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:34:19.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:19.165+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.004647+0000 front 2024-09-10T18:33:44.004708+0000 (oldest deadline 2024-09-10T18:34:06.304516+0000) 2024-09-10T18:34:19.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:19.165+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6822 osd.2 since back 2024-09-10T18:33:49.805478+0000 front 2024-09-10T18:33:49.805491+0000 (oldest deadline 2024-09-10T18:34:13.905360+0000) 2024-09-10T18:34:19.901 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:19.502+0000 7f780c781640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-10T18:34:19.901 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:19.502+0000 7f780c781640 -1 osd.6 118 *** Got signal Terminated *** 2024-09-10T18:34:19.901 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:19 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:19.502+0000 7f780c781640 -1 osd.6 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T18:34:20.652 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:20 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:20.216+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:35.430000+0000 front 2024-09-10T18:33:35.430059+0000 (oldest deadline 2024-09-10T18:33:57.729954+0000) 2024-09-10T18:34:20.652 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:20 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:20.216+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:43.531391+0000 front 2024-09-10T18:33:43.531332+0000 (oldest deadline 2024-09-10T18:34:05.831279+0000) 2024-09-10T18:34:20.652 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:20 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:20.216+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6822 osd.2 since back 2024-09-10T18:33:52.232699+0000 front 2024-09-10T18:33:52.232653+0000 (oldest deadline 2024-09-10T18:34:17.432970+0000) 2024-09-10T18:34:20.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:20 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:20.196+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:34:20.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:20 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:20.196+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.004647+0000 front 2024-09-10T18:33:44.004708+0000 (oldest deadline 2024-09-10T18:34:06.304516+0000) 2024-09-10T18:34:20.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:20 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:20.196+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6822 osd.2 since back 2024-09-10T18:33:49.805478+0000 front 2024-09-10T18:33:49.805491+0000 (oldest deadline 2024-09-10T18:34:13.905360+0000) 2024-09-10T18:34:21.651 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:21.228+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:35.430000+0000 front 2024-09-10T18:33:35.430059+0000 (oldest deadline 2024-09-10T18:33:57.729954+0000) 2024-09-10T18:34:21.652 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:21.228+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:43.531391+0000 front 2024-09-10T18:33:43.531332+0000 (oldest deadline 2024-09-10T18:34:05.831279+0000) 2024-09-10T18:34:21.652 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:21.228+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6822 osd.2 since back 2024-09-10T18:33:52.232699+0000 front 2024-09-10T18:33:52.232653+0000 (oldest deadline 2024-09-10T18:34:17.432970+0000) 2024-09-10T18:34:21.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:21.194+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:34:21.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:21.194+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.004647+0000 front 2024-09-10T18:33:44.004708+0000 (oldest deadline 2024-09-10T18:34:06.304516+0000) 2024-09-10T18:34:21.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:21 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:21.194+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6822 osd.2 since back 2024-09-10T18:33:49.805478+0000 front 2024-09-10T18:33:49.805491+0000 (oldest deadline 2024-09-10T18:34:13.905360+0000) 2024-09-10T18:34:22.247 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:22 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:22.207+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:34:22.247 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:22 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:22.207+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.004647+0000 front 2024-09-10T18:33:44.004708+0000 (oldest deadline 2024-09-10T18:34:06.304516+0000) 2024-09-10T18:34:22.247 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:22 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:22.207+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6822 osd.2 since back 2024-09-10T18:33:49.805478+0000 front 2024-09-10T18:33:49.805491+0000 (oldest deadline 2024-09-10T18:34:13.905360+0000) 2024-09-10T18:34:22.247 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:22 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:22.207+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6830 osd.3 since back 2024-09-10T18:33:58.506561+0000 front 2024-09-10T18:33:58.506481+0000 (oldest deadline 2024-09-10T18:34:22.006430+0000) 2024-09-10T18:34:22.548 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:22 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:22.245+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:35.430000+0000 front 2024-09-10T18:33:35.430059+0000 (oldest deadline 2024-09-10T18:33:57.729954+0000) 2024-09-10T18:34:22.549 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:22 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:22.245+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:43.531391+0000 front 2024-09-10T18:33:43.531332+0000 (oldest deadline 2024-09-10T18:34:05.831279+0000) 2024-09-10T18:34:22.549 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:22 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:22.245+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6822 osd.2 since back 2024-09-10T18:33:52.232699+0000 front 2024-09-10T18:33:52.232653+0000 (oldest deadline 2024-09-10T18:34:17.432970+0000) 2024-09-10T18:34:22.549 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:22 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:22.245+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6830 osd.3 since back 2024-09-10T18:33:57.433433+0000 front 2024-09-10T18:33:57.433445+0000 (oldest deadline 2024-09-10T18:34:21.533380+0000) 2024-09-10T18:34:23.652 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:23 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:23.197+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:35.430000+0000 front 2024-09-10T18:33:35.430059+0000 (oldest deadline 2024-09-10T18:33:57.729954+0000) 2024-09-10T18:34:23.652 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:23 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:23.197+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:43.531391+0000 front 2024-09-10T18:33:43.531332+0000 (oldest deadline 2024-09-10T18:34:05.831279+0000) 2024-09-10T18:34:23.652 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:23 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:23.197+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6822 osd.2 since back 2024-09-10T18:33:52.232699+0000 front 2024-09-10T18:33:52.232653+0000 (oldest deadline 2024-09-10T18:34:17.432970+0000) 2024-09-10T18:34:23.652 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:23 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:23.197+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6830 osd.3 since back 2024-09-10T18:33:57.433433+0000 front 2024-09-10T18:33:57.433445+0000 (oldest deadline 2024-09-10T18:34:21.533380+0000) 2024-09-10T18:34:23.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:23 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:23.204+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:34:23.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:23 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:23.204+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.004647+0000 front 2024-09-10T18:33:44.004708+0000 (oldest deadline 2024-09-10T18:34:06.304516+0000) 2024-09-10T18:34:23.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:23 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:23.204+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6822 osd.2 since back 2024-09-10T18:33:49.805478+0000 front 2024-09-10T18:33:49.805491+0000 (oldest deadline 2024-09-10T18:34:13.905360+0000) 2024-09-10T18:34:23.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:23 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:23.204+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6830 osd.3 since back 2024-09-10T18:33:58.506561+0000 front 2024-09-10T18:33:58.506481+0000 (oldest deadline 2024-09-10T18:34:22.006430+0000) 2024-09-10T18:34:24.652 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:24 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:24.181+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:35.430000+0000 front 2024-09-10T18:33:35.430059+0000 (oldest deadline 2024-09-10T18:33:57.729954+0000) 2024-09-10T18:34:24.652 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:24 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:24.181+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:43.531391+0000 front 2024-09-10T18:33:43.531332+0000 (oldest deadline 2024-09-10T18:34:05.831279+0000) 2024-09-10T18:34:24.652 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:24 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:24.181+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6822 osd.2 since back 2024-09-10T18:33:52.232699+0000 front 2024-09-10T18:33:52.232653+0000 (oldest deadline 2024-09-10T18:34:17.432970+0000) 2024-09-10T18:34:24.652 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:24 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6[58192]: 2024-09-10T18:34:24.181+0000 7f7807596640 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.86:6830 osd.3 since back 2024-09-10T18:33:57.433433+0000 front 2024-09-10T18:33:57.433445+0000 (oldest deadline 2024-09-10T18:34:21.533380+0000) 2024-09-10T18:34:24.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:24 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:24.236+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:34:24.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:24 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:24.236+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.004647+0000 front 2024-09-10T18:33:44.004708+0000 (oldest deadline 2024-09-10T18:34:06.304516+0000) 2024-09-10T18:34:24.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:24 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:24.236+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6822 osd.2 since back 2024-09-10T18:33:49.805478+0000 front 2024-09-10T18:33:49.805491+0000 (oldest deadline 2024-09-10T18:34:13.905360+0000) 2024-09-10T18:34:24.653 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:24 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:24.236+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6830 osd.3 since back 2024-09-10T18:33:58.506561+0000 front 2024-09-10T18:33:58.506481+0000 (oldest deadline 2024-09-10T18:34:22.006430+0000) 2024-09-10T18:34:25.121 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:24 smithi155 podman[74981]: 2024-09-10 18:34:24.853788097 +0000 UTC m=+5.443713429 container died c92116c9e51ad1634fadf0a48da2ec954426993605893622eb7fcf5381db805d (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2) 2024-09-10T18:34:25.402 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:25 smithi155 podman[74981]: 2024-09-10 18:34:25.293496599 +0000 UTC m=+5.883421929 container cleanup c92116c9e51ad1634fadf0a48da2ec954426993605893622eb7fcf5381db805d (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS) 2024-09-10T18:34:25.402 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:25 smithi155 bash[74981]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6 2024-09-10T18:34:25.403 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:25.192+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:34:25.403 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:25.192+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.004647+0000 front 2024-09-10T18:33:44.004708+0000 (oldest deadline 2024-09-10T18:34:06.304516+0000) 2024-09-10T18:34:25.403 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:25.192+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6822 osd.2 since back 2024-09-10T18:33:49.805478+0000 front 2024-09-10T18:33:49.805491+0000 (oldest deadline 2024-09-10T18:34:13.905360+0000) 2024-09-10T18:34:25.403 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:25 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:25.192+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6830 osd.3 since back 2024-09-10T18:33:58.506561+0000 front 2024-09-10T18:33:58.506481+0000 (oldest deadline 2024-09-10T18:34:22.006430+0000) 2024-09-10T18:34:25.896 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:25 smithi155 podman[74998]: 2024-09-10 18:34:25.486937631 +0000 UTC m=+0.633906712 container remove c92116c9e51ad1634fadf0a48da2ec954426993605893622eb7fcf5381db805d (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T18:34:26.151 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:25 smithi155 podman[75088]: 2024-09-10 18:34:25.895915396 +0000 UTC m=+0.101545021 container create 58cdec41635df0847cabe4fee06e63f8f2c5e10a2734fb8b40472128fc4ad9cc (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6-deactivate, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T18:34:26.151 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:25 smithi155 podman[75088]: 2024-09-10 18:34:25.810225595 +0000 UTC m=+0.015855227 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:34:26.152 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:26 smithi155 podman[75088]: 2024-09-10 18:34:26.131370512 +0000 UTC m=+0.337000137 container init 58cdec41635df0847cabe4fee06e63f8f2c5e10a2734fb8b40472128fc4ad9cc (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6-deactivate, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T18:34:26.152 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:26 smithi155 podman[75088]: 2024-09-10 18:34:26.135748988 +0000 UTC m=+0.341378618 container start 58cdec41635df0847cabe4fee06e63f8f2c5e10a2734fb8b40472128fc4ad9cc (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6-deactivate, CEPH_POINT_RELEASE=, ceph=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-09-10T18:34:26.598 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:26 smithi155 podman[75088]: 2024-09-10 18:34:26.23169003 +0000 UTC m=+0.437319663 container attach 58cdec41635df0847cabe4fee06e63f8f2c5e10a2734fb8b40472128fc4ad9cc (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2) 2024-09-10T18:34:26.598 INFO:journalctl@ceph.osd.6.smithi155.stdout:Sep 10 18:34:26 smithi155 podman[75088]: 2024-09-10 18:34:26.309428055 +0000 UTC m=+0.515057681 container died 58cdec41635df0847cabe4fee06e63f8f2c5e10a2734fb8b40472128fc4ad9cc (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-6-deactivate, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2024-09-10T18:34:26.598 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:26.165+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:34:26.598 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:26.165+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.004647+0000 front 2024-09-10T18:33:44.004708+0000 (oldest deadline 2024-09-10T18:34:06.304516+0000) 2024-09-10T18:34:26.598 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:26.165+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6822 osd.2 since back 2024-09-10T18:33:49.805478+0000 front 2024-09-10T18:33:49.805491+0000 (oldest deadline 2024-09-10T18:34:13.905360+0000) 2024-09-10T18:34:26.598 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:26 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:26.165+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6830 osd.3 since back 2024-09-10T18:33:58.506561+0000 front 2024-09-10T18:33:58.506481+0000 (oldest deadline 2024-09-10T18:34:22.006430+0000) 2024-09-10T18:34:26.887 DEBUG:teuthology.orchestra.run.smithi155:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.6.service' 2024-09-10T18:34:26.924 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T18:34:26.924 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-09-10T18:34:26.924 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-09-10T18:34:26.924 DEBUG:teuthology.orchestra.run.smithi155:> sudo systemctl stop ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.7 2024-09-10T18:34:27.134 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:27 smithi155 systemd[1]: Stopping Ceph osd.7 for c77f8420-6f9f-11ef-bcea-c7b262605968... 2024-09-10T18:34:27.134 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:27.132+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:34:27.134 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:27.132+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.004647+0000 front 2024-09-10T18:33:44.004708+0000 (oldest deadline 2024-09-10T18:34:06.304516+0000) 2024-09-10T18:34:27.134 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:27.132+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6822 osd.2 since back 2024-09-10T18:33:49.805478+0000 front 2024-09-10T18:33:49.805491+0000 (oldest deadline 2024-09-10T18:34:13.905360+0000) 2024-09-10T18:34:27.135 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:27.132+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6830 osd.3 since back 2024-09-10T18:33:58.506561+0000 front 2024-09-10T18:33:58.506481+0000 (oldest deadline 2024-09-10T18:34:22.006430+0000) 2024-09-10T18:34:27.401 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:27.254+0000 7f7966253640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-10T18:34:27.401 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:27.254+0000 7f7966253640 -1 osd.7 118 *** Got signal Terminated *** 2024-09-10T18:34:27.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:27 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:27.254+0000 7f7966253640 -1 osd.7 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T18:34:28.401 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:28.180+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:34:28.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:28.180+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.004647+0000 front 2024-09-10T18:33:44.004708+0000 (oldest deadline 2024-09-10T18:34:06.304516+0000) 2024-09-10T18:34:28.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:28.180+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6822 osd.2 since back 2024-09-10T18:33:49.805478+0000 front 2024-09-10T18:33:49.805491+0000 (oldest deadline 2024-09-10T18:34:13.905360+0000) 2024-09-10T18:34:28.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:28 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:28.180+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6830 osd.3 since back 2024-09-10T18:33:58.506561+0000 front 2024-09-10T18:33:58.506481+0000 (oldest deadline 2024-09-10T18:34:22.006430+0000) 2024-09-10T18:34:29.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:29.165+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:34:29.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:29.165+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.004647+0000 front 2024-09-10T18:33:44.004708+0000 (oldest deadline 2024-09-10T18:34:06.304516+0000) 2024-09-10T18:34:29.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:29.165+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6822 osd.2 since back 2024-09-10T18:33:49.805478+0000 front 2024-09-10T18:33:49.805491+0000 (oldest deadline 2024-09-10T18:34:13.905360+0000) 2024-09-10T18:34:29.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:29 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:29.165+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6830 osd.3 since back 2024-09-10T18:33:58.506561+0000 front 2024-09-10T18:33:58.506481+0000 (oldest deadline 2024-09-10T18:34:22.006430+0000) 2024-09-10T18:34:30.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:30.162+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:34:30.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:30.162+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.004647+0000 front 2024-09-10T18:33:44.004708+0000 (oldest deadline 2024-09-10T18:34:06.304516+0000) 2024-09-10T18:34:30.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:30.162+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6822 osd.2 since back 2024-09-10T18:33:49.805478+0000 front 2024-09-10T18:33:49.805491+0000 (oldest deadline 2024-09-10T18:34:13.905360+0000) 2024-09-10T18:34:30.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:30 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:30.162+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6830 osd.3 since back 2024-09-10T18:33:58.506561+0000 front 2024-09-10T18:33:58.506481+0000 (oldest deadline 2024-09-10T18:34:22.006430+0000) 2024-09-10T18:34:31.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:31.152+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:34:31.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:31.152+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.004647+0000 front 2024-09-10T18:33:44.004708+0000 (oldest deadline 2024-09-10T18:34:06.304516+0000) 2024-09-10T18:34:31.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:31.152+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6822 osd.2 since back 2024-09-10T18:33:49.805478+0000 front 2024-09-10T18:33:49.805491+0000 (oldest deadline 2024-09-10T18:34:13.905360+0000) 2024-09-10T18:34:31.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:31.152+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6830 osd.3 since back 2024-09-10T18:33:58.506561+0000 front 2024-09-10T18:33:58.506481+0000 (oldest deadline 2024-09-10T18:34:22.006430+0000) 2024-09-10T18:34:31.652 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:31 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:31.152+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.155:6804 osd.4 since back 2024-09-10T18:34:06.707287+0000 front 2024-09-10T18:34:06.707258+0000 (oldest deadline 2024-09-10T18:34:30.807324+0000) 2024-09-10T18:34:32.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:32.109+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6806 osd.0 since back 2024-09-10T18:33:32.303637+0000 front 2024-09-10T18:33:32.303591+0000 (oldest deadline 2024-09-10T18:33:58.103825+0000) 2024-09-10T18:34:32.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:32.109+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6814 osd.1 since back 2024-09-10T18:33:44.004647+0000 front 2024-09-10T18:33:44.004708+0000 (oldest deadline 2024-09-10T18:34:06.304516+0000) 2024-09-10T18:34:32.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:32.109+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6822 osd.2 since back 2024-09-10T18:33:49.805478+0000 front 2024-09-10T18:33:49.805491+0000 (oldest deadline 2024-09-10T18:34:13.905360+0000) 2024-09-10T18:34:32.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:32.109+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.86:6830 osd.3 since back 2024-09-10T18:33:58.506561+0000 front 2024-09-10T18:33:58.506481+0000 (oldest deadline 2024-09-10T18:34:22.006430+0000) 2024-09-10T18:34:32.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:32 smithi155 ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7[60509]: 2024-09-10T18:34:32.109+0000 7f7960066640 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.155:6804 osd.4 since back 2024-09-10T18:34:06.707287+0000 front 2024-09-10T18:34:06.707258+0000 (oldest deadline 2024-09-10T18:34:30.807324+0000) 2024-09-10T18:34:33.089 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:32 smithi155 podman[75224]: 2024-09-10 18:34:32.821064509 +0000 UTC m=+5.674104036 container died 043857fe02ad7bb3ac2d6e514d694c6e33c8e1d7c37ba8b67661593f102609d8 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-09-10T18:34:33.401 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:33 smithi155 podman[75224]: 2024-09-10 18:34:33.187934452 +0000 UTC m=+6.040973976 container cleanup 043857fe02ad7bb3ac2d6e514d694c6e33c8e1d7c37ba8b67661593f102609d8 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD) 2024-09-10T18:34:33.402 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:33 smithi155 bash[75224]: ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7 2024-09-10T18:34:33.853 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:33 smithi155 podman[75251]: 2024-09-10 18:34:33.530381725 +0000 UTC m=+0.711306170 container remove 043857fe02ad7bb3ac2d6e514d694c6e33c8e1d7c37ba8b67661593f102609d8 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T18:34:34.151 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:33 smithi155 podman[75340]: 2024-09-10 18:34:33.755372207 +0000 UTC m=+0.015747318 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T18:34:34.151 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:33 smithi155 podman[75340]: 2024-09-10 18:34:33.864425251 +0000 UTC m=+0.124800359 container create ef118dd2a39756994e828f475a19c2e0e72c4f00b027e449eb62dc28b4c5ca08 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7-deactivate, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T18:34:34.151 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:34 smithi155 podman[75340]: 2024-09-10 18:34:34.075158415 +0000 UTC m=+0.335533522 container init ef118dd2a39756994e828f475a19c2e0e72c4f00b027e449eb62dc28b4c5ca08 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7-deactivate, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731) 2024-09-10T18:34:34.151 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:34 smithi155 podman[75340]: 2024-09-10 18:34:34.07832199 +0000 UTC m=+0.338697105 container start ef118dd2a39756994e828f475a19c2e0e72c4f00b027e449eb62dc28b4c5ca08 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7-deactivate, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T18:34:34.151 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:34 smithi155 podman[75340]: 2024-09-10 18:34:34.149919698 +0000 UTC m=+0.410294811 container attach ef118dd2a39756994e828f475a19c2e0e72c4f00b027e449eb62dc28b4c5ca08 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2) 2024-09-10T18:34:34.401 INFO:journalctl@ceph.osd.7.smithi155.stdout:Sep 10 18:34:34 smithi155 podman[75340]: 2024-09-10 18:34:34.254855117 +0000 UTC m=+0.515230224 container died ef118dd2a39756994e828f475a19c2e0e72c4f00b027e449eb62dc28b4c5ca08 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-c77f8420-6f9f-11ef-bcea-c7b262605968-osd-7-deactivate, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux ) 2024-09-10T18:34:34.847 DEBUG:teuthology.orchestra.run.smithi155:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c77f8420-6f9f-11ef-bcea-c7b262605968@osd.7.service' 2024-09-10T18:34:34.886 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T18:34:34.886 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-09-10T18:34:34.886 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-10T18:41:31.780 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-10T18:41:52.868 DEBUG:teuthology.orchestra.run.smithi086:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T18:41:52.903 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T18:41:52.930 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-10T18:41:52.932 DEBUG:teuthology.misc:Transferring archived files from smithi086:/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900201/remote/smithi086/crash 2024-09-10T18:41:52.933 DEBUG:teuthology.orchestra.run.smithi086:> sudo tar c -f - -C /var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/crash -- . 2024-09-10T18:41:52.989 INFO:teuthology.orchestra.run.smithi086.stderr:tar: /var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/crash: Cannot open: No such file or directory 2024-09-10T18:41:52.989 INFO:teuthology.orchestra.run.smithi086.stderr:tar: Error is not recoverable: exiting now 2024-09-10T18:41:52.991 DEBUG:teuthology.misc:Transferring archived files from smithi155:/var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900201/remote/smithi155/crash 2024-09-10T18:41:52.991 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/crash -- . 2024-09-10T18:41:53.027 INFO:teuthology.orchestra.run.smithi155.stderr:tar: /var/lib/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/crash: Cannot open: No such file or directory 2024-09-10T18:41:53.027 INFO:teuthology.orchestra.run.smithi155.stderr:tar: Error is not recoverable: exiting now 2024-09-10T18:41:53.028 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-10T18:41:53.028 DEBUG:teuthology.orchestra.run.smithi086:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-09-10T18:41:53.058 INFO:teuthology.orchestra.run.smithi086.stderr:grep: /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph.log: No such file or directory 2024-09-10T18:41:53.059 INFO:tasks.cephadm:Compressing logs... 2024-09-10T18:41:53.060 DEBUG:teuthology.orchestra.run.smithi086:> 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-09-10T18:41:53.102 DEBUG:teuthology.orchestra.run.smithi155:> 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-09-10T18:41:53.132 INFO:teuthology.orchestra.run.smithi155.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-osd.7.log 2024-09-10T18:41:53.132 INFO:teuthology.orchestra.run.smithi155.stderr:: No such file or directory 2024-09-10T18:41:53.132 INFO:teuthology.orchestra.run.smithi155.stderr:gzip -5 --verbose -- /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-10T18:41:53.132 INFO:teuthology.orchestra.run.smithi155.stderr:gzip/var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-osd.7.log: -5 --verbose -- /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-osd.4.log 2024-09-10T18:41:53.132 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi155.ddyadp.log 2024-09-10T18:41:53.132 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-mgr.smithi155.gxleeu.log 2024-09-10T18:41:53.132 INFO:teuthology.orchestra.run.smithi155.stderr:gzip -5 --verbose -- /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-osd.6.log 2024-09-10T18:41:53.132 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi155.ddyadp.log: /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-mgr.smithi155.gxleeu.log: gzip -5 --verbose -- /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-osd.5.log 2024-09-10T18:41:53.133 INFO:teuthology.orchestra.run.smithi155.stderr: 81.2% -- replaced with /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi155.ddyadp.log.gz 2024-09-10T18:41:53.133 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-mon.smithi155.log 2024-09-10T18:41:53.133 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-10T18:41:53.133 INFO:teuthology.orchestra.run.smithi086.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-osd.0.log 2024-09-10T18:41:53.133 INFO:teuthology.orchestra.run.smithi086.stderr:: No such file or directory 2024-09-10T18:41:53.133 INFO:teuthology.orchestra.run.smithi086.stderr:gzip -5 --verbose -- /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-osd.1.log 2024-09-10T18:41:53.133 INFO:teuthology.orchestra.run.smithi086.stderr:gzip -5 --verbose -- /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-10T18:41:53.133 INFO:teuthology.orchestra.run.smithi086.stderr:/var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-osd.2.log 2024-09-10T18:41:53.133 INFO:teuthology.orchestra.run.smithi086.stderr:/var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-osd.1.log: /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-mgr.smithi086.qqqtpz.log 2024-09-10T18:41:53.133 INFO:teuthology.orchestra.run.smithi086.stderr:gzip -5 --verbose -- /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-mon.smithi086.log 2024-09-10T18:41:53.133 INFO:teuthology.orchestra.run.smithi086.stderr:/var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-osd.2.log: /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-mgr.smithi086.qqqtpz.log: gzip -5 --verbose -- /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-osd.3.log 2024-09-10T18:41:53.133 INFO:teuthology.orchestra.run.smithi086.stderr:/var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-mon.smithi086.log: gzip -5 --verbose -- /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi086.wmhkxy.log 2024-09-10T18:41:53.134 INFO:teuthology.orchestra.run.smithi086.stderr:/var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-10T18:41:53.134 INFO:teuthology.orchestra.run.smithi086.stderr:/var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi086.wmhkxy.log: 89.3% -- replaced with /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi086.wmhkxy.log.gz 2024-09-10T18:41:53.135 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-mon.smithi155.log: /var/log/ceph/cephadm.log: 90.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-10T18:41:53.138 INFO:teuthology.orchestra.run.smithi155.stderr: 90.8% -- replaced with /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-10T18:41:53.140 INFO:teuthology.orchestra.run.smithi086.stderr:/var/log/ceph/cephadm.log: 91.0% -- replaced with /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-10T18:41:53.142 INFO:teuthology.orchestra.run.smithi086.stderr: 90.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-10T18:41:53.203 INFO:teuthology.orchestra.run.smithi155.stderr: 89.9% -- replaced with /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-mgr.smithi155.gxleeu.log.gz 2024-09-10T18:41:53.434 INFO:teuthology.orchestra.run.smithi086.stderr: 90.0% -- replaced with /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-mgr.smithi086.qqqtpz.log.gz 2024-09-10T18:41:53.589 INFO:teuthology.orchestra.run.smithi155.stderr: 92.5% -- replaced with /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-mon.smithi155.log.gz 2024-09-10T18:41:54.133 INFO:teuthology.orchestra.run.smithi086.stderr: 91.4% -- replaced with /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-mon.smithi086.log.gz 2024-09-10T18:41:57.049 INFO:teuthology.orchestra.run.smithi086.stderr: 94.3% -- replaced with /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-osd.2.log.gz 2024-09-10T18:41:59.093 INFO:teuthology.orchestra.run.smithi155.stderr: 94.2% -- replaced with /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-osd.6.log.gz 2024-09-10T18:41:59.208 INFO:teuthology.orchestra.run.smithi155.stderr: 94.0% -- replaced with /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-osd.4.log.gz 2024-09-10T18:42:00.025 INFO:teuthology.orchestra.run.smithi086.stderr: 94.1% -- replaced with /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-osd.1.log.gz 2024-09-10T18:42:00.477 INFO:teuthology.orchestra.run.smithi086.stderr: 94.0% -- replaced with /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-osd.0.log.gz 2024-09-10T18:42:00.897 INFO:teuthology.orchestra.run.smithi086.stderr: 94.0% -- replaced with /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-osd.3.log.gz 2024-09-10T18:42:00.899 INFO:teuthology.orchestra.run.smithi086.stderr: 2024-09-10T18:42:00.899 INFO:teuthology.orchestra.run.smithi086.stderr:real 0m7.784s 2024-09-10T18:42:00.899 INFO:teuthology.orchestra.run.smithi086.stderr:user 0m26.221s 2024-09-10T18:42:00.900 INFO:teuthology.orchestra.run.smithi086.stderr:sys 0m1.023s 2024-09-10T18:42:01.066 INFO:teuthology.orchestra.run.smithi155.stderr: 94.1% -- replaced with /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-osd.5.log.gz 2024-09-10T18:42:03.080 INFO:teuthology.orchestra.run.smithi155.stderr: 94.1% -- replaced with /var/log/ceph/c77f8420-6f9f-11ef-bcea-c7b262605968/ceph-osd.7.log.gz 2024-09-10T18:42:03.082 INFO:teuthology.orchestra.run.smithi155.stderr: 2024-09-10T18:42:03.082 INFO:teuthology.orchestra.run.smithi155.stderr:real 0m9.965s 2024-09-10T18:42:03.082 INFO:teuthology.orchestra.run.smithi155.stderr:user 0m29.297s 2024-09-10T18:42:03.082 INFO:teuthology.orchestra.run.smithi155.stderr:sys 0m1.156s 2024-09-10T18:42:03.083 INFO:tasks.cephadm:Archiving logs... 2024-09-10T18:42:03.083 DEBUG:teuthology.misc:Transferring archived files from smithi086:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900201/remote/smithi086/log 2024-09-10T18:42:03.084 DEBUG:teuthology.orchestra.run.smithi086:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-10T18:42:06.667 DEBUG:teuthology.misc:Transferring archived files from smithi155:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900201/remote/smithi155/log 2024-09-10T18:42:06.668 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-10T18:42:10.817 INFO:tasks.cephadm:Removing cluster... 2024-09-10T18:42:10.818 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 --force 2024-09-10T18:42:11.124 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c77f8420-6f9f-11ef-bcea-c7b262605968 --force 2024-09-10T18:42:11.444 INFO:tasks.cephadm:Removing cephadm ... 2024-09-10T18:42:11.444 DEBUG:teuthology.orchestra.run.smithi086:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-10T18:42:11.460 DEBUG:teuthology.orchestra.run.smithi155:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-10T18:42:11.476 INFO:tasks.cephadm:Teardown complete 2024-09-10T18:42:11.476 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-10T18:42:11.486 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-10T18:42:11.487 DEBUG:teuthology.orchestra.run.smithi086:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-10T18:42:11.503 DEBUG:teuthology.orchestra.run.smithi155:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-10T18:42:11.515 INFO:teuthology.orchestra.run.smithi086.stderr:bash: line 1: ntpq: command not found 2024-09-10T18:42:11.520 INFO:teuthology.orchestra.run.smithi086.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-10T18:42:11.520 INFO:teuthology.orchestra.run.smithi086.stdout:=============================================================================== 2024-09-10T18:42:11.520 INFO:teuthology.orchestra.run.smithi086.stdout:^* hv01.front.sepia.ceph.com 3 6 377 34 +14us[ +23us] +/- 49ms 2024-09-10T18:42:11.520 INFO:teuthology.orchestra.run.smithi086.stdout:^+ hv02.front.sepia.ceph.com 3 7 377 102 +801us[ +825us] +/- 62ms 2024-09-10T18:42:11.520 INFO:teuthology.orchestra.run.smithi086.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 33 -1100us[-1100us] +/- 62ms 2024-09-10T18:42:11.520 INFO:teuthology.orchestra.run.smithi086.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:42:11.530 INFO:teuthology.orchestra.run.smithi155.stderr:bash: line 1: ntpq: command not found 2024-09-10T18:42:11.535 INFO:teuthology.orchestra.run.smithi155.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-10T18:42:11.535 INFO:teuthology.orchestra.run.smithi155.stdout:=============================================================================== 2024-09-10T18:42:11.535 INFO:teuthology.orchestra.run.smithi155.stdout:^* hv01.front.sepia.ceph.com 3 6 377 34 +45us[ +49us] +/- 49ms 2024-09-10T18:42:11.536 INFO:teuthology.orchestra.run.smithi155.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 33 +834us[ +834us] +/- 63ms 2024-09-10T18:42:11.536 INFO:teuthology.orchestra.run.smithi155.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 33 -1064us[-1064us] +/- 62ms 2024-09-10T18:42:11.536 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:42:11.536 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-10T18:42:11.546 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-10T18:42:11.547 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-10T18:42:11.654 DEBUG:teuthology.orchestra.run.smithi086:> 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-09-10T18:42:11.729 DEBUG:teuthology.orchestra.run.smithi155:> 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-09-10T18:42:11.799 DEBUG:teuthology.orchestra.run.smithi086:> 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 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-10T18:42:11.827 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T18:42:11.828 DEBUG:teuthology.orchestra.run.smithi155:> 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 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-10T18:42:11.855 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T18:42:11.856 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-10T18:42:11.866 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-10T18:42:11.907 INFO:teuthology.task.internal:Duration was 2206.131513 seconds 2024-09-10T18:42:11.908 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-10T18:42:11.920 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-10T18:42:11.920 DEBUG:teuthology.orchestra.run.smithi086:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-10T18:42:11.924 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-10T18:42:11.959 INFO:teuthology.orchestra.run.smithi086.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-10T18:42:11.962 INFO:teuthology.orchestra.run.smithi155.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-10T18:42:12.387 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-10T18:42:12.387 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi086.front.sepia.ceph.com 2024-09-10T18:42:12.388 DEBUG:teuthology.orchestra.run.smithi086:> 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-09-10T18:42:12.448 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi155.front.sepia.ceph.com 2024-09-10T18:42:12.448 DEBUG:teuthology.orchestra.run.smithi155:> 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-09-10T18:42:12.472 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-10T18:42:12.472 DEBUG:teuthology.orchestra.run.smithi086:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-10T18:42:12.491 DEBUG:teuthology.orchestra.run.smithi155:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-10T18:42:12.538 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-10T18:42:12.539 DEBUG:teuthology.orchestra.run.smithi086:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-10T18:42:12.558 DEBUG:teuthology.orchestra.run.smithi155:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-10T18:42:12.994 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-10T18:42:13.005 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-10T18:42:13.005 DEBUG:teuthology.orchestra.run.smithi086:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-10T18:42:13.029 DEBUG:teuthology.orchestra.run.smithi155:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-10T18:42:13.055 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-10T18:42:13.065 DEBUG:teuthology.orchestra.run.smithi086:> 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-09-10T18:42:13.072 DEBUG:teuthology.orchestra.run.smithi155:> 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-09-10T18:42:13.093 INFO:teuthology.orchestra.run.smithi086.stdout:kernel.core_pattern = core 2024-09-10T18:42:13.119 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern = core 2024-09-10T18:42:13.146 DEBUG:teuthology.orchestra.run.smithi086:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-10T18:42:13.177 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T18:42:13.178 DEBUG:teuthology.orchestra.run.smithi155:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-10T18:42:13.200 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T18:42:13.201 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-10T18:42:13.211 INFO:teuthology.task.internal:Transferring archived files... 2024-09-10T18:42:13.213 DEBUG:teuthology.misc:Transferring archived files from smithi086:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900201/remote/smithi086 2024-09-10T18:42:13.213 DEBUG:teuthology.orchestra.run.smithi086:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-10T18:42:13.263 DEBUG:teuthology.misc:Transferring archived files from smithi155:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900201/remote/smithi155 2024-09-10T18:42:13.264 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-10T18:42:13.305 INFO:teuthology.task.internal:Removing archive directory... 2024-09-10T18:42:13.305 DEBUG:teuthology.orchestra.run.smithi086:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-10T18:42:13.308 DEBUG:teuthology.orchestra.run.smithi155:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-10T18:42:13.350 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-10T18:42:13.362 INFO:teuthology.task.internal:Not uploading archives. 2024-09-10T18:42:13.362 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-10T18:42:13.372 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-10T18:42:13.372 DEBUG:teuthology.orchestra.run.smithi086:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-10T18:42:13.375 DEBUG:teuthology.orchestra.run.smithi155:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-10T18:42:13.387 INFO:teuthology.orchestra.run.smithi086.stdout: 265324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 10 18:42 /home/ubuntu/cephtest 2024-09-10T18:42:13.405 INFO:teuthology.orchestra.run.smithi155.stdout: 265325 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 10 18:42 /home/ubuntu/cephtest 2024-09-10T18:42:13.406 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-10T18:42:13.417 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-10T18:42:13.444 INFO:teuthology.run:Summary data: description: orch:cephadm/mgr-nfs-upgrade/{0-centos_9.stream 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 2206.1315128803253 owner: scheduled_gabrioux@teuthology success: true 2024-09-10T18:42:13.445 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-10T18:42:13.536 INFO:teuthology.run:pass